Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea5d7be70bf78d25df2f442b65fefbdc258c073e 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13567 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/235 [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/235 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ea5d7be70bf78d25df2f442b65fefbdc258c073e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 Commit message: "Merge pull request #2756 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk dc03883d853ac4d3c424c6075bb78550a4ae80ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:30:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:30:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:30:45 ========================================================= 09:30:45 EdgeX Global Pipelines Version Info 09:30:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:30:46 ------------------- 09:30:46 stable info: 09:30:46 ------------------- 09:30:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:30:46 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 09:30:46 Message: update stable to v1.0.167 09:30:47 ------------------- 09:30:47 experimental info: 09:30:47 ------------------- 09:30:47 Commited By: **** collab-it+edgex@linuxfoundation.org 09:30:47 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 09:30:47 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:30:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:30:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:30:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea5d7be [Pipeline] echo 09:30:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:30:51 provisioning config files... 09:30:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config6830057822985794946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:30:51 ---> docker-login.sh 09:30:51 nexus3.edgexfoundry.org:10001 09:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:51 Configure a credential helper to remove this warning. See 09:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:51 09:30:51 Login Succeeded 09:30:51 nexus3.edgexfoundry.org:10002 09:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:51 Configure a credential helper to remove this warning. See 09:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:51 09:30:51 Login Succeeded 09:30:51 nexus3.edgexfoundry.org:10003 09:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:52 Configure a credential helper to remove this warning. See 09:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:52 09:30:52 Login Succeeded 09:30:52 nexus3.edgexfoundry.org:10004 09:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:52 Configure a credential helper to remove this warning. See 09:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:52 09:30:52 Login Succeeded 09:30:52 docker.io 09:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:52 Configure a credential helper to remove this warning. See 09:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:52 09:30:52 Login Succeeded 09:30:52 ---> docker-login.sh ends [Pipeline] } 09:30:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:30:53 ++ 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 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/core-command/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo core-command,cmd/core-command/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/core-data/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo core-data,cmd/core-data/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/core-metadata/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo core-metadata,cmd/core-metadata/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/security-proxy-setup/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/security-secrets-setup/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/support-logging/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo support-logging,cmd/support-logging/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/support-notifications/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo support-notifications,cmd/support-notifications/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/support-scheduler/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:30:53 + for file in '`ls cmd/**/Dockerfile`' 09:30:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:30:53 ++ cut -d/ -f2 09:30:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:30:53 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 09:30:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:54 09:30:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:30:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:55 latest: Pulling from edgex-devops/git-semver 09:30:55 31603596830f: Pulling fs layer 09:30:55 2a8b12db71e7: Pulling fs layer 09:30:55 6ca5941a6612: Pulling fs layer 09:30:55 ecc8261a40a4: Pulling fs layer 09:30:55 ecc8261a40a4: Waiting 09:30:55 2a8b12db71e7: Verifying Checksum 09:30:55 2a8b12db71e7: Download complete 09:30:55 ecc8261a40a4: Verifying Checksum 09:30:55 ecc8261a40a4: Download complete 09:30:55 6ca5941a6612: Download complete 09:30:55 31603596830f: Verifying Checksum 09:30:55 31603596830f: Download complete 09:30:56 31603596830f: Pull complete 09:30:56 2a8b12db71e7: Pull complete 09:30:56 6ca5941a6612: Pull complete 09:30:57 ecc8261a40a4: Pull complete 09:30:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:30:57 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:30:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:30:59 $ docker top dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:30:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:59 [ssh-agent] Looking for ssh-agent implementation... 09:31:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:00 $ docker exec dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent 09:31:00 SSH_AUTH_SOCK=/tmp/ssh-nPdHlb85o8GW/agent.11 09:31:00 SSH_AGENT_PID=17 09:31:00 Running ssh-add (command line suppressed) 09:31:00 Identity added: /w/workspace/edgex-go/235@tmp/private_key_1167317932860912772.key (/w/workspace/edgex-go/235@tmp/private_key_1167317932860912772.key) 09:31:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:00 + git tag --points-at HEAD [Pipeline] } 09:31:01 $ docker exec --env ******** --env ******** dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent -k 09:31:01 unset SSH_AUTH_SOCK; 09:31:01 unset SSH_AGENT_PID; 09:31:01 echo Agent pid 17 killed; 09:31:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:31:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:31:01 [ssh-agent] Looking for ssh-agent implementation... 09:31:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:01 $ docker exec dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent 09:31:01 SSH_AUTH_SOCK=/tmp/ssh-dL8HWcatVBlm/agent.46 09:31:01 SSH_AGENT_PID=51 09:31:01 Running ssh-add (command line suppressed) 09:31:01 Identity added: /w/workspace/edgex-go/235@tmp/private_key_1176787810826641254.key (/w/workspace/edgex-go/235@tmp/private_key_1176787810826641254.key) 09:31:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:02 + git semver init 09:31:02 # -> Open(): unable to determine branch for HEAD 09:31:02 # $GIT_DIR = /w/workspace/edgex-go/235/.git 09:31:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/235 09:31:02 # $SEMVER_REMOTE_NAME = origin 09:31:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:31:02 # $SEMVER_USER_NAME = edgex-jenkins 09:31:02 # $SEMVER_BRANCH = master 09:31:02 # $SEMVER_TEMP = /tmp/semver-389919766 09:31:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:31:20 # '/tmp/semver-389919766' -> '/w/workspace/edgex-go/235/.semver' 09:31:21 # -> Force: false 09:31:21 # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [Pipeline] } 09:31:21 $ docker exec --env ******** --env ******** dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent -k 09:31:21 unset SSH_AUTH_SOCK; 09:31:21 unset SSH_AGENT_PID; 09:31:21 echo Agent pid 51 killed; 09:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:31:22 + git semver [Pipeline] } 09:31:22 $ docker stop --time=1 dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee 09:31:23 $ docker rm -f dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee [Pipeline] // withDockerContainer [Pipeline] sh 09:31:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:31:24 Stashed 1 file(s) [Pipeline] echo 09:31:24 [edgeXSemver]: initialized semver on version 1.3.1-dev.11 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:31:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:31:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:31:26 + sudo service docker restart 09:31:26 + true 09:31:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:31:27 ========================================================= 09:31:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:31:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:31:27 + 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 . 09:31:32 Sending build context to Docker daemon 325.9MB 09:31:32 Step 1/7 : ARG BASE=golang:1.15-alpine 09:31:32 Step 2/7 : FROM ${BASE} 09:31:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:31:32 df20fa9351a1: Pulling fs layer 09:31:32 ed8968b2872e: Pulling fs layer 09:31:32 a92cc7c5fd73: Pulling fs layer 09:31:32 e871e8e8d7a9: Pulling fs layer 09:31:32 e73272ec9a57: Pulling fs layer 09:31:32 1e910a182e73: Pulling fs layer 09:31:32 4e634b169226: Pulling fs layer 09:31:32 e871e8e8d7a9: Waiting 09:31:32 e73272ec9a57: Waiting 09:31:32 1e910a182e73: Waiting 09:31:32 4e634b169226: Waiting 09:31:32 a92cc7c5fd73: Verifying Checksum 09:31:32 a92cc7c5fd73: Download complete 09:31:32 ed8968b2872e: Verifying Checksum 09:31:32 ed8968b2872e: Download complete 09:31:32 e73272ec9a57: Verifying Checksum 09:31:32 e73272ec9a57: Download complete 09:31:32 1e910a182e73: Verifying Checksum 09:31:32 1e910a182e73: Download complete 09:31:32 df20fa9351a1: Verifying Checksum 09:31:32 df20fa9351a1: Download complete 09:31:33 df20fa9351a1: Pull complete 09:31:33 ed8968b2872e: Pull complete 09:31:33 a92cc7c5fd73: Pull complete 09:31:34 4e634b169226: Verifying Checksum 09:31:34 4e634b169226: Download complete 09:31:35 e871e8e8d7a9: Verifying Checksum 09:31:35 e871e8e8d7a9: Download complete 09:31:40 Still waiting to schedule task 09:31:40 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:31:40 e871e8e8d7a9: Pull complete 09:31:40 e73272ec9a57: Pull complete 09:31:40 1e910a182e73: Pull complete 09:31:46 4e634b169226: Pull complete 09:31:46 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:31:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:31:46 ---> f7629b54cfaa 09:31:46 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 09:31:46 ---> Running in d2fa5444d69e 09:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:47 (1/12) Installing libmagic (5.38-r0) 09:31:48 (2/12) Installing file (5.38-r0) 09:31:48 (3/12) Installing libc-dev (0.7.2-r3) 09:31:48 (4/12) Installing g++ (9.3.0-r2) 09:31:51 (5/12) Installing fortify-headers (1.1-r0) 09:31:51 (6/12) Installing patch (2.7.6-r6) 09:31:51 (7/12) Installing build-base (0.5-r2) 09:31:51 (8/12) Installing libsodium (1.0.18-r0) 09:31:51 (9/12) Installing pkgconf (1.7.2-r0) 09:31:51 (10/12) Installing libsodium-dev (1.0.18-r0) 09:31:52 (11/12) Installing libzmq (4.3.3-r0) 09:31:52 (12/12) Installing zeromq-dev (4.3.3-r0) 09:31:52 Executing busybox-1.31.1-r16.trigger 09:31:52 OK: 233 MiB in 51 packages 09:31:56 Removing intermediate container d2fa5444d69e 09:31:56 ---> 2403c161befe 09:31:56 Step 4/7 : WORKDIR /edgex-go 09:31:56 ---> Running in c49969147ab8 09:31:56 Removing intermediate container c49969147ab8 09:31:56 ---> ba9ac42fb63f 09:31:56 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:31:57 latest: Pulling from library/docker 09:31:57 188c0c94c7c5: Pulling fs layer 09:31:57 0c7c675703d6: Pulling fs layer 09:31:57 cc8c12a437cb: Pulling fs layer 09:31:57 c5dafad2182a: Pulling fs layer 09:31:57 5aa711733414: Pulling fs layer 09:31:57 058f73b55e4b: Pulling fs layer 09:31:57 8c9c664faf12: Pulling fs layer 09:31:57 5aa711733414: Waiting 09:31:57 058f73b55e4b: Waiting 09:31:57 8c9c664faf12: Waiting 09:31:57 c5dafad2182a: Waiting 09:31:57 cc8c12a437cb: Verifying Checksum 09:31:57 cc8c12a437cb: Download complete 09:31:57 0c7c675703d6: Verifying Checksum 09:31:57 0c7c675703d6: Download complete 09:31:57 188c0c94c7c5: Verifying Checksum 09:31:57 188c0c94c7c5: Download complete 09:31:57 5aa711733414: Verifying Checksum 09:31:57 5aa711733414: Download complete 09:31:57 058f73b55e4b: Verifying Checksum 09:31:57 058f73b55e4b: Download complete 09:31:57 8c9c664faf12: Verifying Checksum 09:31:57 8c9c664faf12: Download complete 09:31:57 188c0c94c7c5: Pull complete 09:31:58 0c7c675703d6: Pull complete 09:31:58 cc8c12a437cb: Pull complete 09:31:58 c5dafad2182a: Verifying Checksum 09:31:58 c5dafad2182a: Download complete 09:32:00 c5dafad2182a: Pull complete 09:32:00 5aa711733414: Pull complete 09:32:00 058f73b55e4b: Pull complete 09:32:00 8c9c664faf12: Pull complete 09:32:00 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 09:32:00 Status: Downloaded newer image for docker:latest 09:32:02 ---> 776ec4bc51ce 09:32:02 Step 6/7 : COPY go.mod . 09:32:02 ---> a2dad2ba4bbb 09:32:02 Step 7/7 : RUN go mod download 09:32:03 ---> Running in 1f330d11b55b 09:32:25 Removing intermediate container 1f330d11b55b 09:32:25 ---> cbfea9c34631 09:32:25 Successfully built cbfea9c34631 09:32:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:32:25 + docker inspect -f . ci-base-image-x86_64 09:32:25 . [Pipeline] withDockerContainer 09:32:25 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:32:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:32:26 $ docker top a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 -eo pid,comm [Pipeline] { [Pipeline] sh 09:32:27 + go version 09:32:27 go version go1.15.2 linux/amd64 [Pipeline] } 09:32:27 $ docker stop --time=1 a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 09:32:28 $ docker rm -f a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:32:29 + docker inspect -f . ci-base-image-x86_64 09:32:29 . [Pipeline] withDockerContainer 09:32:29 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:32:29 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:32:30 $ docker top 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 -eo pid,comm [Pipeline] { [Pipeline] echo 09:32:30 ========================================================= 09:32:30 [edgeXBuildGoParallel] Running Tests and Build... 09:32:30 ========================================================= [Pipeline] sh 09:32:31 + make test 09:32:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:32:39 ? github.com/edgexfoundry/edgex-go [no test files] 09:33:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:33:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:33:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:33:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:33:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:33:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:33:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s 09:33:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:33:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:33:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:33:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:33:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:33:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:33:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 46.6% of statements 09:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.387s coverage: 69.3% of statements 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.3% of statements 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 09:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 09:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 79.0% of statements 09:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.267s coverage: 95.7% of statements 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 09:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 09:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 55.9% of statements 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.528s coverage: 86.3% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.066s coverage: 72.2% of statements 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.036s coverage: 48.4% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.2% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.1% of statements 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.034s coverage: 100.0% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 09:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:33:29 GO111MODULE=on go vet ./... 09:33:52 gofmt -l . 09:33:52 [ "`gofmt -l .`" = "" ] 09:33:52 ./bin/test-go-mod-tidy.sh 09:33:53 ./bin/test-attribution-txt.sh [Pipeline] sh 09:33:56 + ls -al . 09:33:56 total 644 09:33:56 drwxrwxr-x 10 1001 1001 4096 Nov 26 09:33 . 09:33:56 drwxr-xr-x 4 root root 32 Nov 26 09:32 .. 09:33:56 -rw-rw-r-- 1 1001 1001 11 Nov 26 09:30 .dockerignore 09:33:56 drwxrwxr-x 8 1001 1001 162 Nov 26 09:30 .git 09:33:56 drwxrwxr-x 3 1001 1001 125 Nov 26 09:30 .github 09:33:56 -rw-rw-r-- 1 1001 1001 971 Nov 26 09:30 .gitignore 09:33:56 drwx------ 3 1001 1001 32 Nov 26 09:31 .semver 09:33:56 -rw-rw-r-- 1 1001 1001 166 Nov 26 09:30 .sonarcloud.properties 09:33:56 -rw-rw-r-- 1 1001 1001 3804 Nov 26 09:30 CONTRIBUTING.md 09:33:56 -rw-rw-r-- 1 1001 1001 1035 Nov 26 09:30 Dockerfile.build 09:33:56 -rw-rw-r-- 1 1001 1001 863 Nov 26 09:30 Jenkinsfile 09:33:56 -rw-rw-r-- 1 1001 1001 10775 Nov 26 09:30 LICENSE 09:33:56 -rw-rw-r-- 1 1001 1001 6581 Nov 26 09:30 Makefile 09:33:56 -rw-rw-r-- 1 1001 1001 6447 Nov 26 09:30 README.md 09:33:56 -rw-rw-r-- 1 1001 1001 259 Nov 26 09:30 SECURITY.md 09:33:56 -rw-rw-r-- 1 1001 1001 12 Nov 26 09:31 VERSION 09:33:56 -rw-rw-r-- 1 1001 1001 4131 Nov 26 09:30 ZMQWindows.md 09:33:56 drwxrwxr-x 2 1001 1001 117 Nov 26 09:30 bin 09:33:56 drwxrwxr-x 15 1001 1001 4096 Nov 26 09:30 cmd 09:33:56 -rw-r--r-- 1 root root 549148 Nov 26 09:33 coverage.out 09:33:56 -rw-r--r-- 1 root root 1041 Nov 26 09:33 go.mod 09:33:56 -rw-r--r-- 1 root root 18746 Nov 26 09:33 go.sum 09:33:56 drwxrwxr-x 8 1001 1001 127 Nov 26 09:30 internal 09:33:56 drwxrwxr-x 4 1001 1001 26 Nov 26 09:30 openapi 09:33:56 drwxrwxr-x 4 1001 1001 71 Nov 26 09:30 snap 09:33:56 -rw-rw-r-- 1 1001 1001 168 Nov 26 09:30 version.go [Pipeline] sh 09:33:56 + '[' -e coverage.out ] 09:33:56 + chown 1001:1001 coverage.out [Pipeline] stash 09:33:56 Stashed 1 file(s) [Pipeline] sh 09:33:57 + make build 09:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:34:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data 09:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command 09:34:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging 09:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:34:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:34:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 09:34:21 $ docker stop --time=1 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 09:34:22 $ docker rm -f 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:34:25 09:34:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:34:26 latest: Pulling from edgex-devops/edgex-compose 09:34:26 cbdbe7a5bc2a: Pulling fs layer 09:34:26 ca9280d653b3: Pulling fs layer 09:34:26 7e9c9ca2126c: Pulling fs layer 09:34:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13571 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { 09:34:26 cbdbe7a5bc2a: Verifying Checksum 09:34:26 cbdbe7a5bc2a: Download complete [Pipeline] ws 09:34:26 Running in /w/workspace/edgex-go/235 [Pipeline] { [Pipeline] checkout 09:34:27 cbdbe7a5bc2a: Pull complete 09:34:27 ca9280d653b3: Verifying Checksum 09:34:27 ca9280d653b3: Download complete 09:34:28 ca9280d653b3: Pull complete 09:34:28 7e9c9ca2126c: Verifying Checksum 09:34:32 using credential edgex-jenkins-ssh 09:34:32 Cloning the remote Git repository 09:34:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:34:32 > git init /w/workspace/edgex-go/235 # timeout=10 09:34:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:34:32 > git --version # timeout=10 09:34:32 > git --version # 'git version 2.17.1' 09:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:36 7e9c9ca2126c: Pull complete 09:34:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:34:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:34:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:34:36 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:34:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 09:34:37 $ docker top 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:38 + docker-compose build --help 09:34:38 + grep parallel 09:34:39 --parallel Build images in parallel. [Pipeline] } 09:34:39 $ docker stop --time=1 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b 09:34:40 $ docker rm -f 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:34:41 . [Pipeline] withDockerContainer 09:34:41 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:34:41 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:34:42 $ docker top 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:42 + docker-compose -f ./docker-compose-build.yml build --parallel 09:34:43 Building docker-core-command-go ... 09:34:43 Building docker-core-data-go ... 09:34:43 Building docker-core-metadata-go ... 09:34:43 Building docker-security-bootstrap-redis-go ... 09:34:43 Building docker-security-proxy-setup-go ... 09:34:43 Building docker-security-secrets-setup-go ... 09:34:43 Building docker-security-secretstore-setup-go ... 09:34:43 Building docker-support-logging-go ... 09:34:43 Building docker-support-notifications-go ... 09:34:43 Building docker-support-scheduler-go ... 09:34:43 Building docker-sys-mgmt-agent-go ... 09:34:43 Building docker-security-proxy-setup-go 09:34:43 Building docker-security-secretstore-setup-go 09:34:43 Building docker-sys-mgmt-agent-go 09:34:43 Building docker-support-logging-go 09:34:43 Building docker-security-bootstrap-redis-go 09:34:54 Checking out Revision ea5d7be70bf78d25df2f442b65fefbdc258c073e (master) 09:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:34:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:34:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:34:54 > git config core.sparsecheckout # timeout=10 09:34:54 > git checkout -f ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 09:34:59 Commit message: "Merge pull request #2756 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:35:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:35:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:35:01 + sudo service docker restart 09:35:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:35:03 provisioning config files... 09:35:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config8624877221573725014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:35:04 ---> docker-login.sh 09:35:04 nexus3.edgexfoundry.org:10001 09:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:05 Configure a credential helper to remove this warning. See 09:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:05 09:35:05 Login Succeeded 09:35:05 nexus3.edgexfoundry.org:10002 09:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:05 Configure a credential helper to remove this warning. See 09:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:05 09:35:05 Login Succeeded 09:35:05 nexus3.edgexfoundry.org:10003 09:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:06 Configure a credential helper to remove this warning. See 09:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:06 09:35:06 Login Succeeded 09:35:06 nexus3.edgexfoundry.org:10004 09:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:07 Configure a credential helper to remove this warning. See 09:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:07 09:35:07 Login Succeeded 09:35:07 docker.io 09:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:07 Configure a credential helper to remove this warning. See 09:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:07 09:35:07 Login Succeeded 09:35:07 ---> docker-login.sh ends [Pipeline] } 09:35:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:35:08 ========================================================= 09:35:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:35:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:35:08 + 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 . 09:35:11 Sending build context to Docker daemon 165.4MB 09:35:11 Step 1/7 : ARG BASE=golang:1.15-alpine 09:35:11 Step 2/7 : FROM ${BASE} 09:35:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:35:11 b538f80385f9: Pulling fs layer 09:35:11 74f711af9a0d: Pulling fs layer 09:35:11 99f96fe45779: Pulling fs layer 09:35:11 8529a6b9a6be: Pulling fs layer 09:35:11 45590311c82a: Pulling fs layer 09:35:11 69ca0ff8b7b3: Pulling fs layer 09:35:11 209524e5b208: Pulling fs layer 09:35:11 8529a6b9a6be: Waiting 09:35:11 45590311c82a: Waiting 09:35:11 69ca0ff8b7b3: Waiting 09:35:11 209524e5b208: Waiting 09:35:11 99f96fe45779: Verifying Checksum 09:35:11 99f96fe45779: Download complete 09:35:11 74f711af9a0d: Verifying Checksum 09:35:11 74f711af9a0d: Download complete 09:35:11 45590311c82a: Download complete 09:35:11 b538f80385f9: Verifying Checksum 09:35:11 b538f80385f9: Download complete 09:35:11 69ca0ff8b7b3: Verifying Checksum 09:35:11 69ca0ff8b7b3: Download complete 09:35:12 b538f80385f9: Pull complete 09:35:12 74f711af9a0d: Pull complete 09:35:13 99f96fe45779: Pull complete 09:35:14 209524e5b208: Verifying Checksum 09:35:14 209524e5b208: Download complete 09:35:15 8529a6b9a6be: Verifying Checksum 09:35:15 8529a6b9a6be: Download complete 09:35:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:35:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:15 ---> cbfea9c34631 09:35:15 Step 3/22 : WORKDIR /edgex-go 09:35:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:35:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:35:15 ---> cbfea9c34631 09:35:15 Step 3/24 : WORKDIR /edgex-go 09:35:15 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:35:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:35:15 ---> cbfea9c34631 09:35:15 Step 3/27 : WORKDIR /edgex-go 09:35:16 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:35:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:35:16 ---> cbfea9c34631 09:35:16 Step 3/20 : WORKDIR /edgex-go 09:35:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:35:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:16 ---> cbfea9c34631 09:35:16 Step 3/22 : WORKDIR /edgex-go 09:35:17 ---> Running in f532ca12fb47 09:35:17 ---> Running in 8253dde2e97d 09:35:17 ---> Running in 7f06f10e9cf3 09:35:17 ---> Running in 62d44a966590 09:35:17 ---> Running in 8f91da9542d0 09:35:17 Removing intermediate container f532ca12fb47 09:35:17 ---> 0a571e824510 09:35:17 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:17 Removing intermediate container 8253dde2e97d 09:35:17 ---> ded4b239b0e7 09:35:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:17 Removing intermediate container 7f06f10e9cf3 09:35:17 ---> fb4f31a87971 09:35:17 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:17 Removing intermediate container 8f91da9542d0 09:35:17 ---> 1a91039b2e6b 09:35:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:17 Removing intermediate container 62d44a966590 09:35:17 ---> a03f9bc37714 09:35:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:17 ---> Running in d87c0b70666e 09:35:17 ---> Running in 705ab26e3f51 09:35:17 ---> Running in 7b675f86fb31 09:35:17 ---> Running in 8980a7052731 09:35:17 ---> Running in 76b38c92b765 09:35:19 Removing intermediate container d87c0b70666e 09:35:19 ---> 4f6847b48047 09:35:19 Step 5/27 : RUN apk update && apk add make bash git 09:35:19 ---> Running in 0433ba65181a 09:35:20 Removing intermediate container 7b675f86fb31 09:35:20 ---> 71dbe9d79675 09:35:20 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:35:20 Removing intermediate container 705ab26e3f51 09:35:20 ---> 70f4117ce8b6 09:35:20 Step 5/20 : RUN apk update && apk add make git 09:35:20 Removing intermediate container 8980a7052731 09:35:20 ---> 18cdba50880d 09:35:20 Step 5/22 : RUN apk update && apk add make git 09:35:20 Removing intermediate container 76b38c92b765 09:35:20 ---> fdcea98039e8 09:35:20 Step 5/24 : RUN apk update && apk add make git 09:35:20 ---> Running in 89524399fd48 09:35:20 ---> Running in 5542f0432d56 09:35:20 ---> Running in 11a0f1b12237 09:35:20 ---> Running in 61896a604714 09:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:22 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:22 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:22 OK: 12754 distinct packages available 09:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:22 OK: 233 MiB in 51 packages 09:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:22 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:22 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:22 OK: 12754 distinct packages available 09:35:22 Removing intermediate container 0433ba65181a 09:35:22 ---> 14aae7b47195 09:35:22 Step 6/27 : COPY go.mod . 09:35:23 OK: 233 MiB in 51 packages 09:35:23 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:23 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:23 OK: 12754 distinct packages available 09:35:23 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:23 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:23 OK: 12754 distinct packages available 09:35:23 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:23 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:23 OK: 12754 distinct packages available 09:35:23 OK: 233 MiB in 51 packages 09:35:23 OK: 233 MiB in 51 packages 09:35:23 OK: 233 MiB in 51 packages 09:35:23 ---> 1df762028f02 09:35:23 Step 7/27 : RUN go mod download 09:35:23 OK: 233 MiB in 51 packages 09:35:23 ---> Running in 3a2d8c65880f 09:35:24 Removing intermediate container 89524399fd48 09:35:24 ---> 3755f60d1602 09:35:24 Step 6/22 : COPY go.mod . 09:35:24 Removing intermediate container 5542f0432d56 09:35:24 ---> 73bde1088198 09:35:24 Step 6/20 : COPY go.mod . 09:35:24 ---> 5637e7f7c64e 09:35:24 Step 7/22 : RUN go mod download 09:35:24 Removing intermediate container 61896a604714 09:35:24 ---> 6491718d7913 09:35:24 Step 6/24 : COPY go.mod . 09:35:24 Removing intermediate container 11a0f1b12237 09:35:24 ---> 6e053fabf4f7 09:35:24 Step 6/22 : COPY go.mod . 09:35:24 ---> Running in 06c7a94cad8e 09:35:24 ---> a84fb0c5b47f 09:35:24 Step 7/20 : RUN go mod download 09:35:24 ---> Running in ed188d08eed8 09:35:25 ---> ee9ee055bd70 09:35:25 Step 7/24 : RUN go mod download 09:35:25 ---> 618a7f44fb27 09:35:25 Step 7/22 : RUN go mod download 09:35:25 ---> Running in 699c5de4e1c9 09:35:25 ---> Running in 9f25a02170ea 09:35:25 8529a6b9a6be: Pull complete 09:35:25 45590311c82a: Pull complete 09:35:25 69ca0ff8b7b3: Pull complete 09:35:26 Removing intermediate container 3a2d8c65880f 09:35:26 ---> 9ab448442461 09:35:26 Step 8/27 : COPY . . 09:35:27 Removing intermediate container 06c7a94cad8e 09:35:27 ---> 8b85dac25934 09:35:27 Step 8/22 : COPY . . 09:35:29 209524e5b208: Pull complete 09:35:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:35:29 ---> 5bddaf1c2fca 09:35:29 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 09:35:29 Removing intermediate container ed188d08eed8 09:35:29 ---> 46511f301ba9 09:35:29 Step 8/20 : COPY . . 09:35:33 ---> Running in 5f09c57451e3 09:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:35:36 (1/12) Installing libmagic (5.38-r0) 09:35:36 (2/12) Installing file (5.38-r0) 09:35:36 (3/12) Installing libc-dev (0.7.2-r3) 09:35:36 (4/12) Installing g++ (9.3.0-r2) 09:35:37 Removing intermediate container 699c5de4e1c9 09:35:37 ---> 9af2fbdf090a 09:35:37 Step 8/22 : COPY . . 09:35:42 Removing intermediate container 9f25a02170ea 09:35:42 ---> fd00392f1076 09:35:42 Step 8/24 : COPY . . 09:35:43 (5/12) Installing fortify-headers (1.1-r0) 09:35:43 (6/12) Installing patch (2.7.6-r6) 09:35:43 (7/12) Installing build-base (0.5-r2) 09:35:43 (8/12) Installing libsodium (1.0.18-r0) 09:35:43 (9/12) Installing pkgconf (1.7.2-r0) 09:35:43 (10/12) Installing libsodium-dev (1.0.18-r0) 09:35:43 (11/12) Installing libzmq (4.3.3-r0) 09:35:43 (12/12) Installing zeromq-dev (4.3.3-r0) 09:35:43 Executing busybox-1.31.1-r16.trigger 09:35:43 OK: 217 MiB in 51 packages 09:35:47 Removing intermediate container 5f09c57451e3 09:35:47 ---> 9d8a24ea0fc4 09:35:47 Step 4/7 : WORKDIR /edgex-go 09:35:47 ---> Running in daa6a0642d1a 09:35:48 Removing intermediate container daa6a0642d1a 09:35:48 ---> ce2f4c1fcae8 09:35:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:35:48 latest: Pulling from library/docker 09:35:48 5f621e34cdf4: Pulling fs layer 09:35:48 85db56a05063: Pulling fs layer 09:35:48 ccb67d6aeaaa: Pulling fs layer 09:35:48 a0b19fc83503: Pulling fs layer 09:35:48 8eb508b41278: Pulling fs layer 09:35:48 37236713561e: Pulling fs layer 09:35:48 07c93f2b1b56: Pulling fs layer 09:35:48 a0b19fc83503: Waiting 09:35:48 8eb508b41278: Waiting 09:35:48 37236713561e: Waiting 09:35:48 07c93f2b1b56: Waiting 09:35:48 ccb67d6aeaaa: Verifying Checksum 09:35:48 ccb67d6aeaaa: Download complete 09:35:49 85db56a05063: Download complete 09:35:49 5f621e34cdf4: Verifying Checksum 09:35:49 5f621e34cdf4: Download complete 09:35:49 8eb508b41278: Download complete 09:35:49 37236713561e: Verifying Checksum 09:35:49 37236713561e: Download complete 09:35:49 07c93f2b1b56: Verifying Checksum 09:35:49 07c93f2b1b56: Download complete 09:35:49 5f621e34cdf4: Pull complete 09:35:50 85db56a05063: Pull complete 09:35:50 a0b19fc83503: Verifying Checksum 09:35:50 a0b19fc83503: Download complete 09:35:50 ccb67d6aeaaa: Pull complete 09:35:54 a0b19fc83503: Pull complete 09:35:54 8eb508b41278: Pull complete 09:35:54 37236713561e: Pull complete 09:35:54 07c93f2b1b56: Pull complete 09:35:54 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 09:35:54 Status: Downloaded newer image for docker:latest 09:35:58 ---> 9f6a57cba6ad 09:35:58 Step 6/7 : COPY go.mod . 09:35:58 ---> 15d6c7a037a7 09:35:58 Step 7/7 : RUN go mod download 09:35:59 ---> Running in 99bd0f9f1e5a 09:36:04 ---> af3612060ffe 09:36:04 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:36:07 ---> Running in 05b6ffd4a703 09:36:08 ---> fd26f6f64c6f 09:36:08 Step 9/22 : RUN make cmd/support-logging/support-logging 09:36:08 ---> d3b065876151 09:36:08 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:36:10 ---> Running in 682bf8e9ede9 09:36:10 ---> Running in 20d28dd21bc5 09:36:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:36:12 ---> 3950d9c26c5f 09:36:12 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:36:13 ---> Running in 144ef000aa4b 09:36:14 ---> 2d114cfbf7b4 09:36:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:36:14 ---> Running in 92b701a366ed 09:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging 09:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:36:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:36:25 Removing intermediate container 99bd0f9f1e5a 09:36:25 ---> 657399818551 09:36:25 Successfully built 657399818551 09:36:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:36:26 + docker inspect -f . ci-base-image-arm64 09:36:26 . [Pipeline] withDockerContainer 09:36:26 prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container 09:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 09:36:28 $ docker top dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:29 + go version 09:36:29 go version go1.15.2 linux/arm64 [Pipeline] } 09:36:29 $ docker stop --time=1 dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 09:36:31 $ docker rm -f dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 [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 09:36:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:32 09:36:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:36:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:33 latest: Pulling from edgex-devops/edgex-compose-arm64 09:36:33 29e5d40040c1: Pulling fs layer 09:36:33 1ce36da41761: Pulling fs layer 09:36:33 25b303627fd3: Pulling fs layer 09:36:33 29e5d40040c1: Verifying Checksum 09:36:33 29e5d40040c1: Download complete 09:36:34 29e5d40040c1: Pull complete 09:36:34 1ce36da41761: Verifying Checksum 09:36:34 1ce36da41761: Download complete 09:36:35 1ce36da41761: Pull complete 09:36:36 25b303627fd3: Verifying Checksum 09:36:36 25b303627fd3: Download complete 09:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:36:41 Removing intermediate container 05b6ffd4a703 09:36:41 ---> fda6905a6757 09:36:41 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:36:41 ---> Running in d592c9a7e1a7 09:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:36:41 Removing intermediate container 20d28dd21bc5 09:36:41 ---> b315cd063052 09:36:41 09:36:41 Step 10/20 : FROM alpine 09:36:41 latest: Pulling from library/alpine 09:36:41 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 09:36:41 Status: Downloaded newer image for alpine:latest 09:36:41 ---> d6e46aa2470d 09:36:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:36:44 Removing intermediate container 144ef000aa4b 09:36:44 ---> 96d6c98a21a8 09:36:44 09:36:44 Step 10/22 : FROM alpine:3.10 09:36:44 ---> Running in 19f6af53946a 09:36:44 3.10: Pulling from library/alpine 09:36:44 Removing intermediate container 682bf8e9ede9 09:36:44 ---> 4f56f50f5b5c 09:36:44 09:36:44 Step 10/22 : FROM scratch 09:36:44 ---> 09:36:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:36:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:36:44 Status: Downloaded newer image for alpine:3.10 09:36:44 ---> be4e4bea2c2e 09:36:44 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:36:45 ---> Running in e1728cb972f5 09:36:45 Removing intermediate container d592c9a7e1a7 09:36:45 ---> 8b6c584c3175 09:36:45 09:36:45 Step 11/27 : FROM docker:latest 09:36:45 ---> 6972c414f322 09:36:45 Step 12/27 : RUN apk add --no-cache bash 09:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:45 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:36:45 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:36:45 OK: 12746 distinct packages available 09:36:45 (1/4) Installing ca-certificates (20191127-r4) 09:36:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:36:45 (3/4) Installing libcurl (7.69.1-r1) 09:36:45 (4/4) Installing curl (7.69.1-r1) 09:36:45 Executing busybox-1.31.1-r19.trigger 09:36:45 Executing ca-certificates-20191127-r4.trigger 09:36:45 OK: 7 MiB in 18 packages 09:36:46 ---> Running in ed44d80fd9a0 09:36:46 25b303627fd3: Pull complete 09:36:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:36:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:46 ---> Running in 3661182c62d6 09:36:46 Removing intermediate container e1728cb972f5 09:36:46 ---> a0246339ec60 09:36:46 Step 12/22 : ENV APP_PORT=48061 09:36:46 Removing intermediate container 92b701a366ed 09:36:46 ---> a1466b4af96d 09:36:46 09:36:46 Step 10/24 : FROM alpine:3.10 09:36:46 ---> be4e4bea2c2e 09:36:46 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:36:46 ---> Running in 607a73335c0d [Pipeline] withDockerContainer 09:36:46 prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container 09:36:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 09:36:47 ---> Running in d0932510d674 09:36:47 Removing intermediate container 607a73335c0d 09:36:47 ---> a169acb99cb2 09:36:47 Step 13/22 : EXPOSE $APP_PORT 09:36:47 ---> Running in 86aede3014dc 09:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:36:48 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:36:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:36:48 OK: 10348 distinct packages available 09:36:48 Removing intermediate container 86aede3014dc 09:36:48 ---> e6db55059576 09:36:48 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:36:48 (1/5) Installing ca-certificates (20191127-r2) 09:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:36:48 (3/5) Installing libcurl (7.66.0-r1) 09:36:48 (4/5) Installing curl (7.66.0-r1) 09:36:48 Removing intermediate container 19f6af53946a 09:36:48 ---> 12ded73dd2da 09:36:48 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:36:48 (5/5) Installing dumb-init (1.2.2-r1) 09:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:48 Executing busybox-1.30.1-r3.trigger 09:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:36:48 (1/2) Installing readline (8.0.4-r0) 09:36:48 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:36:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:36:48 OK: 10348 distinct packages available 09:36:48 (2/2) Installing bash (5.0.17-r0) 09:36:48 Executing bash-5.0.17-r0.post-install 09:36:48 Executing busybox-1.31.1-r19.trigger 09:36:48 OK: 12 MiB in 22 packages 09:36:48 (1/5) Installing ca-certificates (20191127-r2) 09:36:48 Executing ca-certificates-20191127-r2.trigger 09:36:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:36:48 (3/5) Installing libcurl (7.66.0-r1) 09:36:48 OK: 7 MiB in 19 packages 09:36:48 (4/5) Installing curl (7.66.0-r1) 09:36:48 (5/5) Installing dumb-init (1.2.2-r1) 09:36:48 Executing busybox-1.30.1-r3.trigger 09:36:48 Executing ca-certificates-20191127-r2.trigger 09:36:49 OK: 7 MiB in 19 packages 09:36:49 ---> Running in d7c68afef2f3 09:36:49 ---> d983f474c933 09:36:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:36:49 Removing intermediate container d7c68afef2f3 09:36:49 ---> f43644a028df 09:36:49 Step 13/20 : WORKDIR /edgex 09:36:50 $ docker top 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:50 ---> Running in 7ea4e18874ea 09:36:50 ---> bf141b4a9b57 09:36:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:36:50 Removing intermediate container 3661182c62d6 09:36:50 ---> 3657745ffdec 09:36:50 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:36:51 + docker-compose build --help 09:36:51 + grep parallel 09:36:51 ---> Running in 9ade75de6bfe 09:36:51 ---> 3a7a3b75abb5 09:36:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:36:51 Removing intermediate container ed44d80fd9a0 09:36:51 ---> 1c68a15f4f75 09:36:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:36:52 Removing intermediate container 7ea4e18874ea 09:36:52 ---> f010659db62c 09:36:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:36:52 Removing intermediate container d0932510d674 09:36:52 ---> 27a861b8c434 09:36:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:36:52 ---> Running in d3cb6df8edc1 09:36:52 ---> f6dc4708c50c 09:36:52 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:36:52 ---> Running in 06cc97f10768 09:36:52 ---> Running in 1d2d24e5a3a4 09:36:52 ---> b9bc231bef5e 09:36:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:36:52 Removing intermediate container d3cb6df8edc1 09:36:52 ---> 5f63c76b564f 09:36:52 Step 13/22 : WORKDIR / 09:36:52 Removing intermediate container 06cc97f10768 09:36:52 ---> 5378a6619e70 09:36:52 Step 13/24 : WORKDIR / 09:36:53 ---> Running in 9c3fc95fbe22 09:36:53 Removing intermediate container 1d2d24e5a3a4 09:36:53 ---> 59d701df50bb 09:36:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:36:53 ---> Running in 8d80e1b5fd7d 09:36:53 ---> Running in 5089ca79bcd6 09:36:53 ---> f35c7a57d9c9 09:36:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:36:53 Removing intermediate container 9c3fc95fbe22 09:36:53 ---> 63928dc80788 09:36:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:36:53 ---> Running in 9e15a8183185 09:36:53 Removing intermediate container 5089ca79bcd6 09:36:53 ---> 7e190a4c2174 09:36:53 Step 20/22 : LABEL arch=x86_64 09:36:53 Removing intermediate container 9ade75de6bfe 09:36:53 ---> e800831b3063 09:36:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:36:53 Removing intermediate container 8d80e1b5fd7d 09:36:53 ---> 08accab974ad 09:36:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:36:54 ---> Running in aa137a3fdf3e 09:36:54 ---> ff57347a15be 09:36:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:36:54 ---> Running in 80b47d96563d 09:36:54 Removing intermediate container 9e15a8183185 09:36:54 ---> 34bac5248c3a 09:36:54 Step 17/20 : CMD ["--init=true"] 09:36:54 ---> Running in f63554480ff2 09:36:54 Removing intermediate container 80b47d96563d 09:36:54 ---> 7c6a76182e85 09:36:54 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:36:54 ---> fbf341070c85 09:36:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:36:54 Removing intermediate container aa137a3fdf3e 09:36:54 ---> 44c570e7ac19 09:36:54 Step 15/27 : ENV APP_PORT=48090 09:36:54 ---> Running in ba848c903691 09:36:54 Removing intermediate container f63554480ff2 09:36:54 ---> ef7eedcb779c 09:36:54 Step 18/20 : LABEL arch=x86_64 09:36:54 ---> 427d16b90eaf 09:36:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:36:54 ---> Running in 3555c7281a74 09:36:54 --parallel Build images in parallel. [Pipeline] } 09:36:54 $ docker stop --time=1 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 09:36:54 ---> Running in 1d8a759116b3 09:36:54 Removing intermediate container 3555c7281a74 09:36:54 ---> b8b7d0bffe39 09:36:54 Step 16/27 : EXPOSE $APP_PORT 09:36:55 ---> a1e9a91ce369 09:36:55 ---> a5220c022f5a 09:36:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:36:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:36:55 Removing intermediate container ba848c903691 09:36:55 ---> c7fe4f75d59e 09:36:55 Step 22/22 : LABEL version=1.3.1-dev.11 09:36:55 ---> Running in 3daa82db8fee 09:36:55 Removing intermediate container 1d8a759116b3 09:36:55 ---> 5908006beacb 09:36:55 Step 19/20 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:36:55 ---> Running in 1688ffeb9579 09:36:55 ---> Running in 37cd1701285c 09:36:55 ---> 967584bfd4d0 09:36:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:36:55 Removing intermediate container 3daa82db8fee 09:36:55 ---> 6c6b3967d1ad 09:36:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:36:55 ---> 77798a80641a 09:36:55 Step 18/22 : RUN chmod +x entrypoint.sh 09:36:55 Removing intermediate container 1688ffeb9579 09:36:55 ---> d1da1d7a870c 09:36:55 09:36:55 Removing intermediate container 37cd1701285c 09:36:55 ---> f0cb4e3ddccb 09:36:55 Step 20/20 : LABEL version=1.3.1-dev.11 09:36:56 ---> Running in 2056a73618f5 09:36:56 Successfully built d1da1d7a870c 09:36:56 Successfully tagged docker-support-logging-go:latest 09:36:56  Building docker-support-logging-go ... done Building docker-support-scheduler-go 09:36:56 ---> Running in 73309063c485 09:36:56 ---> 734fac52acd6 09:36:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:36:56 $ docker rm -f 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:36:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:57 . [Pipeline] withDockerContainer 09:36:57 prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container 09:36: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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 09:36:58 ---> c21c0a325bbd 09:36:58 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:36:58 Removing intermediate container 73309063c485 09:36:58 ---> 6faf5db54c34 09:36:58 09:36:59 ---> 7253a819fbce 09:36:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:36:59 Successfully built 6faf5db54c34 09:36:59 $ docker top c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa -eo pid,comm 09:36:59 Successfully tagged docker-security-proxy-setup-go:latest 09:36:59  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [Pipeline] { [Pipeline] sh 09:37:00 + docker-compose -f ./docker-compose-build.yml build --parallel 09:37:02 ---> 1decfe01dec7 09:37:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:37:03 Building docker-core-command-go ... 09:37:03 Building docker-core-data-go ... 09:37:03 Building docker-core-metadata-go ... 09:37:03 Building docker-security-bootstrap-redis-go ... 09:37:03 Building docker-security-proxy-setup-go ... 09:37:03 Building docker-security-secrets-setup-go ... 09:37:03 Building docker-security-secretstore-setup-go ... 09:37:03 Building docker-support-logging-go ... 09:37:03 Building docker-support-notifications-go ... 09:37:03 Building docker-support-scheduler-go ... 09:37:03 Building docker-sys-mgmt-agent-go ... 09:37:03 Building docker-support-notifications-go 09:37:03 Building docker-security-proxy-setup-go 09:37:03 Building docker-core-data-go 09:37:03 ---> 768c6616ad01 09:37:03 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:37:04 Building docker-core-metadata-go 09:37:04 Building docker-support-scheduler-go 09:37:04 Removing intermediate container 2056a73618f5 09:37:04 ---> 93169279fe63 09:37:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:37:05 ---> 3f3a50004880 09:37:05 Step 20/27 : RUN apk --no-cache add py3-pip 09:37:05 ---> Running in c3210c6c7e00 09:37:06 ---> Running in f73ca4feda56 09:37:07 ---> Running in b9770bc75533 09:37:09 Removing intermediate container f73ca4feda56 09:37:09 ---> d66220994e89 09:37:09 Step 20/22 : LABEL arch=x86_64 09:37:10 ---> Running in 5f5dcb2a99e3 09:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:10 Removing intermediate container 5f5dcb2a99e3 09:37:10 ---> 860f8ee029ab 09:37:10 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:10 (1/33) Installing libbz2 (1.0.8-r1) 09:37:11 (2/33) Installing expat (2.2.9-r1) 09:37:11 (3/33) Installing libffi (3.3-r2) 09:37:11 (4/33) Installing gdbm (1.13-r1) 09:37:11 (5/33) Installing xz-libs (5.2.5-r0) 09:37:11 (6/33) Installing sqlite-libs (3.32.1-r0) 09:37:11 (7/33) Installing python3 (3.8.5-r0) 09:37:15 ---> Running in 4e2072aba5f9 09:37:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:37:15 ---> cbfea9c34631 09:37:15 Step 3/21 : WORKDIR /edgex-go 09:37:15 ---> Using cache 09:37:15 ---> a03f9bc37714 09:37:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:15 ---> Using cache 09:37:15 ---> fdcea98039e8 09:37:15 Step 5/21 : RUN apk update && apk add make git 09:37:15 ---> Using cache 09:37:15 ---> 6491718d7913 09:37:15 Step 6/21 : COPY go.mod . 09:37:15 ---> Using cache 09:37:15 ---> ee9ee055bd70 09:37:15 Step 7/21 : RUN go mod download 09:37:15 ---> Using cache 09:37:15 ---> fd00392f1076 09:37:15 Step 8/21 : COPY . . 09:37:15 ---> Using cache 09:37:15 ---> 2d114cfbf7b4 09:37:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:37:15 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:15 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:37:15 ---> cbfea9c34631 09:37:15 Step 3/29 : WORKDIR /edgex-go 09:37:15 ---> Using cache 09:37:15 ---> a03f9bc37714 09:37:15 Step 4/29 : RUN apk update && apk add make git 09:37:16 (8/33) Installing py3-appdirs (1.4.4-r1) 09:37:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:37:16 (10/33) Installing py3-parsing (2.4.7-r0) 09:37:16 ---> Running in a7c244028c16 09:37:17 (11/33) Installing py3-six (1.15.0-r0) 09:37:17 ---> Running in abef63103af9 09:37:17 (12/33) Installing py3-packaging (20.4-r0) 09:37:17 (13/33) Installing py3-setuptools (47.0.0-r0) 09:37:17 Removing intermediate container 4e2072aba5f9 09:37:17 ---> e007993b4ebd 09:37:17 Step 22/22 : LABEL version=1.3.1-dev.11 09:37:17 Removing intermediate container c3210c6c7e00 09:37:17 ---> 697d64e8e519 09:37:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:37:17 (14/33) Installing py3-chardet (3.0.4-r4) 09:37:17 (15/33) Installing py3-idna (2.9-r0) 09:37:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:37:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:37:18 (18/33) Installing py3-requests (2.23.0-r0) 09:37:18 (19/33) Installing py3-msgpack (1.0.0-r0) 09:37:18 (20/33) Installing py3-lockfile (0.12.2-r3) 09:37:18 ---> Running in 78987189f011 09:37:18 ---> Running in 1fa86e3f08f5 09:37:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:37:18 (22/33) Installing py3-colorama (0.4.3-r0) 09:37:18 (23/33) Installing py3-distlib (0.3.0-r0) 09:37:18 (24/33) Installing py3-distro (1.5.0-r1) 09:37:18 (25/33) Installing py3-webencodings (0.5.1-r3) 09:37:18 (26/33) Installing py3-html5lib (1.0.1-r4) 09:37:18 (27/33) Installing py3-pytoml (0.1.21-r0) 09:37:18 (28/33) Installing py3-pep517 (0.8.2-r0) 09:37:18 (29/33) Installing py3-progress (1.5-r0) 09:37:18 (30/33) Installing py3-toml (0.10.1-r0) 09:37:18 (31/33) Installing py3-retrying (1.3.3-r0) 09:37:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:37:18 (33/33) Installing py3-pip (20.1.1-r0) 09:37:18 Removing intermediate container 1fa86e3f08f5 09:37:18 ---> 4a19f7c41d31 09:37:18 09:37:18 Removing intermediate container 78987189f011 09:37:18 ---> 43d53dec376e 09:37:18 Step 22/24 : LABEL arch=x86_64 09:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:19 Executing busybox-1.31.1-r19.trigger 09:37:19 Successfully built 4a19f7c41d31 09:37:19 OK: 71 MiB in 55 packages 09:37:19 Successfully tagged docker-security-bootstrap-redis-go:latest 09:37:19 Building docker-core-metadata-go 09:37:19  Building docker-security-bootstrap-redis-go ... done  ---> Running in f36c1381eb48 09:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:20 Removing intermediate container f36c1381eb48 09:37:20 ---> c41163a4eddd 09:37:20 Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:37:20 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:37:20 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:37:20 OK: 12754 distinct packages available 09:37:20 ---> Running in 2646177518df 09:37:21 OK: 233 MiB in 51 packages 09:37:29 Removing intermediate container 2646177518df 09:37:29 ---> ab0080c98686 09:37:29 Step 24/24 : LABEL version=1.3.1-dev.11 09:37:31 ---> Running in 7575d0ac6e64 09:37:31 Removing intermediate container abef63103af9 09:37:31 ---> da0baa56a564 09:37:31 Step 5/29 : COPY go.mod . 09:37:32 Removing intermediate container 7575d0ac6e64 09:37:32 ---> 26ca29f5d66a 09:37:32 09:37:33 ---> 053427589ac2 09:37:33 Step 6/29 : RUN go mod download 09:37:33 Successfully built 26ca29f5d66a 09:37:33 Successfully tagged docker-security-secretstore-setup-go:latest 09:37:33  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 09:37:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:38 ---> cbfea9c34631 09:37:38 Step 3/22 : WORKDIR /edgex-go 09:37:38 ---> Using cache 09:37:38 ---> a03f9bc37714 09:37:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:38 ---> Using cache 09:37:38 ---> fdcea98039e8 09:37:38 Step 5/22 : RUN apk update && apk add make git 09:37:38 ---> Using cache 09:37:38 ---> 6491718d7913 09:37:38 Step 6/22 : COPY go.mod . 09:37:38 ---> Using cache 09:37:38 ---> ee9ee055bd70 09:37:38 Step 7/22 : RUN go mod download 09:37:38 ---> Using cache 09:37:38 ---> fd00392f1076 09:37:38 Step 8/22 : COPY . . 09:37:38 ---> Using cache 09:37:38 ---> 2d114cfbf7b4 09:37:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:37:39 ---> Running in 141f7c2b3751 09:37:40 ---> Running in ae54e121c035 09:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:37:43 Removing intermediate container b9770bc75533 09:37:43 ---> 72e22e40e3af 09:37:43 Step 21/27 : RUN pip install docker-compose==1.23.2 09:37:49 ---> Running in 834f79b14fcf 09:37:50 Removing intermediate container 141f7c2b3751 09:37:50 ---> 24c3c39eb7ee 09:37:50 Step 7/29 : COPY . . 09:37:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:37:51 ---> 657399818551 09:37:51 Step 3/24 : WORKDIR /edgex-go 09:37:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:37:51 ---> 657399818551 09:37:51 Step 3/23 : WORKDIR /edgex-go 09:37:51 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:37:51 ---> 657399818551 09:37:51 Step 3/20 : WORKDIR /edgex-go 09:37:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:51 ---> 657399818551 09:37:51 Step 3/22 : WORKDIR /edgex-go 09:37:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:37:51 ---> 657399818551 09:37:51 Step 3/21 : WORKDIR /edgex-go 09:37:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:37:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:52 ---> cbfea9c34631 09:37:52 Step 3/22 : WORKDIR /edgex-go 09:37:52 ---> Using cache 09:37:52 ---> a03f9bc37714 09:37:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:52 ---> Using cache 09:37:52 ---> fdcea98039e8 09:37:52 Step 5/22 : RUN apk update && apk add make git 09:37:52 ---> Using cache 09:37:52 ---> 6491718d7913 09:37:52 Step 6/22 : COPY go.mod . 09:37:52 ---> Using cache 09:37:52 ---> ee9ee055bd70 09:37:52 Step 7/22 : RUN go mod download 09:37:52 ---> Using cache 09:37:52 ---> fd00392f1076 09:37:52 Step 8/22 : COPY . . 09:37:52 ---> Using cache 09:37:52 ---> 2d114cfbf7b4 09:37:52 Step 9/22 : RUN make cmd/core-command/core-command 09:37:53 ---> Running in cb745de398ca 09:37:53 ---> Running in 901b2d1232ac 09:37:53 ---> Running in 7270e37faf5e 09:37:53 ---> Running in 4b442fe720e6 09:37:53 ---> Running in bf620a9ab290 09:37:53 Removing intermediate container cb745de398ca 09:37:53 ---> 917a10f6f669 09:37:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:53 Removing intermediate container 901b2d1232ac 09:37:53 ---> a6a913b1457f 09:37:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:53 Removing intermediate container 7270e37faf5e 09:37:53 ---> 1afc7515a8e3 09:37:53 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:53 Removing intermediate container bf620a9ab290 09:37:53 ---> 7146b94da8be 09:37:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:53 Removing intermediate container 4b442fe720e6 09:37:53 ---> 45478503a147 09:37:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:53 ---> Running in 02741e089093 09:37:53 ---> Running in d9774756c407 09:37:53 ---> Running in fafbc1819db2 09:37:53 ---> Running in 75b4af691dc8 09:37:53 ---> Running in ecdb1bd609b7 09:37:54 ---> Running in fefdcf9ed271 09:37:55 Removing intermediate container a7c244028c16 09:37:55 ---> eea4b5c35083 09:37:55 09:37:55 Step 10/21 : FROM scratch 09:37:55 ---> 09:37:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:37:58 Collecting docker-compose==1.23.2 09:37:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:37:58 Removing intermediate container d9774756c407 09:37:58 ---> a842300e393e 09:37:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:37:58 ---> Running in 7531cae1334e 09:37:58 Removing intermediate container 75b4af691dc8 09:37:58 ---> e3a945fdb80b 09:37:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:37:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command 09:37:58 Removing intermediate container 02741e089093 09:37:58 ---> 238113e89c75 09:37:58 Step 5/22 : RUN apk update && apk add make git 09:37:58 Removing intermediate container fafbc1819db2 09:37:58 ---> 464c841f897c 09:37:58 Step 5/20 : RUN apk update && apk add make git 09:37:58 Removing intermediate container ecdb1bd609b7 09:37:58 ---> df029af06269 09:37:58 Step 5/21 : RUN apk update && apk add make git 09:37:58 ---> Running in 4ccdb3d035a0 09:37:58 ---> Running in b49d6459dbef 09:37:58 ---> Running in 02b39714b273 09:37:58 ---> Running in e9f0b7f11a25 09:37:59 ---> Running in 2da981803aaa 09:37:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:00 Collecting dockerpty<0.5,>=0.4.1 09:38:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:01 Removing intermediate container 2da981803aaa 09:38:01 ---> f8e126ca43c1 09:38:01 Step 12/21 : ENV APP_PORT=48085 09:38:01 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:01 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:01 OK: 12625 distinct packages available 09:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:02 OK: 217 MiB in 51 packages 09:38:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:02 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:02 OK: 12625 distinct packages available 09:38:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:02 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:02 OK: 12625 distinct packages available 09:38:02 ---> Running in aec7b156c07f 09:38:02 Collecting docopt<0.7,>=0.6.1 09:38:02 Downloading docopt-0.6.2.tar.gz (25 kB) 09:38:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:02 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:02 OK: 12625 distinct packages available 09:38:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:02 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:02 OK: 12625 distinct packages available 09:38:03 Removing intermediate container aec7b156c07f 09:38:03 ---> 17541ec5f322 09:38:03 Step 13/21 : EXPOSE $APP_PORT 09:38:03 Collecting jsonschema<3,>=2.5.1 09:38:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:38:03 OK: 217 MiB in 51 packages 09:38:03 OK: 217 MiB in 51 packages 09:38:03 Removing intermediate container 7531cae1334e 09:38:03 ---> 8a2b4dbbdc98 09:38:03 Step 6/24 : COPY go.mod . 09:38:03 OK: 217 MiB in 51 packages 09:38:04 OK: 217 MiB in 51 packages 09:38:04 ---> Running in 757b19dbecb2 09:38:04 Collecting PyYAML<4,>=3.10 09:38:04 Downloading PyYAML-3.13.tar.gz (270 kB) 09:38:05 ---> 650b0caf25df 09:38:05 Step 7/24 : RUN go mod download 09:38:05 ---> Running in d4c76d95a79b 09:38:05 Removing intermediate container 4ccdb3d035a0 09:38:05 ---> 60e7ea573f8e 09:38:05 Step 6/23 : COPY go.mod . 09:38:06 Removing intermediate container b49d6459dbef 09:38:06 ---> 853213300ef8 09:38:06 Step 6/20 : COPY go.mod . 09:38:06 Removing intermediate container 757b19dbecb2 09:38:06 ---> a9e8bb2b8fba 09:38:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:38:06 Removing intermediate container 02b39714b273 09:38:06 ---> cc632c6e04a8 09:38:06 Step 6/22 : COPY go.mod . 09:38:06 Removing intermediate container e9f0b7f11a25 09:38:06 ---> f2e72e3b2d68 09:38:06 Step 6/21 : COPY go.mod . 09:38:06 ---> 26989fde078b 09:38:06 Step 7/23 : RUN go mod download 09:38:06 Collecting docker<4.0,>=3.6.0 09:38:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:38:06 ---> Running in 2b72759a6c0f 09:38:06 ---> e93c97426e5c 09:38:06 Step 7/20 : RUN go mod download 09:38:07 ---> 93f7f064d5b4 09:38:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:38:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:38:07 ---> Running in 917ddaabac3b 09:38:07 ---> e843eccb5a11 09:38:07 Step 7/21 : RUN go mod download 09:38:07 ---> ad686401022e 09:38:07 Step 7/22 : RUN go mod download 09:38:07 Collecting websocket-client<1.0,>=0.32.0 09:38:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:38:07 ---> Running in 3edf4502d361 09:38:07 ---> Running in b3c75ef7079c 09:38:08 Collecting cached-property<2,>=1.2.0 09:38:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:38:08 Collecting texttable<0.10,>=0.9.0 09:38:08 Downloading texttable-0.9.1.tar.gz (11 kB) 09:38:09 ---> 573d9ab3d0fd 09:38:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:38:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:38:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:38:09 Removing intermediate container d4c76d95a79b 09:38:09 ---> 4a5a6e09c5fe 09:38:09 Step 8/24 : COPY . . 09:38:09 Collecting docker-pycreds>=0.4.0 09:38:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:38:10 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) 09:38:11 Collecting urllib3<1.25,>=1.21.1 09:38:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:38:11 ---> 53ad5b27843b 09:38:11 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:38: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) 09:38:11 Removing intermediate container 2b72759a6c0f 09:38:11 ---> 928029ae5c3a 09:38:11 Step 8/23 : COPY . . 09:38:12 Collecting idna<2.8,>=2.5 09:38:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:38:12 Removing intermediate container 917ddaabac3b 09:38:12 ---> ade3d0225592 09:38:12 Step 8/20 : COPY . . 09:38:12 Removing intermediate container b3c75ef7079c 09:38:12 ---> e59f786de661 09:38:12 Step 8/22 : COPY . . 09:38:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:38:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:38:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:38:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:38:12 ---> Running in 0c7173a3718b 09:38:12 Installing collected packages: dockerpty, docopt, jsonschema, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, texttable, docker-compose 09:38:12 Running setup.py install for dockerpty: started 09:38:13 Removing intermediate container 0c7173a3718b 09:38:13 ---> 3b82aefc668c 09:38:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:13 Removing intermediate container 3edf4502d361 09:38:13 ---> 3669d6cd2a2d 09:38:13 Step 8/21 : COPY . . 09:38:13 ---> de3c2646b2bf 09:38:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:38:13 ---> Running in bc635492352a 09:38:13 ---> Running in 371643acfac5 09:38:13 Removing intermediate container bc635492352a 09:38:13 ---> d21bf456816b 09:38:13 Step 19/21 : LABEL arch=x86_64 09:38:14 ---> Running in 06725aa9ded0 09:38:14 Running setup.py install for dockerpty: finished with status 'done' 09:38:14 Running setup.py install for docopt: started 09:38:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:38:14 Removing intermediate container 06725aa9ded0 09:38:14 ---> 9f484fadccbb 09:38:14 Step 20/21 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:38:14 ---> Running in a641a58ce016 09:38:14 Running setup.py install for docopt: finished with status 'done' 09:38:14 Removing intermediate container a641a58ce016 09:38:14 ---> e469d1610eae 09:38:14 Step 21/21 : LABEL version=1.3.1-dev.11 09:38:15 Running setup.py install for PyYAML: started 09:38:15 ---> Running in 4c8b8d5accc7 09:38:15 Removing intermediate container 4c8b8d5accc7 09:38:15 ---> e04bcd296430 09:38:15 09:38:15 Successfully built e04bcd296430 09:38:15 Successfully tagged docker-support-scheduler-go:latest 09:38:15 Building docker-support-notifications-go 09:38:15  Building docker-support-scheduler-go ... done  Running setup.py install for PyYAML: finished with status 'done' 09:38:15 Attempting uninstall: urllib3 09:38:15 Found existing installation: urllib3 1.25.9 09:38:15 Uninstalling urllib3-1.25.9: 09:38:16 Successfully uninstalled urllib3-1.25.9 09:38:21 Attempting uninstall: idna 09:38:21 Found existing installation: idna 2.9 09:38:21 Uninstalling idna-2.9: 09:38:22 Successfully uninstalled idna-2.9 09:38:25 Attempting uninstall: requests 09:38:25 Found existing installation: requests 2.23.0 09:38:25 Uninstalling requests-2.23.0: 09:38:25 Successfully uninstalled requests-2.23.0 09:38:27 Removing intermediate container ae54e121c035 09:38:27 ---> f60bcc63d603 09:38:27 09:38:27 Step 10/22 : FROM scratch 09:38:27 ---> 09:38:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:38:27 ---> Using cache 09:38:27 ---> f8e126ca43c1 09:38:27 Step 12/22 : ENV APP_PORT=48081 09:38:28 ---> Running in f603d451dade 09:38:29 Running setup.py install for texttable: started 09:38:29 Running setup.py install for texttable: finished with status 'done' 09:38:30 Removing intermediate container f603d451dade 09:38:30 ---> e172405d168d 09:38:30 Step 13/22 : EXPOSE $APP_PORT 09:38:31 ---> 6655b47022bb 09:38:31 Step 9/23 : RUN make cmd/core-data/core-data 09:38:31 ---> ca72f08a7b03 09:38:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:38:31 ---> 4a69b9da3ca0 09:38:31 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:38:31 ---> 8beec2a051f4 09:38:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:38:31 ---> f65e837ec034 09:38:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:38:31 ---> Running in f19b85beb8f5 09:38:31 ---> Running in 478659e9aba0 09:38:31 ---> Running in 65db27e83d22 09:38:31 ---> Running in 0de9a77604a1 09:38:31 ---> Running in dc18b663b4eb 09:38:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data 09:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:38:32 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 09:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:38:34 ---> Running in 50af7974b6b0 09:38:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:38:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:38:37 ---> cbfea9c34631 09:38:37 Step 3/24 : WORKDIR /edgex-go 09:38:37 ---> Using cache 09:38:37 ---> a03f9bc37714 09:38:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:37 ---> Using cache 09:38:37 ---> fdcea98039e8 09:38:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:38:38 Removing intermediate container 50af7974b6b0 09:38:38 ---> 6c3cad7cd8a4 09:38:38 Step 14/22 : WORKDIR / 09:38:39 ---> Running in 1f641c20d346 09:38:39 ---> Running in ca087d40e07e 09:38:40 Removing intermediate container fefdcf9ed271 09:38:40 ---> b263ecb61d27 09:38:40 09:38:40 Step 10/22 : FROM scratch 09:38:40 ---> 09:38:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:38:40 Removing intermediate container 834f79b14fcf 09:38:40 ---> 78d53717fb25 09:38:40 Step 22/27 : RUN apk --no-cache add curl 09:38:40 ---> Using cache 09:38:40 ---> f8e126ca43c1 09:38:40 Step 12/22 : ENV APP_PORT=48082 09:38:41 Removing intermediate container ca087d40e07e 09:38:41 ---> 11130e12b671 09:38:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:41 ---> Running in de2f621a21a5 09:38:41 ---> Running in 6d214ac5a7cf 09:38:42 ---> 63ba510a36f2 09:38:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:38:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:42 Removing intermediate container 371643acfac5 09:38:42 ---> abf20baa7cde 09:38:42 09:38:42 Step 9/29 : FROM alpine:latest 09:38:42 ---> d6e46aa2470d 09:38:42 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:38:42 Removing intermediate container 6d214ac5a7cf 09:38:42 ---> cf021fb5f457 09:38:42 Step 13/22 : EXPOSE $APP_PORT 09:38:42 ---> Running in 3bcc35e02350 09:38:42 ---> Running in 14b3e4f064b4 09:38:43 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:43 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:43 OK: 12754 distinct packages available 09:38:43 Removing intermediate container 3bcc35e02350 09:38:43 ---> d545208e9ab3 09:38:43 Step 11/29 : USER root 09:38:43 Removing intermediate container 14b3e4f064b4 09:38:43 ---> 31e624cfd466 09:38:43 Step 14/22 : WORKDIR / 09:38:43 ---> 89d8c173f6d5 09:38:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:38:43 ---> Running in 59abfee9c148 09:38:43 ---> Running in fddb19888103 09:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:43 OK: 233 MiB in 51 packages 09:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:43 Removing intermediate container 59abfee9c148 09:38:43 ---> 8be25cb2a8e4 09:38:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:38:43 Removing intermediate container fddb19888103 09:38:43 ---> 80fd2ddbb893 09:38:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:38:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:38:43 ---> Running in da757a93eaf4 09:38:43 (2/3) Installing libcurl (7.69.1-r1) 09:38:43 (3/3) Installing curl (7.69.1-r1) 09:38:43 Executing busybox-1.31.1-r19.trigger 09:38:43 OK: 72 MiB in 58 packages 09:38:43 ---> b5c522085769 09:38:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:38:43 ---> Running in eca2e3993cdc 09:38:43 ---> b8475a489e48 09:38:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:38:44 Removing intermediate container eca2e3993cdc 09:38:44 ---> c927f5cccf17 09:38:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:44 ---> Running in 427c67dae14f 09:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:44 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:38:44 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:38:44 OK: 12746 distinct packages available 09:38:45 (1/2) Installing ca-certificates (20191127-r4) 09:38:45 (2/2) Installing dumb-init (1.2.2-r1) 09:38:45 Executing busybox-1.31.1-r19.trigger 09:38:45 Executing ca-certificates-20191127-r4.trigger 09:38:45 OK: 6 MiB in 16 packages 09:38:45 Removing intermediate container 1f641c20d346 09:38:45 ---> 233ed7af1485 09:38:45 Step 6/24 : COPY go.mod . 09:38:45 ---> e9614c0fe7a2 09:38:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:38:46 Removing intermediate container de2f621a21a5 09:38:46 ---> 24eeec80695e 09:38:46 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:38:46 ---> 5578fe71d457 09:38:46 Step 7/24 : RUN go mod download 09:38:46 Removing intermediate container 427c67dae14f 09:38:46 ---> fa44aa80ba60 09:38:46 Step 20/22 : LABEL arch=x86_64 09:38:46 ---> Running in dd60b7367fd2 09:38:46 ---> Running in 070176b3f8f3 09:38:46 ---> Running in dfa384e94e57 09:38:46 ---> b439d6e94719 09:38:46 Step 18/22 : ENTRYPOINT ["/core-command"] 09:38:47 ---> Running in 1bc7c2f2732c 09:38:47 Removing intermediate container 070176b3f8f3 09:38:47 ---> 0c5c6f9de6e0 09:38:47 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:38:47 Removing intermediate container dd60b7367fd2 09:38:47 ---> 9ef20ce4f468 09:38:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:47 Removing intermediate container da757a93eaf4 09:38:47 ---> 3f4aed8c81a5 09:38:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:38:47 ---> Running in 10f5760e9bbe 09:38:47 ---> Running in 35d9592541ec 09:38:47 ---> Running in 1deedc6c4f84 09:38:47 Removing intermediate container 1bc7c2f2732c 09:38:47 ---> 676fc5a30bb7 09:38:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:47 ---> Running in 0ac0ed9de057 09:38:47 Removing intermediate container 1deedc6c4f84 09:38:47 ---> a6e774e25a29 09:38:47 Step 22/22 : LABEL version=1.3.1-dev.11 09:38:48 Removing intermediate container 10f5760e9bbe 09:38:48 ---> a9d0180b1a06 09:38:48 Step 14/29 : WORKDIR $BASE_DIR 09:38:48 Removing intermediate container 35d9592541ec 09:38:48 ---> 4f53eed8f21d 09:38:48 Step 25/27 : LABEL arch=x86_64 09:38:48 ---> Running in 065cf4752a1f 09:38:48 ---> Running in 2fc4585da36c 09:38:48 ---> Running in a8a36c28bcec 09:38:48 Removing intermediate container 0ac0ed9de057 09:38:48 ---> 27bf1bb6b535 09:38:48 Step 20/22 : LABEL arch=x86_64 09:38:48 ---> Running in a0ea0edc48c0 09:38:48 Removing intermediate container 065cf4752a1f 09:38:48 ---> 11b61e2d335a 09:38:48 09:38:48 Removing intermediate container 2fc4585da36c 09:38:48 ---> 68f56264f80a 09:38:48 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:38:48 Removing intermediate container a8a36c28bcec 09:38:48 ---> d8306b3ed497 09:38:48 Step 26/27 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:38:48 Successfully built 11b61e2d335a 09:38:49 Removing intermediate container dfa384e94e57 09:38:49 ---> 32ab6fcae7d6 09:38:49 Step 8/24 : COPY . . 09:38:49 Successfully tagged docker-core-metadata-go:latest 09:38:49  Building docker-core-metadata-go ... done Building docker-core-data-go 09:38:49 ---> Running in 6293a3191e1e 09:38:49 ---> Running in 0743d3a10abd 09:38:49 Removing intermediate container a0ea0edc48c0 09:38:49 ---> ee8b1b159a5c 09:38:49 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:38:50 ---> Running in 1aa7a7f5957e 09:38:53 Removing intermediate container 0743d3a10abd 09:38:53 ---> fbb96d005442 09:38:53 Step 27/27 : LABEL version=1.3.1-dev.11 09:38:56 Removing intermediate container 1aa7a7f5957e 09:38:56 ---> a779544bf739 09:38:56 Step 22/22 : LABEL version=1.3.1-dev.11 09:38:56 ---> Running in a04a4f0f3499 09:38:56 ---> Running in 6510dfc05a3c 09:38:59 Removing intermediate container a04a4f0f3499 09:38:59 ---> c454bf5b3089 09:38:59 09:39:00 Removing intermediate container 6510dfc05a3c 09:39:00 ---> a3c5eee4ceff 09:39:00 09:39:01 Successfully built c454bf5b3089 09:39:01 Successfully built a3c5eee4ceff 09:39:01 Successfully tagged docker-sys-mgmt-agent-go:latest 09:39:01  Building docker-sys-mgmt-agent-go ... done Successfully tagged docker-core-command-go:latest 09:39:02  Building docker-core-command-go ... done Removing intermediate container 6293a3191e1e 09:39:02 ---> d5ac1e69b32d 09:39:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:39:05 ---> 994a786b6bef 09:39:05 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:39:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:39:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:39:06 ---> cbfea9c34631 09:39:06 Step 3/23 : WORKDIR /edgex-go 09:39:06 ---> Using cache 09:39:06 ---> a03f9bc37714 09:39:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:06 ---> Using cache 09:39:06 ---> fdcea98039e8 09:39:06 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:39:07 ---> 9a8a12385bdd 09:39:07 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:39:07 ---> Running in 72115669cd63 09:39:07 ---> cd4ed1edb16b 09:39:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:08 ---> a33404d451b0 09:39:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:09 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:39:09 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:39:09 OK: 12754 distinct packages available 09:39:09 ---> 3489ae0db51d 09:39:09 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:39:09 OK: 233 MiB in 51 packages 09:39:10 ---> Running in 847d7f4dcab4 09:39:11 Removing intermediate container 72115669cd63 09:39:11 ---> c570a597034f 09:39:11 Step 6/23 : COPY go.mod . 09:39:11 ---> 7385ed0773c2 09:39:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:39:11 ---> Running in 8cb8173b7194 09:39:11 ---> a942d2fe515c 09:39:11 Step 7/23 : RUN go mod download 09:39:11 ---> Running in 1620a8c3e07c 09:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:39:12 Removing intermediate container 847d7f4dcab4 09:39:12 ---> fc571779498c 09:39:12 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:39:12 ---> 1d370678a217 09:39:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:39:12 ---> Running in 7c3926bcf36e 09:39:13 Removing intermediate container 1620a8c3e07c 09:39:13 ---> 033de1f3756c 09:39:13 Step 8/23 : COPY . . 09:39:19 Removing intermediate container 7c3926bcf36e 09:39:19 ---> 30943f93a0ce 09:39:19 Step 24/29 : RUN chmod 755 security-secrets-setup 09:39:20 ---> Running in 00920e199b12 09:39:24 Removing intermediate container 00920e199b12 09:39:24 ---> 545c0ffbbcb9 09:39:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:39:24 ---> Running in 1617d696d5ff 09:39:25 Removing intermediate container 1617d696d5ff 09:39:25 ---> d27e585680e8 09:39:25 Step 26/29 : CMD [ "generate" ] 09:39:25 ---> Running in cc54ab874060 09:39:27 Removing intermediate container cc54ab874060 09:39:27 ---> a820a8486362 09:39:27 Step 27/29 : LABEL arch=x86_64 09:39:28 ---> Running in a5a1f4a87a1d 09:39:28 Removing intermediate container a5a1f4a87a1d 09:39:28 ---> 1a2f00b3dbf3 09:39:28 Step 28/29 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:39:29 ---> Running in 4ea398fc49c9 09:39:30 Removing intermediate container 4ea398fc49c9 09:39:30 ---> 88da3d86c324 09:39:30 Step 29/29 : LABEL version=1.3.1-dev.11 09:39:32 ---> Running in 57294c9dce81 09:39:32 Removing intermediate container 8cb8173b7194 09:39:32 ---> 33484bab3540 09:39:32 09:39:32 Step 10/24 : FROM scratch 09:39:32 ---> 09:39:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:39:32 ---> 3abf713df967 09:39:32 Step 9/23 : RUN make cmd/core-data/core-data 09:39:32 ---> Running in 6b2b23facc11 09:39:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data 09:39:32 ---> Using cache 09:39:32 ---> a0246339ec60 09:39:32 Step 12/24 : ENV APP_PORT=48060 09:39:32 Removing intermediate container 57294c9dce81 09:39:32 ---> 76508337722f 09:39:32 09:39:32 ---> Running in 18c3a4582efc 09:39:32 Successfully built 76508337722f 09:39:32 Removing intermediate container 18c3a4582efc 09:39:32 ---> d1768adf2bab 09:39:32 Step 13/24 : EXPOSE $APP_PORT 09:39:32 Successfully tagged docker-security-secrets-setup-go:latest 09:39:33  Building docker-security-secrets-setup-go ... done  ---> Running in d4784e507d51 09:39:33 Removing intermediate container d4784e507d51 09:39:33 ---> 3a57652c05f4 09:39:33 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:39:33 ---> 3ef57cc9b035 09:39:33 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:39:34 ---> 83a259e0089c 09:39:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:39:35 ---> a7547e448bf2 09:39:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:39:36 ---> 3479408355a5 09:39:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:39:37 ---> d7bdf86b8600 09:39:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:39:37 ---> 3315caefe811 09:39:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:39:37 ---> Running in f5026f404f40 09:39:37 Removing intermediate container f5026f404f40 09:39:37 ---> 0d162d435e9b 09:39:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:37 ---> Running in 817ff1c3ef94 09:39:38 Removing intermediate container 817ff1c3ef94 09:39:38 ---> a18041292437 09:39:38 Step 22/24 : LABEL arch=x86_64 09:39:38 ---> Running in 54ee6d6f5a1a 09:39:39 Removing intermediate container 54ee6d6f5a1a 09:39:39 ---> c8803f938abb 09:39:39 Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:39:39 ---> Running in 0aecd5e3353c 09:39:39 Removing intermediate container 0aecd5e3353c 09:39:39 ---> 0ae20c52b289 09:39:39 Step 24/24 : LABEL version=1.3.1-dev.11 09:39:39 ---> Running in bd21eb184794 09:39:40 Removing intermediate container bd21eb184794 09:39:40 ---> 21d6adaab85f 09:39:40 09:39:40 Successfully built 21d6adaab85f 09:39:40 Successfully tagged docker-support-notifications-go:latest 09:39:50  Building docker-support-notifications-go ... done Removing intermediate container 6b2b23facc11 09:39:50 ---> a4fdd1a853d9 09:39:50 09:39:50 Step 10/23 : FROM alpine 09:39:50 ---> d6e46aa2470d 09:39:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:39:50 ---> Running in b961f5908941 09:39:50 Removing intermediate container b961f5908941 09:39:50 ---> 010898c3e749 09:39:50 Step 12/23 : ENV APP_PORT=48080 09:39:50 ---> Running in 6e1e61e6e572 09:39:50 Removing intermediate container 6e1e61e6e572 09:39:50 ---> 00a2b3e5295b 09:39:50 Step 13/23 : EXPOSE $APP_PORT 09:39:50 ---> Running in 2fcaa2cd8625 09:39:50 Removing intermediate container 2fcaa2cd8625 09:39:50 ---> 297ecb4d1a5a 09:39:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:50 ---> Running in ba02ebf52d9e 09:39:50 Removing intermediate container ba02ebf52d9e 09:39:50 ---> 88b75bf0a087 09:39:50 Step 15/23 : RUN apk --no-cache add zeromq 09:39:50 ---> Running in 630b56397d7a 09:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:52 (1/5) Installing libgcc (9.3.0-r2) 09:39:52 (2/5) Installing libsodium (1.0.18-r0) 09:39:52 (3/5) Installing libstdc++ (9.3.0-r2) 09:39:52 (4/5) Installing libzmq (4.3.3-r0) 09:39:52 (5/5) Installing zeromq (4.3.3-r0) 09:39:52 Executing busybox-1.31.1-r19.trigger 09:39:53 OK: 8 MiB in 19 packages 09:39:53 Removing intermediate container 630b56397d7a 09:39:53 ---> e6bc16058c38 09:39:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:39:53 ---> 09aae626b92f 09:39:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:39:54 ---> eb83f1edce4f 09:39:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:39:54 ---> a4f6df7963c5 09:39:54 Step 19/23 : ENTRYPOINT ["/core-data"] 09:39:54 ---> Running in 7c11972e6eb8 09:39:54 Removing intermediate container 7c11972e6eb8 09:39:54 ---> 51eec008f4ac 09:39:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:54 ---> Running in dd6836a551c1 09:39:55 Removing intermediate container dd6836a551c1 09:39:55 ---> cda4d44d4cc9 09:39:55 Step 21/23 : LABEL arch=x86_64 09:39:55 ---> Running in 3087a5566d17 09:39:55 Removing intermediate container 3087a5566d17 09:39:55 ---> 88d42440e805 09:39:55 Step 22/23 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:39:55 ---> Running in 9303fac91081 09:39:55 Removing intermediate container 9303fac91081 09:39:55 ---> f628b49cf58b 09:39:55 Step 23/23 : LABEL version=1.3.1-dev.11 09:39:55 ---> Running in c1f1aa7cc741 09:39:55 Removing intermediate container c1f1aa7cc741 09:39:55 ---> eefb2d762f60 09:39:55 09:39:55 Successfully built eefb2d762f60 09:39:55 Successfully tagged docker-core-data-go:latest 09:39:56  Building docker-core-data-go ... done  [Pipeline] } 09:39:56 $ docker stop --time=1 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 09:39:58 $ docker rm -f 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 [Pipeline] // withDockerContainer [Pipeline] sh 09:39:58 + docker images 09:39:58 + grep docker 09:39:58 docker-core-data-go latest eefb2d762f60 3 seconds ago 23.7MB 09:39:58 docker-support-notifications-go latest 21d6adaab85f 19 seconds ago 13.6MB 09:39:58 docker-security-secrets-setup-go latest 76508337722f 26 seconds ago 24MB 09:39:58 docker-sys-mgmt-agent-go latest c454bf5b3089 About a minute ago 290MB 09:39:58 docker-core-command-go latest a3c5eee4ceff About a minute ago 12.2MB 09:39:58 docker-core-metadata-go latest 11b61e2d335a About a minute ago 14.5MB 09:39:58 docker-support-scheduler-go latest e04bcd296430 About a minute ago 12.3MB 09:39:58 docker-security-secretstore-setup-go latest 26ca29f5d66a 2 minutes ago 24.8MB 09:39:58 docker-security-bootstrap-redis-go latest 4a19f7c41d31 2 minutes ago 15.9MB 09:39:58 docker-security-proxy-setup-go latest 6faf5db54c34 3 minutes ago 15.8MB 09:39:58 docker-support-logging-go latest d1da1d7a870c 3 minutes ago 11.1MB 09:39:58 docker latest 6972c414f322 5 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 09:39:59 provisioning config files... 09:39:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config5363910703838278727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:39:59 ---> docker-login.sh 09:39:59 nexus3.edgexfoundry.org:10001 09:39:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:59 Configure a credential helper to remove this warning. See 09:39:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:59 09:39:59 Login Succeeded 09:39:59 nexus3.edgexfoundry.org:10002 09:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:00 Configure a credential helper to remove this warning. See 09:40:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:00 09:40:00 Login Succeeded 09:40:00 nexus3.edgexfoundry.org:10003 09:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:00 Configure a credential helper to remove this warning. See 09:40:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:00 09:40:00 Login Succeeded 09:40:00 nexus3.edgexfoundry.org:10004 09:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:00 Configure a credential helper to remove this warning. See 09:40:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:00 09:40:00 Login Succeeded 09:40:00 docker.io 09:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:01 Configure a credential helper to remove this warning. See 09:40:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:01 09:40:01 Login Succeeded 09:40:01 ---> docker-login.sh ends [Pipeline] } 09:40:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:01 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 09:40:01 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:01 1.3.1-dev.11 09:40:01 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:01 master 09:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:40:02 bd28b50f2851: Preparing 09:40:02 bc10703cd22d: Preparing 09:40:02 35f25f37e5e6: Preparing 09:40:02 bd28b50f2851: Pushed 09:40:02 35f25f37e5e6: Pushed 09:40:03 bc10703cd22d: Pushed 09:40:04 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:04 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 09:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:40:04 bd28b50f2851: Preparing 09:40:04 bc10703cd22d: Preparing 09:40:04 35f25f37e5e6: Preparing 09:40:04 bc10703cd22d: Layer already exists 09:40:04 bd28b50f2851: Layer already exists 09:40:04 35f25f37e5e6: Layer already exists 09:40:04 1.3.1-dev.11: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:05 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:40:05 bd28b50f2851: Preparing 09:40:05 bc10703cd22d: Preparing 09:40:05 35f25f37e5e6: Preparing 09:40:05 bc10703cd22d: Layer already exists 09:40:05 35f25f37e5e6: Layer already exists 09:40:05 bd28b50f2851: Layer already exists 09:40:05 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:05 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 09:40:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 09:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:40:06 bd28b50f2851: Preparing 09:40:06 bc10703cd22d: Preparing 09:40:06 35f25f37e5e6: Preparing 09:40:06 35f25f37e5e6: Layer already exists 09:40:06 bd28b50f2851: Layer already exists 09:40:06 bc10703cd22d: Layer already exists 09:40:06 master: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:06 ===================================================== [Pipeline] echo 09:40:06 taggedImages: 09:40:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 09:40:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 09:40:06 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 09:40:06 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:06 1.3.1-dev.11 09:40:06 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:06 master 09:40:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:06 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:40:07 459d841c4eda: Preparing 09:40:07 d22364216033: Preparing 09:40:07 4dc26980e1e4: Preparing 09:40:07 1d16ab407d1d: Preparing 09:40:07 08bfd7ddcb78: Preparing 09:40:07 ace0eda3e3be: Preparing 09:40:07 ace0eda3e3be: Waiting 09:40:07 459d841c4eda: Pushed 09:40:07 08bfd7ddcb78: Pushed 09:40:07 4dc26980e1e4: Pushed 09:40:07 ace0eda3e3be: Layer already exists 09:40:07 1d16ab407d1d: Pushed 09:40:09 d22364216033: Pushed 09:40:09 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:40:09 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:09 Removing intermediate container 65db27e83d22 09:40:09 ---> 396999da6fcf 09:40:09 09:40:09 Step 10/20 : FROM alpine 09:40:09 latest: Pulling from library/alpine 09:40:09 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 09:40:09 Status: Downloaded newer image for alpine:latest 09:40:09 ---> 2e77e061c27f 09:40:09 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:40:09 ---> Running in ffc05cf35663 09:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:40:09 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:40:09 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:40:09 OK: 12617 distinct packages available 09:40:09 (1/4) Installing ca-certificates (20191127-r4) 09:40:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:40:09 (3/4) Installing libcurl (7.69.1-r1) 09:40:09 (4/4) Installing curl (7.69.1-r1) 09:40:09 Executing busybox-1.31.1-r19.trigger 09:40:09 Executing ca-certificates-20191127-r4.trigger 09:40:09 OK: 7 MiB in 18 packages 09:40:09 Removing intermediate container ffc05cf35663 09:40:09 ---> aa16f116dd3b 09:40:09 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:40:09 ---> Running in c959a76e08e7 09:40:09 Removing intermediate container c959a76e08e7 09:40:09 ---> 5ae8226a7829 09:40:09 Step 13/20 : WORKDIR /edgex 09:40:09 ---> Running in 62ff6f514847 09:40:09 Removing intermediate container 62ff6f514847 09:40:09 ---> 11a898af20d4 09:40:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:40:09 ---> 29219dfa9219 09:40:09 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:40:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 09:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:40:09 459d841c4eda: Preparing 09:40:09 d22364216033: Preparing 09:40:09 4dc26980e1e4: Preparing 09:40:09 1d16ab407d1d: Preparing 09:40:09 08bfd7ddcb78: Preparing 09:40:09 ace0eda3e3be: Preparing 09:40:09 ace0eda3e3be: Waiting 09:40:09 1d16ab407d1d: Layer already exists 09:40:09 08bfd7ddcb78: Layer already exists 09:40:09 459d841c4eda: Layer already exists 09:40:09 4dc26980e1e4: Layer already exists 09:40:09 d22364216033: Layer already exists 09:40:09 ace0eda3e3be: Layer already exists 09:40:09 1.3.1-dev.11: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:40:10 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:40:10 459d841c4eda: Preparing 09:40:10 d22364216033: Preparing 09:40:10 4dc26980e1e4: Preparing 09:40:10 1d16ab407d1d: Preparing 09:40:10 08bfd7ddcb78: Preparing 09:40:10 ace0eda3e3be: Preparing 09:40:10 ace0eda3e3be: Waiting 09:40:10 1d16ab407d1d: Layer already exists 09:40:10 459d841c4eda: Layer already exists 09:40:10 4dc26980e1e4: Layer already exists 09:40:10 08bfd7ddcb78: Layer already exists 09:40:10 d22364216033: Layer already exists 09:40:10 ace0eda3e3be: Layer already exists 09:40:10 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:40:10 ---> 703d51476318 09:40:10 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:40:10 ---> Running in 13f1f408f39d 09:40:10 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 09:40:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 09:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:40:11 459d841c4eda: Preparing 09:40:11 d22364216033: Preparing 09:40:11 4dc26980e1e4: Preparing 09:40:11 1d16ab407d1d: Preparing 09:40:11 08bfd7ddcb78: Preparing 09:40:11 ace0eda3e3be: Preparing 09:40:11 ace0eda3e3be: Waiting 09:40:11 d22364216033: Layer already exists 09:40:11 1d16ab407d1d: Layer already exists 09:40:11 459d841c4eda: Layer already exists 09:40:11 08bfd7ddcb78: Layer already exists 09:40:11 4dc26980e1e4: Layer already exists 09:40:11 ace0eda3e3be: Layer already exists 09:40:11 master: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:11 ===================================================== [Pipeline] echo 09:40:11 taggedImages: 09:40:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 09:40:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 09:40:11 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 09:40:11 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:11 1.3.1-dev.11 09:40:11 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:11 master 09:40:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:11 Removing intermediate container 13f1f408f39d 09:40:11 ---> 6c9f688f9b21 09:40:11 Step 17/20 : CMD ["--init=true"] 09:40:11 ---> Running in 6e22f6610e70 09:40:12 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:40:12 0ac45c852d5a: Preparing 09:40:12 d81ab6dd9f1d: Preparing 09:40:12 fc32356a3524: Preparing 09:40:12 0ac45c852d5a: Pushed 09:40:12 fc32356a3524: Pushed 09:40:12 Removing intermediate container 6e22f6610e70 09:40:12 ---> e596fb9eadcf 09:40:12 Step 18/20 : LABEL arch=arm64 09:40:12 ---> Running in 00753794ba7e 09:40:13 Removing intermediate container 00753794ba7e 09:40:13 ---> fbe2d78b48eb 09:40:13 Step 19/20 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:13 ---> Running in f2515f588ba6 09:40:13 d81ab6dd9f1d: Pushed 09:40:13 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 09:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:40:14 0ac45c852d5a: Preparing 09:40:14 d81ab6dd9f1d: Preparing 09:40:14 fc32356a3524: Preparing 09:40:14 d81ab6dd9f1d: Layer already exists 09:40:14 fc32356a3524: Layer already exists 09:40:14 0ac45c852d5a: Layer already exists 09:40:14 1.3.1-dev.11: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:14 Removing intermediate container f2515f588ba6 09:40:14 ---> a0acbfd9b8a3 09:40:14 Step 20/20 : LABEL version=1.3.1-dev.11 09:40:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:15 ---> Running in 386993de55f5 09:40:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:40:15 0ac45c852d5a: Preparing 09:40:15 d81ab6dd9f1d: Preparing 09:40:15 fc32356a3524: Preparing 09:40:15 fc32356a3524: Layer already exists 09:40:15 0ac45c852d5a: Layer already exists 09:40:15 d81ab6dd9f1d: Layer already exists 09:40:15 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:15 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 09:40:15 Removing intermediate container 386993de55f5 09:40:15 ---> 4ebf0e881621 09:40:15 09:40:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 09:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:40:15 0ac45c852d5a: Preparing 09:40:15 d81ab6dd9f1d: Preparing 09:40:15 fc32356a3524: Preparing 09:40:15 fc32356a3524: Layer already exists 09:40:15 0ac45c852d5a: Layer already exists 09:40:15 d81ab6dd9f1d: Layer already exists 09:40:15 master: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:16 ===================================================== [Pipeline] echo 09:40:16 taggedImages: 09:40:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 09:40:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 09:40:16 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 09:40:16 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:16 1.3.1-dev.11 09:40:16 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:16 master 09:40:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 09:40:16 Successfully built 4ebf0e881621 09:40:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:40:16  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:16 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 09:40:17 6e0fe11ff3a6: Preparing 09:40:17 cba06a4a4d99: Preparing 09:40:17 f5acc520ff31: Preparing 09:40:17 990368bd3909: Preparing 09:40:17 88beb771ce3f: Preparing 09:40:17 96c4e6e61c62: Preparing 09:40:17 1b3ee35aacca: Preparing 09:40:17 96c4e6e61c62: Waiting 09:40:17 1b3ee35aacca: Waiting 09:40:17 6e0fe11ff3a6: Pushed 09:40:17 88beb771ce3f: Pushed 09:40:17 cba06a4a4d99: Pushed 09:40:17 f5acc520ff31: Pushed 09:40:17 1b3ee35aacca: Layer already exists 09:40:17 96c4e6e61c62: Pushed 09:40:17 990368bd3909: Pushed 09:40:18 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh 09:40:18 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 09:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 09:40:18 6e0fe11ff3a6: Preparing 09:40:18 cba06a4a4d99: Preparing 09:40:18 f5acc520ff31: Preparing 09:40:18 990368bd3909: Preparing 09:40:18 88beb771ce3f: Preparing 09:40:18 96c4e6e61c62: Preparing 09:40:18 1b3ee35aacca: Preparing 09:40:18 96c4e6e61c62: Waiting 09:40:18 1b3ee35aacca: Waiting 09:40:18 88beb771ce3f: Layer already exists 09:40:18 990368bd3909: Layer already exists 09:40:18 cba06a4a4d99: Layer already exists 09:40:18 6e0fe11ff3a6: Layer already exists 09:40:18 f5acc520ff31: Layer already exists 09:40:18 96c4e6e61c62: Layer already exists 09:40:18 1b3ee35aacca: Layer already exists 09:40:18 1.3.1-dev.11: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh 09:40:19 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 09:40:19 6e0fe11ff3a6: Preparing 09:40:19 cba06a4a4d99: Preparing 09:40:19 f5acc520ff31: Preparing 09:40:19 990368bd3909: Preparing 09:40:19 88beb771ce3f: Preparing 09:40:19 96c4e6e61c62: Preparing 09:40:19 1b3ee35aacca: Preparing 09:40:19 96c4e6e61c62: Waiting 09:40:19 1b3ee35aacca: Waiting 09:40:19 88beb771ce3f: Layer already exists 09:40:19 990368bd3909: Layer already exists 09:40:19 6e0fe11ff3a6: Layer already exists 09:40:19 cba06a4a4d99: Layer already exists 09:40:19 f5acc520ff31: Layer already exists 09:40:19 96c4e6e61c62: Layer already exists 09:40:19 1b3ee35aacca: Layer already exists 09:40:19 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh 09:40:19 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 09:40:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 09:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 09:40:19 6e0fe11ff3a6: Preparing 09:40:19 cba06a4a4d99: Preparing 09:40:19 f5acc520ff31: Preparing 09:40:19 990368bd3909: Preparing 09:40:19 88beb771ce3f: Preparing 09:40:19 96c4e6e61c62: Preparing 09:40:19 1b3ee35aacca: Preparing 09:40:19 96c4e6e61c62: Waiting 09:40:19 1b3ee35aacca: Waiting 09:40:19 88beb771ce3f: Layer already exists 09:40:19 6e0fe11ff3a6: Layer already exists 09:40:19 cba06a4a4d99: Layer already exists 09:40:19 990368bd3909: Layer already exists 09:40:19 f5acc520ff31: Layer already exists 09:40:19 96c4e6e61c62: Layer already exists 09:40:19 1b3ee35aacca: Layer already exists 09:40:19 master: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:20 ===================================================== [Pipeline] echo 09:40:20 taggedImages: 09:40:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 09:40:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 09:40:20 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 09:40:20 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:20 1.3.1-dev.11 09:40:20 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:20 master 09:40:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:21 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:40:21 13a17e2cffcf: Preparing 09:40:21 8364dc5dee23: Preparing 09:40:21 629ebbdd854f: Preparing 09:40:21 bd5f7831478a: Preparing 09:40:21 ace0eda3e3be: Preparing 09:40:21 ace0eda3e3be: Layer already exists 09:40:21 8364dc5dee23: Pushed 09:40:21 629ebbdd854f: Pushed 09:40:21 bd5f7831478a: Pushed 09:40:22 13a17e2cffcf: Pushed 09:40:22 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh 09:40:22 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 09:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:40:23 13a17e2cffcf: Preparing 09:40:23 8364dc5dee23: Preparing 09:40:23 629ebbdd854f: Preparing 09:40:23 bd5f7831478a: Preparing 09:40:23 ace0eda3e3be: Preparing 09:40:23 bd5f7831478a: Layer already exists 09:40:23 ace0eda3e3be: Layer already exists 09:40:23 629ebbdd854f: Layer already exists 09:40:23 13a17e2cffcf: Layer already exists 09:40:23 8364dc5dee23: Layer already exists 09:40:23 1.3.1-dev.11: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh 09:40:23 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:40:23 13a17e2cffcf: Preparing 09:40:23 8364dc5dee23: Preparing 09:40:23 629ebbdd854f: Preparing 09:40:23 bd5f7831478a: Preparing 09:40:23 ace0eda3e3be: Preparing 09:40:23 629ebbdd854f: Layer already exists 09:40:23 8364dc5dee23: Layer already exists 09:40:23 13a17e2cffcf: Layer already exists 09:40:23 ace0eda3e3be: Layer already exists 09:40:23 bd5f7831478a: Layer already exists 09:40:23 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh 09:40:23 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:40:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 09:40:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:40:24 13a17e2cffcf: Preparing 09:40:24 8364dc5dee23: Preparing 09:40:24 629ebbdd854f: Preparing 09:40:24 bd5f7831478a: Preparing 09:40:24 ace0eda3e3be: Preparing 09:40:24 bd5f7831478a: Layer already exists 09:40:24 ace0eda3e3be: Layer already exists 09:40:24 13a17e2cffcf: Layer already exists 09:40:24 629ebbdd854f: Layer already exists 09:40:24 8364dc5dee23: Layer already exists 09:40:24 master: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:24 ===================================================== [Pipeline] echo 09:40:24 taggedImages: 09:40:24 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:24 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 09:40:24 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:24 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 09:40:24 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 09:40:24 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:24 1.3.1-dev.11 09:40:24 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:24 master 09:40:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:25 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:40:25 448333935993: Preparing 09:40:25 71403c91daf6: Preparing 09:40:25 e109792a3bec: Preparing 09:40:25 ecdebb449fd1: Preparing 09:40:25 ecdebb449fd1: Preparing 09:40:25 23103c6929ce: Preparing 09:40:25 b4af0f21801f: Preparing 09:40:25 e6c37c27ffd4: Preparing 09:40:25 448333935993: Preparing 09:40:25 87186831e30c: Preparing 09:40:25 b0e41707f30f: Preparing 09:40:25 57e34f1bd977: Preparing 09:40:25 ace0eda3e3be: Preparing 09:40:25 b4af0f21801f: Waiting 09:40:25 e6c37c27ffd4: Waiting 09:40:25 87186831e30c: Waiting 09:40:25 b0e41707f30f: Waiting 09:40:25 57e34f1bd977: Waiting 09:40:25 ace0eda3e3be: Waiting 09:40:25 71403c91daf6: Pushed 09:40:25 ecdebb449fd1: Pushed 09:40:25 23103c6929ce: Pushed 09:40:25 e109792a3bec: Pushed 09:40:25 87186831e30c: Pushed 09:40:25 b0e41707f30f: Pushed 09:40:25 b4af0f21801f: Pushed 09:40:25 e6c37c27ffd4: Pushed 09:40:25 ace0eda3e3be: Layer already exists 09:40:26 57e34f1bd977: Pushed 09:40:26 448333935993: Pushed 09:40:26 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:40:26 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 09:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:40:27 448333935993: Preparing 09:40:27 71403c91daf6: Preparing 09:40:27 e109792a3bec: Preparing 09:40:27 ecdebb449fd1: Preparing 09:40:27 ecdebb449fd1: Preparing 09:40:27 23103c6929ce: Preparing 09:40:27 b4af0f21801f: Preparing 09:40:27 e6c37c27ffd4: Preparing 09:40:27 448333935993: Preparing 09:40:27 87186831e30c: Preparing 09:40:27 b0e41707f30f: Preparing 09:40:27 57e34f1bd977: Preparing 09:40:27 ace0eda3e3be: Preparing 09:40:27 b4af0f21801f: Waiting 09:40:27 e6c37c27ffd4: Waiting 09:40:27 87186831e30c: Waiting 09:40:27 b0e41707f30f: Waiting 09:40:27 57e34f1bd977: Waiting 09:40:27 ace0eda3e3be: Waiting 09:40:27 e109792a3bec: Layer already exists 09:40:27 71403c91daf6: Layer already exists 09:40:27 448333935993: Layer already exists 09:40:27 23103c6929ce: Layer already exists 09:40:27 ecdebb449fd1: Layer already exists 09:40:27 87186831e30c: Layer already exists 09:40:27 e6c37c27ffd4: Layer already exists 09:40:27 b4af0f21801f: Layer already exists 09:40:27 b0e41707f30f: Layer already exists 09:40:27 57e34f1bd977: Layer already exists 09:40:27 ace0eda3e3be: Layer already exists 09:40:27 1.3.1-dev.11: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:40:27 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:40:28 448333935993: Preparing 09:40:28 71403c91daf6: Preparing 09:40:28 e109792a3bec: Preparing 09:40:28 ecdebb449fd1: Preparing 09:40:28 ecdebb449fd1: Preparing 09:40:28 23103c6929ce: Preparing 09:40:28 b4af0f21801f: Preparing 09:40:28 e6c37c27ffd4: Preparing 09:40:28 448333935993: Preparing 09:40:28 87186831e30c: Preparing 09:40:28 b0e41707f30f: Preparing 09:40:28 57e34f1bd977: Preparing 09:40:28 ace0eda3e3be: Preparing 09:40:28 b4af0f21801f: Waiting 09:40:28 e6c37c27ffd4: Waiting 09:40:28 57e34f1bd977: Waiting 09:40:28 87186831e30c: Waiting 09:40:28 b0e41707f30f: Waiting 09:40:28 ace0eda3e3be: Waiting 09:40:28 ecdebb449fd1: Layer already exists 09:40:28 23103c6929ce: Layer already exists 09:40:28 71403c91daf6: Layer already exists 09:40:28 e109792a3bec: Layer already exists 09:40:28 448333935993: Layer already exists 09:40:28 e6c37c27ffd4: Layer already exists 09:40:28 b4af0f21801f: Layer already exists 09:40:28 87186831e30c: Layer already exists 09:40:28 b0e41707f30f: Layer already exists 09:40:28 57e34f1bd977: Layer already exists 09:40:28 ace0eda3e3be: Layer already exists 09:40:28 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:40:28 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:40:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 09:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:40:28 448333935993: Preparing 09:40:28 71403c91daf6: Preparing 09:40:28 e109792a3bec: Preparing 09:40:28 ecdebb449fd1: Preparing 09:40:28 ecdebb449fd1: Preparing 09:40:28 23103c6929ce: Preparing 09:40:28 b4af0f21801f: Preparing 09:40:28 e6c37c27ffd4: Preparing 09:40:28 448333935993: Preparing 09:40:28 87186831e30c: Preparing 09:40:28 b0e41707f30f: Preparing 09:40:28 57e34f1bd977: Preparing 09:40:28 ace0eda3e3be: Preparing 09:40:28 87186831e30c: Waiting 09:40:28 b4af0f21801f: Waiting 09:40:28 e6c37c27ffd4: Waiting 09:40:28 57e34f1bd977: Waiting 09:40:28 b0e41707f30f: Waiting 09:40:28 ace0eda3e3be: Waiting 09:40:28 ecdebb449fd1: Layer already exists 09:40:28 71403c91daf6: Layer already exists 09:40:28 448333935993: Layer already exists 09:40:28 23103c6929ce: Layer already exists 09:40:28 e109792a3bec: Layer already exists 09:40:28 b4af0f21801f: Layer already exists 09:40:28 e6c37c27ffd4: Layer already exists 09:40:28 b0e41707f30f: Layer already exists 09:40:28 87186831e30c: Layer already exists 09:40:28 57e34f1bd977: Layer already exists 09:40:28 ace0eda3e3be: Layer already exists 09:40:28 master: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:29 ===================================================== [Pipeline] echo 09:40:29 taggedImages: 09:40:29 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:29 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 09:40:29 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:29 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 09:40:29 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 09:40:29 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:29 1.3.1-dev.11 09:40:29 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:29 master 09:40:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:29 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:40:29 1e3d169322a0: Preparing 09:40:29 bb5eb38dd20d: Preparing 09:40:29 6be47df5d34e: Preparing 09:40:29 fe60933d6d83: Preparing 09:40:29 b8d1b53f9e8a: Preparing 09:40:29 a49a84541a22: Preparing 09:40:29 72ce202f5138: Preparing 09:40:29 695d1f567645: Preparing 09:40:29 1b3ee35aacca: Preparing 09:40:29 a49a84541a22: Waiting 09:40:29 72ce202f5138: Waiting 09:40:29 695d1f567645: Waiting 09:40:29 1b3ee35aacca: Waiting 09:40:30 1e3d169322a0: Pushed 09:40:30 bb5eb38dd20d: Pushed 09:40:30 b8d1b53f9e8a: Pushed 09:40:30 a49a84541a22: Pushed 09:40:30 72ce202f5138: Pushed 09:40:30 1b3ee35aacca: Layer already exists 09:40:30 695d1f567645: Pushed 09:40:30 fe60933d6d83: Pushed 09:40:30 6be47df5d34e: Pushed 09:40:30 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:40:31 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 09:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:40:31 1e3d169322a0: Preparing 09:40:31 bb5eb38dd20d: Preparing 09:40:31 6be47df5d34e: Preparing 09:40:31 fe60933d6d83: Preparing 09:40:31 b8d1b53f9e8a: Preparing 09:40:31 a49a84541a22: Preparing 09:40:31 72ce202f5138: Preparing 09:40:31 695d1f567645: Preparing 09:40:31 1b3ee35aacca: Preparing 09:40:31 72ce202f5138: Waiting 09:40:31 a49a84541a22: Waiting 09:40:31 695d1f567645: Waiting 09:40:31 1b3ee35aacca: Waiting 09:40:31 fe60933d6d83: Layer already exists 09:40:31 b8d1b53f9e8a: Layer already exists 09:40:31 6be47df5d34e: Layer already exists 09:40:31 1e3d169322a0: Layer already exists 09:40:31 bb5eb38dd20d: Layer already exists 09:40:31 a49a84541a22: Layer already exists 09:40:31 72ce202f5138: Layer already exists 09:40:31 695d1f567645: Layer already exists 09:40:31 1b3ee35aacca: Layer already exists 09:40:31 1.3.1-dev.11: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:40:31 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:40:32 1e3d169322a0: Preparing 09:40:32 bb5eb38dd20d: Preparing 09:40:32 6be47df5d34e: Preparing 09:40:32 fe60933d6d83: Preparing 09:40:32 b8d1b53f9e8a: Preparing 09:40:32 a49a84541a22: Preparing 09:40:32 72ce202f5138: Preparing 09:40:32 695d1f567645: Preparing 09:40:32 1b3ee35aacca: Preparing 09:40:32 a49a84541a22: Waiting 09:40:32 695d1f567645: Waiting 09:40:32 1b3ee35aacca: Waiting 09:40:32 72ce202f5138: Waiting 09:40:32 b8d1b53f9e8a: Layer already exists 09:40:32 bb5eb38dd20d: Layer already exists 09:40:32 fe60933d6d83: Layer already exists 09:40:32 1e3d169322a0: Layer already exists 09:40:32 6be47df5d34e: Layer already exists 09:40:32 72ce202f5138: Layer already exists 09:40:32 a49a84541a22: Layer already exists 09:40:32 695d1f567645: Layer already exists 09:40:32 1b3ee35aacca: Layer already exists 09:40:32 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:40:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:40:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 09:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:40:32 1e3d169322a0: Preparing 09:40:32 bb5eb38dd20d: Preparing 09:40:32 6be47df5d34e: Preparing 09:40:32 fe60933d6d83: Preparing 09:40:32 b8d1b53f9e8a: Preparing 09:40:32 a49a84541a22: Preparing 09:40:32 72ce202f5138: Preparing 09:40:32 695d1f567645: Preparing 09:40:32 1b3ee35aacca: Preparing 09:40:32 a49a84541a22: Waiting 09:40:32 72ce202f5138: Waiting 09:40:32 695d1f567645: Waiting 09:40:32 1b3ee35aacca: Waiting 09:40:32 1e3d169322a0: Layer already exists 09:40:32 bb5eb38dd20d: Layer already exists 09:40:32 b8d1b53f9e8a: Layer already exists 09:40:32 6be47df5d34e: Layer already exists 09:40:32 fe60933d6d83: Layer already exists 09:40:32 72ce202f5138: Layer already exists 09:40:32 a49a84541a22: Layer already exists 09:40:32 695d1f567645: Layer already exists 09:40:32 1b3ee35aacca: Layer already exists 09:40:32 master: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:32 ===================================================== [Pipeline] echo 09:40:33 taggedImages: 09:40:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 09:40:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 09:40:33 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 09:40:33 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:33 1.3.1-dev.11 09:40:33 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:33 master 09:40:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:33 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:40:33 1d379aa05ebd: Preparing 09:40:33 f1c42386e301: Preparing 09:40:33 9f0a711a5faf: Preparing 09:40:33 c91d61895b29: Preparing 09:40:33 1d379aa05ebd: Pushed 09:40:34 9f0a711a5faf: Pushed 09:40:34 c91d61895b29: Pushed 09:40:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:40:34 ---> 657399818551 09:40:34 Step 3/24 : WORKDIR /edgex-go 09:40:34 ---> Using cache 09:40:34 ---> 45478503a147 09:40:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:34 ---> Using cache 09:40:34 ---> df029af06269 09:40:34 Step 5/24 : RUN apk update && apk add make git 09:40:34 ---> Using cache 09:40:34 ---> f2e72e3b2d68 09:40:34 Step 6/24 : COPY go.mod . 09:40:34 ---> Using cache 09:40:34 ---> e843eccb5a11 09:40:34 Step 7/24 : RUN go mod download 09:40:34 ---> Using cache 09:40:34 ---> 3669d6cd2a2d 09:40:34 Step 8/24 : COPY . . 09:40:34 ---> Using cache 09:40:34 ---> 4a69b9da3ca0 09:40:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:40:34 ---> Running in 08ac4053730f 09:40:34 Removing intermediate container 0de9a77604a1 09:40:34 ---> f234db57f4e5 09:40:34 09:40:34 Step 10/21 : FROM scratch 09:40:34 ---> 09:40:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:40:34 Removing intermediate container 478659e9aba0 09:40:34 ---> 59992a19c76c 09:40:34 09:40:34 Step 10/24 : FROM scratch 09:40:34 ---> 09:40:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:40:35 f1c42386e301: Pushed 09:40:35 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:40:35 ---> Running in 27dfb86dfece 09:40:35 ---> Running in 47f17aca0590 09:40:35 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 09:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:40:35 1d379aa05ebd: Preparing 09:40:35 f1c42386e301: Preparing 09:40:35 9f0a711a5faf: Preparing 09:40:35 c91d61895b29: Preparing 09:40:35 9f0a711a5faf: Layer already exists 09:40:35 f1c42386e301: Layer already exists 09:40:35 1d379aa05ebd: Layer already exists 09:40:35 c91d61895b29: Layer already exists 09:40:35 1.3.1-dev.11: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:40:35 Removing intermediate container 27dfb86dfece 09:40:35 ---> ae67b73cd080 09:40:35 Step 12/21 : ENV APP_PORT=48085 09:40:35 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:36 Removing intermediate container 47f17aca0590 09:40:36 ---> e579b4101222 09:40:36 Step 12/24 : ENV APP_PORT=48060 09:40:36 ---> Running in d5c555985688 09:40:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:40:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:40:36 1d379aa05ebd: Preparing 09:40:36 f1c42386e301: Preparing 09:40:36 9f0a711a5faf: Preparing 09:40:36 c91d61895b29: Preparing 09:40:36 9f0a711a5faf: Layer already exists 09:40:36 1d379aa05ebd: Layer already exists 09:40:36 f1c42386e301: Layer already exists 09:40:36 c91d61895b29: Layer already exists 09:40:36 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:40:36 ---> Running in 4eafa5f6ba13 09:40:36 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 09:40:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 09:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:40:36 1d379aa05ebd: Preparing 09:40:36 f1c42386e301: Preparing 09:40:36 9f0a711a5faf: Preparing 09:40:36 c91d61895b29: Preparing 09:40:36 9f0a711a5faf: Layer already exists 09:40:36 f1c42386e301: Layer already exists 09:40:36 c91d61895b29: Layer already exists 09:40:36 1d379aa05ebd: Layer already exists 09:40:36 master: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 09:40:37 Removing intermediate container d5c555985688 09:40:37 ---> 5b909b61a57e 09:40:37 Step 13/21 : EXPOSE $APP_PORT 09:40:37 Removing intermediate container 4eafa5f6ba13 09:40:37 ---> 8e5d27c3ad48 09:40:37 Step 13/24 : EXPOSE $APP_PORT 09:40:37 ---> Running in 95ea8b2e032c [Pipeline] // withEnv [Pipeline] echo 09:40:37 ===================================================== [Pipeline] echo 09:40:37 taggedImages: 09:40:37 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:37 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 09:40:37 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:37 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 09:40:37 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 09:40:37 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:37 1.3.1-dev.11 09:40:37 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:37 master 09:40:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 09:40:37 ---> Running in f0fe91f1f197 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:37 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:37 Removing intermediate container 95ea8b2e032c 09:40:37 ---> 0010954dba38 09:40:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:40:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:40:37 426cc5afab2f: Preparing 09:40:37 d3e96c0bba31: Preparing 09:40:37 eb2038345157: Preparing 09:40:37 45faf3e0b9aa: Preparing 09:40:37 71a7cd95f3ed: Preparing 09:40:37 1d4cbbc42f5e: Preparing 09:40:37 1d4cbbc42f5e: Waiting 09:40:38 Removing intermediate container f0fe91f1f197 09:40:38 ---> 91f3f67f4fbe 09:40:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:40:38 426cc5afab2f: Pushed 09:40:38 71a7cd95f3ed: Pushed 09:40:38 eb2038345157: Pushed 09:40:38 45faf3e0b9aa: Pushed 09:40:38 1d4cbbc42f5e: Pushed 09:40:39 ---> 2aedd89faf56 09:40:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:40:39 ---> 242fae2f690b 09:40:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:40:39 d3e96c0bba31: Pushed 09:40:39 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh 09:40:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 09:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:40:40 426cc5afab2f: Preparing 09:40:40 d3e96c0bba31: Preparing 09:40:40 eb2038345157: Preparing 09:40:40 45faf3e0b9aa: Preparing 09:40:40 71a7cd95f3ed: Preparing 09:40:40 1d4cbbc42f5e: Preparing 09:40:40 1d4cbbc42f5e: Waiting 09:40:40 45faf3e0b9aa: Layer already exists 09:40:40 71a7cd95f3ed: Layer already exists 09:40:40 eb2038345157: Layer already exists 09:40:40 d3e96c0bba31: Layer already exists 09:40:40 426cc5afab2f: Layer already exists 09:40:40 1d4cbbc42f5e: Layer already exists 09:40:40 1.3.1-dev.11: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh 09:40:40 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:40:40 426cc5afab2f: Preparing 09:40:40 d3e96c0bba31: Preparing 09:40:40 eb2038345157: Preparing 09:40:40 45faf3e0b9aa: Preparing 09:40:40 71a7cd95f3ed: Preparing 09:40:40 1d4cbbc42f5e: Preparing 09:40:40 1d4cbbc42f5e: Waiting 09:40:40 eb2038345157: Layer already exists 09:40:40 d3e96c0bba31: Layer already exists 09:40:40 71a7cd95f3ed: Layer already exists 09:40:40 426cc5afab2f: Layer already exists 09:40:40 45faf3e0b9aa: Layer already exists 09:40:40 1d4cbbc42f5e: Layer already exists 09:40:40 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh 09:40:41 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 09:40:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 09:40:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:40:41 426cc5afab2f: Preparing 09:40:41 d3e96c0bba31: Preparing 09:40:41 eb2038345157: Preparing 09:40:41 45faf3e0b9aa: Preparing 09:40:41 71a7cd95f3ed: Preparing 09:40:41 1d4cbbc42f5e: Preparing 09:40:41 1d4cbbc42f5e: Waiting 09:40:41 eb2038345157: Layer already exists 09:40:41 45faf3e0b9aa: Layer already exists 09:40:41 d3e96c0bba31: Layer already exists 09:40:41 71a7cd95f3ed: Layer already exists 09:40:41 426cc5afab2f: Layer already exists 09:40:41 1d4cbbc42f5e: Layer already exists 09:40:41 master: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:41 ===================================================== [Pipeline] echo 09:40:41 taggedImages: 09:40:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 09:40:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 09:40:41 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 09:40:41 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:41 1.3.1-dev.11 09:40:41 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:41 master 09:40:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 09:40:41 ---> 7bc21c92e77a 09:40:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:40:41 ---> 0562864446c6 09:40:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:42 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:40:42 20dc8e43530e: Preparing 09:40:42 e90ce8ada91e: Preparing 09:40:42 f0145af4ba76: Preparing 09:40:42 f0145af4ba76: Pushed 09:40:42 20dc8e43530e: Pushed 09:40:43 ---> 7552318272ac 09:40:43 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:40:43 ---> Running in 4d53cc32d0a0 09:40:43 e90ce8ada91e: Pushed 09:40:43 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:43 ---> 39000de5b79f 09:40:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:40:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 09:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:40:44 20dc8e43530e: Preparing 09:40:44 e90ce8ada91e: Preparing 09:40:44 f0145af4ba76: Preparing 09:40:44 20dc8e43530e: Layer already exists 09:40:44 f0145af4ba76: Layer already exists 09:40:44 e90ce8ada91e: Layer already exists 09:40:44 1.3.1-dev.11: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:44 Removing intermediate container 4d53cc32d0a0 09:40:44 ---> 5d18d198687a 09:40:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:40:44 ---> Running in 000437b8c5e3 09:40:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:40:44 20dc8e43530e: Preparing 09:40:44 e90ce8ada91e: Preparing 09:40:44 f0145af4ba76: Preparing 09:40:44 f0145af4ba76: Layer already exists 09:40:44 e90ce8ada91e: Layer already exists 09:40:44 20dc8e43530e: Layer already exists 09:40:44 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh 09:40:45 ---> 73f4de5e8e40 09:40:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:40:45 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 09:40:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 09:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:40:45 20dc8e43530e: Preparing 09:40:45 e90ce8ada91e: Preparing 09:40:45 f0145af4ba76: Preparing 09:40:45 20dc8e43530e: Layer already exists 09:40:45 f0145af4ba76: Layer already exists 09:40:45 e90ce8ada91e: Layer already exists 09:40:45 master: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:45 ===================================================== 09:40:45 Removing intermediate container 000437b8c5e3 09:40:45 ---> f5b38bb50b55 09:40:45 Step 19/21 : LABEL arch=arm64 [Pipeline] echo 09:40:45 taggedImages: 09:40:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 09:40:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 09:40:45 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 09:40:45 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:45 1.3.1-dev.11 09:40:45 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:45 master 09:40:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:46 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:40:46 ---> Running in 06bb18c7989e 09:40:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:40:46 0e377d7bbabc: Preparing 09:40:46 7456e95d14b5: Preparing 09:40:46 4fa964944e6b: Preparing 09:40:46 5043f53f3dfa: Preparing 09:40:46 540ea1da8104: Preparing 09:40:46 a9538a3eb21e: Preparing 09:40:46 895a9cae9d92: Preparing 09:40:46 1d278c39f50a: Preparing 09:40:46 3730a0890c46: Preparing 09:40:46 383f309b5d37: Preparing 09:40:46 e1a73c32da76: Preparing 09:40:46 31b11ec6ff38: Preparing 09:40:46 911954e2fe49: Preparing 09:40:46 ace0eda3e3be: Preparing 09:40:46 a9538a3eb21e: Waiting 09:40:46 895a9cae9d92: Waiting 09:40:46 1d278c39f50a: Waiting 09:40:46 3730a0890c46: Waiting 09:40:46 383f309b5d37: Waiting 09:40:46 e1a73c32da76: Waiting 09:40:46 31b11ec6ff38: Waiting 09:40:46 911954e2fe49: Waiting 09:40:46 ace0eda3e3be: Waiting 09:40:46 540ea1da8104: Pushed 09:40:46 0e377d7bbabc: Pushed 09:40:47 5043f53f3dfa: Pushed 09:40:47 1d278c39f50a: Layer already exists 09:40:47 3730a0890c46: Layer already exists 09:40:47 383f309b5d37: Layer already exists 09:40:47 895a9cae9d92: Pushed 09:40:47 e1a73c32da76: Layer already exists 09:40:47 31b11ec6ff38: Layer already exists 09:40:47 Removing intermediate container 06bb18c7989e 09:40:47 ---> 47a1520d40fc 09:40:47 Step 20/21 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:47 911954e2fe49: Layer already exists 09:40:47 ace0eda3e3be: Layer already exists 09:40:47 ---> Running in ecf99a76458f 09:40:47 ---> f30d5e21da60 09:40:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:40:47 a9538a3eb21e: Pushed 09:40:48 7456e95d14b5: Pushed 09:40:48 Removing intermediate container ecf99a76458f 09:40:48 ---> b9dabf9e89c5 09:40:48 Step 21/21 : LABEL version=1.3.1-dev.11 09:40:49 ---> Running in b58db5c8e26a 09:40:49 ---> 0c5d52909c59 09:40:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:40:50 ---> Running in 108769b5c796 09:40:50 Removing intermediate container b58db5c8e26a 09:40:50 ---> 69be5546f186 09:40:50 09:40:51 Successfully built 69be5546f186 09:40:51 Successfully tagged docker-support-scheduler-go-arm64:latest 09:40:51  Building docker-support-scheduler-go ... done Building docker-core-command-go 09:40:51 Removing intermediate container 108769b5c796 09:40:51 ---> f1f576c7b77b 09:40:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:40:52 ---> Running in ef5dbfd76792 09:40:52 Removing intermediate container dc18b663b4eb 09:40:52 ---> 7d72f02c0c64 09:40:52 09:40:52 Step 10/22 : FROM scratch 09:40:52 ---> 09:40:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:40:52 ---> Using cache 09:40:52 ---> ae67b73cd080 09:40:52 Step 12/22 : ENV APP_PORT=48081 09:40:52 ---> Running in 9fb61116d77d 09:40:53 Removing intermediate container ef5dbfd76792 09:40:53 ---> 384c90856e0b 09:40:53 Step 22/24 : LABEL arch=arm64 09:40:53 ---> Running in 49d4820b25f6 09:40:53 Removing intermediate container 9fb61116d77d 09:40:53 ---> 341df985c5ce 09:40:53 Step 13/22 : EXPOSE $APP_PORT 09:40:54 ---> Running in 43504f802dff 09:40:54 Removing intermediate container 49d4820b25f6 09:40:54 ---> 1b7d7c68790b 09:40:54 Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:54 4fa964944e6b: Pushed 09:40:55 ---> Running in c79a60d0ac54 09:40:55 Removing intermediate container 43504f802dff 09:40:55 ---> cf37a7937fcd 09:40:55 Step 14/22 : WORKDIR / 09:40:55 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh 09:40:55 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:55 ---> Running in 8177677013dc 09:40:55 Removing intermediate container c79a60d0ac54 09:40:55 ---> 9669c37ea86a 09:40:55 Step 24/24 : LABEL version=1.3.1-dev.11 09:40:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 09:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:40:55 0e377d7bbabc: Preparing 09:40:55 7456e95d14b5: Preparing 09:40:55 4fa964944e6b: Preparing 09:40:55 5043f53f3dfa: Preparing 09:40:55 540ea1da8104: Preparing 09:40:55 a9538a3eb21e: Preparing 09:40:55 895a9cae9d92: Preparing 09:40:55 1d278c39f50a: Preparing 09:40:55 3730a0890c46: Preparing 09:40:55 383f309b5d37: Preparing 09:40:55 e1a73c32da76: Preparing 09:40:55 31b11ec6ff38: Preparing 09:40:55 911954e2fe49: Preparing 09:40:55 ace0eda3e3be: Preparing 09:40:55 a9538a3eb21e: Waiting 09:40:55 895a9cae9d92: Waiting 09:40:55 1d278c39f50a: Waiting 09:40:55 3730a0890c46: Waiting 09:40:55 383f309b5d37: Waiting 09:40:55 e1a73c32da76: Waiting 09:40:55 31b11ec6ff38: Waiting 09:40:55 911954e2fe49: Waiting 09:40:55 5043f53f3dfa: Layer already exists 09:40:55 540ea1da8104: Layer already exists 09:40:55 0e377d7bbabc: Layer already exists 09:40:55 7456e95d14b5: Layer already exists 09:40:55 4fa964944e6b: Layer already exists 09:40:55 a9538a3eb21e: Layer already exists 09:40:55 895a9cae9d92: Layer already exists 09:40:55 e1a73c32da76: Layer already exists 09:40:55 1d278c39f50a: Layer already exists 09:40:55 3730a0890c46: Layer already exists 09:40:55 383f309b5d37: Layer already exists 09:40:55 31b11ec6ff38: Layer already exists 09:40:55 911954e2fe49: Layer already exists 09:40:55 ace0eda3e3be: Layer already exists 09:40:55 ---> Running in 2b38bb581351 09:40:55 1.3.1-dev.11: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh 09:40:56 Removing intermediate container 8177677013dc 09:40:56 ---> d5ae204d749d 09:40:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:40:56 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:40:56 Removing intermediate container 2b38bb581351 09:40:56 ---> 6e86112c7512 09:40:56 09:40:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:40:56 0e377d7bbabc: Preparing 09:40:56 7456e95d14b5: Preparing 09:40:56 4fa964944e6b: Preparing 09:40:56 5043f53f3dfa: Preparing 09:40:56 540ea1da8104: Preparing 09:40:56 a9538a3eb21e: Preparing 09:40:56 895a9cae9d92: Preparing 09:40:56 1d278c39f50a: Preparing 09:40:56 3730a0890c46: Preparing 09:40:56 383f309b5d37: Preparing 09:40:56 e1a73c32da76: Preparing 09:40:56 31b11ec6ff38: Preparing 09:40:56 911954e2fe49: Preparing 09:40:56 ace0eda3e3be: Preparing 09:40:56 3730a0890c46: Waiting 09:40:56 383f309b5d37: Waiting 09:40:56 e1a73c32da76: Waiting 09:40:56 31b11ec6ff38: Waiting 09:40:56 a9538a3eb21e: Waiting 09:40:56 911954e2fe49: Waiting 09:40:56 ace0eda3e3be: Waiting 09:40:56 895a9cae9d92: Waiting 09:40:56 1d278c39f50a: Waiting 09:40:56 4fa964944e6b: Layer already exists 09:40:56 5043f53f3dfa: Layer already exists 09:40:56 540ea1da8104: Layer already exists 09:40:56 0e377d7bbabc: Layer already exists 09:40:56 7456e95d14b5: Layer already exists 09:40:56 1d278c39f50a: Layer already exists 09:40:56 a9538a3eb21e: Layer already exists 09:40:56 895a9cae9d92: Layer already exists 09:40:56 3730a0890c46: Layer already exists 09:40:56 383f309b5d37: Layer already exists 09:40:56 911954e2fe49: Layer already exists 09:40:56 31b11ec6ff38: Layer already exists 09:40:56 e1a73c32da76: Layer already exists 09:40:56 ace0eda3e3be: Layer already exists 09:40:56 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh 09:40:56 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 09:40:57 Successfully built 6e86112c7512 09:40:57 Successfully tagged docker-support-notifications-go-arm64:latest 09:40:57  Building docker-support-notifications-go ... done Building docker-support-logging-go 09:40:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 09:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:40:57 0e377d7bbabc: Preparing 09:40:57 7456e95d14b5: Preparing 09:40:57 4fa964944e6b: Preparing 09:40:57 5043f53f3dfa: Preparing 09:40:57 540ea1da8104: Preparing 09:40:57 a9538a3eb21e: Preparing 09:40:57 895a9cae9d92: Preparing 09:40:57 1d278c39f50a: Preparing 09:40:57 3730a0890c46: Preparing 09:40:57 383f309b5d37: Preparing 09:40:57 e1a73c32da76: Preparing 09:40:57 31b11ec6ff38: Preparing 09:40:57 911954e2fe49: Preparing 09:40:57 ace0eda3e3be: Preparing 09:40:57 a9538a3eb21e: Waiting 09:40:57 895a9cae9d92: Waiting 09:40:57 1d278c39f50a: Waiting 09:40:57 3730a0890c46: Waiting 09:40:57 383f309b5d37: Waiting 09:40:57 e1a73c32da76: Waiting 09:40:57 31b11ec6ff38: Waiting 09:40:57 911954e2fe49: Waiting 09:40:57 ace0eda3e3be: Waiting 09:40:57 7456e95d14b5: Layer already exists 09:40:57 5043f53f3dfa: Layer already exists 09:40:57 0e377d7bbabc: Layer already exists 09:40:57 540ea1da8104: Layer already exists 09:40:57 4fa964944e6b: Layer already exists 09:40:57 a9538a3eb21e: Layer already exists 09:40:57 895a9cae9d92: Layer already exists 09:40:57 3730a0890c46: Layer already exists 09:40:57 1d278c39f50a: Layer already exists 09:40:57 383f309b5d37: Layer already exists 09:40:57 31b11ec6ff38: Layer already exists 09:40:57 e1a73c32da76: Layer already exists 09:40:57 911954e2fe49: Layer already exists 09:40:57 ace0eda3e3be: Layer already exists 09:40:57 master: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:57 ===================================================== [Pipeline] echo 09:40:57 taggedImages: 09:40:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:40:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 09:40:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:40:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script 09:40:57 ---> 1ab7962e00f9 09:40:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:41:00 ---> e860dfc025c1 09:41:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:41:02 ---> 106e8e28ba28 09:41:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:41:03 ---> Running in 991a4d8399a3 09:41:03 Removing intermediate container f19b85beb8f5 09:41:03 ---> 0e8b515fbc5c 09:41:03 09:41:03 Step 10/23 : FROM alpine 09:41:03 ---> 2e77e061c27f 09:41:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:41:04 ---> Running in 73fc57969870 09:41:04 Removing intermediate container 991a4d8399a3 09:41:04 ---> a7171ac472c4 09:41:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:04 ---> Running in 2e117f4e467a 09:41:05 Removing intermediate container 73fc57969870 09:41:05 ---> cf126b27b2e6 09:41:05 Step 12/23 : ENV APP_PORT=48080 09:41:05 ---> Running in ae1649d808fa 09:41:05 Removing intermediate container 2e117f4e467a 09:41:05 ---> d4576f332bc6 09:41:05 Step 20/22 : LABEL arch=arm64 09:41:05 ---> Running in 900e46b07f9b 09:41:05 Removing intermediate container ae1649d808fa 09:41:05 ---> 832229a46869 09:41:05 Step 13/23 : EXPOSE $APP_PORT 09:41:06 ---> Running in 9d9a0fa3655b 09:41:06 Removing intermediate container 900e46b07f9b 09:41:06 ---> 3c29ace158c8 09:41:06 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:41:06 ---> Running in d8f47710db2f 09:41:07 Removing intermediate container 9d9a0fa3655b 09:41:07 ---> d7c0f62eeb3c 09:41:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:07 ---> Running in 10f3b38eeef3 09:41:08 Removing intermediate container d8f47710db2f 09:41:08 ---> affd7cdaa570 09:41:08 Step 22/22 : LABEL version=1.3.1-dev.11 09:41:08 ---> Running in 5d783dec5ab8 09:41:09 Removing intermediate container 5d783dec5ab8 09:41:09 ---> 7ba043b0b1b9 09:41:09 09:41:11 Successfully built 7ba043b0b1b9 09:41:11 Successfully tagged docker-core-metadata-go-arm64:latest 09:41:11  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 09:41:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:41:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:41:11 ---> 657399818551 09:41:11 Step 3/22 : WORKDIR /edgex-go 09:41:11 ---> Using cache 09:41:11 ---> 45478503a147 09:41:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:11 ---> Using cache 09:41:11 ---> df029af06269 09:41:11 Step 5/22 : RUN apk update && apk add make git 09:41:11 ---> Using cache 09:41:11 ---> f2e72e3b2d68 09:41:11 Step 6/22 : COPY go.mod . 09:41:11 ---> Using cache 09:41:11 ---> e843eccb5a11 09:41:11 Step 7/22 : RUN go mod download 09:41:11 ---> Using cache 09:41:11 ---> 3669d6cd2a2d 09:41:11 Step 8/22 : COPY . . 09:41:11 ---> Using cache 09:41:11 ---> 4a69b9da3ca0 09:41:11 Step 9/22 : RUN make cmd/core-command/core-command 09:41:12 Removing intermediate container 10f3b38eeef3 09:41:12 ---> d308a53880d7 09:41:12 Step 15/23 : RUN apk --no-cache add zeromq 09:41:12 ---> Running in b2aecd889ad3 09:41:12 ---> Running in a3f350dc6f0d 09:41:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command 09:41:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:16 (1/5) Installing libgcc (9.3.0-r2) 09:41:16 (2/5) Installing libsodium (1.0.18-r0) 09:41:16 (3/5) Installing libstdc++ (9.3.0-r2) 09:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:41:17 ---> 657399818551 09:41:17 Step 3/22 : WORKDIR /edgex-go 09:41:17 ---> Using cache 09:41:17 ---> 45478503a147 09:41:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:17 ---> Using cache 09:41:17 ---> df029af06269 09:41:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:41:17 (4/5) Installing libzmq (4.3.3-r0) 09:41:17 (5/5) Installing zeromq (4.3.3-r0) 09:41:17 Executing busybox-1.31.1-r19.trigger 09:41:17 OK: 8 MiB in 19 packages 09:41:19 ---> Running in 9e87e08fbed1 09:41:20 Removing intermediate container a3f350dc6f0d 09:41:20 ---> 6e7ac1a2168d 09:41:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:22 ---> a472baaa1b86 09:41:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:24 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:41:24 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:41:24 OK: 12625 distinct packages available 09:41:25 OK: 217 MiB in 51 packages 09:41:25 ---> c8fe4fff8fd4 09:41:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:41:25 OK: 217 MiB in 51 packages 09:41:27 ---> 2fb05cfd3026 09:41:27 Step 19/23 : ENTRYPOINT ["/core-data"] 09:41:27 ---> Running in 493dd76b29e9 09:41:28 Removing intermediate container 9e87e08fbed1 09:41:28 ---> 182b33bbf68c 09:41:28 Step 6/22 : COPY go.mod . 09:41:28 Removing intermediate container 493dd76b29e9 09:41:28 ---> 117bdb502d32 09:41:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:29 ---> Running in e157cb151ba0 09:41:29 ---> 8a427b0e3720 09:41:29 Step 7/22 : RUN go mod download 09:41:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:41:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:41:30 ---> 657399818551 09:41:30 Step 3/22 : WORKDIR /edgex-go 09:41:30 ---> Using cache 09:41:30 ---> 45478503a147 09:41:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:30 ---> Using cache 09:41:30 ---> df029af06269 09:41:30 Step 5/22 : RUN apk update && apk add make git 09:41:30 ---> Using cache 09:41:30 ---> f2e72e3b2d68 09:41:30 Step 6/22 : COPY go.mod . 09:41:30 ---> Using cache 09:41:30 ---> e843eccb5a11 09:41:30 Step 7/22 : RUN go mod download 09:41:30 ---> Using cache 09:41:30 ---> 3669d6cd2a2d 09:41:30 Step 8/22 : COPY . . 09:41:30 ---> Running in 3de9f0eccb4f 09:41:30 ---> Using cache 09:41:30 ---> 4a69b9da3ca0 09:41:30 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:41:30 Removing intermediate container e157cb151ba0 09:41:30 ---> 9e7bff451fcb 09:41:30 Step 21/23 : LABEL arch=arm64 09:41:30 ---> Running in db299bfb17c6 09:41:30 ---> Running in 56bc3d784626 09:41:32 Removing intermediate container 56bc3d784626 09:41:32 ---> 40caf09afe8d 09:41:32 Step 22/23 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:41:32 ---> Running in 61e77857501c 09:41:33 Removing intermediate container 61e77857501c 09:41:33 ---> 20fb55ebc59b 09:41:33 Step 23/23 : LABEL version=1.3.1-dev.11 09:41:33 ---> Running in 429b4d88f18c 09:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:41:34 Removing intermediate container 429b4d88f18c 09:41:34 ---> 27776d347ee0 09:41:34 09:41:34 Successfully built 27776d347ee0 09:41:34 Successfully tagged docker-core-data-go-arm64:latest 09:41:34  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 09:41:36 Removing intermediate container 3de9f0eccb4f 09:41:36 ---> 8d476cb3217c 09:41:36 Step 8/22 : COPY . . 09:41:48 Removing intermediate container 08ac4053730f 09:41:48 ---> 6201de8e67ba 09:41:48 09:41:48 Step 10/24 : FROM alpine:3.10 09:41:49 3.10: Pulling from library/alpine 09:41:51 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:41:51 Status: Downloaded newer image for alpine:3.10 09:41:51 ---> 536a684cf733 09:41:51 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:41:52 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:41:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:41:52 ---> 657399818551 09:41:52 Step 3/29 : WORKDIR /edgex-go 09:41:52 ---> Using cache 09:41:52 ---> 45478503a147 09:41:52 Step 4/29 : RUN apk update && apk add make git 09:41:53 ---> Running in 518f56b74c92 09:41:53 ---> Running in a578c9095991 09:41:54 ---> 7059de14b5b0 09:41:54 Step 9/22 : RUN make cmd/support-logging/support-logging 09:41:54 ---> Running in c023d77ae10b 09:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 09:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 09:41:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging 09:41:56 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:41:56 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:41:56 OK: 10169 distinct packages available 09:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:57 (1/5) Installing ca-certificates (20191127-r2) 09:41:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:41:57 (3/5) Installing libcurl (7.66.0-r1) 09:41:57 (4/5) Installing curl (7.66.0-r1) 09:41:57 (5/5) Installing dumb-init (1.2.2-r1) 09:41:57 Executing busybox-1.30.1-r3.trigger 09:41:57 Executing ca-certificates-20191127-r2.trigger 09:41:58 OK: 7 MiB in 19 packages 09:41:58 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:41:58 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:41:58 OK: 12625 distinct packages available 09:41:59 OK: 217 MiB in 51 packages 09:42:01 Removing intermediate container 518f56b74c92 09:42:01 ---> 7ac04804bb35 09:42:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:42:01 Removing intermediate container a578c9095991 09:42:01 ---> 0086920fdf99 09:42:01 Step 5/29 : COPY go.mod . 09:42:01 ---> Running in 277fe57fb92b 09:42:02 Removing intermediate container 277fe57fb92b 09:42:02 ---> 5818cd975de5 09:42:02 Step 13/24 : WORKDIR / 09:42:02 ---> Running in 51b9206799a8 09:42:02 ---> 9c233b975eac 09:42:02 Step 6/29 : RUN go mod download 09:42:02 ---> Running in fde6f771750e 09:42:03 Removing intermediate container 51b9206799a8 09:42:03 ---> 9ed306c7b909 09:42:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:42:04 ---> 56f708c3380a 09:42: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 09:42:05 ---> 29f68d171d37 09:42:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:42:07 ---> 7cc7b052da40 09:42:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:42:07 Removing intermediate container fde6f771750e 09:42:07 ---> 2032a9a539e1 09:42:07 Step 7/29 : COPY . . 09:42:09 ---> 9b410c53d57c 09:42:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:42:13 ---> 1f07cd6e8865 09:42:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:42:14 ---> aeaac36b8a05 09:42:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:42:14 ---> Running in 0ca9e934bfe1 09:42:20 Removing intermediate container 0ca9e934bfe1 09:42:20 ---> 4971fa813f64 09:42:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:42:20 ---> Running in 9057c3427f23 09:42:21 Removing intermediate container 9057c3427f23 09:42:21 ---> efc46149d263 09:42:21 Step 22/24 : LABEL arch=arm64 09:42:21 ---> Running in cc97ee399b19 09:42:22 Removing intermediate container cc97ee399b19 09:42:22 ---> 7f15632b5dec 09:42:22 Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:42:22 ---> Running in 7589adf422f0 09:42:23 ---> 1ba4acf32022 09:42:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:42:23 Removing intermediate container 7589adf422f0 09:42:23 ---> 29593cd6d614 09:42:23 Step 24/24 : LABEL version=1.3.1-dev.11 09:42:23 ---> Running in 1113a48c16d4 09:42:23 ---> Running in 46571b6602cf 09:42:24 Removing intermediate container 46571b6602cf 09:42:24 ---> 804b2ff72609 09:42:24 09:42:24 Successfully built 804b2ff72609 09:42:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:42:25  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 09:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:42:40 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:42:40 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:42:40 ---> 657399818551 09:42:40 Step 3/27 : WORKDIR /edgex-go 09:42:40 ---> Using cache 09:42:40 ---> 45478503a147 09:42:40 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:40 ---> Using cache 09:42:40 ---> df029af06269 09:42:40 Step 5/27 : RUN apk update && apk add make bash git 09:42:40 ---> Running in f20a491f8ea9 09:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:44 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:42:44 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:42:44 OK: 12625 distinct packages available 09:42:45 OK: 217 MiB in 51 packages 09:42:47 Removing intermediate container f20a491f8ea9 09:42:47 ---> 08738a4f12b8 09:42:47 Step 6/27 : COPY go.mod . 09:42:48 ---> cb4a21e341ba 09:42:48 Step 7/27 : RUN go mod download 09:42:48 ---> Running in c6c83be89395 09:42:53 Removing intermediate container c6c83be89395 09:42:53 ---> 66817ff8d200 09:42:53 Step 8/27 : COPY . . 09:42:56 Removing intermediate container b2aecd889ad3 09:42:56 ---> 397ab12c5954 09:42:56 09:42:56 Step 10/22 : FROM scratch 09:42:56 ---> 09:42:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:42:56 Removing intermediate container db299bfb17c6 09:42:56 ---> 7fbaf4abfdc1 09:42:56 09:42:56 Step 10/22 : FROM alpine:3.10 09:42:56 ---> 536a684cf733 09:42:56 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:42:56 ---> Using cache 09:42:56 ---> 7ac04804bb35 09:42:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:42:56 ---> Using cache 09:42:56 ---> ae67b73cd080 09:42:56 Step 12/22 : ENV APP_PORT=48082 09:42:57 ---> Running in 2e418000fc7c 09:42:57 ---> Running in 153123c9b87c 09:42:58 Removing intermediate container 2e418000fc7c 09:42:58 ---> e264411fbbeb 09:42:58 Step 13/22 : WORKDIR / 09:42:58 ---> Running in f17ffa03fcf1 09:42:58 Removing intermediate container 153123c9b87c 09:42:58 ---> 304d42009ddd 09:42:58 Step 13/22 : EXPOSE $APP_PORT 09:42:58 ---> Running in c6dd700c1fa7 09:42:59 Removing intermediate container f17ffa03fcf1 09:42:59 ---> a5425ab3dbf2 09:42:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:43:00 Removing intermediate container c6dd700c1fa7 09:43:00 ---> 1e7253470789 09:43:00 Step 14/22 : WORKDIR / 09:43:00 ---> Running in 3fe2c96d0c05 09:43:01 Removing intermediate container 3fe2c96d0c05 09:43:01 ---> 8e228786d28d 09:43:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:43:02 ---> a1685f16beaa 09:43:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:43:03 ---> 1a5ca34b1935 09:43:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:43:04 ---> 8d270c151a51 09:43:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:43:06 ---> ff33011ed6cb 09:43:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:43:06 ---> 93a919e1fbd4 09:43:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:43:08 ---> 20ef05ae5c73 09:43:08 Step 18/22 : RUN chmod +x entrypoint.sh 09:43:08 ---> aa1bef4a9bda 09:43:08 Step 18/22 : ENTRYPOINT ["/core-command"] 09:43:08 ---> Running in fe65782157ce 09:43:08 ---> Running in 3a99f856de1f 09:43:10 Removing intermediate container 3a99f856de1f 09:43:10 ---> 41403b841297 09:43:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:43:10 ---> Running in 1b1275c2a31a 09:43:12 Removing intermediate container 1b1275c2a31a 09:43:12 ---> 0f07f882a662 09:43:12 Step 20/22 : LABEL arch=arm64 09:43:12 ---> Running in c9f39b1e742c 09:43:12 Removing intermediate container fe65782157ce 09:43:12 ---> ad8d0a68d49f 09:43:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:43:13 Removing intermediate container c9f39b1e742c 09:43:13 ---> d226a6ee79d9 09:43:13 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:43:13 ---> Running in 6c831571b00a 09:43:13 ---> Running in 154eb28a97d8 09:43:14 Removing intermediate container 6c831571b00a 09:43:14 ---> adc617043413 09:43:14 Step 20/22 : LABEL arch=arm64 09:43:14 ---> 3622a7278026 09:43:14 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:43:14 Removing intermediate container 154eb28a97d8 09:43:14 ---> 948cc52a8e22 09:43:14 Step 22/22 : LABEL version=1.3.1-dev.11 09:43:14 ---> Running in 514b068de000 09:43:14 ---> Running in 376a2f0ae8b1 09:43:14 ---> Running in 7a88384e2296 09:43:15 Removing intermediate container 514b068de000 09:43:15 ---> ebbad092eff6 09:43:15 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:43:15 ---> Running in e4f4361716fe 09:43:15 Removing intermediate container 7a88384e2296 09:43:15 ---> 1c36fe86963d 09:43:15 09:43:16 Successfully built 1c36fe86963d 09:43:16 Successfully tagged docker-core-command-go-arm64:latest 09:43:16  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:43:16 Removing intermediate container e4f4361716fe 09:43:16 ---> d4582ca2f729 09:43:16 Step 22/22 : LABEL version=1.3.1-dev.11 09:43:16 ---> Running in dc225e05ebae 09:43:17 Removing intermediate container dc225e05ebae 09:43:17 ---> d0d2d3656d7f 09:43:17 09:43:18 Successfully built d0d2d3656d7f 09:43:18 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 09:43:21  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c023d77ae10b 09:43:21 ---> 831da70e9df5 09:43:21 09:43:21 Step 10/22 : FROM scratch 09:43:21 ---> 09:43:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:43:21 ---> Using cache 09:43:21 ---> e579b4101222 09:43:21 Step 12/22 : ENV APP_PORT=48061 09:43:21 ---> Running in 6eca42398cf0 09:43:22 Removing intermediate container 6eca42398cf0 09:43:22 ---> d718c4e7b1e5 09:43:22 Step 13/22 : EXPOSE $APP_PORT 09:43:22 ---> Running in 58e322566f3f 09:43:23 Removing intermediate container 58e322566f3f 09:43:23 ---> bb3fc9bbedb3 09:43:23 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:43:24 ---> 9ac4c3b28ae1 09:43:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:43:25 ---> ed56577f4bb3 09:43:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:43:27 ---> 3fd47d0d1b76 09:43:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:43:29 ---> 1519bc5ebe23 09:43:29 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:43:29 ---> Running in 69fb973df32b 09:43:30 Removing intermediate container 1113a48c16d4 09:43:30 ---> 5712883fb82d 09:43:30 09:43:30 Step 9/29 : FROM alpine:latest 09:43:30 ---> 2e77e061c27f 09:43:30 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:43:30 ---> Running in 5debedbdb188 09:43:30 Removing intermediate container 69fb973df32b 09:43:30 ---> 72c65a933560 09:43:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:43:30 ---> Running in ad173f4870fc 09:43:31 Removing intermediate container 5debedbdb188 09:43:31 ---> a24d62efbc04 09:43:31 Step 11/29 : USER root 09:43:31 ---> Running in 256dd62118e4 09:43:31 Removing intermediate container ad173f4870fc 09:43:31 ---> cdbdca4575da 09:43:31 Step 20/22 : LABEL arch=arm64 09:43:31 ---> Running in 0d7d9d7a7f6c 09:43:31 Removing intermediate container 256dd62118e4 09:43:31 ---> 2cedaed6568b 09:43:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:43:32 ---> Running in 97b14225adc0 09:43:32 Removing intermediate container 0d7d9d7a7f6c 09:43:32 ---> 835b097482e0 09:43:32 Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:43:32 ---> Running in ee49deea1377 09:43:33 Removing intermediate container ee49deea1377 09:43:33 ---> da1ccb0144a8 09:43:33 Step 22/22 : LABEL version=1.3.1-dev.11 09:43:33 ---> Running in d2993d1217fc 09:43:34 Removing intermediate container d2993d1217fc 09:43:34 ---> 55a28d0498f4 09:43:34 09:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:43:34 Successfully built 55a28d0498f4 09:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:43:34 Successfully tagged docker-support-logging-go-arm64:latest 09:43:35  Building docker-support-logging-go ... done v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:43:35 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:43:35 OK: 12617 distinct packages available 09:43:35 (1/2) Installing ca-certificates (20191127-r4) 09:43:35 (2/2) Installing dumb-init (1.2.2-r1) 09:43:35 Executing busybox-1.31.1-r19.trigger 09:43:35 Executing ca-certificates-20191127-r4.trigger 09:43:36 OK: 6 MiB in 16 packages 09:43:38 Removing intermediate container 97b14225adc0 09:43:38 ---> fd9f8487e92b 09:43:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:43:38 ---> Running in 84e5861091ca 09:43:38 Removing intermediate container 84e5861091ca 09:43:38 ---> 4bdcb1e5f6c1 09:43:38 Step 14/29 : WORKDIR $BASE_DIR 09:43:38 ---> Running in 97063a62dbbf 09:43:39 Removing intermediate container 97063a62dbbf 09:43:39 ---> ea07b8a7e975 09:43:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:43:39 ---> Running in c014c9c79187 09:43:43 Removing intermediate container c014c9c79187 09:43:43 ---> a9a7955f09e3 09:43:43 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:43:44 ---> 137dd38362f5 09:43:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:43:45 ---> 48dbcf378969 09:43:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:43:46 ---> 7fd146b8887b 09:43:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:43:47 ---> 9059f2c1f0c0 09:43:47 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:43:47 ---> 300f55c684be 09:43:47 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:43:47 ---> Running in 6ca544ce6fbc 09:43:50 Removing intermediate container 6ca544ce6fbc 09:43:50 ---> 04a07c2b1528 09:43:50 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:43:51 ---> 10db3f627fb0 09:43:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:43:51 ---> Running in d87ae8adb650 09:43:51 Removing intermediate container 376a2f0ae8b1 09:43:51 ---> b4ba71a44f64 09:43:51 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:43:51 ---> Running in f0bb5b2b8f45 09:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:43:53 Removing intermediate container d87ae8adb650 09:43:53 ---> ad23476b1768 09:43:53 Step 24/29 : RUN chmod 755 security-secrets-setup 09:43:54 ---> Running in 2652e0067337 09:43:56 Removing intermediate container f0bb5b2b8f45 09:43:56 ---> 9b552667a3ea 09:43:56 09:43:56 Step 11/27 : FROM docker:latest 09:43:56 ---> 5d4db4dc0692 09:43:56 Step 12/27 : RUN apk add --no-cache bash 09:43:56 ---> Running in 5b8ed8b209b1 09:43:56 Removing intermediate container 2652e0067337 09:43:56 ---> a1c3d9f91304 09:43:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:43:56 ---> Running in 1885fc377233 09:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:43:57 Removing intermediate container 1885fc377233 09:43:57 ---> 9d333ed92fa7 09:43:57 Step 26/29 : CMD [ "generate" ] 09:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:43:57 ---> Running in 7693ea6ca7ef 09:43:58 Removing intermediate container 7693ea6ca7ef 09:43:58 ---> 972804a12896 09:43:58 Step 27/29 : LABEL arch=arm64 09:43:58 (1/2) Installing readline (8.0.4-r0) 09:43:58 (2/2) Installing bash (5.0.17-r0) 09:43:58 ---> Running in 687b3783756a 09:43:58 Executing bash-5.0.17-r0.post-install 09:43:58 Executing busybox-1.31.1-r19.trigger 09:43:58 OK: 12 MiB in 22 packages 09:43:58 Removing intermediate container 687b3783756a 09:43:58 ---> e7f38081771d 09:43:58 Step 28/29 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:43:59 ---> Running in 20075a956f12 09:43:59 Removing intermediate container 20075a956f12 09:43:59 ---> 2cf460537da6 09:43:59 Step 29/29 : LABEL version=1.3.1-dev.11 09:43:59 ---> Running in 6ed914e8e0ff 09:43:59 Removing intermediate container 5b8ed8b209b1 09:43:59 ---> ee42b6fcc103 09:43:59 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:43:59 ---> Running in 06b02dde2e21 09:44:00 Removing intermediate container 6ed914e8e0ff 09:44:00 ---> 76369e110a6f 09:44:00 09:44:00 Successfully built 76369e110a6f 09:44:00 Successfully tagged docker-security-secrets-setup-go-arm64:latest 09:44:02  Building docker-security-secrets-setup-go ... done Removing intermediate container 06b02dde2e21 09:44:02 ---> 56a8e1185b78 09:44:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:44:02 ---> Running in 88fa765d496b 09:44:02 Removing intermediate container 88fa765d496b 09:44:02 ---> d9e72a5e5c21 09:44:02 Step 15/27 : ENV APP_PORT=48090 09:44:02 ---> Running in 6747e1d71e26 09:44:03 Removing intermediate container 6747e1d71e26 09:44:03 ---> ca1d9e5911e7 09:44:03 Step 16/27 : EXPOSE $APP_PORT 09:44:03 ---> Running in 62739bec4c57 09:44:03 Removing intermediate container 62739bec4c57 09:44:03 ---> 95d80fc39847 09:44:03 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:44:04 ---> 40c38bd64a83 09:44:04 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:44:05 ---> ca215f304cb7 09:44:05 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:44:06 ---> 1e42281e9b7b 09:44:06 Step 20/27 : RUN apk --no-cache add py3-pip 09:44:06 ---> Running in 87b579b8568d 09:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:08 (1/33) Installing libbz2 (1.0.8-r1) 09:44:08 (2/33) Installing expat (2.2.9-r1) 09:44:08 (3/33) Installing libffi (3.3-r2) 09:44:08 (4/33) Installing gdbm (1.13-r1) 09:44:08 (5/33) Installing xz-libs (5.2.5-r0) 09:44:08 (6/33) Installing sqlite-libs (3.32.1-r0) 09:44:08 (7/33) Installing python3 (3.8.5-r0) 09:44:10 (8/33) Installing py3-appdirs (1.4.4-r1) 09:44:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:44:10 (10/33) Installing py3-parsing (2.4.7-r0) 09:44:10 (11/33) Installing py3-six (1.15.0-r0) 09:44:10 (12/33) Installing py3-packaging (20.4-r0) 09:44:10 (13/33) Installing py3-setuptools (47.0.0-r0) 09:44:10 (14/33) Installing py3-chardet (3.0.4-r4) 09:44:10 (15/33) Installing py3-idna (2.9-r0) 09:44:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:44:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:44:11 (18/33) Installing py3-requests (2.23.0-r0) 09:44:11 (19/33) Installing py3-msgpack (1.0.0-r0) 09:44:11 (20/33) Installing py3-lockfile (0.12.2-r3) 09:44:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:44:11 (22/33) Installing py3-colorama (0.4.3-r0) 09:44:11 (23/33) Installing py3-distlib (0.3.0-r0) 09:44:11 (24/33) Installing py3-distro (1.5.0-r1) 09:44:11 (25/33) Installing py3-webencodings (0.5.1-r3) 09:44:11 (26/33) Installing py3-html5lib (1.0.1-r4) 09:44:11 (27/33) Installing py3-pytoml (0.1.21-r0) 09:44:11 (28/33) Installing py3-pep517 (0.8.2-r0) 09:44:11 (29/33) Installing py3-progress (1.5-r0) 09:44:11 (30/33) Installing py3-toml (0.10.1-r0) 09:44:11 (31/33) Installing py3-retrying (1.3.3-r0) 09:44:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:44:11 (33/33) Installing py3-pip (20.1.1-r0) 09:44:11 Executing busybox-1.31.1-r19.trigger 09:44:11 OK: 71 MiB in 55 packages 09:44:18 Removing intermediate container 87b579b8568d 09:44:18 ---> 108e963a9cf2 09:44:18 Step 21/27 : RUN pip install docker-compose==1.23.2 09:44:18 ---> Running in ffe1e670ee3d 09:44:23 Collecting docker-compose==1.23.2 09:44:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:44:23 Collecting texttable<0.10,>=0.9.0 09:44:23 Downloading texttable-0.9.1.tar.gz (11 kB) 09:44:25 Collecting websocket-client<1.0,>=0.32.0 09:44:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:44:25 Collecting docopt<0.7,>=0.6.1 09:44:25 Downloading docopt-0.6.2.tar.gz (25 kB) 09:44:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:44:27 Collecting PyYAML<4,>=3.10 09:44:27 Downloading PyYAML-3.13.tar.gz (270 kB) 09:44:31 Collecting docker<4.0,>=3.6.0 09:44:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:44:31 Collecting dockerpty<0.5,>=0.4.1 09:44:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:44:33 Collecting cached-property<2,>=1.2.0 09:44:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:44:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:44:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:44:35 Collecting jsonschema<3,>=2.5.1 09:44:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:44:35 Collecting docker-pycreds>=0.4.0 09:44:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:44:35 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) 09:44:35 Collecting urllib3<1.25,>=1.21.1 09:44:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:44:36 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) 09:44:36 Collecting idna<2.8,>=2.5 09:44:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:44:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:44:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:44:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:44:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:44:37 Installing collected packages: texttable, websocket-client, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose 09:44:37 Running setup.py install for texttable: started 09:44:39 Running setup.py install for texttable: finished with status 'done' 09:44:39 Running setup.py install for docopt: started 09:44:41 Running setup.py install for docopt: finished with status 'done' 09:44:41 Running setup.py install for PyYAML: started 09:44:43 Running setup.py install for PyYAML: finished with status 'done' 09:44:43 Attempting uninstall: urllib3 09:44:43 Found existing installation: urllib3 1.25.9 09:44:43 Uninstalling urllib3-1.25.9: 09:44:43 Successfully uninstalled urllib3-1.25.9 09:44:44 Attempting uninstall: idna 09:44:44 Found existing installation: idna 2.9 09:44:44 Uninstalling idna-2.9: 09:44:44 Successfully uninstalled idna-2.9 09:44:44 Attempting uninstall: requests 09:44:44 Found existing installation: requests 2.23.0 09:44:44 Uninstalling requests-2.23.0: 09:44:44 Successfully uninstalled requests-2.23.0 09:44:45 Running setup.py install for dockerpty: started 09:44:47 Running setup.py install for dockerpty: finished with status 'done' 09:44:49 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 09:44:53 Removing intermediate container ffe1e670ee3d 09:44:53 ---> 8028ef324145 09:44:53 Step 22/27 : RUN apk --no-cache add curl 09:44:53 ---> Running in 0856a68442d1 09:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:44:54 (2/3) Installing libcurl (7.69.1-r1) 09:44:54 (3/3) Installing curl (7.69.1-r1) 09:44:54 Executing busybox-1.31.1-r19.trigger 09:44:54 OK: 71 MiB in 58 packages 09:44:55 Removing intermediate container 0856a68442d1 09:44:55 ---> d27dea525e54 09:44:55 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:44:55 ---> Running in becca6cfef59 09:44:56 Removing intermediate container becca6cfef59 09:44:56 ---> 5da49b5ce5fa 09:44:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:56 ---> Running in 2e3b54b7a427 09:44:57 Removing intermediate container 2e3b54b7a427 09:44:57 ---> a1b6444e58ff 09:44:57 Step 25/27 : LABEL arch=arm64 09:44:57 ---> Running in a5415707b105 09:44:57 Removing intermediate container a5415707b105 09:44:57 ---> 93fc7eea1c0c 09:44:57 Step 26/27 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:44:57 ---> Running in 6d15e695a5c0 09:44:58 Removing intermediate container 6d15e695a5c0 09:44:58 ---> 106897f4ac97 09:44:58 Step 27/27 : LABEL version=1.3.1-dev.11 09:44:58 ---> Running in 3d3904adb3dd 09:44:58 Removing intermediate container 3d3904adb3dd 09:44:58 ---> 45681657c61c 09:44:58 09:44:59 Successfully built 45681657c61c 09:44:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:44:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:44:59 $ docker stop --time=1 c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa 09:45:01 $ docker rm -f c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa [Pipeline] // withDockerContainer [Pipeline] sh 09:45:02 + + grepdocker docker images 09:45:02 09:45:02 docker-sys-mgmt-agent-go-arm64 latest 45681657c61c 4 seconds ago 270MB 09:45:02 docker-security-secrets-setup-go-arm64 latest 76369e110a6f About a minute ago 22.7MB 09:45:02 docker-support-logging-go-arm64 latest 55a28d0498f4 About a minute ago 10.6MB 09:45:02 docker-security-bootstrap-redis-go-arm64 latest d0d2d3656d7f About a minute ago 15.2MB 09:45:02 docker-core-command-go-arm64 latest 1c36fe86963d About a minute ago 11.4MB 09:45:02 docker-security-secretstore-setup-go-arm64 latest 804b2ff72609 2 minutes ago 23.5MB 09:45:02 docker-core-data-go-arm64 latest 27776d347ee0 3 minutes ago 22.3MB 09:45:02 docker-core-metadata-go-arm64 latest 7ba043b0b1b9 3 minutes ago 13.6MB 09:45:02 docker-support-notifications-go-arm64 latest 6e86112c7512 4 minutes ago 12.9MB 09:45:02 docker-support-scheduler-go-arm64 latest 69be5546f186 4 minutes ago 11.5MB 09:45:02 docker-security-proxy-setup-go-arm64 latest 4ebf0e881621 4 minutes ago 15.1MB 09:45:02 docker latest 5d4db4dc0692 5 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 09:45:03 provisioning config files... 09:45:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config8501712374046105291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:45:03 ---> docker-login.sh 09:45:03 nexus3.edgexfoundry.org:10001 09:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:04 Configure a credential helper to remove this warning. See 09:45:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:04 09:45:04 Login Succeeded 09:45:04 nexus3.edgexfoundry.org:10002 09:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:04 Configure a credential helper to remove this warning. See 09:45:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:04 09:45:04 Login Succeeded 09:45:04 nexus3.edgexfoundry.org:10003 09:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:05 Configure a credential helper to remove this warning. See 09:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:05 09:45:05 Login Succeeded 09:45:05 nexus3.edgexfoundry.org:10004 09:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:06 Configure a credential helper to remove this warning. See 09:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:06 09:45:06 Login Succeeded 09:45:06 docker.io 09:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:06 Configure a credential helper to remove this warning. See 09:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:06 09:45:06 Login Succeeded 09:45:06 ---> docker-login.sh ends [Pipeline] } 09:45:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:07 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 09:45:07 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:07 1.3.1-dev.11 09:45:07 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:07 master 09:45:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:45:08 eb6b10d9e4a1: Preparing 09:45:08 0b97082e36d2: Preparing 09:45:08 d5e1e8639287: Preparing 09:45:08 d5e1e8639287: Pushed 09:45:08 eb6b10d9e4a1: Pushed 09:45:11 0b97082e36d2: Pushed 09:45:11 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:12 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 09:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:45:12 eb6b10d9e4a1: Preparing 09:45:12 0b97082e36d2: Preparing 09:45:12 d5e1e8639287: Preparing 09:45:12 0b97082e36d2: Layer already exists 09:45:12 eb6b10d9e4a1: Layer already exists 09:45:12 d5e1e8639287: Layer already exists 09:45:12 1.3.1-dev.11: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:45:13 eb6b10d9e4a1: Preparing 09:45:13 0b97082e36d2: Preparing 09:45:13 d5e1e8639287: Preparing 09:45:13 eb6b10d9e4a1: Layer already exists 09:45:13 0b97082e36d2: Layer already exists 09:45:13 d5e1e8639287: Layer already exists 09:45:13 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:14 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 09:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:45:14 eb6b10d9e4a1: Preparing 09:45:14 0b97082e36d2: Preparing 09:45:14 d5e1e8639287: Preparing 09:45:14 0b97082e36d2: Layer already exists 09:45:14 eb6b10d9e4a1: Layer already exists 09:45:14 d5e1e8639287: Layer already exists 09:45:14 master: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:14 ===================================================== [Pipeline] echo 09:45:14 taggedImages: 09:45:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 09:45:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 09:45:15 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 09:45:15 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:15 1.3.1-dev.11 09:45:15 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:15 master 09:45:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:45:15 7af175c83047: Preparing 09:45:15 1dbe29226fbb: Preparing 09:45:15 4ee8bb067765: Preparing 09:45:15 6f0aba90352b: Preparing 09:45:15 9e431ad0d788: Preparing 09:45:15 cd3761cfa1d9: Preparing 09:45:15 cd3761cfa1d9: Waiting 09:45:16 9e431ad0d788: Pushed 09:45:16 4ee8bb067765: Pushed 09:45:16 7af175c83047: Pushed 09:45:16 cd3761cfa1d9: Layer already exists 09:45:17 6f0aba90352b: Pushed 09:45:19 1dbe29226fbb: Pushed 09:45:19 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:45:20 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 09:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:45:20 7af175c83047: Preparing 09:45:20 1dbe29226fbb: Preparing 09:45:20 4ee8bb067765: Preparing 09:45:20 6f0aba90352b: Preparing 09:45:20 9e431ad0d788: Preparing 09:45:20 cd3761cfa1d9: Preparing 09:45:20 cd3761cfa1d9: Waiting 09:45:20 9e431ad0d788: Layer already exists 09:45:20 6f0aba90352b: Layer already exists 09:45:20 7af175c83047: Layer already exists 09:45:20 4ee8bb067765: Layer already exists 09:45:20 1dbe29226fbb: Layer already exists 09:45:20 cd3761cfa1d9: Layer already exists 09:45:20 1.3.1-dev.11: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:45:20 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:45:21 7af175c83047: Preparing 09:45:21 1dbe29226fbb: Preparing 09:45:21 4ee8bb067765: Preparing 09:45:21 6f0aba90352b: Preparing 09:45:21 9e431ad0d788: Preparing 09:45:21 cd3761cfa1d9: Preparing 09:45:21 cd3761cfa1d9: Waiting 09:45:21 4ee8bb067765: Layer already exists 09:45:21 9e431ad0d788: Layer already exists 09:45:21 7af175c83047: Layer already exists 09:45:21 1dbe29226fbb: Layer already exists 09:45:21 6f0aba90352b: Layer already exists 09:45:21 cd3761cfa1d9: Layer already exists 09:45:21 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:45:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 09:45:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:45:22 7af175c83047: Preparing 09:45:22 1dbe29226fbb: Preparing 09:45:22 4ee8bb067765: Preparing 09:45:22 6f0aba90352b: Preparing 09:45:22 9e431ad0d788: Preparing 09:45:22 cd3761cfa1d9: Preparing 09:45:22 cd3761cfa1d9: Waiting 09:45:22 6f0aba90352b: Layer already exists 09:45:22 1dbe29226fbb: Layer already exists 09:45:22 4ee8bb067765: Layer already exists 09:45:22 9e431ad0d788: Layer already exists 09:45:22 7af175c83047: Layer already exists 09:45:22 cd3761cfa1d9: Layer already exists 09:45:22 master: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:22 ===================================================== [Pipeline] echo 09:45:22 taggedImages: 09:45:22 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:22 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 09:45:22 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:22 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 09:45:22 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 09:45:22 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:22 1.3.1-dev.11 09:45:22 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:22 master 09:45:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:45:23 c67d9c31756f: Preparing 09:45:23 498e00323e73: Preparing 09:45:23 95012b86ce76: Preparing 09:45:24 95012b86ce76: Pushed 09:45:24 c67d9c31756f: Pushed 09:45:27 498e00323e73: Pushed 09:45:27 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:27 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 09:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:45:28 c67d9c31756f: Preparing 09:45:28 498e00323e73: Preparing 09:45:28 95012b86ce76: Preparing 09:45:28 95012b86ce76: Layer already exists 09:45:28 498e00323e73: Layer already exists 09:45:28 c67d9c31756f: Layer already exists 09:45:28 1.3.1-dev.11: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:28 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:45:29 c67d9c31756f: Preparing 09:45:29 498e00323e73: Preparing 09:45:29 95012b86ce76: Preparing 09:45:29 c67d9c31756f: Layer already exists 09:45:29 95012b86ce76: Layer already exists 09:45:29 498e00323e73: Layer already exists 09:45:29 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh 09:45:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 09:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:45:30 c67d9c31756f: Preparing 09:45:30 498e00323e73: Preparing 09:45:30 95012b86ce76: Preparing 09:45:30 498e00323e73: Layer already exists 09:45:30 c67d9c31756f: Layer already exists 09:45:30 95012b86ce76: Layer already exists 09:45:30 master: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:30 ===================================================== [Pipeline] echo 09:45:30 taggedImages: 09:45:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 09:45:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 09:45:30 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 09:45:30 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:30 1.3.1-dev.11 09:45:30 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:30 master 09:45:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:31 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 09:45:31 fd7a5ceea941: Preparing 09:45:31 a45b8f18d666: Preparing 09:45:31 ed4a54d77f57: Preparing 09:45:31 3c522fce0729: Preparing 09:45:31 62523b9fdf3f: Preparing 09:45:31 3a70ad93398d: Preparing 09:45:31 66b385cf80cf: Preparing 09:45:31 3a70ad93398d: Waiting 09:45:31 66b385cf80cf: Waiting 09:45:31 fd7a5ceea941: Pushed 09:45:31 62523b9fdf3f: Pushed 09:45:31 a45b8f18d666: Pushed 09:45:31 ed4a54d77f57: Pushed 09:45:32 66b385cf80cf: Layer already exists 09:45:32 3a70ad93398d: Pushed 09:45:34 3c522fce0729: Pushed 09:45:34 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh 09:45:34 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 09:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 09:45:34 fd7a5ceea941: Preparing 09:45:34 a45b8f18d666: Preparing 09:45:34 ed4a54d77f57: Preparing 09:45:34 3c522fce0729: Preparing 09:45:34 62523b9fdf3f: Preparing 09:45:34 3a70ad93398d: Preparing 09:45:34 66b385cf80cf: Preparing 09:45:34 66b385cf80cf: Waiting 09:45:34 3a70ad93398d: Waiting 09:45:35 a45b8f18d666: Layer already exists 09:45:35 ed4a54d77f57: Layer already exists 09:45:35 62523b9fdf3f: Layer already exists 09:45:35 3c522fce0729: Layer already exists 09:45:35 fd7a5ceea941: Layer already exists 09:45:35 3a70ad93398d: Layer already exists 09:45:35 66b385cf80cf: Layer already exists 09:45:35 1.3.1-dev.11: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh 09:45:35 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 09:45:35 fd7a5ceea941: Preparing 09:45:35 a45b8f18d666: Preparing 09:45:35 ed4a54d77f57: Preparing 09:45:35 3c522fce0729: Preparing 09:45:35 62523b9fdf3f: Preparing 09:45:35 3a70ad93398d: Preparing 09:45:35 66b385cf80cf: Preparing 09:45:35 3a70ad93398d: Waiting 09:45:35 66b385cf80cf: Waiting 09:45:35 fd7a5ceea941: Layer already exists 09:45:35 a45b8f18d666: Layer already exists 09:45:35 62523b9fdf3f: Layer already exists 09:45:35 3c522fce0729: Layer already exists 09:45:35 ed4a54d77f57: Layer already exists 09:45:35 66b385cf80cf: Layer already exists 09:45:36 3a70ad93398d: Layer already exists 09:45:36 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh 09:45:36 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 09:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 09:45:36 fd7a5ceea941: Preparing 09:45:36 a45b8f18d666: Preparing 09:45:36 ed4a54d77f57: Preparing 09:45:36 3c522fce0729: Preparing 09:45:36 62523b9fdf3f: Preparing 09:45:36 3a70ad93398d: Preparing 09:45:36 66b385cf80cf: Preparing 09:45:36 3a70ad93398d: Waiting 09:45:36 66b385cf80cf: Waiting 09:45:36 fd7a5ceea941: Layer already exists 09:45:36 a45b8f18d666: Layer already exists 09:45:36 3c522fce0729: Layer already exists 09:45:36 62523b9fdf3f: Layer already exists 09:45:36 ed4a54d77f57: Layer already exists 09:45:36 3a70ad93398d: Layer already exists 09:45:36 66b385cf80cf: Layer already exists 09:45:37 master: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:37 ===================================================== [Pipeline] echo 09:45:37 taggedImages: 09:45:37 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:37 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 09:45:37 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:37 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 09:45:37 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 09:45:37 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:37 1.3.1-dev.11 09:45:37 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:37 master 09:45:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:45:38 bb7f496962c0: Preparing 09:45:38 a5ba5a7ab716: Preparing 09:45:38 9a64d33df93c: Preparing 09:45:38 8e5d3d4e5eaa: Preparing 09:45:38 cd3761cfa1d9: Preparing 09:45:38 cd3761cfa1d9: Layer already exists 09:45:38 9a64d33df93c: Pushed 09:45:38 a5ba5a7ab716: Pushed 09:45:39 8e5d3d4e5eaa: Pushed 09:45:40 bb7f496962c0: Pushed 09:45:40 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:45:41 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 09:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:45:41 bb7f496962c0: Preparing 09:45:41 a5ba5a7ab716: Preparing 09:45:41 9a64d33df93c: Preparing 09:45:41 8e5d3d4e5eaa: Preparing 09:45:41 cd3761cfa1d9: Preparing 09:45:41 cd3761cfa1d9: Layer already exists 09:45:41 9a64d33df93c: Layer already exists 09:45:41 bb7f496962c0: Layer already exists 09:45:41 a5ba5a7ab716: Layer already exists 09:45:41 8e5d3d4e5eaa: Layer already exists 09:45:41 1.3.1-dev.11: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:45:42 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:45:42 bb7f496962c0: Preparing 09:45:42 a5ba5a7ab716: Preparing 09:45:42 9a64d33df93c: Preparing 09:45:42 8e5d3d4e5eaa: Preparing 09:45:42 cd3761cfa1d9: Preparing 09:45:42 cd3761cfa1d9: Layer already exists 09:45:42 8e5d3d4e5eaa: Layer already exists 09:45:42 9a64d33df93c: Layer already exists 09:45:42 bb7f496962c0: Layer already exists 09:45:42 a5ba5a7ab716: Layer already exists 09:45:42 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:45:43 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 09:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:45:43 bb7f496962c0: Preparing 09:45:43 a5ba5a7ab716: Preparing 09:45:43 9a64d33df93c: Preparing 09:45:43 8e5d3d4e5eaa: Preparing 09:45:43 cd3761cfa1d9: Preparing 09:45:43 a5ba5a7ab716: Layer already exists 09:45:43 9a64d33df93c: Layer already exists 09:45:43 bb7f496962c0: Layer already exists 09:45:43 cd3761cfa1d9: Layer already exists 09:45:43 8e5d3d4e5eaa: Layer already exists 09:45:43 master: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:44 ===================================================== [Pipeline] echo 09:45:44 taggedImages: 09:45:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 09:45:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 09:45:44 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 09:45:44 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:44 1.3.1-dev.11 09:45:44 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:44 master 09:45:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:45:45 67bddc3c53a4: Preparing 09:45:45 9f8a2d03991e: Preparing 09:45:45 73d097469109: Preparing 09:45:45 7111b5de49ac: Preparing 09:45:45 7111b5de49ac: Preparing 09:45:45 e0c546b5a38e: Preparing 09:45:45 7123e5714a12: Preparing 09:45:45 4f848a55827f: Preparing 09:45:45 67bddc3c53a4: Preparing 09:45:45 cb9d419307ab: Preparing 09:45:45 7f13d82722a5: Preparing 09:45:45 0e2f34d37e1e: Preparing 09:45:45 cd3761cfa1d9: Preparing 09:45:45 cb9d419307ab: Waiting 09:45:45 7f13d82722a5: Waiting 09:45:45 0e2f34d37e1e: Waiting 09:45:45 cd3761cfa1d9: Waiting 09:45:45 7123e5714a12: Waiting 09:45:45 4f848a55827f: Waiting 09:45:45 9f8a2d03991e: Pushed 09:45:45 73d097469109: Pushed 09:45:45 e0c546b5a38e: Pushed 09:45:45 7111b5de49ac: Pushed 09:45:45 7123e5714a12: Pushed 09:45:45 4f848a55827f: Pushed 09:45:45 cb9d419307ab: Pushed 09:45:45 7f13d82722a5: Pushed 09:45:45 cd3761cfa1d9: Layer already exists 09:45:46 0e2f34d37e1e: Pushed 09:45:47 67bddc3c53a4: Pushed 09:45:47 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh 09:45:48 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 09:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:45:48 67bddc3c53a4: Preparing 09:45:48 9f8a2d03991e: Preparing 09:45:48 73d097469109: Preparing 09:45:48 7111b5de49ac: Preparing 09:45:48 7111b5de49ac: Preparing 09:45:48 e0c546b5a38e: Preparing 09:45:48 7123e5714a12: Preparing 09:45:48 4f848a55827f: Preparing 09:45:48 67bddc3c53a4: Preparing 09:45:48 cb9d419307ab: Preparing 09:45:48 7f13d82722a5: Preparing 09:45:48 0e2f34d37e1e: Preparing 09:45:48 cd3761cfa1d9: Preparing 09:45:48 7123e5714a12: Waiting 09:45:48 7f13d82722a5: Waiting 09:45:48 0e2f34d37e1e: Waiting 09:45:48 cd3761cfa1d9: Waiting 09:45:48 4f848a55827f: Waiting 09:45:48 cb9d419307ab: Waiting 09:45:48 67bddc3c53a4: Layer already exists 09:45:48 73d097469109: Layer already exists 09:45:48 e0c546b5a38e: Layer already exists 09:45:48 7111b5de49ac: Layer already exists 09:45:48 9f8a2d03991e: Layer already exists 09:45:48 7123e5714a12: Layer already exists 09:45:48 4f848a55827f: Layer already exists 09:45:48 cb9d419307ab: Layer already exists 09:45:48 7f13d82722a5: Layer already exists 09:45:48 0e2f34d37e1e: Layer already exists 09:45:48 cd3761cfa1d9: Layer already exists 09:45:48 1.3.1-dev.11: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh 09:45:49 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:45:49 67bddc3c53a4: Preparing 09:45:49 9f8a2d03991e: Preparing 09:45:49 73d097469109: Preparing 09:45:49 7111b5de49ac: Preparing 09:45:49 7111b5de49ac: Preparing 09:45:49 e0c546b5a38e: Preparing 09:45:49 7123e5714a12: Preparing 09:45:49 4f848a55827f: Preparing 09:45:49 67bddc3c53a4: Preparing 09:45:49 cb9d419307ab: Preparing 09:45:49 7f13d82722a5: Preparing 09:45:49 0e2f34d37e1e: Preparing 09:45:49 cd3761cfa1d9: Preparing 09:45:49 cb9d419307ab: Waiting 09:45:49 7f13d82722a5: Waiting 09:45:49 0e2f34d37e1e: Waiting 09:45:49 7123e5714a12: Waiting 09:45:49 4f848a55827f: Waiting 09:45:49 cd3761cfa1d9: Waiting 09:45:49 67bddc3c53a4: Layer already exists 09:45:49 e0c546b5a38e: Layer already exists 09:45:49 9f8a2d03991e: Layer already exists 09:45:49 7111b5de49ac: Layer already exists 09:45:49 73d097469109: Layer already exists 09:45:49 cb9d419307ab: Layer already exists 09:45:49 4f848a55827f: Layer already exists 09:45:49 7123e5714a12: Layer already exists 09:45:49 0e2f34d37e1e: Layer already exists 09:45:49 7f13d82722a5: Layer already exists 09:45:49 cd3761cfa1d9: Layer already exists 09:45:49 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh 09:45:50 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 09:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:45:50 67bddc3c53a4: Preparing 09:45:50 9f8a2d03991e: Preparing 09:45:50 73d097469109: Preparing 09:45:50 7111b5de49ac: Preparing 09:45:50 7111b5de49ac: Preparing 09:45:50 e0c546b5a38e: Preparing 09:45:50 7123e5714a12: Preparing 09:45:50 4f848a55827f: Preparing 09:45:50 67bddc3c53a4: Preparing 09:45:50 cb9d419307ab: Preparing 09:45:50 7f13d82722a5: Preparing 09:45:50 0e2f34d37e1e: Preparing 09:45:50 cd3761cfa1d9: Preparing 09:45:50 7123e5714a12: Waiting 09:45:50 4f848a55827f: Waiting 09:45:50 cb9d419307ab: Waiting 09:45:50 7f13d82722a5: Waiting 09:45:50 0e2f34d37e1e: Waiting 09:45:50 cd3761cfa1d9: Waiting 09:45:50 73d097469109: Layer already exists 09:45:50 7111b5de49ac: Layer already exists 09:45:50 e0c546b5a38e: Layer already exists 09:45:50 67bddc3c53a4: Layer already exists 09:45:50 9f8a2d03991e: Layer already exists 09:45:50 7123e5714a12: Layer already exists 09:45:50 7f13d82722a5: Layer already exists 09:45:50 0e2f34d37e1e: Layer already exists 09:45:50 cb9d419307ab: Layer already exists 09:45:50 4f848a55827f: Layer already exists 09:45:50 cd3761cfa1d9: Layer already exists 09:45:50 master: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:51 ===================================================== [Pipeline] echo 09:45:51 taggedImages: 09:45:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 09:45:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 09:45:51 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 09:45:51 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:51 1.3.1-dev.11 09:45:51 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:51 master 09:45:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:45:52 d7b4c67f1944: Preparing 09:45:52 6a3f8239d7a0: Preparing 09:45:52 030ec6df9281: Preparing 09:45:52 eff1f09967ac: Preparing 09:45:52 7b9776bb4164: Preparing 09:45:52 d9ad5bc20b99: Preparing 09:45:52 ec24953a0128: Preparing 09:45:52 3a70ad93398d: Preparing 09:45:52 66b385cf80cf: Preparing 09:45:52 d9ad5bc20b99: Waiting 09:45:52 66b385cf80cf: Waiting 09:45:52 3a70ad93398d: Waiting 09:45:52 7b9776bb4164: Pushed 09:45:52 6a3f8239d7a0: Pushed 09:45:52 d7b4c67f1944: Pushed 09:45:52 3a70ad93398d: Layer already exists 09:45:52 66b385cf80cf: Layer already exists 09:45:52 d9ad5bc20b99: Pushed 09:45:52 ec24953a0128: Pushed 09:45:54 eff1f09967ac: Pushed 09:45:54 030ec6df9281: Pushed 09:45:54 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:45:55 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 09:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:45:55 d7b4c67f1944: Preparing 09:45:55 6a3f8239d7a0: Preparing 09:45:55 030ec6df9281: Preparing 09:45:55 eff1f09967ac: Preparing 09:45:55 7b9776bb4164: Preparing 09:45:55 d9ad5bc20b99: Preparing 09:45:55 ec24953a0128: Preparing 09:45:55 3a70ad93398d: Preparing 09:45:55 66b385cf80cf: Preparing 09:45:55 d9ad5bc20b99: Waiting 09:45:55 ec24953a0128: Waiting 09:45:55 3a70ad93398d: Waiting 09:45:55 66b385cf80cf: Waiting 09:45:55 030ec6df9281: Layer already exists 09:45:55 d7b4c67f1944: Layer already exists 09:45:55 eff1f09967ac: Layer already exists 09:45:55 7b9776bb4164: Layer already exists 09:45:55 6a3f8239d7a0: Layer already exists 09:45:55 d9ad5bc20b99: Layer already exists 09:45:55 3a70ad93398d: Layer already exists 09:45:55 ec24953a0128: Layer already exists 09:45:55 66b385cf80cf: Layer already exists 09:45:55 1.3.1-dev.11: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:45:56 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:45:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:45:56 d7b4c67f1944: Preparing 09:45:56 6a3f8239d7a0: Preparing 09:45:56 030ec6df9281: Preparing 09:45:56 eff1f09967ac: Preparing 09:45:56 7b9776bb4164: Preparing 09:45:56 d9ad5bc20b99: Preparing 09:45:56 ec24953a0128: Preparing 09:45:56 3a70ad93398d: Preparing 09:45:56 66b385cf80cf: Preparing 09:45:56 ec24953a0128: Waiting 09:45:56 3a70ad93398d: Waiting 09:45:56 66b385cf80cf: Waiting 09:45:56 d9ad5bc20b99: Waiting 09:45:56 030ec6df9281: Layer already exists 09:45:56 d7b4c67f1944: Layer already exists 09:45:56 eff1f09967ac: Layer already exists 09:45:56 6a3f8239d7a0: Layer already exists 09:45:56 7b9776bb4164: Layer already exists 09:45:56 66b385cf80cf: Layer already exists 09:45:56 d9ad5bc20b99: Layer already exists 09:45:56 ec24953a0128: Layer already exists 09:45:56 3a70ad93398d: Layer already exists 09:45:56 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:45:57 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:45:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 09:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:45:57 d7b4c67f1944: Preparing 09:45:57 6a3f8239d7a0: Preparing 09:45:57 030ec6df9281: Preparing 09:45:57 eff1f09967ac: Preparing 09:45:57 7b9776bb4164: Preparing 09:45:57 d9ad5bc20b99: Preparing 09:45:57 ec24953a0128: Preparing 09:45:57 3a70ad93398d: Preparing 09:45:57 66b385cf80cf: Preparing 09:45:57 d9ad5bc20b99: Waiting 09:45:57 ec24953a0128: Waiting 09:45:57 3a70ad93398d: Waiting 09:45:57 66b385cf80cf: Waiting 09:45:57 030ec6df9281: Layer already exists 09:45:57 6a3f8239d7a0: Layer already exists 09:45:57 d7b4c67f1944: Layer already exists 09:45:57 7b9776bb4164: Layer already exists 09:45:57 eff1f09967ac: Layer already exists 09:45:57 d9ad5bc20b99: Layer already exists 09:45:57 3a70ad93398d: Layer already exists 09:45:57 66b385cf80cf: Layer already exists 09:45:57 ec24953a0128: Layer already exists 09:45:57 master: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:58 ===================================================== [Pipeline] echo 09:45:58 taggedImages: 09:45:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 09:45:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 09:45:58 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 09:45:58 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:58 1.3.1-dev.11 09:45:58 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:45:58 master 09:45:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:45:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:45:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:45:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:45:59 ac4bd688e29d: Preparing 09:45:59 f4aa0586c91f: Preparing 09:45:59 0f3cad10d4bd: Preparing 09:45:59 2a7e92be3c10: Preparing 09:45:59 ac4bd688e29d: Pushed 09:45:59 0f3cad10d4bd: Pushed 09:45:59 2a7e92be3c10: Pushed 09:46:01 f4aa0586c91f: Pushed 09:46:01 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:46:02 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 09:46:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:46:02 ac4bd688e29d: Preparing 09:46:02 f4aa0586c91f: Preparing 09:46:02 0f3cad10d4bd: Preparing 09:46:02 2a7e92be3c10: Preparing 09:46:02 ac4bd688e29d: Layer already exists 09:46:02 f4aa0586c91f: Layer already exists 09:46:02 2a7e92be3c10: Layer already exists 09:46:02 0f3cad10d4bd: Layer already exists 09:46:02 1.3.1-dev.11: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:46:03 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:46:03 ac4bd688e29d: Preparing 09:46:03 f4aa0586c91f: Preparing 09:46:03 0f3cad10d4bd: Preparing 09:46:03 2a7e92be3c10: Preparing 09:46:03 2a7e92be3c10: Layer already exists 09:46:03 f4aa0586c91f: Layer already exists 09:46:03 0f3cad10d4bd: Layer already exists 09:46:03 ac4bd688e29d: Layer already exists 09:46:03 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:46:04 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:46:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 09:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:46:04 ac4bd688e29d: Preparing 09:46:04 f4aa0586c91f: Preparing 09:46:04 0f3cad10d4bd: Preparing 09:46:04 2a7e92be3c10: Preparing 09:46:04 0f3cad10d4bd: Layer already exists 09:46:04 2a7e92be3c10: Layer already exists 09:46:04 ac4bd688e29d: Layer already exists 09:46:04 f4aa0586c91f: Layer already exists 09:46:04 master: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:04 ===================================================== [Pipeline] echo 09:46:04 taggedImages: 09:46:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 09:46:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 09:46:05 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 09:46:05 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:05 1.3.1-dev.11 09:46:05 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:05 master 09:46:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:46:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:46:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:46:05 f2570163c919: Preparing 09:46:05 18a904945d01: Preparing 09:46:05 efc6c3bc9b8e: Preparing 09:46:05 82f221eaff93: Preparing 09:46:05 190afc54a4e4: Preparing 09:46:05 aef32bd646f3: Preparing 09:46:05 aef32bd646f3: Waiting 09:46:06 efc6c3bc9b8e: Pushed 09:46:06 f2570163c919: Pushed 09:46:06 82f221eaff93: Pushed 09:46:06 190afc54a4e4: Pushed 09:46:06 aef32bd646f3: Pushed 09:46:09 18a904945d01: Pushed 09:46:09 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:46:09 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 09:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:46:10 f2570163c919: Preparing 09:46:10 18a904945d01: Preparing 09:46:10 efc6c3bc9b8e: Preparing 09:46:10 82f221eaff93: Preparing 09:46:10 190afc54a4e4: Preparing 09:46:10 aef32bd646f3: Preparing 09:46:10 aef32bd646f3: Waiting 09:46:10 18a904945d01: Layer already exists 09:46:10 190afc54a4e4: Layer already exists 09:46:10 f2570163c919: Layer already exists 09:46:10 efc6c3bc9b8e: Layer already exists 09:46:10 82f221eaff93: Layer already exists 09:46:10 aef32bd646f3: Layer already exists 09:46:10 1.3.1-dev.11: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:46:10 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:46:10 f2570163c919: Preparing 09:46:10 18a904945d01: Preparing 09:46:10 efc6c3bc9b8e: Preparing 09:46:10 82f221eaff93: Preparing 09:46:10 190afc54a4e4: Preparing 09:46:10 aef32bd646f3: Preparing 09:46:10 aef32bd646f3: Waiting 09:46:11 82f221eaff93: Layer already exists 09:46:11 f2570163c919: Layer already exists 09:46:11 190afc54a4e4: Layer already exists 09:46:11 efc6c3bc9b8e: Layer already exists 09:46:11 18a904945d01: Layer already exists 09:46:11 aef32bd646f3: Layer already exists 09:46:11 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:46:11 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:46:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 09:46:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:46:11 f2570163c919: Preparing 09:46:11 18a904945d01: Preparing 09:46:11 efc6c3bc9b8e: Preparing 09:46:11 82f221eaff93: Preparing 09:46:11 190afc54a4e4: Preparing 09:46:11 aef32bd646f3: Preparing 09:46:11 aef32bd646f3: Waiting 09:46:11 f2570163c919: Layer already exists 09:46:11 190afc54a4e4: Layer already exists 09:46:11 efc6c3bc9b8e: Layer already exists 09:46:11 18a904945d01: Layer already exists 09:46:11 82f221eaff93: Layer already exists 09:46:12 aef32bd646f3: Layer already exists 09:46:12 master: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:12 ===================================================== [Pipeline] echo 09:46:12 taggedImages: 09:46:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 09:46:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 09:46:12 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 09:46:12 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:12 1.3.1-dev.11 09:46:12 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:12 master 09:46:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:46:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:46:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:46:13 1821b9083fa6: Preparing 09:46:13 f01cfdc74267: Preparing 09:46:13 f1cc8b3686c9: Preparing 09:46:13 f1cc8b3686c9: Pushed 09:46:13 1821b9083fa6: Pushed 09:46:17 f01cfdc74267: Pushed 09:46:17 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh 09:46:17 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 09:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:46:17 1821b9083fa6: Preparing 09:46:17 f01cfdc74267: Preparing 09:46:17 f1cc8b3686c9: Preparing 09:46:18 1821b9083fa6: Layer already exists 09:46:18 f1cc8b3686c9: Layer already exists 09:46:18 f01cfdc74267: Layer already exists 09:46:18 1.3.1-dev.11: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh 09:46:18 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:46:18 1821b9083fa6: Preparing 09:46:18 f01cfdc74267: Preparing 09:46:18 f1cc8b3686c9: Preparing 09:46:18 f01cfdc74267: Layer already exists 09:46:18 f1cc8b3686c9: Layer already exists 09:46:18 1821b9083fa6: Layer already exists 09:46:19 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh 09:46:19 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:46:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 09:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:46:19 1821b9083fa6: Preparing 09:46:19 f01cfdc74267: Preparing 09:46:19 f1cc8b3686c9: Preparing 09:46:19 f1cc8b3686c9: Layer already exists 09:46:19 f01cfdc74267: Layer already exists 09:46:19 1821b9083fa6: Layer already exists 09:46:19 master: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:20 ===================================================== [Pipeline] echo 09:46:20 taggedImages: 09:46:20 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:20 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 09:46:20 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:20 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 09:46:20 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 09:46:20 ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:20 1.3.1-dev.11 09:46:20 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:20 master 09:46:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:46:20 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh 09:46:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:46:21 1064e8851a09: Preparing 09:46:21 f23069823cc3: Preparing 09:46:21 c1308467c76a: Preparing 09:46:21 1ccb6d9fb2f2: Preparing 09:46:21 18cbd462899d: Preparing 09:46:21 b7698d489824: Preparing 09:46:21 19abb614e825: Preparing 09:46:21 52543ddb2901: Preparing 09:46:21 9f553b275599: Preparing 09:46:21 3a47579f0cd1: Preparing 09:46:21 cd6d79ebbfb6: Preparing 09:46:21 3e7dc55cab04: Preparing 09:46:21 b2e85fd0898f: Preparing 09:46:21 cd3761cfa1d9: Preparing 09:46:21 3a47579f0cd1: Waiting 09:46:21 cd6d79ebbfb6: Waiting 09:46:21 3e7dc55cab04: Waiting 09:46:21 b2e85fd0898f: Waiting 09:46:21 cd3761cfa1d9: Waiting 09:46:21 b7698d489824: Waiting 09:46:21 52543ddb2901: Waiting 09:46:21 9f553b275599: Waiting 09:46:21 19abb614e825: Waiting 09:46:21 18cbd462899d: Pushed 09:46:22 1064e8851a09: Pushed 09:46:22 1ccb6d9fb2f2: Pushed 09:46:22 52543ddb2901: Layer already exists 09:46:22 9f553b275599: Layer already exists 09:46:22 19abb614e825: Pushed 09:46:22 3a47579f0cd1: Layer already exists 09:46:22 3e7dc55cab04: Layer already exists 09:46:22 cd6d79ebbfb6: Layer already exists 09:46:22 b2e85fd0898f: Layer already exists 09:46:22 cd3761cfa1d9: Layer already exists 09:46:23 f23069823cc3: Pushed 09:46:24 b7698d489824: Pushed 09:46:34 c1308467c76a: Pushed 09:46:34 ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh 09:46:34 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:35 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:46:35 1064e8851a09: Preparing 09:46:35 f23069823cc3: Preparing 09:46:35 c1308467c76a: Preparing 09:46:35 1ccb6d9fb2f2: Preparing 09:46:35 18cbd462899d: Preparing 09:46:35 b7698d489824: Preparing 09:46:35 19abb614e825: Preparing 09:46:35 52543ddb2901: Preparing 09:46:35 9f553b275599: Preparing 09:46:35 3a47579f0cd1: Preparing 09:46:35 cd6d79ebbfb6: Preparing 09:46:35 3e7dc55cab04: Preparing 09:46:35 b2e85fd0898f: Preparing 09:46:35 cd3761cfa1d9: Preparing 09:46:35 b7698d489824: Waiting 09:46:35 19abb614e825: Waiting 09:46:35 52543ddb2901: Waiting 09:46:35 9f553b275599: Waiting 09:46:35 3a47579f0cd1: Waiting 09:46:35 cd6d79ebbfb6: Waiting 09:46:35 3e7dc55cab04: Waiting 09:46:35 b2e85fd0898f: Waiting 09:46:35 cd3761cfa1d9: Waiting 09:46:35 c1308467c76a: Layer already exists 09:46:35 1064e8851a09: Layer already exists 09:46:35 18cbd462899d: Layer already exists 09:46:35 1ccb6d9fb2f2: Layer already exists 09:46:35 f23069823cc3: Layer already exists 09:46:35 3a47579f0cd1: Layer already exists 09:46:35 9f553b275599: Layer already exists 09:46:35 b7698d489824: Layer already exists 09:46:35 19abb614e825: Layer already exists 09:46:35 52543ddb2901: Layer already exists 09:46:35 3e7dc55cab04: Layer already exists 09:46:35 cd6d79ebbfb6: Layer already exists 09:46:35 b2e85fd0898f: Layer already exists 09:46:35 cd3761cfa1d9: Layer already exists 09:46:35 1.3.1-dev.11: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh 09:46:35 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh 09:46:35 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:46:35 1064e8851a09: Preparing 09:46:35 f23069823cc3: Preparing 09:46:35 c1308467c76a: Preparing 09:46:35 1ccb6d9fb2f2: Preparing 09:46:35 18cbd462899d: Preparing 09:46:35 b7698d489824: Preparing 09:46:35 19abb614e825: Preparing 09:46:35 52543ddb2901: Preparing 09:46:35 9f553b275599: Preparing 09:46:35 3a47579f0cd1: Preparing 09:46:35 cd6d79ebbfb6: Preparing 09:46:35 3e7dc55cab04: Preparing 09:46:35 b2e85fd0898f: Preparing 09:46:35 cd3761cfa1d9: Preparing 09:46:35 9f553b275599: Waiting 09:46:35 19abb614e825: Waiting 09:46:35 3a47579f0cd1: Waiting 09:46:35 cd6d79ebbfb6: Waiting 09:46:35 3e7dc55cab04: Waiting 09:46:35 b2e85fd0898f: Waiting 09:46:35 b7698d489824: Waiting 09:46:35 52543ddb2901: Waiting 09:46:35 cd3761cfa1d9: Waiting 09:46:36 f23069823cc3: Layer already exists 09:46:36 1064e8851a09: Layer already exists 09:46:36 18cbd462899d: Layer already exists 09:46:36 c1308467c76a: Layer already exists 09:46:36 1ccb6d9fb2f2: Layer already exists 09:46:36 19abb614e825: Layer already exists 09:46:36 52543ddb2901: Layer already exists 09:46:36 9f553b275599: Layer already exists 09:46:36 b7698d489824: Layer already exists 09:46:36 3a47579f0cd1: Layer already exists 09:46:36 cd6d79ebbfb6: Layer already exists 09:46:36 3e7dc55cab04: Layer already exists 09:46:36 cd3761cfa1d9: Layer already exists 09:46:36 b2e85fd0898f: Layer already exists 09:46:36 ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh 09:46:36 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:46:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 09:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:46:36 1064e8851a09: Preparing 09:46:36 f23069823cc3: Preparing 09:46:36 c1308467c76a: Preparing 09:46:36 1ccb6d9fb2f2: Preparing 09:46:36 18cbd462899d: Preparing 09:46:36 b7698d489824: Preparing 09:46:36 19abb614e825: Preparing 09:46:36 52543ddb2901: Preparing 09:46:36 9f553b275599: Preparing 09:46:36 3a47579f0cd1: Preparing 09:46:36 b7698d489824: Waiting 09:46:36 cd6d79ebbfb6: Preparing 09:46:36 3e7dc55cab04: Preparing 09:46:36 b2e85fd0898f: Preparing 09:46:36 cd3761cfa1d9: Preparing 09:46:36 19abb614e825: Waiting 09:46:36 cd6d79ebbfb6: Waiting 09:46:36 52543ddb2901: Waiting 09:46:36 3e7dc55cab04: Waiting 09:46:36 b2e85fd0898f: Waiting 09:46:36 9f553b275599: Waiting 09:46:36 cd3761cfa1d9: Waiting 09:46:36 3a47579f0cd1: Waiting 09:46:37 18cbd462899d: Layer already exists 09:46:37 f23069823cc3: Layer already exists 09:46:37 c1308467c76a: Layer already exists 09:46:37 1064e8851a09: Layer already exists 09:46:37 1ccb6d9fb2f2: Layer already exists 09:46:37 9f553b275599: Layer already exists 09:46:37 19abb614e825: Layer already exists 09:46:37 b7698d489824: Layer already exists 09:46:37 3a47579f0cd1: Layer already exists 09:46:37 52543ddb2901: Layer already exists 09:46:37 cd6d79ebbfb6: Layer already exists 09:46:37 3e7dc55cab04: Layer already exists 09:46:37 b2e85fd0898f: Layer already exists 09:46:37 cd3761cfa1d9: Layer already exists 09:46:37 master: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:37 ===================================================== [Pipeline] echo 09:46:37 taggedImages: 09:46:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e 09:46:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 09:46:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 09:46:37 - 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 09:46:39 provisioning config files... 09:46:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/235@tmp/config3722079169474211156tmp [Pipeline] { [Pipeline] sh 09:46:39 + set +x 09:46:39 + curl -s https://codecov.io/bash 09:46:39 + bash -s -- 09:46:40 09:46:40 _____ _ 09:46:40 / ____| | | 09:46:40 | | ___ __| | ___ ___ _____ __ 09:46:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:46:40 | |___| (_) | (_| | __/ (_| (_) \ V / 09:46:40 \_____\___/ \__,_|\___|\___\___/ \_/ 09:46:40 Bash-20201124-79cbc08 09:46:40 09:46:40 09:46:40 ==> Jenkins CI detected. 09:46:40 project root: . 09:46:40 --> token set from env 09:46:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:46:40 ==> Running gcov in . (disable via -X gcov) 09:46:40 ==> Python coveragepy not found 09:46:40 ==> Searching for coverage reports in: 09:46:40 + . 09:46:40 -> Found 1 reports 09:46:40 ==> Detecting git/mercurial file structure 09:46:40 ==> Reading reports 09:46:40 + ./coverage.out bytes=549148 09:46:40 ==> Appending adjustments 09:46:40 https://docs.codecov.io/docs/fixing-reports 09:46:43 + Found adjustments 09:46:43 ==> Gzipping contents 09:46:43 88K /tmp/codecov.ndanHQ.gz 09:46:43 ==> Uploading reports 09:46:43 url: https://codecov.io 09:46:43 query: branch=master&commit=ea5d7be70bf78d25df2f442b65fefbdc258c073e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:46:43 -> Pinging Codecov 09:46:43 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=ea5d7be70bf78d25df2f442b65fefbdc258c073e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:46:44 -> Uploading to 09:46:44 https://storage.googleapis.com/codecov/v4/raw/2020-11-26/00271124DB129430A58F1EEE437C3FCB/ea5d7be70bf78d25df2f442b65fefbdc258c073e/6ebd52ad-204b-44fb-bf64-3450fbceb4c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T094643Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5325270dea7793643b82785d510dd6a92b02e3ca4353e04e9fa1f5cfb160264 09:46:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:44 Dload Upload Total Spent Left Speed 09:46:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86104 0 0 100 86104 0 170k --:--:-- --:--:-- --:--:-- 170k 09:46:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] } 09:46:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:46:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:46:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:46:45 09:46:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:46:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:46:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:46:46 188c0c94c7c5: Already exists 09:46:46 0ef7d3d256c8: Pulling fs layer 09:46:46 de9db76c5a1d: Pulling fs layer 09:46:46 0eba1c9be4d2: Pulling fs layer 09:46:46 0d57e429df01: Pulling fs layer 09:46:46 4e4be7b47b0d: Pulling fs layer 09:46:46 e1f770b5df2f: Pulling fs layer 09:46:46 85a0685a4137: Pulling fs layer 09:46:46 0d57e429df01: Waiting 09:46:46 4e4be7b47b0d: Waiting 09:46:46 e1f770b5df2f: Waiting 09:46:46 85a0685a4137: Waiting 09:46:46 de9db76c5a1d: Verifying Checksum 09:46:46 de9db76c5a1d: Download complete 09:46:46 0ef7d3d256c8: Download complete 09:46:46 0d57e429df01: Verifying Checksum 09:46:46 0d57e429df01: Download complete 09:46:46 4e4be7b47b0d: Verifying Checksum 09:46:46 4e4be7b47b0d: Download complete 09:46:46 0ef7d3d256c8: Pull complete 09:46:46 de9db76c5a1d: Pull complete 09:46:48 e1f770b5df2f: Verifying Checksum 09:46:50 0eba1c9be4d2: Download complete 09:46:50 85a0685a4137: Verifying Checksum 09:46:50 85a0685a4137: Download complete 09:46:57 0eba1c9be4d2: Pull complete 09:46:57 0d57e429df01: Pull complete 09:46:57 4e4be7b47b0d: Pull complete 09:47:02 e1f770b5df2f: Pull complete 09:47:10 85a0685a4137: Pull complete 09:47:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:47:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:47:10 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:47:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:47:12 $ docker top b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb -eo pid,comm [Pipeline] { [Pipeline] echo 09:47:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:47:12 + set -o pipefail 09:47:12 + snyk monitor '--org=edgex-jenkins' 09:47:20 09:47:20 Monitoring /w/workspace/edgex-go/235 (github.com/edgexfoundry/edgex-go)... 09:47:20 09:47:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/61c6f58c-ad8b-4d19-ad81-da8b746bc062 09:47:20 09:47:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:47:20 09:47:20 09:47:20 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 09:47:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:47:20 $ docker stop --time=1 b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb 09:47:23 $ docker rm -f b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 09:47:25 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 09:47:25 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:47:25 + set -o pipefail 09:47:25 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:47:25 + tee .snyk 09:47:25 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:47:25 version: v1.14.1 09:47:25 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:47:25 ignore: 09:47:25 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:47:25 - '*': 09:47:25 reason: does not apply # justification for ignoring 09:47:25 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 09:47:25 SNYK-ALPINE312-JQ-588886: 09:47:25 - '*': 09:47:25 reason: false positive 09:47:25 expires: 2021-01-01T00:00:00 09:47:25 # patch: {} [Pipeline] withCredentials 09:47:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:47:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:47:26 . [Pipeline] withDockerContainer 09:47:26 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:47:26 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:47:27 $ docker top 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:27 + rm -f snykReport.html [Pipeline] echo 09:47:27 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:47:27 + set -o pipefail 09:47:27 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e+ '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:47:27 snyk-to-html -o snykReport.html 09:47:37 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:47:37 $ docker stop --time=1 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa 09:47:39 $ docker rm -f 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:47:39 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 09:47:39 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:47:40 + set -o pipefail 09:47:40 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:47:40 + tee .snyk 09:47:40 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:47:40 version: v1.14.1 09:47:40 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:47:40 ignore: 09:47:40 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:47:40 - '*': 09:47:40 reason: does not apply # justification for ignoring 09:47:40 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 09:47:40 SNYK-ALPINE312-JQ-588886: 09:47:40 - '*': 09:47:40 reason: false positive 09:47:40 expires: 2021-01-01T00:00:00 09:47:40 # patch: {} [Pipeline] withCredentials 09:47:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:47:40 . [Pipeline] withDockerContainer 09:47:41 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:47:41 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:47:41 $ docker top 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:42 + rm -f snykReport.html [Pipeline] echo 09:47:42 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:47:42 + set -o pipefail 09:47:42 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:47:42 + snyk-to-html -o snykReport.html 09:47:49 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:47:49 $ docker stop --time=1 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa 09:47:50 $ docker rm -f 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:47:51 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 09:47:51 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:47:51 + set -o pipefail 09:47:51 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:47:51 + tee .snyk 09:47:51 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:47:51 version: v1.14.1 09:47:51 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:47:51 ignore: 09:47:51 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:47:51 - '*': 09:47:51 reason: does not apply # justification for ignoring 09:47:51 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 09:47:51 SNYK-ALPINE312-JQ-588886: 09:47:51 - '*': 09:47:51 reason: false positive 09:47:51 expires: 2021-01-01T00:00:00 09:47:51 # patch: {} [Pipeline] withCredentials 09:47:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:47:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:47:51 . [Pipeline] withDockerContainer 09:47:51 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:47:52 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:47:52 $ docker top 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:53 + rm -f snykReport.html [Pipeline] echo 09:47:53 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:47:53 + set -o pipefail 09:47:53 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:47:53 + snyk-to-html -o snykReport.html 09:48:01 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:01 $ docker stop --time=1 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 09:48:03 $ docker rm -f 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:03 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 09:48:03 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:03 + set -o pipefail 09:48:03 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:03 + tee .snyk 09:48:04 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:04 version: v1.14.1 09:48:04 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:04 ignore: 09:48:04 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:04 - '*': 09:48:04 reason: does not apply # justification for ignoring 09:48: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 09:48:04 SNYK-ALPINE312-JQ-588886: 09:48:04 - '*': 09:48:04 reason: false positive 09:48:04 expires: 2021-01-01T00:00:00 09:48:04 # patch: {} [Pipeline] withCredentials 09:48:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:04 . [Pipeline] withDockerContainer 09:48:04 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48: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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:05 $ docker top 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:06 + rm -f snykReport.html [Pipeline] echo 09:48:06 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:06 + set -o pipefail 09:48:06 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:06 + snyk-to-html -o snykReport.html 09:48:11 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:11 $ docker stop --time=1 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 09:48:13 $ docker rm -f 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:13 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 09:48:13 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:13 + set -o pipefail 09:48:13 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:13 + tee .snyk 09:48:13 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:13 version: v1.14.1 09:48:13 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:13 ignore: 09:48:13 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:13 - '*': 09:48:13 reason: does not apply # justification for ignoring 09:48: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 09:48:13 SNYK-ALPINE312-JQ-588886: 09:48:13 - '*': 09:48:13 reason: false positive 09:48:13 expires: 2021-01-01T00:00:00 09:48:13 # patch: {} [Pipeline] withCredentials 09:48:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:14 . [Pipeline] withDockerContainer 09:48:14 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48: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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:15 $ docker top e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:15 + rm -f snykReport.html [Pipeline] echo 09:48:15 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:16 + set -o pipefail 09:48:16 + + snyk testsnyk-to-html '--org=edgex-jenkins' --docker -o nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e snykReport.html '--file=./cmd/security-proxy-setup/Dockerfile' 09:48:16 '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:21 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:21 $ docker stop --time=1 e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a 09:48:22 $ docker rm -f e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:23 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 09:48:23 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:23 + set -o pipefail 09:48:23 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:23 + tee .snyk 09:48:23 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:23 version: v1.14.1 09:48:23 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:23 ignore: 09:48:23 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:23 - '*': 09:48:23 reason: does not apply # justification for ignoring 09:48:23 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 09:48:23 SNYK-ALPINE312-JQ-588886: 09:48:23 - '*': 09:48:23 reason: false positive 09:48:23 expires: 2021-01-01T00:00:00 09:48:23 # patch: {} [Pipeline] withCredentials 09:48:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:23 . [Pipeline] withDockerContainer 09:48:24 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48:24 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:24 $ docker top b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:25 + rm -f snykReport.html [Pipeline] echo 09:48:25 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:25 + set -o pipefail 09:48:25 + snyk-to-html -o snykReport.html 09:48:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:31 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:31 $ docker stop --time=1 b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f 09:48:32 $ docker rm -f b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:32 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 09:48:32 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:33 + set -o pipefail 09:48:33 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:33 + tee .snyk 09:48:33 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:33 version: v1.14.1 09:48:33 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:33 ignore: 09:48:33 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:33 - '*': 09:48:33 reason: does not apply # justification for ignoring 09:48:33 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 09:48:33 SNYK-ALPINE312-JQ-588886: 09:48:33 - '*': 09:48:33 reason: false positive 09:48:33 expires: 2021-01-01T00:00:00 09:48:33 # patch: {} [Pipeline] withCredentials 09:48:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:33 . [Pipeline] withDockerContainer 09:48:33 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:34 $ docker top 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:34 + rm -f snykReport.html [Pipeline] echo 09:48:34 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:35 + set -o pipefail 09:48:35 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:35 + snyk-to-html -o snykReport.html 09:48:40 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:40 $ docker stop --time=1 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 09:48:41 $ docker rm -f 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:42 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo 09:48:42 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:42 + set -o pipefail 09:48:42 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:42 + tee .snyk 09:48:42 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:42 version: v1.14.1 09:48:42 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:42 ignore: 09:48:42 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:42 - '*': 09:48:42 reason: does not apply # justification for ignoring 09:48:42 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 09:48:42 SNYK-ALPINE312-JQ-588886: 09:48:42 - '*': 09:48:42 reason: false positive 09:48:42 expires: 2021-01-01T00:00:00 09:48:42 # patch: {} [Pipeline] withCredentials 09:48:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:43 . [Pipeline] withDockerContainer 09:48:43 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:44 $ docker top ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:44 + rm -f snykReport.html [Pipeline] echo 09:48:44 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:44 + set -o pipefail 09:48:44 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:44 + snyk-to-html -o snykReport.html 09:48:54 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:48:54 $ docker stop --time=1 ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 09:48:56 $ docker rm -f ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:48:56 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 09:48:56 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:48:57 + set -o pipefail 09:48:57 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:48:57 + tee .snyk 09:48:57 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:48:57 version: v1.14.1 09:48:57 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:48:57 ignore: 09:48:57 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:48:57 - '*': 09:48:57 reason: does not apply # justification for ignoring 09:48:57 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 09:48:57 SNYK-ALPINE312-JQ-588886: 09:48:57 - '*': 09:48:57 reason: false positive 09:48:57 expires: 2021-01-01T00:00:00 09:48:57 # patch: {} [Pipeline] withCredentials 09:48:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:48:57 . [Pipeline] withDockerContainer 09:48:57 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:48:57 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:48:58 $ docker top afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:58 + rm -f snykReport.html [Pipeline] echo 09:48:59 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:48:59 + set -o pipefail 09:48:59 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:48:59 + snyk-to-html -o snykReport.html 09:49:09 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:49:09 $ docker stop --time=1 afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 09:49:10 $ docker rm -f afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:49:11 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 09:49:11 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:49:11 + set -o pipefail 09:49:11 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:49:11 + tee .snyk 09:49:11 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:49:11 version: v1.14.1 09:49:11 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:49:11 ignore: 09:49:11 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:49:11 - '*': 09:49:11 reason: does not apply # justification for ignoring 09:49:11 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 09:49:11 SNYK-ALPINE312-JQ-588886: 09:49:11 - '*': 09:49:11 reason: false positive 09:49:11 expires: 2021-01-01T00:00:00 09:49:11 # patch: {} [Pipeline] withCredentials 09:49:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:49:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:49:11 . [Pipeline] withDockerContainer 09:49:12 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:49:12 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:49:12 $ docker top feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:13 + rm -f snykReport.html [Pipeline] echo 09:49:13 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:49:13 + set -o pipefail 09:49:13 + snyk-to-html -o snykReport.html 09:49:13 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:49:21 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:49:21 $ docker stop --time=1 feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 09:49:23 $ docker rm -f feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:49:23 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:49:23 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 09:49:23 + set -o pipefail 09:49:23 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 09:49:23 + tee .snyk 09:49:23 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 09:49:23 version: v1.14.1 09:49:23 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 09:49:23 ignore: 09:49:23 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 09:49:23 - '*': 09:49:23 reason: does not apply # justification for ignoring 09:49:23 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 09:49:23 SNYK-ALPINE312-JQ-588886: 09:49:23 - '*': 09:49:23 reason: false positive 09:49:23 expires: 2021-01-01T00:00:00 09:49:23 # patch: {} [Pipeline] withCredentials 09:49:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:49:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:49:24 . [Pipeline] withDockerContainer 09:49:24 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:49:24 $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:49:25 $ docker top f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:26 + rm -f snykReport.html [Pipeline] echo 09:49:26 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 09:49:26 + set -o pipefail 09:49:26 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 09:49:26 + snyk-to-html -o snykReport.html 09:49:33 Vulnerability snapshot saved at snykReport.html [Pipeline] } 09:49:33 $ docker stop --time=1 f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f 09:49:35 $ docker rm -f f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:49:35 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:49:35 provisioning config files... 09:49:35 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/235@tmp/config2810640663829487065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:49:36 --> edgex-publish-swagger.sh 09:49:36 === Publish openapi/v1 API === 09:49:36 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:49:36 [publishToSwagger] Publishing API Name [core-command] 09:49:36 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:36 Dload Upload Total Spent Left Speed 09:49:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9275 0:00:01 0:00:01 --:--:-- 9285 100 10521 0 0 100 10521 0 9273 0:00:01 0:00:01 --:--:-- 9277 09:49:37 09:49:37 09:49:37 [publishToSwagger] Publishing API Name [core-data] 09:49:37 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:37 Dload Upload Total Spent Left Speed 09:49:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31392 0:00:01 0:00:01 --:--:-- 31424 100 32556 0 0 100 32556 0 31386 0:00:01 0:00:01 --:--:-- 31394 09:49:38 09:49:38 09:49:38 [publishToSwagger] Publishing API Name [core-metadata] 09:49:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:38 Dload Upload Total Spent Left Speed 09:49:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62831 0:00:01 0:00:01 --:--:-- 62847 09:49:39 09:49:39 09:49:39 [publishToSwagger] Publishing API Name [support-logging] 09:49:39 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:39 Dload Upload Total Spent Left Speed 09:49:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12960 0:00:01 0:00:01 --:--:-- 12958 100 13580 0 0 100 13580 0 12958 0:00:01 0:00:01 --:--:-- 12958 09:49:40 09:49:40 09:49:40 [publishToSwagger] Publishing API Name [support-notifications] 09:49:40 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:40 Dload Upload Total Spent Left Speed 09:49:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 38363 0:00:01 0:00:01 --:--:-- 38389 100 38889 0 0 100 38889 0 38355 0:00:01 0:00:01 --:--:-- 38389 09:49:41 09:49:41 09:49:41 [publishToSwagger] Publishing API Name [support-scheduler] 09:49:41 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:41 Dload Upload Total Spent Left Speed 09:49:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 14058 0:00:01 0:00:01 --:--:-- 14065 100 14248 0 0 100 14248 0 14055 0:00:01 0:00:01 --:--:-- 14065 09:49:42 09:49:42 09:49:42 [publishToSwagger] Publishing API Name [system-agent] 09:49:42 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:42 Dload Upload Total Spent Left Speed 09:49:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4041 0:00:01 0:00:01 --:--:-- 4044 100 4109 0 0 100 4109 0 4041 0:00:01 0:00:01 --:--:-- 4044 09:49:43 09:49:43 09:49:43 === Publish openapi/v2 API === 09:49:43 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:49:43 [publishToSwagger] Publishing API Name [core-command] 09:49:43 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:43 Dload Upload Total Spent Left Speed 09:49:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24990 0:00:01 0:00:01 --:--:-- 25008 100 29535 0 0 100 29535 0 24986 0:00:01 0:00:01 --:--:-- 25008 09:49:45 09:49:45 09:49:45 [publishToSwagger] Publishing API Name [core-data] 09:49:45 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:45 Dload Upload Total Spent Left Speed 09:49:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65252 0 0 100 65252 0 55469 0:00:01 0:00:01 --:--:-- 55486 100 65252 0 0 100 65252 0 55456 0:00:01 0:00:01 --:--:-- 55486 09:49:46 09:49:46 09:49:46 [publishToSwagger] Publishing API Name [core-metadata] 09:49:46 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:46 Dload Upload Total Spent Left Speed 09:49:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 110k 0:00:01 0:00:01 --:--:-- 110k 100 119k 0 0 100 119k 0 110k 0:00:01 0:00:01 --:--:-- 110k 09:49:47 09:49:47 09:49:47 [publishToSwagger] Publishing API Name [support-logging] 09:49:47 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:47 Dload Upload Total Spent Left Speed 09:49:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19412 0:00:01 0:00:01 --:--:-- 19418 100 23691 0 0 100 23691 0 19310 0:00:01 0:00:01 --:--:-- 19323 09:49:48 09:49:48 09:49:48 [publishToSwagger] Publishing API Name [support-notifications] 09:49:48 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:48 Dload Upload Total Spent Left Speed 09:49:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53209 0:00:01 0:00:01 --:--:-- 53173 100 62691 0 0 100 62691 0 53200 0:00:01 0:00:01 --:--:-- 53173 09:49:49 09:49:49 09:49:49 [publishToSwagger] Publishing API Name [support-scheduler] 09:49:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:49 Dload Upload Total Spent Left Speed 09:49:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38309 0:00:01 0:00:01 --:--:-- 38338 100 46198 0 0 100 46198 0 37602 0:00:01 0:00:01 --:--:-- 37620 09:49:51 09:49:51 09:49:51 [publishToSwagger] Publishing API Name [system-agent] 09:49:51 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:51 Dload Upload Total Spent Left Speed 09:49:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20181 0:00:01 0:00:01 --:--:-- 20191 100 23725 0 0 100 23725 0 20177 0:00:01 0:00:01 --:--:-- 20191 09:49:52 09:49:52 [Pipeline] } 09:49:52 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 09:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:49:53 . [Pipeline] withDockerContainer 09:49:53 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:49:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:49:53 $ docker top 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:49:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:49:54 [ssh-agent] Looking for ssh-agent implementation... 09:49:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:49:54 $ docker exec 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c ssh-agent 09:49:54 SSH_AUTH_SOCK=/tmp/ssh-akHq1mCNRoMD/agent.11 09:49:54 SSH_AGENT_PID=17 09:49:54 Running ssh-add (command line suppressed) 09:49:54 Identity added: /w/workspace/edgex-go/235@tmp/private_key_2265375610788482769.key (/w/workspace/edgex-go/235@tmp/private_key_2265375610788482769.key) 09:49:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:49:55 + git semver tag 09:49:55 # -> Open(): unable to determine branch for HEAD 09:49:55 # $GIT_DIR = /w/workspace/edgex-go/235/.git 09:49:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/235 09:49:55 # $SEMVER_REMOTE_NAME = origin 09:49:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:49:55 # $SEMVER_USER_NAME = edgex-jenkins 09:49:55 # $SEMVER_BRANCH = master 09:49:55 # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver 09:49:55 # ea5d7be70bf78d25df2f442b65fefbdc258c073e HEAD 09:49:56 # -> Force: false 09:49:56 # 7458d6140e8bbda074cb1ff7bd0b8b562d8e0874 refs/tags/v1.3.1-dev.11 [Pipeline] } 09:49:56 $ docker exec --env ******** --env ******** 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c ssh-agent -k 09:49:56 unset SSH_AUTH_SOCK; 09:49:56 unset SSH_AGENT_PID; 09:49:56 echo Agent pid 17 killed; 09:49:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:49:56 + git semver [Pipeline] } 09:49:56 $ docker stop --time=1 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c 09:49:58 $ docker rm -f 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:49:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:49:58 09:49:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:49:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:49:59 0.23.1-centos7: Pulling from edgex-lftools 09:49:59 ab5ef0e58194: Pulling fs layer 09:49:59 9712f1f96733: Pulling fs layer 09:49:59 63f879dbbcfc: Pulling fs layer 09:49:59 0d9ebad4ef96: Pulling fs layer 09:49:59 e9a5061849ea: Pulling fs layer 09:49:59 d747dcd14b5f: Pulling fs layer 09:49:59 2de7ff778b66: Pulling fs layer 09:49:59 e9a5061849ea: Waiting 09:49:59 d747dcd14b5f: Waiting 09:49:59 2de7ff778b66: Waiting 09:49:59 0d9ebad4ef96: Waiting 09:49:59 9712f1f96733: Download complete 09:50:01 63f879dbbcfc: Verifying Checksum 09:50:01 63f879dbbcfc: Download complete 09:50:01 e9a5061849ea: Verifying Checksum 09:50:01 e9a5061849ea: Download complete 09:50:01 d747dcd14b5f: Download complete 09:50:02 2de7ff778b66: Verifying Checksum 09:50:02 2de7ff778b66: Download complete 09:50:02 0d9ebad4ef96: Verifying Checksum 09:50:02 0d9ebad4ef96: Download complete 09:50:02 ab5ef0e58194: Verifying Checksum 09:50:02 ab5ef0e58194: Download complete 09:50:07 ab5ef0e58194: Pull complete 09:50:07 9712f1f96733: Pull complete 09:50:10 63f879dbbcfc: Pull complete 09:50:17 0d9ebad4ef96: Pull complete 09:50:17 e9a5061849ea: Pull complete 09:50:17 d747dcd14b5f: Pull complete 09:50:19 2de7ff778b66: Pull complete 09:50:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:50:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:50:20 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:50:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:50:23 $ docker top 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:50:24 provisioning config files... 09:50:24 copy managed file [sigul-config] to file:/w/workspace/edgex-go/235@tmp/config4795417154683307534tmp 09:50:24 copy managed file [sigul-password] to file:/w/workspace/edgex-go/235@tmp/config5777967416161896561tmp 09:50:24 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/235@tmp/config1071356871559671757tmp [Pipeline] { [Pipeline] echo 09:50:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:50:24 ---> sigul-configuration.sh 09:50:24 gpg: directory `/root/.gnupg' created 09:50:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:50:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:50:24 gpg: keyring `/root/.gnupg/secring.gpg' created 09:50:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:50:24 gpg: CAST5 encrypted data 09:50:24 gpg: encrypted with 1 passphrase 09:50:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:50:25 + mkdir /home/jenkins 09:50:25 + mkdir /home/jenkins/sigul [Pipeline] sh 09:50:25 + 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 09:50:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:50:25 ---> sigul-install.sh 09:50:32 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:50:32 + git tag --list 09:50:32 0.6.0 09:50:32 0.6.1 09:50:32 0.7.0 09:50:32 0.7.1 09:50:32 v1.0.0 09:50:32 v1.0.1 09:50:32 v1.1.0 09:50:32 v1.2.0 09:50:32 v1.2.1 09:50:32 v1.2.2-dev.1 09:50:32 v1.2.2-dev.10 09:50:32 v1.2.2-dev.100 09:50:32 v1.2.2-dev.101 09:50:32 v1.2.2-dev.102 09:50:32 v1.2.2-dev.103 09:50:32 v1.2.2-dev.104 09:50:32 v1.2.2-dev.105 09:50:32 v1.2.2-dev.106 09:50:32 v1.2.2-dev.107 09:50:32 v1.2.2-dev.11 09:50:32 v1.2.2-dev.12 09:50:32 v1.2.2-dev.13 09:50:32 v1.2.2-dev.14 09:50:32 v1.2.2-dev.15 09:50:32 v1.2.2-dev.16 09:50:32 v1.2.2-dev.17 09:50:32 v1.2.2-dev.18 09:50:32 v1.2.2-dev.19 09:50:32 v1.2.2-dev.2 09:50:32 v1.2.2-dev.20 09:50:32 v1.2.2-dev.21 09:50:32 v1.2.2-dev.22 09:50:32 v1.2.2-dev.23 09:50:32 v1.2.2-dev.24 09:50:32 v1.2.2-dev.25 09:50:32 v1.2.2-dev.26 09:50:32 v1.2.2-dev.27 09:50:32 v1.2.2-dev.28 09:50:32 v1.2.2-dev.29 09:50:32 v1.2.2-dev.3 09:50:32 v1.2.2-dev.30 09:50:32 v1.2.2-dev.31 09:50:32 v1.2.2-dev.32 09:50:32 v1.2.2-dev.33 09:50:32 v1.2.2-dev.34 09:50:32 v1.2.2-dev.35 09:50:32 v1.2.2-dev.36 09:50:32 v1.2.2-dev.37 09:50:32 v1.2.2-dev.38 09:50:32 v1.2.2-dev.39 09:50:32 v1.2.2-dev.4 09:50:32 v1.2.2-dev.40 09:50:32 v1.2.2-dev.41 09:50:32 v1.2.2-dev.42 09:50:32 v1.2.2-dev.43 09:50:32 v1.2.2-dev.44 09:50:32 v1.2.2-dev.45 09:50:32 v1.2.2-dev.46 09:50:32 v1.2.2-dev.47 09:50:32 v1.2.2-dev.48 09:50:32 v1.2.2-dev.49 09:50:32 v1.2.2-dev.5 09:50:32 v1.2.2-dev.50 09:50:32 v1.2.2-dev.51 09:50:32 v1.2.2-dev.52 09:50:32 v1.2.2-dev.53 09:50:32 v1.2.2-dev.54 09:50:32 v1.2.2-dev.55 09:50:32 v1.2.2-dev.56 09:50:32 v1.2.2-dev.57 09:50:32 v1.2.2-dev.58 09:50:32 v1.2.2-dev.59 09:50:32 v1.2.2-dev.6 09:50:32 v1.2.2-dev.60 09:50:32 v1.2.2-dev.61 09:50:32 v1.2.2-dev.62 09:50:32 v1.2.2-dev.63 09:50:32 v1.2.2-dev.64 09:50:32 v1.2.2-dev.65 09:50:32 v1.2.2-dev.66 09:50:32 v1.2.2-dev.67 09:50:32 v1.2.2-dev.68 09:50:32 v1.2.2-dev.69 09:50:32 v1.2.2-dev.7 09:50:32 v1.2.2-dev.70 09:50:32 v1.2.2-dev.71 09:50:32 v1.2.2-dev.72 09:50:32 v1.2.2-dev.73 09:50:32 v1.2.2-dev.74 09:50:32 v1.2.2-dev.75 09:50:32 v1.2.2-dev.76 09:50:32 v1.2.2-dev.77 09:50:32 v1.2.2-dev.78 09:50:32 v1.2.2-dev.79 09:50:32 v1.2.2-dev.8 09:50:32 v1.2.2-dev.80 09:50:32 v1.2.2-dev.81 09:50:32 v1.2.2-dev.82 09:50:32 v1.2.2-dev.83 09:50:32 v1.2.2-dev.84 09:50:32 v1.2.2-dev.85 09:50:32 v1.2.2-dev.86 09:50:32 v1.2.2-dev.87 09:50:32 v1.2.2-dev.88 09:50:32 v1.2.2-dev.89 09:50:32 v1.2.2-dev.9 09:50:32 v1.2.2-dev.90 09:50:32 v1.2.2-dev.91 09:50:32 v1.2.2-dev.92 09:50:32 v1.2.2-dev.93 09:50:32 v1.2.2-dev.94 09:50:32 v1.2.2-dev.95 09:50:32 v1.2.2-dev.96 09:50:32 v1.2.2-dev.97 09:50:32 v1.2.2-dev.98 09:50:32 v1.2.2-dev.99 09:50:32 v1.3.0 09:50:32 v1.3.1-dev.1 09:50:32 v1.3.1-dev.10 09:50:32 v1.3.1-dev.11 09:50:32 v1.3.1-dev.2 09:50:32 v1.3.1-dev.3 09:50:32 v1.3.1-dev.4 09:50:32 v1.3.1-dev.5 09:50:32 v1.3.1-dev.6 09:50:32 v1.3.1-dev.7 09:50:32 v1.3.1-dev.8 09:50:32 v1.3.1-dev.9 [Pipeline] sh 09:50:32 + lftools sign git-tag v1.3.1-dev.11 09:50:34 Signing Git tag with Sigul... 09:50:34 Signing v1.3.1-dev.11 [Pipeline] echo 09:50:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:50:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:50:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:50:36 $ docker stop --time=1 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 09:50:38 $ docker rm -f 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:50:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:50:38 . [Pipeline] withDockerContainer 09:50:39 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:50:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:50:39 $ docker top 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:50:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:40 [ssh-agent] Looking for ssh-agent implementation... 09:50:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:40 $ docker exec 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa ssh-agent 09:50:40 SSH_AUTH_SOCK=/tmp/ssh-DDiRiQ2CgwGg/agent.11 09:50:40 SSH_AGENT_PID=16 09:50:40 Running ssh-add (command line suppressed) 09:50:40 Identity added: /w/workspace/edgex-go/235@tmp/private_key_94889866828458668.key (/w/workspace/edgex-go/235@tmp/private_key_94889866828458668.key) 09:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:50:41 + git semver bump pre 09:50:41 # -> Open(): unable to determine branch for HEAD 09:50:41 # $GIT_DIR = /w/workspace/edgex-go/235/.git 09:50:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/235 09:50:41 # $SEMVER_REMOTE_NAME = origin 09:50:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:50:41 # $SEMVER_USER_NAME = edgex-jenkins 09:50:41 # $SEMVER_BRANCH = master 09:50:41 # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver 09:50:41 1.3.1-dev.12 [Pipeline] } 09:50:41 $ docker exec --env ******** --env ******** 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa ssh-agent -k 09:50:41 unset SSH_AUTH_SOCK; 09:50:41 unset SSH_AGENT_PID; 09:50:41 echo Agent pid 16 killed; 09:50:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:50:41 + git semver [Pipeline] } 09:50:41 $ docker stop --time=1 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa 09:50:43 $ docker rm -f 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:50:43 . [Pipeline] withDockerContainer 09:50:43 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:50:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:50:44 $ docker top 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:50:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:44 [ssh-agent] Looking for ssh-agent implementation... 09:50:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:45 $ docker exec 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 ssh-agent 09:50:45 SSH_AUTH_SOCK=/tmp/ssh-ikEJk3wOinby/agent.12 09:50:45 SSH_AGENT_PID=18 09:50:45 Running ssh-add (command line suppressed) 09:50:45 Identity added: /w/workspace/edgex-go/235@tmp/private_key_9184850199760772362.key (/w/workspace/edgex-go/235@tmp/private_key_9184850199760772362.key) 09:50:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:50:45 + git semver push 09:50:45 # -> Open(): unable to determine branch for HEAD 09:50:45 # $GIT_DIR = /w/workspace/edgex-go/235/.git 09:50:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/235 09:50:45 # $SEMVER_REMOTE_NAME = origin 09:50:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:50:45 # $SEMVER_USER_NAME = edgex-jenkins 09:50:45 # $SEMVER_BRANCH = master 09:50:45 # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [Pipeline] } 09:50:55 $ docker exec --env ******** --env ******** 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 ssh-agent -k 09:50:56 unset SSH_AUTH_SOCK; 09:50:56 unset SSH_AGENT_PID; 09:50:56 echo Agent pid 18 killed; 09:50:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:50:56 + git semver [Pipeline] } 09:50:56 $ docker stop --time=1 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 09:50:58 $ docker rm -f 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 [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 09:50:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:51:00 ---> package-listing.sh 09:51:00 ++ facter osfamily 09:51:00 ++ tr '[:upper:]' '[:lower:]' 09:51:00 + OS_FAMILY=redhat 09:51:00 + workspace=/w/workspace/edgex-go/235 09:51:00 + START_PACKAGES=/tmp/packages_start.txt 09:51:00 + END_PACKAGES=/tmp/packages_end.txt 09:51:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:00 + PACKAGES=/tmp/packages_start.txt 09:51:00 + '[' /w/workspace/edgex-go/235 ']' 09:51:00 + PACKAGES=/tmp/packages_end.txt 09:51:00 + case "${OS_FAMILY}" in 09:51:00 + rpm -qa 09:51:00 + sort 09:51:05 + '[' -f /tmp/packages_start.txt ']' 09:51:05 + '[' -f /tmp/packages_end.txt ']' 09:51:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:05 + '[' /w/workspace/edgex-go/235 ']' 09:51:05 + mkdir -p /w/workspace/edgex-go/235/archives/ 09:51:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/235/archives/ [Pipeline] echo 09:51:05 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/235/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:51:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:51:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:06 09:51:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:51:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:06 alpine: Pulling from edgex-lftools-log-publisher 09:51:06 df20fa9351a1: Already exists 09:51:06 36b3adc4ff6f: Pulling fs layer 09:51:06 8ad3a11d3b57: Pulling fs layer 09:51:06 46f8f816bc3b: Pulling fs layer 09:51:06 93b61091891f: Pulling fs layer 09:51:06 93b9cdb0e59b: Pulling fs layer 09:51:06 5e14af77c1be: Pulling fs layer 09:51:06 01666e4c0597: Pulling fs layer 09:51:06 aa168da1d23b: Pulling fs layer 09:51:06 93b61091891f: Waiting 09:51:06 93b9cdb0e59b: Waiting 09:51:06 5e14af77c1be: Waiting 09:51:06 aa168da1d23b: Waiting 09:51:06 01666e4c0597: Waiting 09:51:06 46f8f816bc3b: Download complete 09:51:06 36b3adc4ff6f: Verifying Checksum 09:51:06 36b3adc4ff6f: Download complete 09:51:06 93b9cdb0e59b: Verifying Checksum 09:51:06 93b9cdb0e59b: Download complete 09:51:06 5e14af77c1be: Verifying Checksum 09:51:06 5e14af77c1be: Download complete 09:51:06 01666e4c0597: Verifying Checksum 09:51:06 01666e4c0597: Download complete 09:51:06 93b61091891f: Verifying Checksum 09:51:06 93b61091891f: Download complete 09:51:06 36b3adc4ff6f: Pull complete 09:51:07 8ad3a11d3b57: Verifying Checksum 09:51:07 8ad3a11d3b57: Download complete 09:51:09 8ad3a11d3b57: Pull complete 09:51:09 aa168da1d23b: Verifying Checksum 09:51:09 aa168da1d23b: Download complete 09:51:09 46f8f816bc3b: Pull complete 09:51:10 93b61091891f: Pull complete 09:51:10 93b9cdb0e59b: Pull complete 09:51:10 5e14af77c1be: Pull complete 09:51:10 01666e4c0597: Pull complete 09:51:18 aa168da1d23b: Pull complete 09:51:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:51:18 prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container 09:51:18 $ 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/235/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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:51:21 $ docker top 57043eb05fc79d1b74452ffb26e7af719d3facb6e3fb451da448eb893366e05d -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:51:22 + mkdir -p /var/log/sa [Pipeline] sh 09:51:22 + ls /var/log/sa-host 09:51:22 + sadf -c /var/log/sa-host/sa23 09:51:22 file_magic: OK 09:51:22 HZ: Using current value: 100 09:51:22 file_header: OK 09:51:22 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 09:51:22 Statistics: 09:51:22 Hnuu...uuuununununu... 09:51:22 File successfully converted to sysstat format version 12.2.1 09:51:22 + sadf -c /var/log/sa-host/sa26 09:51:22 file_magic: OK 09:51:22 HZ: Using current value: 100 09:51:22 file_header: OK 09:51:22 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 09:51:22 Statistics: 09:51:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:51:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:51:23 provisioning config files... 09:51:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/235@tmp/config4128748226714213641tmp [Pipeline] { [Pipeline] echo 09:51:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:51:23 ---> create-netrc.sh [Pipeline] } 09:51:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:51:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:51:23 ---> python-tools-install.sh [Pipeline] echo 09:51:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:51:24 ---> sudo-logs.sh 09:51:24 Archiving 'sudo' log.. [Pipeline] echo 09:51:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:51:24 ---> job-cost.sh 09:51:24 lf-activate-venv: SKIPPING 09:51:24 INFO: No Stack... 09:51:25 INFO: Retrieving Pricing Info for: v1-standard-2 09:51:25 INFO: Archiving Costs [Pipeline] echo 09:51:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:51:26 ---> logs-deploy.sh 09:51:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/235 09:51:26 INFO: archiving workspace using pattern(s): 09:51:28 Archives upload complete. 09:51:28 INFO: archiving logs to Nexus 09:51:28 ---> uname -a: 09:51:28 Linux prd-centos7-docker-4c-2g-13567.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:51:28 09:51:28 09:51:28 ---> lscpu: 09:51:28 Architecture: x86_64 09:51:28 CPU op-mode(s): 32-bit, 64-bit 09:51:28 Byte Order: Little Endian 09:51:28 Address sizes: 40 bits physical, 48 bits virtual 09:51:28 CPU(s): 4 09:51:28 On-line CPU(s) list: 0-3 09:51:28 Thread(s) per core: 1 09:51:28 Core(s) per socket: 1 09:51:28 Socket(s): 4 09:51:28 NUMA node(s): 1 09:51:28 Vendor ID: GenuineIntel 09:51:28 CPU family: 6 09:51:28 Model: 44 09:51:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:51:28 Stepping: 1 09:51:28 CPU MHz: 2933.436 09:51:28 BogoMIPS: 5866.87 09:51:28 Virtualization: VT-x 09:51:28 Hypervisor vendor: KVM 09:51:28 Virtualization type: full 09:51:28 L1d cache: 128 KiB 09:51:28 L1i cache: 128 KiB 09:51:28 L2 cache: 16 MiB 09:51:28 L3 cache: 64 MiB 09:51:28 NUMA node0 CPU(s): 0-3 09:51:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:51:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:51:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:51:28 Vulnerability Meltdown: Mitigation; PTI 09:51:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:51:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:51:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:51:28 Vulnerability Srbds: Not affected 09:51:28 Vulnerability Tsx async abort: Not affected 09:51:28 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 09:51:28 09:51:28 09:51:28 ---> nproc: 09:51:28 4 09:51:28 09:51:28 09:51:28 ---> df -h: 09:51:28 Filesystem Size Used Available Use% Mounted on 09:51:28 overlay 50.0G 14.4G 35.6G 29% / 09:51:28 tmpfs 64.0M 0 64.0M 0% /dev 09:51:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:51:28 shm 64.0M 0 64.0M 0% /dev/shm 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /facter-os 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /etc/resolv.conf 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hostname 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hosts 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /run/cloud-init/result.json 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/sa-host 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/secure 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/auth.log 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/235 09:51:28 /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/235@tmp 09:51:28 09:51:28 09:51:28 ---> free -m: 09:51:28 total used free shared buff/cache available 09:51:28 Mem: 1837 778 130 0 928 1011 09:51:28 Swap: 1023 63 960 09:51:28 09:51:28 09:51:28 ---> ip addr: 09:51:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:51:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:51:28 inet 127.0.0.1/8 scope host lo 09:51:28 valid_lft forever preferred_lft forever 09:51:28 inet6 ::1/128 scope host 09:51:28 valid_lft forever preferred_lft forever 09:51:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:51:28 link/ether fa:16:3e:ae:c5:3c brd ff:ff:ff:ff:ff:ff 09:51:28 inet 10.30.123.7/23 brd 10.30.123.255 scope global dynamic eth0 09:51:28 valid_lft 85118sec preferred_lft 85118sec 09:51:28 inet6 fe80::f816:3eff:feae:c53c/64 scope link 09:51:28 valid_lft forever preferred_lft forever 09:51:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:51:28 link/ether 02:42:ec:6c:c4:8c brd ff:ff:ff:ff:ff:ff 09:51:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:51:28 valid_lft forever preferred_lft forever 09:51:28 inet6 fe80::42:ecff:fe6c:c48c/64 scope link 09:51:28 valid_lft forever preferred_lft forever 09:51:28 09:51:28 09:51:28 ---> sar -b -r -n DEV: 09:51:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:51:28 09:51:28 09:29:55 LINUX RESTART (4 CPU) 09:51:28 09:51:28 09:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:51:28 09:32:01 247.92 114.57 133.35 0.00 7018.88 56657.99 0.00 09:51:28 09:33:01 286.93 126.53 160.41 0.00 6187.77 26700.13 0.00 09:51:28 09:34:01 178.75 92.38 86.36 0.00 4184.93 6857.39 0.00 09:51:28 09:35:02 268.37 90.99 177.38 0.00 33344.46 108233.66 0.00 09:51:28 09:36:02 2593.30 2239.62 353.68 0.00 185565.12 195303.27 0.00 09:51:28 09:37:01 803.12 531.28 271.84 0.00 51505.27 66686.17 0.00 09:51:28 09:38:02 1884.29 1524.25 360.04 0.00 126609.62 133539.56 0.00 09:51:28 09:39:02 1446.18 1097.05 349.13 0.00 94698.25 102351.21 0.00 09:51:28 09:40:01 1188.67 935.03 253.64 0.00 61353.44 69373.91 0.00 09:51:28 09:41:01 113.98 100.23 13.75 0.00 6154.55 274.26 0.00 09:51:28 09:42:01 1.68 1.27 0.42 0.00 94.57 6.83 0.00 09:51:28 09:43:01 0.25 0.07 0.18 0.00 0.80 3.16 0.00 09:51:28 09:44:01 0.35 0.12 0.23 0.00 1.60 2.93 0.00 09:51:28 09:45:01 2.08 1.77 0.32 0.00 56.76 3.83 0.00 09:51:28 09:46:01 0.23 0.00 0.23 0.00 0.00 2.35 0.00 09:51:28 09:47:01 81.39 16.70 64.69 0.00 1339.59 17671.56 0.00 09:51:28 09:48:01 317.87 150.87 167.00 0.00 8251.22 20328.07 0.00 09:51:28 09:49:01 113.53 8.02 105.51 0.00 321.70 1195.87 0.00 09:51:28 09:50:01 83.68 9.65 74.04 0.00 1873.72 2286.36 0.00 09:51:28 09:51:01 240.84 111.13 129.71 0.00 8786.42 31331.72 0.00 09:51:28 Average: 492.87 357.81 135.05 0.00 29907.51 41978.16 0.00 09:51:28 09:51:28 09:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:51:28 09:32:01 169524 0 697068 37.05 1492 1013460 1310636 44.73 566852 908368 80200 09:51:28 09:33:01 180592 0 810864 43.10 620 889468 1783120 60.85 695304 729480 26604 09:51:28 09:34:01 214640 0 790480 42.01 380 876044 1640200 55.98 634008 743876 75580 09:51:28 09:35:02 67864 0 829668 44.10 0 984012 2264904 77.30 744472 855768 53668 09:51:28 09:36:02 55236 0 842204 44.76 0 984104 2340076 79.86 772784 831812 26988 09:51:28 09:37:01 67300 0 742176 39.45 0 1072068 1544860 52.72 720708 849680 59500 09:51:28 09:38:02 69776 0 863500 45.89 0 948268 2203172 75.19 550648 1019896 45764 09:51:28 09:39:02 78572 0 736552 39.15 0 1066420 1761788 60.13 575652 991888 46784 09:51:28 09:40:01 359064 0 631476 33.56 0 891004 1199668 40.94 435076 852180 44 09:51:28 09:41:01 177476 0 631072 33.54 0 1072996 1192632 40.70 463992 1001468 8 09:51:28 09:42:01 179116 0 626616 33.30 0 1075812 1151492 39.30 460904 1002996 8 09:51:28 09:43:01 179812 0 625900 33.27 0 1075832 1146552 39.13 460960 1002948 8 09:51:28 09:44:01 179980 0 625724 33.26 0 1075840 1146484 39.13 460660 1003000 12 09:51:28 09:45:01 178836 0 625864 33.26 0 1076844 1146484 39.13 461460 1003224 16 09:51:28 09:46:01 178800 0 625884 33.26 0 1076860 1146556 39.13 461548 1003232 8 09:51:28 09:47:01 166688 0 679592 36.12 0 1035264 1346908 45.97 513532 936708 105692 09:51:28 09:48:01 378284 0 676556 35.96 0 826704 1278440 43.63 594040 628552 12 09:51:28 09:49:01 280156 0 765720 40.70 0 835668 1927196 65.77 686404 629028 28 09:51:28 09:50:01 159972 0 692108 36.78 0 1029464 1352988 46.18 665232 774652 91436 09:51:28 09:51:01 99760 0 755844 40.17 0 1025940 1178376 40.22 612224 808612 140 09:51:28 Average: 171072 0 713743 37.93 125 996604 1503127 51.30 576823 878868 30625 09:51:28 09:51:28 09:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:51:28 09:32:01 eth0 1218.63 1190.98 7136.84 142.52 0.00 0.00 0.00 0.00 09:51:28 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:32:01 docker0 854.11 740.22 69.82 3076.08 0.00 0.00 0.00 0.00 09:51:28 09:33:01 eth0 152.74 124.73 498.96 69.30 0.00 0.00 0.00 0.00 09:51:28 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:33:01 veth9fd02fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:33:01 docker0 100.15 116.22 7.86 470.37 0.00 0.00 0.00 0.00 09:51:28 09:34:01 eth0 31.96 16.50 26.59 14.11 0.00 0.00 0.00 0.00 09:51:28 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:34:01 veth9fd02fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:35:02 eth0 203.79 170.09 1688.99 79.44 0.00 0.00 0.00 0.00 09:51:28 09:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:35:02 veth69eee39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:36:02 eth0 45.90 24.23 165.15 10.70 0.00 0.00 0.00 0.00 09:51:28 09:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:36:02 veth69eee39 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:36:02 docker0 12.22 22.34 0.68 145.73 0.00 0.00 0.00 0.00 09:51:28 09:37:01 eth0 79.52 59.43 219.22 62.53 0.00 0.00 0.00 0.00 09:51:28 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:37:01 veth69eee39 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:37:01 docker0 17.71 22.59 0.95 144.65 0.00 0.00 0.00 0.00 09:51:28 09:38:02 veth66264cd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:38:02 vethf0a878b 0.98 1.29 0.12 3.04 0.00 0.00 0.00 0.00 09:51:28 09:38:02 eth0 108.40 62.16 370.74 79.25 0.00 0.00 0.00 0.00 09:51:28 09:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:39:02 eth0 79.38 50.57 154.35 71.60 0.00 0.00 0.00 0.00 09:51:28 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:39:02 veth69eee39 0.00 1.00 0.00 0.05 0.00 0.00 0.00 0.00 09:51:28 09:39:02 docker0 1002.72 956.22 80.23 4242.25 0.00 0.00 0.00 0.00 09:51:28 09:40:01 eth0 86.48 60.56 116.24 73.35 0.00 0.00 0.00 0.00 09:51:28 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:40:01 docker0 5.29 10.90 0.29 74.75 0.00 0.00 0.00 0.00 09:51:28 09:41:01 eth0 477.46 448.26 218.21 1696.99 0.00 0.00 0.00 0.00 09:51:28 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:42:01 eth0 0.08 0.12 0.01 0.03 0.00 0.00 0.00 0.00 09:51:28 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:43:01 eth0 0.52 0.35 0.27 0.17 0.00 0.00 0.00 0.00 09:51:28 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 09:51:28 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:51:28 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:46:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 09:51:28 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:47:01 eth0 410.46 363.80 4031.33 61.52 0.00 0.00 0.00 0.00 09:51:28 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:48:01 eth0 108.94 87.82 284.60 56.60 0.00 0.00 0.00 0.00 09:51:28 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:48:01 vethcc03724 0.45 0.55 0.08 0.19 0.00 0.00 0.00 0.00 09:51:28 09:48:01 docker0 34.60 33.82 3.45 225.23 0.00 0.00 0.00 0.00 09:51:28 09:49:01 veth2d87e13 0.02 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:51:28 09:49:01 eth0 121.02 91.13 90.89 98.21 0.00 0.00 0.00 0.00 09:51:28 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:49:01 docker0 2.25 2.16 0.47 0.92 0.00 0.00 0.00 0.00 09:51:28 09:50:01 eth0 353.06 307.93 2390.61 98.84 0.00 0.00 0.00 0.00 09:51:28 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:50:01 docker0 1.35 1.28 0.29 0.55 0.00 0.00 0.00 0.00 09:51:28 09:51:01 eth0 205.09 165.49 1109.64 87.17 0.00 0.00 0.00 0.00 09:51:28 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 09:51:01 docker0 23.85 31.07 1.73 185.85 0.00 0.00 0.00 0.00 09:51:28 Average: eth0 183.48 160.50 921.29 135.15 0.00 0.00 0.00 0.00 09:51:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:51:28 Average: docker0 53.53 51.79 4.32 236.57 0.00 0.00 0.00 0.00 09:51:28 09:51:28 09:51:28 ---> sar -P ALL: 09:51:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:51:28 09:51:28 09:29:55 LINUX RESTART (4 CPU) 09:51:28 09:51:28 09:31:02 CPU %user %nice %system %iowait %steal %idle 09:51:28 09:32:01 all 17.27 0.00 9.41 2.95 0.16 70.21 09:51:28 09:32:01 0 16.84 0.00 11.84 3.12 0.09 68.10 09:51:28 09:32:01 1 15.14 0.00 8.12 2.27 0.18 74.30 09:51:28 09:32:01 2 19.25 0.00 8.12 3.61 0.21 68.81 09:51:28 09:32:01 3 17.85 0.00 9.57 2.79 0.16 69.63 09:51:28 09:33:01 all 32.97 0.00 10.82 9.06 0.14 47.00 09:51:28 09:33:01 0 32.29 0.00 10.96 6.98 0.17 49.60 09:51:28 09:33:01 1 32.85 0.00 10.57 10.64 0.10 45.83 09:51:28 09:33:01 2 33.17 0.00 11.16 11.09 0.16 44.42 09:51:28 09:33:01 3 33.58 0.00 10.60 7.51 0.14 48.17 09:51:28 09:34:01 all 59.43 0.00 15.22 4.38 0.10 20.87 09:51:28 09:34:01 0 60.05 0.00 14.70 5.55 0.11 19.59 09:51:28 09:34:01 1 59.55 0.00 14.42 3.13 0.07 22.84 09:51:28 09:34:01 2 59.19 0.00 16.68 6.14 0.11 17.87 09:51:28 09:34:01 3 58.92 0.00 15.07 2.70 0.11 23.21 09:51:28 09:35:02 all 21.35 0.00 15.12 8.28 0.16 55.09 09:51:28 09:35:02 0 20.82 0.00 15.32 7.61 0.15 56.10 09:51:28 09:35:02 1 22.43 0.00 14.72 8.09 0.21 54.55 09:51:28 09:35:02 2 20.67 0.00 15.28 8.19 0.14 55.72 09:51:28 09:35:02 3 21.48 0.00 15.17 9.24 0.12 53.99 09:51:28 09:36:02 all 21.64 0.00 27.30 24.57 0.25 26.24 09:51:28 09:36:02 0 21.13 0.00 27.26 24.50 0.27 26.85 09:51:28 09:36:02 1 22.29 0.00 26.72 24.79 0.23 25.96 09:51:28 09:36:02 2 21.70 0.00 27.50 22.11 0.27 28.42 09:51:28 09:36:02 3 21.43 0.00 27.73 26.90 0.25 23.68 09:51:28 09:37:01 all 45.44 0.00 17.33 20.14 0.13 16.95 09:51:28 09:37:01 0 44.75 0.00 17.08 21.91 0.14 16.12 09:51:28 09:37:01 1 44.38 0.00 18.02 21.35 0.13 16.13 09:51:28 09:37:01 2 46.12 0.00 17.39 17.43 0.14 18.92 09:51:28 09:37:01 3 46.51 0.00 16.83 19.89 0.12 16.64 09:51:28 09:38:02 all 34.67 0.00 22.61 27.28 0.18 15.27 09:51:28 09:38:02 0 33.90 0.00 21.82 28.82 0.16 15.31 09:51:28 09:38:02 1 36.29 0.00 21.64 24.27 0.19 17.60 09:51:28 09:38:02 2 33.74 0.00 23.72 26.94 0.16 15.45 09:51:28 09:38:02 3 34.74 0.00 23.25 29.11 0.21 12.68 09:51:28 09:39:02 all 32.36 0.00 18.94 30.42 0.11 18.17 09:51:28 09:39:02 0 31.25 0.00 17.76 30.28 0.12 20.58 09:51:28 09:39:02 1 32.68 0.00 19.46 29.80 0.09 17.97 09:51:28 09:39:02 2 32.80 0.00 19.21 33.23 0.09 14.67 09:51:28 09:39:02 3 32.72 0.00 19.34 28.35 0.14 19.44 09:51:28 09:40:01 all 31.56 0.00 16.75 11.65 0.12 39.91 09:51:28 09:40:01 0 31.75 0.00 16.46 10.86 0.12 40.80 09:51:28 09:40:01 1 31.07 0.00 16.68 13.89 0.12 38.23 09:51:28 09:40:01 2 31.27 0.00 17.54 10.99 0.11 40.10 09:51:28 09:40:01 3 32.17 0.00 16.33 10.86 0.12 40.51 09:51:28 09:41:01 all 9.91 0.00 4.30 2.29 0.14 83.37 09:51:28 09:41:01 0 9.78 0.00 4.86 2.25 0.15 82.96 09:51:28 09:41:01 1 9.76 0.00 4.35 2.24 0.12 83.53 09:51:28 09:41:01 2 10.25 0.00 4.13 2.35 0.12 83.15 09:51:28 09:41:01 3 9.84 0.00 3.86 2.31 0.15 83.83 09:51:28 09:42:01 all 0.19 0.00 0.07 0.00 0.00 99.74 09:51:28 09:42:01 0 0.07 0.00 0.05 0.00 0.00 99.88 09:51:28 09:42:01 1 0.08 0.00 0.08 0.00 0.02 99.82 09:51:28 09:42:01 2 0.55 0.00 0.10 0.00 0.00 99.35 09:51:28 09:42:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:51:28 09:51:28 09:42:01 CPU %user %nice %system %iowait %steal %idle 09:51:28 09:43:01 all 0.22 0.00 0.05 0.00 0.00 99.73 09:51:28 09:43:01 0 0.10 0.00 0.07 0.00 0.00 99.83 09:51:28 09:43:01 1 0.23 0.00 0.07 0.02 0.00 99.68 09:51:28 09:43:01 2 0.52 0.00 0.05 0.00 0.00 99.43 09:51:28 09:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:51:28 09:44:01 all 0.19 0.00 0.03 0.00 0.01 99.77 09:51:28 09:44:01 0 0.15 0.00 0.03 0.02 0.02 99.78 09:51:28 09:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:51:28 09:44:01 2 0.53 0.00 0.03 0.00 0.02 99.42 09:51:28 09:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:51:28 09:45:01 all 0.16 0.00 0.06 0.03 0.00 99.75 09:51:28 09:45:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:51:28 09:45:01 1 0.05 0.00 0.07 0.02 0.02 99.85 09:51:28 09:45:01 2 0.55 0.00 0.10 0.08 0.00 99.27 09:51:28 09:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:51:28 09:46:01 all 0.19 0.00 0.11 0.00 0.00 99.70 09:51:28 09:46:01 0 0.07 0.00 0.08 0.00 0.00 99.85 09:51:28 09:46:01 1 0.07 0.00 0.08 0.00 0.02 99.83 09:51:28 09:46:01 2 0.53 0.00 0.12 0.00 0.00 99.35 09:51:28 09:46:01 3 0.08 0.00 0.15 0.00 0.00 99.77 09:51:28 09:47:01 all 5.22 0.00 3.82 3.73 0.05 87.18 09:51:28 09:47:01 0 4.30 0.00 3.80 3.27 0.03 88.60 09:51:28 09:47:01 1 5.54 0.00 3.90 4.29 0.05 86.22 09:51:28 09:47:01 2 5.54 0.00 3.73 4.44 0.05 86.24 09:51:28 09:47:01 3 5.49 0.00 3.87 2.90 0.07 87.68 09:51:28 09:48:01 all 11.11 0.00 9.38 7.02 0.11 72.38 09:51:28 09:48:01 0 11.63 0.00 9.97 6.24 0.12 72.04 09:51:28 09:48:01 1 10.62 0.00 9.24 8.04 0.09 72.01 09:51:28 09:48:01 2 11.73 0.00 8.82 7.54 0.15 71.76 09:51:28 09:48:01 3 10.45 0.00 9.47 6.27 0.09 73.73 09:51:28 09:49:01 all 10.48 0.00 8.81 3.00 0.10 77.60 09:51:28 09:49:01 0 9.64 0.00 9.48 3.01 0.12 77.75 09:51:28 09:49:01 1 9.71 0.00 7.70 3.09 0.07 79.43 09:51:28 09:49:01 2 11.43 0.00 8.70 2.95 0.12 76.80 09:51:28 09:49:01 3 11.16 0.00 9.37 2.96 0.09 76.43 09:51:28 09:50:01 all 6.99 0.00 6.61 2.15 0.06 84.18 09:51:28 09:50:01 0 7.53 0.00 6.79 2.16 0.02 83.50 09:51:28 09:50:01 1 6.54 0.00 5.90 2.53 0.07 84.96 09:51:28 09:50:01 2 6.11 0.00 6.33 2.08 0.10 85.39 09:51:28 09:50:01 3 7.81 0.00 7.43 1.84 0.07 82.85 09:51:28 09:51:01 all 11.38 0.00 9.08 3.80 0.11 75.63 09:51:28 09:51:01 0 11.09 0.00 8.96 2.25 0.09 77.61 09:51:28 09:51:01 1 10.41 0.00 8.51 2.65 0.14 78.28 09:51:28 09:51:01 2 10.52 0.00 9.93 5.45 0.10 74.00 09:51:28 09:51:01 3 13.51 0.00 8.89 4.87 0.12 72.61 09:51:28 Average: all 17.29 0.00 9.61 7.87 0.10 65.14 09:51:28 Average: 0 17.03 0.00 9.70 7.77 0.09 65.40 09:51:28 Average: 1 17.13 0.00 9.34 7.89 0.09 65.54 09:51:28 Average: 2 17.46 0.00 9.75 8.06 0.10 64.63 09:51:28 Average: 3 17.53 0.00 9.65 7.73 0.10 64.99 09:51:28 09:51:28 09:51:28