Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff93af41a81d158de1dc365787019667f354ae25 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a5c854593eac886f27ddeefb8920871132e8ed78 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a5c854593eac886f27ddeefb8920871132e8ed78 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14256 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/240 [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/240 # 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 ff93af41a81d158de1dc365787019667f354ae25 (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 ff93af41a81d158de1dc365787019667f354ae25 # timeout=10 Commit message: "feat(security): Replace security-proxy-setup for adding users (#2808)" > git rev-list --no-walk 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:30:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:30:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:30:12 ========================================================= 02:30:12 EdgeX Global Pipelines Version Info 02:30:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:30:14 ------------------- 02:30:14 stable info: 02:30:14 ------------------- 02:30:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:30:14 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 02:30:14 Message: update stable to v1.0.169 02:30:14 ------------------- 02:30:14 experimental info: 02:30:14 ------------------- 02:30:14 Commited By: **** collab-it+edgex@linuxfoundation.org 02:30:14 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 02:30:14 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:30:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:30:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:30:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] echo 02:30:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff93af4 [Pipeline] echo 02:30:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:30:18 provisioning config files... 02:30:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config9187563748410073831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:19 ---> docker-login.sh 02:30:19 nexus3.edgexfoundry.org:10001 02:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:19 Configure a credential helper to remove this warning. See 02:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:19 02:30:19 Login Succeeded 02:30:19 nexus3.edgexfoundry.org:10002 02:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:20 Configure a credential helper to remove this warning. See 02:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:20 02:30:20 Login Succeeded 02:30:20 nexus3.edgexfoundry.org:10003 02:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:20 Configure a credential helper to remove this warning. See 02:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:20 02:30:20 Login Succeeded 02:30:20 nexus3.edgexfoundry.org:10004 02:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:20 Configure a credential helper to remove this warning. See 02:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:20 02:30:20 Login Succeeded 02:30:20 docker.io 02:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:20 Configure a credential helper to remove this warning. See 02:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:20 02:30:20 Login Succeeded 02:30:20 ---> docker-login.sh ends [Pipeline] } 02:30:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:30:21 ++ 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 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/core-command/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo core-command,cmd/core-command/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/core-data/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo core-data,cmd/core-data/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/core-metadata/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo core-metadata,cmd/core-metadata/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/security-proxy-setup/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/security-secrets-setup/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/support-logging/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo support-logging,cmd/support-logging/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/support-notifications/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo support-notifications,cmd/support-notifications/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/support-scheduler/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:30:21 + for file in '`ls cmd/**/Dockerfile`' 02:30:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:30:21 ++ cut -d/ -f2 02:30:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:30:21 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 02:30:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:23 02:30:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:30:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:24 latest: Pulling from edgex-devops/git-semver 02:30:24 31603596830f: Pulling fs layer 02:30:24 2a8b12db71e7: Pulling fs layer 02:30:24 6ca5941a6612: Pulling fs layer 02:30:24 ecc8261a40a4: Pulling fs layer 02:30:24 ecc8261a40a4: Waiting 02:30:24 2a8b12db71e7: Verifying Checksum 02:30:24 2a8b12db71e7: Download complete 02:30:24 31603596830f: Verifying Checksum 02:30:24 31603596830f: Download complete 02:30:24 ecc8261a40a4: Verifying Checksum 02:30:24 ecc8261a40a4: Download complete 02:30:24 31603596830f: Pull complete 02:30:24 6ca5941a6612: Verifying Checksum 02:30:24 6ca5941a6612: Download complete 02:30:24 2a8b12db71e7: Pull complete 02:30:25 6ca5941a6612: Pull complete 02:30:25 ecc8261a40a4: Pull complete 02:30:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:30:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:30:26 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:30:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:30:28 $ docker top 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:30:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:29 [ssh-agent] Looking for ssh-agent implementation... 02:30:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:29 $ docker exec 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent 02:30:29 SSH_AUTH_SOCK=/tmp/ssh-yZ84ZewJQgsJ/agent.11 02:30:29 SSH_AGENT_PID=16 02:30:29 Running ssh-add (command line suppressed) 02:30:29 Identity added: /w/workspace/edgex-go/240@tmp/private_key_4949745307325024589.key (/w/workspace/edgex-go/240@tmp/private_key_4949745307325024589.key) 02:30:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:30 + git tag --points-at HEAD [Pipeline] } 02:30:30 $ docker exec --env ******** --env ******** 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent -k 02:30:30 unset SSH_AUTH_SOCK; 02:30:30 unset SSH_AGENT_PID; 02:30:30 echo Agent pid 16 killed; 02:30:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:30:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:30 [ssh-agent] Looking for ssh-agent implementation... 02:30:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:30 $ docker exec 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent 02:30:30 SSH_AUTH_SOCK=/tmp/ssh-C8iLFFwNkVwH/agent.46 02:30:30 SSH_AGENT_PID=51 02:30:30 Running ssh-add (command line suppressed) 02:30:30 Identity added: /w/workspace/edgex-go/240@tmp/private_key_7495094015063857819.key (/w/workspace/edgex-go/240@tmp/private_key_7495094015063857819.key) 02:30:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:31 + git semver init 02:30:31 # -> Open(): unable to determine branch for HEAD 02:30:31 # $GIT_DIR = /w/workspace/edgex-go/240/.git 02:30:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/240 02:30:31 # $SEMVER_REMOTE_NAME = origin 02:30:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:30:31 # $SEMVER_USER_NAME = edgex-jenkins 02:30:31 # $SEMVER_BRANCH = master 02:30:31 # $SEMVER_TEMP = /tmp/semver-142190834 02:30:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:32:22 # '/tmp/semver-142190834' -> '/w/workspace/edgex-go/240/.semver' 02:32:22 # -> Force: false 02:32:22 # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [Pipeline] } 02:32:22 $ docker exec --env ******** --env ******** 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 ssh-agent -k 02:32:23 unset SSH_AUTH_SOCK; 02:32:23 unset SSH_AGENT_PID; 02:32:23 echo Agent pid 51 killed; 02:32:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:23 + git semver [Pipeline] } 02:32:23 $ docker stop --time=1 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 02:32:25 $ docker rm -f 426f5dd9a0d9f6533421b6b0bbc82dea1aabecb5cf07a0a91cc3c282c1c58569 [Pipeline] // withDockerContainer [Pipeline] sh 02:32:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:32:26 Stashed 1 file(s) [Pipeline] echo 02:32:26 [edgeXSemver]: initialized semver on version 1.3.1-dev.16 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:32:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:32:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:32:28 + sudo service docker restart 02:32:28 + true 02:32:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:32:29 ========================================================= 02:32:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:32:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:32:29 + 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 . 02:32:33 Sending build context to Docker daemon 326.2MB 02:32:33 Step 1/7 : ARG BASE=golang:1.15-alpine 02:32:33 Step 2/7 : FROM ${BASE} 02:32:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:32:33 188c0c94c7c5: Pulling fs layer 02:32:33 0ef7d3d256c8: Pulling fs layer 02:32:33 de9db76c5a1d: Pulling fs layer 02:32:33 bca2f99d35d6: Pulling fs layer 02:32:33 93359f2a8cfa: Pulling fs layer 02:32:33 7c6f9722023f: Pulling fs layer 02:32:33 a35cf1a2eb13: Pulling fs layer 02:32:33 93359f2a8cfa: Waiting 02:32:33 7c6f9722023f: Waiting 02:32:33 a35cf1a2eb13: Waiting 02:32:33 bca2f99d35d6: Waiting 02:32:33 de9db76c5a1d: Download complete 02:32:33 0ef7d3d256c8: Verifying Checksum 02:32:33 0ef7d3d256c8: Download complete 02:32:33 93359f2a8cfa: Download complete 02:32:33 7c6f9722023f: Download complete 02:32:33 188c0c94c7c5: Verifying Checksum 02:32:33 188c0c94c7c5: Download complete 02:32:34 188c0c94c7c5: Pull complete 02:32:34 0ef7d3d256c8: Pull complete 02:32:34 de9db76c5a1d: Pull complete 02:32:36 a35cf1a2eb13: Verifying Checksum 02:32:36 a35cf1a2eb13: Download complete 02:32:37 bca2f99d35d6: Verifying Checksum 02:32:37 bca2f99d35d6: Download complete 02:32:42 Still waiting to schedule task 02:32:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 02:32:42 bca2f99d35d6: Pull complete 02:32:42 93359f2a8cfa: Pull complete 02:32:42 7c6f9722023f: Pull complete 02:32:46 a35cf1a2eb13: Pull complete 02:32:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:32:46 ---> a62c8e92a672 02:32: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 02:32:46 ---> Running in 3d67fd2af35d 02:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:50 (1/12) Installing libmagic (5.38-r0) 02:32:50 (2/12) Installing file (5.38-r0) 02:32:50 (3/12) Installing libc-dev (0.7.2-r3) 02:32:50 (4/12) Installing g++ (9.3.0-r2) 02:33:46 (5/12) Installing fortify-headers (1.1-r0) 02:33:46 (6/12) Installing patch (2.7.6-r6) 02:33:46 (7/12) Installing build-base (0.5-r2) 02:33:46 (8/12) Installing libsodium (1.0.18-r0) 02:33:46 (9/12) Installing pkgconf (1.7.2-r0) 02:33:46 (10/12) Installing libsodium-dev (1.0.18-r0) 02:33:46 (11/12) Installing libzmq (4.3.3-r0) 02:33:46 (12/12) Installing zeromq-dev (4.3.3-r0) 02:33:46 Executing busybox-1.31.1-r19.trigger 02:33:46 OK: 233 MiB in 51 packages 02:33:46 Removing intermediate container 3d67fd2af35d 02:33:46 ---> 632548c77abd 02:33:46 Step 4/7 : WORKDIR /edgex-go 02:33:46 ---> Running in 7100f6462afc 02:33:46 Removing intermediate container 7100f6462afc 02:33:46 ---> d5d7a9bcf512 02:33:46 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:33:46 latest: Pulling from library/docker 02:33:46 188c0c94c7c5: Already exists 02:33:46 0c7c675703d6: Pulling fs layer 02:33:46 cc8c12a437cb: Pulling fs layer 02:33:46 f092543453df: Pulling fs layer 02:33:46 65b6bc45957d: Pulling fs layer 02:33:46 4de832df471b: Pulling fs layer 02:33:46 79aa7fa92271: Pulling fs layer 02:33:46 65b6bc45957d: Waiting 02:33:46 4de832df471b: Waiting 02:33:46 79aa7fa92271: Waiting 02:33:46 cc8c12a437cb: Verifying Checksum 02:33:46 cc8c12a437cb: Download complete 02:33:46 0c7c675703d6: Verifying Checksum 02:33:46 0c7c675703d6: Download complete 02:33:46 4de832df471b: Verifying Checksum 02:33:46 4de832df471b: Download complete 02:33:46 79aa7fa92271: Verifying Checksum 02:33:46 79aa7fa92271: Download complete 02:33:46 0c7c675703d6: Pull complete 02:33:46 cc8c12a437cb: Pull complete 02:33:46 f092543453df: Verifying Checksum 02:33:46 f092543453df: Download complete 02:33:47 65b6bc45957d: Verifying Checksum 02:33:47 65b6bc45957d: Download complete 02:33:49 f092543453df: Pull complete 02:33:49 65b6bc45957d: Pull complete 02:33:49 4de832df471b: Pull complete 02:33:50 79aa7fa92271: Pull complete 02:33:50 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 02:33:50 Status: Downloaded newer image for docker:latest 02:33:51 ---> 2b5316b1f40b 02:33:51 Step 6/7 : COPY go.mod . 02:33:51 ---> 1a23b4629636 02:33:51 Step 7/7 : RUN go mod download 02:33:51 ---> Running in 8f464f34d0e0 02:34:13 Removing intermediate container 8f464f34d0e0 02:34:13 ---> d1bfb63549a5 02:34:13 Successfully built d1bfb63549a5 02:34:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:34:14 + docker inspect -f . ci-base-image-x86_64 02:34:14 . [Pipeline] withDockerContainer 02:34:14 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:34:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:34:15 $ docker top f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc -eo pid,comm [Pipeline] { [Pipeline] sh 02:34:15 + go version 02:34:15 go version go1.15.5 linux/amd64 [Pipeline] } 02:34:15 $ docker stop --time=1 f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc 02:34:17 $ docker rm -f f844ef683aaf5c36ebef08ccf7b0301b6e192a594049d7d3b5ac510c89c24abc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:34:18 + docker inspect -f . ci-base-image-x86_64 02:34:18 . [Pipeline] withDockerContainer 02:34:18 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:34:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:34:19 $ docker top f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 -eo pid,comm [Pipeline] { [Pipeline] echo 02:34:19 ========================================================= 02:34:19 [edgeXBuildGoParallel] Running Tests and Build... 02:34:19 ========================================================= [Pipeline] sh 02:34:19 + make test 02:34:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:34:29 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:34:53 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s 02:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:34:53 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 02:34:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 02:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 66.4% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.455s coverage: 82.7% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 02:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 02:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.294s coverage: 95.2% of statements 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.0% of statements [no tests to run] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.2% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.036s coverage: 100.0% of statements 02:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 02:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 02:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 55.9% of statements 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.920s coverage: 86.3% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.099s coverage: 72.2% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.405s coverage: 72.1% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.2% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.049s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.606s coverage: 29.1% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:35:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 02:35:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:35:35 GO111MODULE=on go vet ./... 02:35:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14259 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 02:35:44 Running in /w/workspace/edgex-go/240 [Pipeline] { [Pipeline] checkout 02:35:50 using credential edgex-jenkins-ssh 02:35:50 Cloning the remote Git repository 02:35:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:35:50 > git init /w/workspace/edgex-go/240 # timeout=10 02:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:35:50 > git --version # timeout=10 02:35:50 > git --version # 'git version 2.17.1' 02:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:35:58 gofmt -l . 02:35:58 [ "`gofmt -l .`" = "" ] 02:35:58 ./bin/test-go-mod-tidy.sh 02:35:59 ./bin/test-attribution-txt.sh [Pipeline] sh 02:36:01 + ls -al . 02:36:01 total 660 02:36:01 drwxrwxr-x 10 1001 1001 4096 Dec 3 02:36 . 02:36:01 drwxr-xr-x 4 root root 32 Dec 3 02:34 .. 02:36:01 -rw-rw-r-- 1 1001 1001 11 Dec 3 02:30 .dockerignore 02:36:01 drwxrwxr-x 8 1001 1001 162 Dec 3 02:30 .git 02:36:01 drwxrwxr-x 3 1001 1001 125 Dec 3 02:30 .github 02:36:01 -rw-rw-r-- 1 1001 1001 971 Dec 3 02:30 .gitignore 02:36:01 drwx------ 3 1001 1001 32 Dec 3 02:32 .semver 02:36:01 -rw-rw-r-- 1 1001 1001 166 Dec 3 02:30 .sonarcloud.properties 02:36:01 -rw-rw-r-- 1 1001 1001 3804 Dec 3 02:30 CONTRIBUTING.md 02:36:01 -rw-rw-r-- 1 1001 1001 1035 Dec 3 02:30 Dockerfile.build 02:36:01 -rw-rw-r-- 1 1001 1001 863 Dec 3 02:30 Jenkinsfile 02:36:01 -rw-rw-r-- 1 1001 1001 10775 Dec 3 02:30 LICENSE 02:36:01 -rw-rw-r-- 1 1001 1001 6723 Dec 3 02:30 Makefile 02:36:01 -rw-rw-r-- 1 1001 1001 6447 Dec 3 02:30 README.md 02:36:01 -rw-rw-r-- 1 1001 1001 259 Dec 3 02:30 SECURITY.md 02:36:01 -rw-rw-r-- 1 1001 1001 12 Dec 3 02:32 VERSION 02:36:01 -rw-rw-r-- 1 1001 1001 4131 Dec 3 02:30 ZMQWindows.md 02:36:01 drwxrwxr-x 2 1001 1001 117 Dec 3 02:30 bin 02:36:01 drwxrwxr-x 16 1001 1001 4096 Dec 3 02:30 cmd 02:36:01 -rw-r--r-- 1 root root 569040 Dec 3 02:35 coverage.out 02:36:01 -rw-r--r-- 1 root root 1041 Dec 3 02:35 go.mod 02:36:01 -rw-r--r-- 1 root root 18856 Dec 3 02:35 go.sum 02:36:01 drwxrwxr-x 8 1001 1001 127 Dec 3 02:30 internal 02:36:01 drwxrwxr-x 4 1001 1001 26 Dec 3 02:30 openapi 02:36:01 drwxrwxr-x 4 1001 1001 71 Dec 3 02:30 snap 02:36:01 -rw-rw-r-- 1 1001 1001 168 Dec 3 02:30 version.go [Pipeline] sh 02:36:01 + '[' -e coverage.out ] 02:36:01 + chown 1001:1001 coverage.out [Pipeline] stash 02:36:02 Stashed 1 file(s) [Pipeline] sh 02:36:02 + make build 02:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:36:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 02:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 02:36:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging 02:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 02:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:36:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 02:36:29 $ docker stop --time=1 f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 02:36:30 $ docker rm -f f25db782d588d413608bfbd007ce5f8baddc24b80fbb4d22c39ccf1b74a884d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:36:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:34 02:36:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:36:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:34 latest: Pulling from edgex-devops/edgex-compose 02:36:34 cbdbe7a5bc2a: Pulling fs layer 02:36:34 ca9280d653b3: Pulling fs layer 02:36:34 7e9c9ca2126c: Pulling fs layer 02:36:34 cbdbe7a5bc2a: Verifying Checksum 02:36:34 cbdbe7a5bc2a: Download complete 02:36:35 cbdbe7a5bc2a: Pull complete 02:36:35 ca9280d653b3: Download complete 02:36:36 ca9280d653b3: Pull complete 02:36:37 7e9c9ca2126c: Verifying Checksum 02:36:37 7e9c9ca2126c: Download complete 02:36:42 Checking out Revision ff93af41a81d158de1dc365787019667f354ae25 (master) 02:36:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:36:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:36:42 > git config core.sparsecheckout # timeout=10 02:36:42 > git checkout -f ff93af41a81d158de1dc365787019667f354ae25 # timeout=10 02:36:43 7e9c9ca2126c: Pull complete 02:36:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:36:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:36:44 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:36:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:36:47 $ docker top c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 -eo pid,comm [Pipeline] { 02:36:47 Commit message: "feat(security): Replace security-proxy-setup for adding users (#2808)" [Pipeline] sh 02:36:47 + docker-compose build --help 02:36:47 + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:36:48 --parallel Build images in parallel. [Pipeline] } 02:36:48 $ docker stop --time=1 c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 02:36:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 02:36:50 $ docker rm -f c39194a098d741e87aee5eb9b521c10f14820e82308489c8712ae77337ff5368 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 02:36:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 02:36:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:51 . [Pipeline] withDockerContainer 02:36:51 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:36:51 + sudo service docker restart 02:36:51 + true 02:36:51 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:36:52 $ docker top d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:36:52 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:36:53 provisioning config files... 02:36:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config6931855022411464741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:36:53 Building docker-core-command-go ... 02:36:53 Building docker-core-data-go ... 02:36:53 Building docker-core-metadata-go ... 02:36:53 Building docker-security-bootstrap-redis-go ... 02:36:53 Building docker-security-proxy-setup-go ... 02:36:53 Building docker-security-secrets-setup-go ... 02:36:53 Building docker-security-secretstore-setup-go ... 02:36:53 Building docker-support-logging-go ... 02:36:53 Building docker-support-notifications-go ... 02:36:53 Building docker-support-scheduler-go ... 02:36:53 Building docker-sys-mgmt-agent-go ... 02:36:53 Building docker-support-logging-go 02:36:53 Building docker-security-bootstrap-redis-go 02:36:53 Building docker-security-secretstore-setup-go 02:36:53 Building docker-core-metadata-go 02:36:53 Building docker-security-proxy-setup-go 02:36:53 ---> docker-login.sh 02:36:53 nexus3.edgexfoundry.org:10001 02:36:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:55 Configure a credential helper to remove this warning. See 02:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:55 02:36:55 Login Succeeded 02:36:55 nexus3.edgexfoundry.org:10002 02:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:55 Configure a credential helper to remove this warning. See 02:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:55 02:36:55 Login Succeeded 02:36:55 nexus3.edgexfoundry.org:10003 02:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:56 Configure a credential helper to remove this warning. See 02:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:56 02:36:56 Login Succeeded 02:36:56 nexus3.edgexfoundry.org:10004 02:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:56 Configure a credential helper to remove this warning. See 02:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:56 02:36:56 Login Succeeded 02:36:56 docker.io 02:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:57 Configure a credential helper to remove this warning. See 02:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:57 02:36:57 Login Succeeded 02:36:57 ---> docker-login.sh ends [Pipeline] } 02:36:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:36:57 ========================================================= 02:36:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:36:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:36:58 + 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 . 02:37:00 Sending build context to Docker daemon 165.5MB 02:37:00 Step 1/7 : ARG BASE=golang:1.15-alpine 02:37:00 Step 2/7 : FROM ${BASE} 02:37:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:37:00 5f621e34cdf4: Pulling fs layer 02:37:00 a4357932f1b6: Pulling fs layer 02:37:00 18c013af1878: Pulling fs layer 02:37:00 00ac8860ef70: Pulling fs layer 02:37:00 63d7cb157983: Pulling fs layer 02:37:00 b116817d02f9: Pulling fs layer 02:37:00 00ac8860ef70: Waiting 02:37:00 63d7cb157983: Waiting 02:37:00 745a02a5169b: Pulling fs layer 02:37:00 b116817d02f9: Waiting 02:37:00 745a02a5169b: Waiting 02:37:00 18c013af1878: Verifying Checksum 02:37:00 18c013af1878: Download complete 02:37:00 a4357932f1b6: Verifying Checksum 02:37:00 a4357932f1b6: Download complete 02:37:00 63d7cb157983: Verifying Checksum 02:37:00 63d7cb157983: Download complete 02:37:00 5f621e34cdf4: Verifying Checksum 02:37:00 5f621e34cdf4: Download complete 02:37:00 b116817d02f9: Verifying Checksum 02:37:01 5f621e34cdf4: Pull complete 02:37:02 a4357932f1b6: Pull complete 02:37:02 18c013af1878: Pull complete 02:37:03 745a02a5169b: Verifying Checksum 02:37:03 745a02a5169b: Download complete 02:37:04 00ac8860ef70: Verifying Checksum 02:37:04 00ac8860ef70: Download complete 02:37:14 00ac8860ef70: Pull complete 02:37:14 63d7cb157983: Pull complete 02:37:14 b116817d02f9: Pull complete 02:37:18 745a02a5169b: Pull complete 02:37:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:37:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:37:18 ---> b7e6874047d6 02:37:18 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 02:37:21 ---> Running in 37cc6d5c6521 02:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> d1bfb63549a5 02:37:26 Step 3/24 : WORKDIR /edgex-go 02:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> d1bfb63549a5 02:37:26 Step 3/22 : WORKDIR /edgex-go 02:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> d1bfb63549a5 02:37:26 Step 3/22 : WORKDIR /edgex-go 02:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> d1bfb63549a5 02:37:26 Step 3/22 : WORKDIR /edgex-go 02:37:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> d1bfb63549a5 02:37:26 Step 3/21 : WORKDIR /edgex-go 02:37:27 (1/12) Installing libmagic (5.38-r0) 02:37:27 ---> Running in e5d8b519cf2e 02:37:27 ---> Running in 2b275d2d759b 02:37:27 ---> Running in 88f7e89a41b5 02:37:27 ---> Running in 34e6e0e75be1 02:37:27 ---> Running in 0e8049bcce32 02:37:28 (2/12) Installing file (5.38-r0) 02:37:28 Removing intermediate container 88f7e89a41b5 02:37:28 ---> b7a89fedfd88 02:37:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:28 (3/12) Installing libc-dev (0.7.2-r3) 02:37:28 (4/12) Installing g++ (9.3.0-r2) 02:37:28 Removing intermediate container 34e6e0e75be1 02:37:28 ---> 1c326d669ad5 02:37:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:28 Removing intermediate container 2b275d2d759b 02:37:28 ---> e004b48ab863 02:37:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:28 Removing intermediate container 0e8049bcce32 02:37:28 ---> 3324a46d1942 02:37:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:28 Removing intermediate container e5d8b519cf2e 02:37:28 ---> 549b2c7812a8 02:37:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:28 ---> Running in 3ffaf753ad03 02:37:28 ---> Running in 162514cd1930 02:37:28 ---> Running in 890fe4c96f2f 02:37:28 ---> Running in 023b36fe70c5 02:37:28 ---> Running in 2ee2ff5a1f52 02:37:31 Removing intermediate container 3ffaf753ad03 02:37:31 ---> cf80abf358ea 02:37:31 Step 5/22 : RUN apk update && apk add make && apk add bash git 02:37:31 Removing intermediate container 162514cd1930 02:37:31 ---> aea60ef6c17b 02:37:31 Step 5/21 : RUN apk update && apk add make git 02:37:31 ---> Running in 45d2c94242f3 02:37:31 Removing intermediate container 890fe4c96f2f 02:37:31 ---> ac618f98353e 02:37:31 Step 5/22 : RUN apk update && apk add make git 02:37:31 ---> Running in 8416c8a4140e 02:37:31 ---> Running in 094d465a5491 02:37:31 Removing intermediate container 023b36fe70c5 02:37:31 ---> de57021a9c6c 02:37:31 Step 5/24 : RUN apk update && apk add make git 02:37:31 Removing intermediate container 2ee2ff5a1f52 02:37:31 ---> 15f9f608bff0 02:37:31 Step 5/22 : RUN apk update && apk add make git 02:37:31 ---> Running in ed244b5d4f48 02:37:31 ---> Running in 397532a43c47 02:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:37:35 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:37:35 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:37:35 OK: 12745 distinct packages available 02:37:35 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:37:35 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:37:35 OK: 12745 distinct packages available 02:37:35 OK: 233 MiB in 51 packages 02:37:35 OK: 233 MiB in 51 packages 02:37:35 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:37:35 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:37:35 OK: 12745 distinct packages available 02:37:35 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:37:35 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:37:35 OK: 12745 distinct packages available 02:37:35 OK: 233 MiB in 51 packages 02:37:35 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:37:35 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:37:35 OK: 12745 distinct packages available 02:37:35 OK: 233 MiB in 51 packages 02:37:35 OK: 233 MiB in 51 packages 02:37:35 OK: 233 MiB in 51 packages 02:37:35 Removing intermediate container 8416c8a4140e 02:37:35 ---> a715a5be1f3d 02:37:35 Step 6/21 : COPY go.mod . 02:37:36 Removing intermediate container 45d2c94242f3 02:37:36 ---> b20763ff0601 02:37:36 Step 6/22 : COPY go.mod . 02:37:36 ---> 97cc672a490b 02:37:36 Step 7/21 : RUN go mod download 02:37:36 Removing intermediate container 094d465a5491 02:37:36 ---> 2f2fe6854ad6 02:37:36 Step 6/22 : COPY go.mod . 02:37:36 ---> Running in 46dd081f912f 02:37:36 ---> 38605bcc8bc4 02:37:36 Step 7/22 : RUN go mod download 02:37:37 Removing intermediate container 397532a43c47 02:37:37 ---> 517287797e81 02:37:37 Step 6/22 : COPY go.mod . 02:37:37 Removing intermediate container ed244b5d4f48 02:37:37 ---> 2dc2fb7923d2 02:37:37 Step 6/24 : COPY go.mod . 02:37:37 ---> Running in 2fc61b9de16e 02:37:37 ---> 759c314d502e 02:37:37 Step 7/22 : RUN go mod download 02:37:37 ---> Running in 7aa02fcb5999 02:37:37 ---> 2ea48fd39618 02:37:37 Step 7/22 : RUN go mod download 02:37:37 ---> 96d9dbf6a8fd 02:37:37 Step 7/24 : RUN go mod download 02:37:37 ---> Running in 1786556b09ea 02:37:37 ---> Running in 73b882fa0c35 02:37:39 Removing intermediate container 2fc61b9de16e 02:37:39 ---> 29e083106ed4 02:37:39 Step 8/22 : COPY . . 02:37:39 Removing intermediate container 7aa02fcb5999 02:37:39 ---> 43e910870941 02:37:39 Step 8/22 : COPY . . 02:37:40 Removing intermediate container 46dd081f912f 02:37:40 ---> 2c59c6b7d29a 02:37:40 Step 8/21 : COPY . . 02:37:40 (5/12) Installing fortify-headers (1.1-r0) 02:37:40 (6/12) Installing patch (2.7.6-r6) 02:37:40 (7/12) Installing build-base (0.5-r2) 02:37:40 (8/12) Installing libsodium (1.0.18-r0) 02:37:40 (9/12) Installing pkgconf (1.7.2-r0) 02:37:40 (10/12) Installing libsodium-dev (1.0.18-r0) 02:37:40 (11/12) Installing libzmq (4.3.3-r0) 02:37:40 (12/12) Installing zeromq-dev (4.3.3-r0) 02:37:40 Executing busybox-1.31.1-r19.trigger 02:37:40 OK: 217 MiB in 51 packages 02:37:42 Removing intermediate container 1786556b09ea 02:37:42 ---> e92ed39014d7 02:37:42 Step 8/22 : COPY . . 02:37:42 Removing intermediate container 73b882fa0c35 02:37:42 ---> 54deeeacf310 02:37:42 Step 8/24 : COPY . . 02:37:45 Removing intermediate container 37cc6d5c6521 02:37:45 ---> 585fce594a48 02:37:45 Step 4/7 : WORKDIR /edgex-go 02:37:45 ---> Running in ee81943515ae 02:37:45 Removing intermediate container ee81943515ae 02:37:45 ---> 9e8ac1f350bd 02:37:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:37:46 latest: Pulling from library/docker 02:37:46 5f621e34cdf4: Already exists 02:37:46 85db56a05063: Pulling fs layer 02:37:46 ccb67d6aeaaa: Pulling fs layer 02:37:46 de930078acea: Pulling fs layer 02:37:46 d5a9d88a4785: Pulling fs layer 02:37:46 e7f15c1544d5: Pulling fs layer 02:37:46 877c515997d3: Pulling fs layer 02:37:46 d5a9d88a4785: Waiting 02:37:46 e7f15c1544d5: Waiting 02:37:46 877c515997d3: Waiting 02:37:46 ccb67d6aeaaa: Verifying Checksum 02:37:46 ccb67d6aeaaa: Download complete 02:37:46 85db56a05063: Download complete 02:37:46 e7f15c1544d5: Verifying Checksum 02:37:46 e7f15c1544d5: Download complete 02:37:46 877c515997d3: Verifying Checksum 02:37:46 877c515997d3: Download complete 02:37:46 d5a9d88a4785: Verifying Checksum 02:37:46 d5a9d88a4785: Download complete 02:37:47 85db56a05063: Pull complete 02:37:47 ccb67d6aeaaa: Pull complete 02:37:47 de930078acea: Verifying Checksum 02:37:47 de930078acea: Download complete 02:37:51 de930078acea: Pull complete 02:37:51 d5a9d88a4785: Pull complete 02:37:51 e7f15c1544d5: Pull complete 02:37:51 877c515997d3: Pull complete 02:37:51 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 02:37:51 Status: Downloaded newer image for docker:latest 02:37:55 ---> ca1129322921 02:37:55 Step 6/7 : COPY go.mod . 02:37:55 ---> 691ce2a0415a 02:37:55 Step 7/7 : RUN go mod download 02:37:55 ---> Running in a989dc6b12fa 02:38:21 ---> 5dd889570d9f 02:38:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:38:21 ---> cc15e77f9d75 02:38:21 Step 9/22 : RUN make cmd/support-logging/support-logging 02:38:21 ---> Running in ce93d56a6df4 02:38:21 ---> Running in e188eb760474 02:38:21 ---> 68506f71c28c 02:38:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:38:21 ---> a1398263eedf 02:38:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:21 ---> 897494b98ab7 02:38:21 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:38:21 ---> Running in 36cad3b9cd89 02:38:21 ---> Running in 644691e3cd92 02:38:21 ---> Running in 2ac915996c19 02:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging 02:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:38:22 Removing intermediate container a989dc6b12fa 02:38:22 ---> 69365b85481f 02:38:22 Successfully built 69365b85481f 02:38:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:38:23 + docker inspect -f . ci-base-image-arm64 02:38:23 . [Pipeline] withDockerContainer 02:38:23 prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container 02:38:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:38:24 $ docker top b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:25 + go version 02:38:25 go version go1.15.5 linux/arm64 [Pipeline] } 02:38:25 $ docker stop --time=1 b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 02:38:27 $ docker rm -f b5a5375f7e82d4f123a27f208f6fd30e3a709eca3bc444999634c2702a3c5979 [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 02:38:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:28 02:38:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:38:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:29 latest: Pulling from edgex-devops/edgex-compose-arm64 02:38:29 29e5d40040c1: Pulling fs layer 02:38:29 1ce36da41761: Pulling fs layer 02:38:29 25b303627fd3: Pulling fs layer 02:38:29 29e5d40040c1: Verifying Checksum 02:38:29 29e5d40040c1: Download complete 02:38:30 1ce36da41761: Verifying Checksum 02:38:30 1ce36da41761: Download complete 02:38:30 29e5d40040c1: Pull complete 02:38:31 1ce36da41761: Pull complete 02:38:32 25b303627fd3: Verifying Checksum 02:38:32 25b303627fd3: Download complete 02:38:42 25b303627fd3: Pull complete 02:38:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:38:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:38:42 prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container 02:38:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:38:45 $ docker top 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:47 + docker-compose build --help 02:38:47 + grep parallel 02:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config 02:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:38:50 --parallel Build images in parallel. [Pipeline] } 02:38:50 $ docker stop --time=1 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 02:38:52 Removing intermediate container 2ac915996c19 02:38:52 ---> 484e7d689c2a 02:38:52 02:38:52 Step 10/22 : FROM alpine:3.10 02:38:52 3.10: Pulling from library/alpine 02:38:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:38:52 Status: Downloaded newer image for alpine:3.10 02:38:52 ---> be4e4bea2c2e 02:38:52 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:38:52 $ docker rm -f 44192d790d731da19106d3fd96924f6ab5cffefd4411fc7a8fcdc81c842356c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:38:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:53 . [Pipeline] withDockerContainer 02:38:53 prd-ubuntu18.04-docker-arm64-4c-16g-14259 does not seem to be running inside a container 02:38:53 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:38:55 ---> Running in be3cb29f36e6 02:38:55 Removing intermediate container 36cad3b9cd89 02:38:55 ---> 5cb6efd608b5 02:38:55 02:38:55 Step 10/24 : FROM alpine:3.10 02:38:55 ---> be4e4bea2c2e 02:38:55 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:38:55 Removing intermediate container e188eb760474 02:38:55 ---> cd541e328583 02:38:55 02:38:55 Step 10/22 : FROM scratch 02:38:55 ---> 02:38:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:38:55 ---> Running in 9c1f75b8faed 02:38:55 $ docker top 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 02:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 02:38:56 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:38:56 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:38:56 OK: 10348 distinct packages available 02:38:56 (1/5) Installing ca-certificates (20191127-r2) 02:38:56 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:38:56 (3/5) Installing libcurl (7.66.0-r1) 02:38:56 (4/5) Installing curl (7.66.0-r1) 02:38:56 ---> Running in 08e7079650c2 02:38:56 (5/5) Installing dumb-init (1.2.2-r1) 02:38:56 Executing busybox-1.30.1-r3.trigger 02:38:56 Executing ca-certificates-20191127-r2.trigger 02:38:56 OK: 7 MiB in 19 packages 02:38:56 + docker-compose -f ./docker-compose-build.yml build --parallel 02:38:58 Removing intermediate container ce93d56a6df4 02:38:58 ---> a585f9cb134d 02:38:58 02:38:58 Step 10/21 : FROM alpine 02:38:58 Removing intermediate container 08e7079650c2 02:38:58 ---> 6739bd7e6cde 02:38:58 Step 12/22 : ENV APP_PORT=48061 02:38:59 latest: Pulling from library/alpine 02:38:59 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 02:38:59 ---> Running in 722fc95f56fd 02:38:59 Status: Downloaded newer image for alpine:latest 02:38:59 ---> d6e46aa2470d 02:38:59 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 02:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 02:38:59 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:38:59 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:38:59 OK: 10348 distinct packages available 02:38:59 (1/5) Installing ca-certificates (20191127-r2) 02:38:59 Building docker-core-command-go ... 02:38:59 Building docker-core-data-go ... 02:38:59 Building docker-core-metadata-go ... 02:38:59 Building docker-security-bootstrap-redis-go ... 02:38:59 Building docker-security-proxy-setup-go ... 02:38:59 Building docker-security-secrets-setup-go ... 02:38:59 Building docker-security-secretstore-setup-go ... 02:38:59 Building docker-support-logging-go ... 02:38:59 Building docker-support-notifications-go ... 02:38:59 Building docker-support-scheduler-go ... 02:38:59 Building docker-sys-mgmt-agent-go ... 02:38:59 Building docker-core-data-go 02:38:59 Building docker-core-command-go 02:38:59 Building docker-core-metadata-go 02:38:59 Building docker-security-secretstore-setup-go 02:38:59 Building docker-support-logging-go 02:39:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:39:00 (3/5) Installing libcurl (7.66.0-r1) 02:39:00 (4/5) Installing curl (7.66.0-r1) 02:39:00 (5/5) Installing dumb-init (1.2.2-r1) 02:39:00 Executing busybox-1.30.1-r3.trigger 02:39:00 Executing ca-certificates-20191127-r2.trigger 02:39:00 OK: 7 MiB in 19 packages 02:39:00 ---> Running in bb5fc5422325 02:39:01 Removing intermediate container 644691e3cd92 02:39:01 ---> 4bb735b778c1 02:39:01 02:39:01 Step 10/22 : FROM scratch 02:39:01 ---> 02:39:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:39:01 Removing intermediate container 722fc95f56fd 02:39:01 ---> 19b5f506f7db 02:39:01 Step 13/22 : EXPOSE $APP_PORT 02:39:01 Removing intermediate container be3cb29f36e6 02:39:01 ---> d3fb3f654c03 02:39:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:39:01 ---> Running in 7f6e2b954459 02:39:01 ---> Running in 988d08998068 02:39:01 ---> Running in 1a04ffb2d386 02:39:01 Removing intermediate container 988d08998068 02:39:01 ---> 951f98a69210 02:39:01 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 02:39:01 Removing intermediate container 1a04ffb2d386 02:39:01 ---> 695b136756f0 02:39:01 Step 13/22 : WORKDIR / 02:39:01 Removing intermediate container 7f6e2b954459 02:39:01 ---> 3817587636b7 02:39:01 Step 12/22 : ENV APP_PORT=48081 02:39:01 ---> Running in 5982163c5c5f 02:39:01 ---> Running in 5a152117b668 02:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:02 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:39:02 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:39:02 OK: 12746 distinct packages available 02:39:02 Removing intermediate container 9c1f75b8faed 02:39:02 ---> e4b7efd0778c 02:39:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:39:02 ---> a5118efc9037 02:39:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 02:39:02 Removing intermediate container 5982163c5c5f 02:39:02 ---> 1c5045bf0ee2 02:39:02 Step 13/22 : EXPOSE $APP_PORT 02:39:02 (1/4) Installing ca-certificates (20191127-r4) 02:39:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:39:02 (3/4) Installing libcurl (7.69.1-r1) 02:39:02 (4/4) Installing curl (7.69.1-r1) 02:39:02 Executing busybox-1.31.1-r19.trigger 02:39:02 Executing ca-certificates-20191127-r4.trigger 02:39:02 OK: 7 MiB in 18 packages 02:39:03 ---> Running in 87a4bfb001d1 02:39:03 ---> Running in d4310e0b0510 02:39:03 Removing intermediate container 5a152117b668 02:39:03 ---> 3e684708a470 02:39:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 02:39:03 ---> ba0202756fa2 02:39:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 02:39:03 Removing intermediate container d4310e0b0510 02:39:03 ---> 9fff1cb9f302 02:39:03 Step 13/24 : WORKDIR / 02:39:04 Removing intermediate container 87a4bfb001d1 02:39:04 ---> b38ac3723543 02:39:04 Step 14/22 : WORKDIR / 02:39:04 ---> Running in fcf1c44cf8e1 02:39:04 ---> 5bfd005955c7 02:39:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:39:04 ---> Running in 9c9737a87203 02:39:04 Removing intermediate container bb5fc5422325 02:39:04 ---> 0085f1784d53 02:39:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:39:05 ---> 5fe8b3eb6ba4 02:39:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 02:39:05 ---> Running in 6fcea99f44d1 02:39:05 Removing intermediate container fcf1c44cf8e1 02:39:05 ---> 20c2d98cf151 02:39:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:39:05 Removing intermediate container 9c9737a87203 02:39:05 ---> fcd5eff3a73f 02:39:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:39:05 Removing intermediate container 6fcea99f44d1 02:39:05 ---> 90f63ba80b5f 02:39:05 Step 13/21 : WORKDIR /edgex 02:39:05 ---> 951326086b24 02:39:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:39:05 ---> a02dbce6a854 02:39:05 Step 18/22 : ENTRYPOINT ["/support-logging"] 02:39:05 ---> Running in f6a225dd5e84 02:39:05 ---> a3f2e46a26a4 02:39:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:39:05 ---> 4abb51aeb60b 02:39:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:39:05 ---> Running in b2ab2655671a 02:39:06 ---> 0b39ceb1845d 02:39:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:39:06 Removing intermediate container f6a225dd5e84 02:39:06 ---> 1508551b9446 02:39:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:39:06 Removing intermediate container b2ab2655671a 02:39:06 ---> cb9081ab9210 02:39:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:06 ---> d91219de3272 02:39:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:39:06 ---> Running in 9ec98db6a5e4 02:39:06 ---> 70d41013321f 02:39:06 Step 18/22 : RUN chmod +x entrypoint.sh 02:39:06 ---> 394c54124133 02:39:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:39:06 ---> 5ef36380f5df 02:39:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:39:06 ---> Running in afc8edc525c3 02:39:06 ---> 85b46a679364 02:39:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:39:07 Removing intermediate container 9ec98db6a5e4 02:39:07 ---> a481fd0669e3 02:39:07 Step 20/22 : LABEL arch=x86_64 02:39:07 ---> e6029beec1c2 02:39:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:39:07 ---> Running in d75c4aed1f14 02:39:07 ---> Running in 0a28691c4a54 02:39:07 ---> 21bac439fbb1 02:39:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:39:07 ---> 0423e8d098e9 02:39:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:39:07 Removing intermediate container d75c4aed1f14 02:39:07 ---> 3c8eb96a0ae6 02:39:07 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:39:07 Removing intermediate container 0a28691c4a54 02:39:07 ---> 37578c36f81b 02:39:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:07 ---> Running in 898086bd1a1f 02:39:08 ---> Running in 9140d7d35fcc 02:39:08 Removing intermediate container 898086bd1a1f 02:39:08 ---> b0f3ad63d610 02:39:08 Step 22/22 : LABEL version=1.3.1-dev.16 02:39:08 ---> 4df4f09f8b89 02:39:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:39:08 ---> a159b70364b6 02:39:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:39:08 Removing intermediate container 9140d7d35fcc 02:39:08 ---> 634919a3e0f5 02:39:08 Step 20/22 : LABEL arch=x86_64 02:39:08 ---> Running in eb09cc3f7efc 02:39:09 ---> Running in 9fb8e4b0ab22 02:39:09 ---> Running in 785f082e723b 02:39:09 ---> e9d9876434ce 02:39:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:09 Removing intermediate container eb09cc3f7efc 02:39:09 ---> 2db14ba18492 02:39:09 02:39:09 Removing intermediate container 9fb8e4b0ab22 02:39:09 ---> 843e4c0ff79d 02:39:09 Step 18/21 : CMD ["--init=true"] 02:39:09 ---> Running in 6b5a1e2150da 02:39:09 Removing intermediate container afc8edc525c3 02:39:09 ---> 09101e18f3e6 02:39:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:39:09 Removing intermediate container 785f082e723b 02:39:09 ---> 1dfd879ed3f0 02:39:09 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:39:09 Successfully built 2db14ba18492 02:39:09 Successfully tagged docker-support-logging-go:latest 02:39:09  Building docker-support-logging-go ... done Building docker-core-command-go 02:39:09 ---> Running in 83b976d395fa 02:39:09 ---> Running in 85e48d8f15ae 02:39:09 ---> Running in f5047bec4f54 02:39:09 Removing intermediate container 83b976d395fa 02:39:09 ---> ff9085a6be7d 02:39:09 Step 20/22 : LABEL arch=x86_64 02:39:10 Removing intermediate container 85e48d8f15ae 02:39:10 ---> 4ae361312cc4 02:39:10 Step 19/21 : LABEL arch=x86_64 02:39:10 ---> Running in d6aabe761e27 02:39:10 Removing intermediate container f5047bec4f54 02:39:10 ---> 1bd7f30edde0 02:39:10 Step 22/22 : LABEL version=1.3.1-dev.16 02:39:10 ---> Running in 7edde76ae7a9 02:39:10 ---> Running in 36a9f1ed9c71 02:39:10 Removing intermediate container d6aabe761e27 02:39:10 ---> b42407c2c643 02:39:10 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:39:12 Removing intermediate container 7edde76ae7a9 02:39:12 ---> 4e503d80e80a 02:39:12 Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:39:12 ---> Running in 164c13c47bd3 02:39:13 Removing intermediate container 36a9f1ed9c71 02:39:13 ---> 206cbccfed3d 02:39:13 02:39:13 Removing intermediate container 6b5a1e2150da 02:39:13 ---> d05815e8679d 02:39:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:39:14 Successfully built 206cbccfed3d 02:39:14 ---> Running in f7bae1724489 02:39:14 Successfully tagged docker-core-metadata-go:latest 02:39:14 Building docker-sys-mgmt-agent-go 02:39:15  Building docker-core-metadata-go ... done  ---> Running in 9af65a457f57 02:39:15 Removing intermediate container 164c13c47bd3 02:39:15 ---> 3910ec3500e4 02:39:15 Step 22/22 : LABEL version=1.3.1-dev.16 02:39:17 Removing intermediate container f7bae1724489 02:39:17 ---> 437390778afc 02:39:17 Step 21/21 : LABEL version=1.3.1-dev.16 02:39:19 ---> Running in bc9f57c45a78 02:39:19 Removing intermediate container 9af65a457f57 02:39:19 ---> 49e621402f73 02:39:19 Step 22/24 : LABEL arch=x86_64 02:39:20 ---> Running in 3d767de3c4c7 02:39:20 ---> Running in 8e19fcc925e2 02:39:21 Removing intermediate container bc9f57c45a78 02:39:21 ---> ed69f33ac2f8 02:39:21 02:39:21 Successfully built ed69f33ac2f8 02:39:21 Successfully tagged docker-security-bootstrap-redis-go:latest 02:39:21  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go 02:39:22 Removing intermediate container 8e19fcc925e2 02:39:22 ---> d7d2a36c5454 02:39:22 Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:39:22 Removing intermediate container 3d767de3c4c7 02:39:22 ---> 39d0ae2edeae 02:39:22 02:39:23 ---> Running in 70154c06c8a7 02:39:23 Successfully built 39d0ae2edeae 02:39:23 Successfully tagged docker-security-proxy-setup-go:latest 02:39:23  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 02:39:26 Removing intermediate container 70154c06c8a7 02:39:26 ---> 0ea1bd8391a2 02:39:26 Step 24/24 : LABEL version=1.3.1-dev.16 02:39:26 ---> Running in 41bef470f42f 02:39:27 Removing intermediate container 41bef470f42f 02:39:27 ---> ba0ba0ec6348 02:39:27 02:39:28 Successfully built ba0ba0ec6348 02:39:28 Successfully tagged docker-security-secretstore-setup-go:latest 02:39:28  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 02:39:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:29 ---> d1bfb63549a5 02:39:29 Step 3/22 : WORKDIR /edgex-go 02:39:29 ---> Using cache 02:39:29 ---> 549b2c7812a8 02:39:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:29 ---> Using cache 02:39:29 ---> 15f9f608bff0 02:39:29 Step 5/22 : RUN apk update && apk add make git 02:39:29 ---> Using cache 02:39:29 ---> 517287797e81 02:39:29 Step 6/22 : COPY go.mod . 02:39:29 ---> Using cache 02:39:29 ---> 2ea48fd39618 02:39:29 Step 7/22 : RUN go mod download 02:39:29 ---> Using cache 02:39:29 ---> e92ed39014d7 02:39:29 Step 8/22 : COPY . . 02:39:29 ---> Using cache 02:39:29 ---> 68506f71c28c 02:39:29 Step 9/22 : RUN make cmd/core-command/core-command 02:39:33 ---> Running in e137f57a1f92 02:39:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 02:39:36 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 02:39:36 ---> d1bfb63549a5 02:39:36 Step 3/27 : WORKDIR /edgex-go 02:39:36 ---> Using cache 02:39:36 ---> 549b2c7812a8 02:39:36 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:36 ---> Using cache 02:39:36 ---> 15f9f608bff0 02:39:36 Step 5/27 : RUN apk update && apk add make bash git 02:39:36 ---> Running in c8ebd1da8edc 02:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:38 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:39:38 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:39:38 OK: 12745 distinct packages available 02:39:39 OK: 233 MiB in 51 packages 02:39:42 Removing intermediate container c8ebd1da8edc 02:39:42 ---> 1bbcd46a9458 02:39:42 Step 6/27 : COPY go.mod . 02:39:43 ---> be661613419f 02:39:43 Step 7/27 : RUN go mod download 02:39:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:46 ---> 69365b85481f 02:39:46 Step 3/22 : WORKDIR /edgex-go 02:39:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:39:46 ---> 69365b85481f 02:39:46 Step 3/24 : WORKDIR /edgex-go 02:39:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:46 ---> 69365b85481f 02:39:46 Step 3/22 : WORKDIR /edgex-go 02:39:46 ---> Running in aa47d60522eb 02:39:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:46 ---> 69365b85481f 02:39:46 Step 3/22 : WORKDIR /edgex-go 02:39:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:39:46 ---> 69365b85481f 02:39:46 Step 3/23 : WORKDIR /edgex-go 02:39:50 ---> Running in 4c45687e8047 02:39:50 ---> Running in d91ed4f9d908 02:39:50 ---> Running in 6607cb550c6f 02:39:50 ---> Running in 80eb60c9c5d2 02:39:50 ---> Running in 7e20a71025fe 02:39:51 Removing intermediate container 6607cb550c6f 02:39:51 ---> 2d07df132a77 02:39:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:51 Removing intermediate container 7e20a71025fe 02:39:51 ---> 7a0dbe4729b6 02:39:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:51 Removing intermediate container 80eb60c9c5d2 02:39:51 ---> 022cde0bb4d6 02:39:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:51 Removing intermediate container 4c45687e8047 02:39:51 ---> dd78d249bcaa 02:39:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:51 Removing intermediate container d91ed4f9d908 02:39:51 ---> 5f9f8488619f 02:39:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:51 ---> Running in d2f2949915b6 02:39:51 ---> Running in ca3e629ede5e 02:39:51 ---> Running in 85b88b10891c 02:39:51 ---> Running in dbf29abf062e 02:39:51 ---> Running in 44b443b30763 02:39:52 Removing intermediate container aa47d60522eb 02:39:52 ---> 05855c52b932 02:39:52 Step 8/27 : COPY . . 02:39:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 02:39:53 ---> d1bfb63549a5 02:39:53 Step 3/29 : WORKDIR /edgex-go 02:39:53 ---> Using cache 02:39:53 ---> 549b2c7812a8 02:39:53 Step 4/29 : RUN apk update && apk add make git 02:39:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:39:54 ---> d1bfb63549a5 02:39:54 Step 3/23 : WORKDIR /edgex-go 02:39:54 ---> Using cache 02:39:54 ---> 549b2c7812a8 02:39:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:54 ---> Using cache 02:39:54 ---> 15f9f608bff0 02:39:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:39:55 Removing intermediate container d2f2949915b6 02:39:55 ---> 2fc1ebef8928 02:39:55 Step 5/22 : RUN apk update && apk add make git 02:39:55 Removing intermediate container ca3e629ede5e 02:39:55 ---> Running in 6adb6890510f 02:39:55 ---> 569461f50e6f 02:39:55 Step 5/24 : RUN apk update && apk add make git 02:39:55 ---> Running in 69b67b0517e5 02:39:55 Removing intermediate container dbf29abf062e 02:39:55 ---> d1bf3448f129 02:39:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:39:55 Removing intermediate container 44b443b30763 02:39:55 ---> 83f79c365b49 02:39:55 Step 5/22 : RUN apk update && apk add make && apk add bash git 02:39:55 Removing intermediate container 85b88b10891c 02:39:55 ---> 5c48a5d346bd 02:39:55 Step 5/22 : RUN apk update && apk add make git 02:39:56 ---> Running in f9c048e2e546 02:39:56 ---> Running in 7355baf27316 02:39:56 ---> Running in 48d369c9c8d7 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:39:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:39:58 ---> d1bfb63549a5 02:39:58 Step 3/21 : WORKDIR /edgex-go 02:39:58 ---> Using cache 02:39:58 ---> 549b2c7812a8 02:39:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:58 ---> Using cache 02:39:58 ---> 15f9f608bff0 02:39:58 Step 5/21 : RUN apk update && apk add make git 02:39:58 ---> Using cache 02:39:58 ---> 517287797e81 02:39:58 Step 6/21 : COPY go.mod . 02:39:58 ---> Using cache 02:39:58 ---> 2ea48fd39618 02:39:58 Step 7/21 : RUN go mod download 02:39:58 ---> Using cache 02:39:58 ---> e92ed39014d7 02:39:58 Step 8/21 : COPY . . 02:39:58 ---> Using cache 02:39:58 ---> 68506f71c28c 02:39:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:58 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:39:58 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:39:58 OK: 12616 distinct packages available 02:39:59 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:39:59 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:39:59 OK: 12616 distinct packages available 02:39:59 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:39:59 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:39:59 OK: 12616 distinct packages available 02:39:59 OK: 217 MiB in 51 packages 02:39:59 OK: 217 MiB in 51 packages 02:40:00 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:40:00 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:40:00 OK: 12616 distinct packages available 02:40:00 ---> Running in ce5939ac5e99 02:40:00 ---> Running in d605fdd6921a 02:40:00 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:40:00 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:40:00 OK: 12616 distinct packages available 02:40:00 OK: 217 MiB in 51 packages 02:40:00 OK: 217 MiB in 51 packages 02:40:01 OK: 217 MiB in 51 packages 02:40:01 OK: 217 MiB in 51 packages 02:40:01 ---> Running in a5210343f4e8 02:40:01 Removing intermediate container 6adb6890510f 02:40:01 ---> b39d1aad0e8f 02:40:01 Step 6/22 : COPY go.mod . 02:40:02 Removing intermediate container 69b67b0517e5 02:40:02 ---> f523140d6e9f 02:40:02 Step 6/24 : COPY go.mod . 02:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:40:02 Removing intermediate container 48d369c9c8d7 02:40:02 ---> 8f1e51f7273f 02:40:02 Step 6/22 : COPY go.mod . 02:40:02 ---> 931c2f73818c 02:40:02 Step 7/22 : RUN go mod download 02:40:02 ---> bc631352e84e 02:40:02 Step 7/24 : RUN go mod download 02:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:40:03 Removing intermediate container 7355baf27316 02:40:03 ---> c6b938b6c7c5 02:40:03 Step 6/23 : COPY go.mod . 02:40:03 ---> Running in 54f0d2392f91 02:40:03 ---> Running in 412dd9c2d4c1 02:40:03 Removing intermediate container f9c048e2e546 02:40:03 ---> a9d8793edcda 02:40:03 Step 6/22 : COPY go.mod . 02:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:40:03 ---> bb487d53face 02:40:03 Step 7/22 : RUN go mod download 02:40:03 ---> Running in 65573cca911b 02:40:04 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:40:04 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:40:04 OK: 12745 distinct packages available 02:40:04 OK: 233 MiB in 51 packages 02:40:04 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:40:04 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:40:04 OK: 12745 distinct packages available 02:40:04 ---> 4b705affff65 02:40:04 Step 7/23 : RUN go mod download 02:40:04 ---> Running in 456d8978f9dd 02:40:04 OK: 233 MiB in 51 packages 02:40:04 ---> b7b36d83bda8 02:40:04 Step 7/22 : RUN go mod download 02:40:05 ---> Running in 2b7aa6c6e464 02:40:07 Removing intermediate container 412dd9c2d4c1 02:40:07 ---> 99941f4fd8a0 02:40:07 Step 8/24 : COPY . . 02:40:08 Removing intermediate container 54f0d2392f91 02:40:08 ---> c06b3fcf9e9c 02:40:08 Step 8/22 : COPY . . 02:40:08 Removing intermediate container 65573cca911b 02:40:08 ---> 2b40864588f8 02:40:08 Step 8/22 : COPY . . 02:40:08 Removing intermediate container 456d8978f9dd 02:40:08 ---> 8f4690ce997a 02:40:08 Step 8/23 : COPY . . 02:40:09 Removing intermediate container 2b7aa6c6e464 02:40:09 ---> 4f29262d97c4 02:40:09 Step 8/22 : COPY . . 02:40:11 Removing intermediate container d605fdd6921a 02:40:11 ---> 0585ba00428c 02:40:11 Step 6/23 : COPY go.mod . 02:40:11 Removing intermediate container ce5939ac5e99 02:40:11 ---> 69a0c7171c3d 02:40:11 Step 5/29 : COPY go.mod . 02:40:12 Removing intermediate container e137f57a1f92 02:40:12 ---> b71fda13cb00 02:40:12 02:40:12 Step 10/22 : FROM scratch 02:40:12 ---> 02:40:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:40:12 ---> d482db81ecb2 02:40:12 Step 6/29 : RUN go mod download 02:40:12 ---> Running in 574b5d065fb8 02:40:13 ---> Using cache 02:40:13 ---> 3817587636b7 02:40:13 Step 12/22 : ENV APP_PORT=48082 02:40:14 ---> 81be3c6fb22a 02:40:14 Step 7/23 : RUN go mod download 02:40:14 ---> Running in 21ff1fa6d1d2 02:40:15 ---> Running in 142aeb1f9325 02:40:16 Removing intermediate container 21ff1fa6d1d2 02:40:16 ---> 905a91464b63 02:40:16 Step 13/22 : EXPOSE $APP_PORT 02:40:16 ---> Running in 9d45b1bc34be 02:40:16 ---> 88868fb4cec7 02:40:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:40:16 Removing intermediate container 9d45b1bc34be 02:40:16 ---> d1543306754d 02:40:16 Step 14/22 : WORKDIR / 02:40:16 ---> Running in 70e2c27c971c 02:40:16 ---> Running in 6c68922c429c 02:40:17 Removing intermediate container 574b5d065fb8 02:40:17 ---> 0e4e902784b9 02:40:17 Step 7/29 : COPY . . 02:40:17 Removing intermediate container 6c68922c429c 02:40:17 ---> 140097401f22 02:40:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:40:18 ---> cf3b44bef443 02:40:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:40:20 Removing intermediate container 142aeb1f9325 02:40:20 ---> 0b5f66e30131 02:40:20 Step 8/23 : COPY . . 02:40:24 ---> 930bc9c341ca 02:40:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:40:27 ---> bc12dfe86c72 02:40:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:27 ---> 678fea3823bd 02:40:27 Step 9/23 : RUN make cmd/core-data/core-data 02:40:27 ---> 2c55f0b4abb0 02:40:27 Step 9/22 : RUN make cmd/core-command/core-command 02:40:27 ---> 1eac039e4c29 02:40:27 Step 9/22 : RUN make cmd/support-logging/support-logging 02:40:27 ---> 55dd86ee68c0 02:40:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:40:27 ---> Running in cc65d651689d 02:40:27 ---> Running in 529c376bed6a 02:40:27 ---> Running in 53e7358b42bc 02:40:27 ---> Running in e2f976e7440c 02:40:27 ---> Running in e1906318e596 02:40:28 ---> 2cad9fd9d0e6 02:40:28 Step 18/22 : ENTRYPOINT ["/core-command"] 02:40:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:40:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 02:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 02:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging 02:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:40:30 ---> Running in bea1d4826bd5 02:40:41 Removing intermediate container bea1d4826bd5 02:40:41 ---> c2b5b6487e4c 02:40:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:40:43 ---> Running in f44bb3520abb 02:40:43 Removing intermediate container a5210343f4e8 02:40:43 ---> 3543f3458099 02:40:43 02:40:43 Step 10/21 : FROM scratch 02:40:43 ---> 02:40:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:40:43 ---> 0f042cd55cfc 02:40:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 02:40:43 ---> Using cache 02:40:43 ---> 3817587636b7 02:40:43 Step 12/21 : ENV APP_PORT=48085 02:40:44 ---> Running in 9a3ec05a1e1b 02:40:44 Removing intermediate container f44bb3520abb 02:40:44 ---> 9da7c0734793 02:40:44 Step 20/22 : LABEL arch=x86_64 02:40:44 ---> Running in 0c10fdd78a58 02:40:45 ---> Running in 629bd356cba5 02:40:45 ---> 9ffa666b51da 02:40:45 Step 9/23 : RUN make cmd/core-data/core-data 02:40:45 Removing intermediate container 9a3ec05a1e1b 02:40:45 ---> 5f57b7e777a3 02:40:45 Step 13/21 : EXPOSE $APP_PORT 02:40:45 ---> Running in 0f2c1ccfcbfa 02:40:45 ---> Running in 19e0a6caf52d 02:40:45 Removing intermediate container 629bd356cba5 02:40:45 ---> 39dd73a01dfa 02:40:45 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:40:45 ---> Running in ca3da6476cae 02:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 02:40:45 Removing intermediate container 19e0a6caf52d 02:40:45 ---> 6b99085b6ad6 02:40:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:40:46 Removing intermediate container ca3da6476cae 02:40:46 ---> c3a23fffcb18 02:40:46 Step 22/22 : LABEL version=1.3.1-dev.16 02:40:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 02:40:47 ---> a7320921ffa3 02:40:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:40:47 ---> Running in 86fd277cd22c 02:40:47 Removing intermediate container 86fd277cd22c 02:40:47 ---> e21b77c8b949 02:40:47 02:40:47 Removing intermediate container 70e2c27c971c 02:40:47 ---> 96058255236b 02:40:47 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:40:48 Successfully built e21b77c8b949 02:40:48 Successfully tagged docker-core-command-go:latest 02:40:48 ---> Running in dd7aecd5179b 02:40:48  Building docker-core-command-go ... done Building docker-support-notifications-go 02:40:53 ---> 025c1a56f639 02:40:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:40:53 ---> 6f710e00a9ec 02:40:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:40:54 ---> Running in ca4e6c1d4b41 02:40:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:40:54 Removing intermediate container ca4e6c1d4b41 02:40:54 ---> fba2269029b0 02:40:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:40:54 ---> Running in 7d7f302f5ba8 02:40:54 Removing intermediate container 7d7f302f5ba8 02:40:54 ---> c95ddbab3b13 02:40:54 Step 19/21 : LABEL arch=x86_64 02:40:55 ---> Running in 3768c61f1dfd 02:40:55 Removing intermediate container 3768c61f1dfd 02:40:55 ---> 6d25efdc843f 02:40:55 Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:40:56 ---> Running in f436cb41642f 02:40:56 Removing intermediate container f436cb41642f 02:40:56 ---> 9e7bed049f3e 02:40:56 Step 21/21 : LABEL version=1.3.1-dev.16 02:40:57 ---> Running in db36e9fda8d5 02:40:58 Removing intermediate container db36e9fda8d5 02:40:58 ---> 54600ac50610 02:40:58 02:40:58 Removing intermediate container dd7aecd5179b 02:40:58 ---> 072e93ec5d30 02:40:58 02:40:58 Step 11/27 : FROM docker:latest 02:40:58 ---> b0757c55a1fd 02:40:58 Step 12/27 : RUN apk add --no-cache bash 02:40:58 Successfully built 54600ac50610 02:40:58 Successfully tagged docker-support-scheduler-go:latest 02:40:58  Building docker-support-scheduler-go ... done  ---> Running in 7f1b7bd362ef 02:41:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:01 (1/2) Installing readline (8.0.4-r0) 02:41:01 (2/2) Installing bash (5.0.17-r0) 02:41:01 Executing bash-5.0.17-r0.post-install 02:41:01 Executing busybox-1.31.1-r19.trigger 02:41:01 OK: 12 MiB in 22 packages 02:41:03 Removing intermediate container 7f1b7bd362ef 02:41:03 ---> 1cee85b41d83 02:41:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 02:41:03 ---> Running in 4287d21ca434 02:41:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:41:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:41:07 ---> d1bfb63549a5 02:41:07 Step 3/24 : WORKDIR /edgex-go 02:41:07 ---> Using cache 02:41:07 ---> 549b2c7812a8 02:41:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:07 ---> Using cache 02:41:07 ---> 15f9f608bff0 02:41:07 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 02:41:10 ---> Running in 4f35b09c6291 02:41:10 Removing intermediate container 0c10fdd78a58 02:41:10 ---> 1ddced0a47ed 02:41:10 02:41:10 Step 9/29 : FROM alpine:latest 02:41:10 ---> d6e46aa2470d 02:41:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 02:41:10 Removing intermediate container 4287d21ca434 02:41:10 ---> 5ba1b6c9c833 02:41:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:41:10 ---> Running in c16b0bda2084 02:41:10 ---> Running in de33e14802c8 02:41:10 Removing intermediate container c16b0bda2084 02:41:10 ---> c7b5e23828e9 02:41:10 Step 11/29 : USER root 02:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:10 ---> Running in 7d8e34863807 02:41:10 Removing intermediate container de33e14802c8 02:41:10 ---> 1cb19c3c5e1f 02:41:10 Step 15/27 : ENV APP_PORT=48090 02:41:11 ---> Running in 06f5effef4b9 02:41:11 Removing intermediate container 7d8e34863807 02:41:11 ---> 0e6b36d74259 02:41:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 02:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:11 ---> Running in 355680d37b0e 02:41:11 Removing intermediate container 06f5effef4b9 02:41:11 ---> 0d87d41c747a 02:41:11 Step 16/27 : EXPOSE $APP_PORT 02:41:11 ---> Running in e6d5e5973ec2 02:41:11 Removing intermediate container e6d5e5973ec2 02:41:11 ---> 5eafc4efdcdf 02:41:11 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:41:11 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:41:11 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:41:11 OK: 12745 distinct packages available 02:41:12 OK: 233 MiB in 51 packages 02:41:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:12 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:41:12 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:41:12 OK: 12746 distinct packages available 02:41:12 ---> 93fd0e14c598 02:41:12 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:41:12 (1/2) Installing ca-certificates (20191127-r4) 02:41:12 (2/2) Installing dumb-init (1.2.2-r1) 02:41:12 Executing busybox-1.31.1-r19.trigger 02:41:12 Executing ca-certificates-20191127-r4.trigger 02:41:13 OK: 6 MiB in 16 packages 02:41:13 ---> f6b40436aac3 02:41:13 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:41:13 Removing intermediate container 4f35b09c6291 02:41:13 ---> 13a1dd6173c5 02:41:13 Step 6/24 : COPY go.mod . 02:41:14 ---> ad8d1440350e 02:41:14 Step 7/24 : RUN go mod download 02:41:14 ---> 7c16a59c17ad 02:41:14 Step 20/27 : RUN apk --no-cache add py3-pip 02:41:15 ---> Running in 5ecc3b2441b8 02:41:15 ---> Running in 0e54b3aa1248 02:41:15 Removing intermediate container 355680d37b0e 02:41:15 ---> fb2eefe806af 02:41:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 02:41:15 ---> Running in 23664b405640 02:41:15 Removing intermediate container 23664b405640 02:41:15 ---> b27654a14b8a 02:41:15 Step 14/29 : WORKDIR $BASE_DIR 02:41:15 ---> Running in ab3412c698b5 02:41:15 Removing intermediate container ab3412c698b5 02:41:15 ---> 6670fd65398d 02:41:15 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 02:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:15 ---> Running in 85f13d09c6c5 02:41:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:16 (1/33) Installing libbz2 (1.0.8-r1) 02:41:16 (2/33) Installing expat (2.2.9-r1) 02:41:16 (3/33) Installing libffi (3.3-r2) 02:41:16 (4/33) Installing gdbm (1.13-r1) 02:41:16 (5/33) Installing xz-libs (5.2.5-r0) 02:41:16 (6/33) Installing sqlite-libs (3.32.1-r0) 02:41:16 (7/33) Installing python3 (3.8.5-r0) 02:41:18 (8/33) Installing py3-appdirs (1.4.4-r1) 02:41:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:41:18 (10/33) Installing py3-parsing (2.4.7-r0) 02:41:18 (11/33) Installing py3-six (1.15.0-r0) 02:41:18 (12/33) Installing py3-packaging (20.4-r0) 02:41:19 (13/33) Installing py3-setuptools (47.0.0-r0) 02:41:19 (14/33) Installing py3-chardet (3.0.4-r4) 02:41:22 (15/33) Installing py3-idna (2.9-r0) 02:41:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:41:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:41:22 (18/33) Installing py3-requests (2.23.0-r0) 02:41:22 (19/33) Installing py3-msgpack (1.0.0-r0) 02:41:23 (20/33) Installing py3-lockfile (0.12.2-r3) 02:41:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:41:23 Removing intermediate container 5ecc3b2441b8 02:41:23 ---> a3823e634026 02:41:23 Step 8/24 : COPY . . 02:41:23 (22/33) Installing py3-colorama (0.4.3-r0) 02:41:23 (23/33) Installing py3-distlib (0.3.0-r0) 02:41:23 (24/33) Installing py3-distro (1.5.0-r1) 02:41:24 (25/33) Installing py3-webencodings (0.5.1-r3) 02:41:24 (26/33) Installing py3-html5lib (1.0.1-r4) 02:41:24 Removing intermediate container 0f2c1ccfcbfa 02:41:24 ---> beddd800f9dd 02:41:24 02:41:24 Step 10/23 : FROM alpine 02:41:24 ---> d6e46aa2470d 02:41:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:41:25 (27/33) Installing py3-pytoml (0.1.21-r0) 02:41:26 Removing intermediate container 85f13d09c6c5 02:41:26 ---> 6d10bdb56f00 02:41:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 02:41:26 (28/33) Installing py3-pep517 (0.8.2-r0) 02:41:26 (29/33) Installing py3-progress (1.5-r0) 02:41:26 (30/33) Installing py3-toml (0.10.1-r0) 02:41:27 (31/33) Installing py3-retrying (1.3.3-r0) 02:41:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:41:27 (33/33) Installing py3-pip (20.1.1-r0) 02:41:27 ---> Running in ffd9b2a6f1b2 02:41:30 Executing busybox-1.31.1-r19.trigger 02:41:31 OK: 71 MiB in 55 packages 02:41:33 ---> 82c0a9587e7e 02:41:33 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 02:41:33 Removing intermediate container ffd9b2a6f1b2 02:41:33 ---> 723460c84e81 02:41:33 Step 12/23 : ENV APP_PORT=48080 02:41:36 ---> Running in 7f0e086a2e1c 02:41:36 ---> 9af63905dcfa 02:41:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 02:41:37 Removing intermediate container 7f0e086a2e1c 02:41:37 ---> 248db31e2f34 02:41:37 Step 13/23 : EXPOSE $APP_PORT 02:41:43 ---> Running in 325a00441adf 02:41:43 ---> 50ab11e3c0a5 02:41:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 02:41:43 Removing intermediate container 325a00441adf 02:41:43 ---> 515bdec89a1c 02:41:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:44 ---> Running in 07b22e9a9d34 02:41:45 ---> f507577ad9ae 02:41:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:41:45 ---> 42142fe40df8 02:41:45 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 02:41:46 ---> Running in b461c8967645 02:41:47 ---> 6b35bcc88cdc 02:41:47 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 02:41:47 ---> Running in c13781e364b3 02:41:48 Removing intermediate container 0e54b3aa1248 02:41:48 ---> d4399394abc5 02:41:48 Step 21/27 : RUN pip install docker-compose==1.23.2 02:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:41:48 ---> Running in 63a81f0372ae 02:41:48 Removing intermediate container 07b22e9a9d34 02:41:48 ---> b9af12ac83a5 02:41:48 Step 15/23 : RUN apk --no-cache add zeromq 02:41:48 ---> Running in cbfa4be06b1e 02:41:49 Removing intermediate container c13781e364b3 02:41:49 ---> facd48597f0e 02:41:49 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 02:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:49 ---> 62e5795810f4 02:41:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:41:49 ---> Running in 38ca4ed63f3a 02:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:50 (1/5) Installing libgcc (9.3.0-r2) 02:41:50 (2/5) Installing libsodium (1.0.18-r0) 02:41:51 (3/5) Installing libstdc++ (9.3.0-r2) 02:41:51 (4/5) Installing libzmq (4.3.3-r0) 02:41:51 (5/5) Installing zeromq (4.3.3-r0) 02:41:51 Executing busybox-1.31.1-r19.trigger 02:41:51 OK: 8 MiB in 19 packages 02:41:51 Collecting docker-compose==1.23.2 02:41:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:41:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:41:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:41:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:41:52 Collecting cached-property<2,>=1.2.0 02:41:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:41:52 Collecting PyYAML<4,>=3.10 02:41:52 Downloading PyYAML-3.13.tar.gz (270 kB) 02:41:52 Removing intermediate container 38ca4ed63f3a 02:41:52 ---> 0670e76cbc6b 02:41:52 Step 24/29 : RUN chmod 755 security-secrets-setup 02:41:52 Removing intermediate container cbfa4be06b1e 02:41:52 ---> fd6694480eda 02:41:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:41:52 ---> Running in 1b18ce7d19e2 02:41:53 Collecting jsonschema<3,>=2.5.1 02:41:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:41:53 ---> 3a1b54959bbf 02:41:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:41:53 Collecting docopt<0.7,>=0.6.1 02:41:53 Downloading docopt-0.6.2.tar.gz (25 kB) 02:41:55 Collecting websocket-client<1.0,>=0.32.0 02:41:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:41:55 ---> e9047544d485 02:41:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:41:55 Collecting docker<4.0,>=3.6.0 02:41:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:41:55 Removing intermediate container 1b18ce7d19e2 02:41:55 ---> 1bc55f6ff07c 02:41:55 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 02:41:55 Collecting texttable<0.10,>=0.9.0 02:41:55 Downloading texttable-0.9.1.tar.gz (11 kB) 02:41:55 ---> Running in 459a5408bcc8 02:41:55 ---> eb44466d7fc4 02:41:55 Step 19/23 : ENTRYPOINT ["/core-data"] 02:41:55 ---> Running in 0c97aa06da1f 02:41:55 Removing intermediate container 459a5408bcc8 02:41:55 ---> a908142d6c78 02:41:55 Step 26/29 : CMD [ "generate" ] 02:41:55 ---> Running in 4b7f983ab0d2 02:41:55 Removing intermediate container 0c97aa06da1f 02:41:55 ---> 3b6a0b01ae9d 02:41:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:41:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:41:55 ---> Running in 821f9fc389f7 02:41:55 Collecting dockerpty<0.5,>=0.4.1 02:41:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:41:56 Removing intermediate container 4b7f983ab0d2 02:41:56 ---> 9de881889f78 02:41:56 Step 27/29 : LABEL arch=x86_64 02:41:56 Removing intermediate container 821f9fc389f7 02:41:56 ---> f49b1885765f 02:41:56 Step 21/23 : LABEL arch=x86_64 02:41:56 ---> Running in 4199c6da307e 02:41:56 ---> Running in bafcda81e545 02:41:56 Removing intermediate container 4199c6da307e 02:41:56 ---> 8b44004edfb4 02:41:56 Step 28/29 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:41:56 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) 02:41:56 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) 02:41:56 ---> Running in 964f29d7a1cd 02:41:56 Removing intermediate container bafcda81e545 02:41:56 ---> 971978b8a0ec 02:41:56 Step 22/23 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:41:56 Collecting urllib3<1.25,>=1.21.1 02:41:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:41:56 ---> Running in 7a45bcc93045 02:41:56 Removing intermediate container 964f29d7a1cd 02:41:56 ---> 86d1d9128fa7 02:41:56 Step 29/29 : LABEL version=1.3.1-dev.16 02:41:56 Collecting idna<2.8,>=2.5 02:41:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:41:56 Collecting docker-pycreds>=0.4.0 02:41:56 ---> Running in 2bd0c9b9e619 02:41:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:41:56 Removing intermediate container 7a45bcc93045 02:41:56 ---> 980b20121d29 02:41:56 Step 23/23 : LABEL version=1.3.1-dev.16 02:41:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:41:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:41:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:41:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:41:57 Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, jsonschema, docopt, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose 02:41:57 Attempting uninstall: urllib3 02:41:57 Found existing installation: urllib3 1.25.9 02:41:57 Uninstalling urllib3-1.25.9: 02:41:57 Successfully uninstalled urllib3-1.25.9 02:41:57 Removing intermediate container 2bd0c9b9e619 02:41:57 ---> 1c4230e75caf 02:41:57 02:41:57 ---> Running in 553cc2f3b332 02:41:57 Attempting uninstall: idna 02:41:57 Found existing installation: idna 2.9 02:41:57 Uninstalling idna-2.9: 02:41:57 Successfully uninstalled idna-2.9 02:41:57 Successfully built 1c4230e75caf 02:41:57 Attempting uninstall: requests 02:41:57 Found existing installation: requests 2.23.0 02:41:57 Uninstalling requests-2.23.0: 02:41:57 Successfully tagged docker-security-secrets-setup-go:latest 02:41:58 Removing intermediate container 553cc2f3b332 02:41:58 ---> 3529a6a076da 02:41:58 02:41:58  Building docker-security-secrets-setup-go ... done  Successfully uninstalled requests-2.23.0 02:41:58 Running setup.py install for PyYAML: started 02:41:58 Successfully built 3529a6a076da 02:41:58 Successfully tagged docker-core-data-go:latest 02:41:59  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' 02:41:59 Running setup.py install for docopt: started 02:41:59 Running setup.py install for docopt: finished with status 'done' 02:42:00 Running setup.py install for texttable: started 02:42:00 Running setup.py install for texttable: finished with status 'done' 02:42:00 Running setup.py install for dockerpty: started 02:42:00 Running setup.py install for dockerpty: finished with status 'done' 02:42:01 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 02:42:04 Removing intermediate container 529c376bed6a 02:42:04 ---> 01428f19a208 02:42:04 02:42:04 Step 10/24 : FROM alpine:3.10 02:42:04 3.10: Pulling from library/alpine 02:42:04 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:42:04 Status: Downloaded newer image for alpine:3.10 02:42:04 ---> 536a684cf733 02:42:04 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:42:04 Removing intermediate container b461c8967645 02:42:04 ---> 7fe940914199 02:42:04 02:42:04 Step 10/24 : FROM scratch 02:42:04 ---> 02:42:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:42:04 ---> Running in 1bc5059ee9ee 02:42:05 Removing intermediate container 63a81f0372ae 02:42:05 ---> 1f9bc68150b7 02:42:05 Step 22/27 : RUN apk --no-cache add curl 02:42:06 ---> Running in 0c5a2e46d5af 02:42:06 ---> Using cache 02:42:06 ---> 6739bd7e6cde 02:42:06 Step 12/24 : ENV APP_PORT=48060 02:42:06 ---> Running in bb0aa8fb1aa0 02:42:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:06 Removing intermediate container bb0aa8fb1aa0 02:42:06 ---> 365a88b0738f 02:42:06 Step 13/24 : EXPOSE $APP_PORT 02:42:06 ---> Running in b98276def96c 02:42:07 Removing intermediate container b98276def96c 02:42:07 ---> 8e2c29496726 02:42:07 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:42:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:42:07 (2/3) Installing libcurl (7.69.1-r1) 02:42:07 ---> f9a886f17b7b 02:42:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:42:07 (3/3) Installing curl (7.69.1-r1) 02:42:07 Executing busybox-1.31.1-r19.trigger 02:42:07 OK: 72 MiB in 58 packages 02:42:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 02:42:07 Removing intermediate container e2f976e7440c 02:42:07 ---> 51a01e71e0ea 02:42:07 02:42:07 Step 10/22 : FROM scratch 02:42:07 ---> 02:42:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:42:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 02:42:07 ---> Running in d87980b259c6 02:42:08 ---> eba11a9d5454 02:42:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:42:08 Removing intermediate container 0c5a2e46d5af 02:42:08 ---> 6073a7a8b5e5 02:42:08 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 02:42:08 ---> Running in ba562dd6c5da 02:42:08 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:42:08 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:42:08 OK: 10169 distinct packages available 02:42:08 Removing intermediate container d87980b259c6 02:42:08 ---> e8c37d6c17b8 02:42:08 Step 12/22 : ENV APP_PORT=48061 02:42:08 Removing intermediate container ba562dd6c5da 02:42:08 ---> 6f02ee7caeb6 02:42:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:42:08 ---> Running in 49baae4a02de 02:42:08 ---> e6df3504f635 02:42:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:42:08 ---> Running in 4eb249af5ac6 02:42:08 Removing intermediate container 49baae4a02de 02:42:08 ---> e930e56ccd5b 02:42:08 Step 25/27 : LABEL arch=x86_64 02:42:08 ---> Running in 14930d441a4c 02:42:08 ---> 43cc912763c3 02:42:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:42:09 Removing intermediate container 14930d441a4c 02:42:09 ---> a82ed56ccfab 02:42:09 Step 26/27 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:42:09 ---> Running in 07cdd1bf9a66 02:42:09 (1/5) Installing ca-certificates (20191127-r2) 02:42:09 Removing intermediate container 4eb249af5ac6 02:42:09 ---> f643847ecbc3 02:42:09 Step 13/22 : EXPOSE $APP_PORT 02:42:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:42:09 (3/5) Installing libcurl (7.66.0-r1) 02:42:09 (4/5) Installing curl (7.66.0-r1) 02:42:09 (5/5) Installing dumb-init (1.2.2-r1) 02:42:09 Removing intermediate container 07cdd1bf9a66 02:42:09 ---> bcf9615e99fd 02:42:09 Step 27/27 : LABEL version=1.3.1-dev.16 02:42:09 ---> 6d50cb3acc4e 02:42:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:42:09 ---> Running in b7fe226fa7cc 02:42:09 Executing busybox-1.30.1-r3.trigger 02:42:09 ---> Running in 04780fc37c01 02:42:09 Executing ca-certificates-20191127-r2.trigger 02:42:09 Removing intermediate container b7fe226fa7cc 02:42:09 ---> 9f3ef96d3bc1 02:42:09 02:42:09 OK: 7 MiB in 19 packages 02:42:10 ---> 8b895d661ff0 02:42:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:42:10 Successfully built 9f3ef96d3bc1 02:42:10 Successfully tagged docker-sys-mgmt-agent-go:latest 02:42:10  Building docker-sys-mgmt-agent-go ... done  ---> Running in 7a92c6e5a608 02:42:10 Removing intermediate container 7a92c6e5a608 02:42:10 ---> 4a8993a18133 02:42:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:42:10 ---> Running in d058d56c9bbb 02:42:10 Removing intermediate container 04780fc37c01 02:42:10 ---> 53b2e5e6d8d9 02:42:10 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 02:42:10 Removing intermediate container d058d56c9bbb 02:42:10 ---> 035fad6c9013 02:42:10 Step 22/24 : LABEL arch=x86_64 02:42:10 ---> Running in 6751547903da 02:42:11 Removing intermediate container 6751547903da 02:42:11 ---> 78fb97dfa0bd 02:42:11 Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:42:11 ---> Running in 880781eb7845 02:42:11 Removing intermediate container 880781eb7845 02:42:11 ---> 9492be8e7235 02:42:11 Step 24/24 : LABEL version=1.3.1-dev.16 02:42:11 ---> Running in 5767c91fb552 02:42:11 Removing intermediate container 5767c91fb552 02:42:11 ---> 7b79c08d11a9 02:42:11 02:42:11 Successfully built 7b79c08d11a9 02:42:11 Successfully tagged docker-support-notifications-go:latest 02:42:12 ---> 740a8a276d3a 02:42:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 02:42:12  Building docker-support-notifications-go ... done  [Pipeline] } 02:42:12 $ docker stop --time=1 d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 02:42:12 Removing intermediate container 1bc5059ee9ee 02:42:12 ---> 79b7cba2cb39 02:42:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:42:12 ---> Running in 7f95720e7a08 02:42:13 ---> 664f5be5dbe5 02:42:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 02:42:13 Removing intermediate container 7f95720e7a08 02:42:13 ---> 024166972a49 02:42:13 Step 13/24 : WORKDIR / 02:42:13 $ docker rm -f d67ed848a8f10f0c212a34ae084567bb95291f729f0e733148bb4e897ecf58b6 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:14 ---> Running in b977f425dbbd 02:42:14 + docker images 02:42:14 + grep docker 02:42:14 docker-support-notifications-go latest 7b79c08d11a9 3 seconds ago 13.6MB 02:42:14 docker-sys-mgmt-agent-go latest 9f3ef96d3bc1 5 seconds ago 293MB 02:42:14 docker-core-data-go latest 3529a6a076da 17 seconds ago 23.7MB 02:42:14 docker-security-secrets-setup-go latest 1c4230e75caf 18 seconds ago 23.9MB 02:42:14 docker-support-scheduler-go latest 54600ac50610 About a minute ago 12.3MB 02:42:14 docker-core-command-go latest e21b77c8b949 About a minute ago 12.2MB 02:42:14 docker-security-secretstore-setup-go latest ba0ba0ec6348 2 minutes ago 24.7MB 02:42:14 docker-security-proxy-setup-go latest 39d0ae2edeae 2 minutes ago 24.6MB 02:42:14 docker-security-bootstrap-redis-go latest ed69f33ac2f8 2 minutes ago 15.8MB 02:42:14 docker-core-metadata-go latest 206cbccfed3d 3 minutes ago 14.5MB 02:42:14 docker-support-logging-go latest 2db14ba18492 3 minutes ago 11.1MB 02:42:14 docker latest b0757c55a1fd 25 hours ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:42:15 provisioning config files... 02:42:15 Removing intermediate container b977f425dbbd 02:42:15 ---> 5c6ce0037b73 02:42:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:42:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config163140526738254108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:15 ---> docker-login.sh 02:42:15 nexus3.edgexfoundry.org:10001 02:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:15 ---> 59cc461911e7 02:42:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 02:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:15 Configure a credential helper to remove this warning. See 02:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:15 02:42:15 Login Succeeded 02:42:15 nexus3.edgexfoundry.org:10002 02:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:15 Configure a credential helper to remove this warning. See 02:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:15 02:42:15 Login Succeeded 02:42:15 nexus3.edgexfoundry.org:10003 02:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:16 Configure a credential helper to remove this warning. See 02:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:16 02:42:16 Login Succeeded 02:42:16 nexus3.edgexfoundry.org:10004 02:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:16 Configure a credential helper to remove this warning. See 02:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:16 02:42:16 Login Succeeded 02:42:16 docker.io 02:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:16 ---> 8b60f877b1a0 02:42:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:42:16 ---> bb354163a620 02:42:16 Step 18/22 : ENTRYPOINT ["/support-logging"] 02:42:17 ---> Running in a34310498895 02:42:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:17 Configure a credential helper to remove this warning. See 02:42:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:17 02:42:17 Login Succeeded 02:42:17 ---> docker-login.sh ends [Pipeline] } 02:42:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 02:42:17 ---> 1ddef060cb35 02:42:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:42:17 Removing intermediate container a34310498895 02:42:17 ---> c33f450f25a2 02:42:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo 02:42:17 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 02:42:17 ff93af41a81d158de1dc365787019667f354ae25 02:42:17 1.3.1-dev.16 02:42:17 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:17 master 02:42:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 02:42:18 ---> Running in 6aa6b62d8f25 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:18 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 02:42:18 ce88889662c2: Preparing 02:42:18 7e66f4d3b3d4: Preparing 02:42:18 58f9fd97d3cd: Preparing 02:42:19 ---> f706a1e8b1a9 02:42:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:42:19 Removing intermediate container 6aa6b62d8f25 02:42:19 ---> 3c34345e2998 02:42:19 Step 20/22 : LABEL arch=arm64 02:42:19 ---> Running in ec5c8f96ce1a 02:42:20 58f9fd97d3cd: Pushed 02:42:20 ce88889662c2: Pushed 02:42:20 Removing intermediate container ec5c8f96ce1a 02:42:20 ---> a94c12160ee8 02:42:20 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:42:21 ---> Running in 1281072ff6a0 02:42:21 ---> b4973b18d260 02:42:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:42:21 7e66f4d3b3d4: Pushed 02:42:21 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:21 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:22 Removing intermediate container 1281072ff6a0 02:42:22 ---> 178956c542c0 02:42:22 Step 22/22 : LABEL version=1.3.1-dev.16 02:42:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 02:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 02:42:22 ce88889662c2: Preparing 02:42:22 7e66f4d3b3d4: Preparing 02:42:22 58f9fd97d3cd: Preparing 02:42:22 ce88889662c2: Layer already exists 02:42:22 58f9fd97d3cd: Layer already exists 02:42:22 7e66f4d3b3d4: Layer already exists 02:42:22 1.3.1-dev.16: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:22 ---> Running in 75433470098f 02:42:22 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 02:42:22 ce88889662c2: Preparing 02:42:22 7e66f4d3b3d4: Preparing 02:42:22 58f9fd97d3cd: Preparing 02:42:22 58f9fd97d3cd: Layer already exists 02:42:22 7e66f4d3b3d4: Layer already exists 02:42:22 ce88889662c2: Layer already exists 02:42:22 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:23 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 02:42:23 Removing intermediate container 75433470098f 02:42:23 ---> ad8fb669d768 02:42:23 02:42:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 02:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 02:42:23 ce88889662c2: Preparing 02:42:23 7e66f4d3b3d4: Preparing 02:42:23 58f9fd97d3cd: Preparing 02:42:23 58f9fd97d3cd: Layer already exists 02:42:23 7e66f4d3b3d4: Layer already exists 02:42:23 ce88889662c2: Layer already exists 02:42:23 master: digest: sha256:352300523d2f1961552513042fd7db24ac3e9e5d919d51f7e534992fc8415b38 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:23 ===================================================== [Pipeline] echo 02:42:23 taggedImages: 02:42:23 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:23 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.16 02:42:23 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:23 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 02:42:23 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 02:42:23 ff93af41a81d158de1dc365787019667f354ae25 02:42:23 1.3.1-dev.16 02:42:23 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:23 master 02:42:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:24 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:24 ---> 2a24562ac128 02:42:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:42:24 Successfully built ad8fb669d768 02:42:24 Successfully tagged docker-support-logging-go-arm64:latest 02:42:24  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 02:42:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 02:42:24 5705817f4051: Preparing 02:42:24 52e6fc9987b8: Preparing 02:42:24 da2104ec6bf4: Preparing 02:42:24 8e2aea4134b9: Preparing 02:42:24 6ee257b0ac66: Preparing 02:42:24 ace0eda3e3be: Preparing 02:42:24 ace0eda3e3be: Waiting 02:42:24 5705817f4051: Pushed 02:42:24 da2104ec6bf4: Pushed 02:42:24 6ee257b0ac66: Pushed 02:42:24 ace0eda3e3be: Layer already exists 02:42:25 8e2aea4134b9: Pushed 02:42:25 52e6fc9987b8: Pushed 02:42:26 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh 02:42:26 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 02:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 02:42:26 5705817f4051: Preparing 02:42:26 52e6fc9987b8: Preparing 02:42:26 da2104ec6bf4: Preparing 02:42:26 8e2aea4134b9: Preparing 02:42:26 6ee257b0ac66: Preparing 02:42:26 ace0eda3e3be: Preparing 02:42:26 ace0eda3e3be: Waiting 02:42:26 6ee257b0ac66: Layer already exists 02:42:26 da2104ec6bf4: Layer already exists 02:42:26 8e2aea4134b9: Layer already exists 02:42:26 5705817f4051: Layer already exists 02:42:26 52e6fc9987b8: Layer already exists 02:42:26 ace0eda3e3be: Layer already exists 02:42:26 1.3.1-dev.16: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh 02:42:26 ---> bf0f900249b3 02:42:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:42:27 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:27 ---> Running in 06faaad38585 [Pipeline] isUnix [Pipeline] sh 02:42:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 02:42:27 5705817f4051: Preparing 02:42:27 52e6fc9987b8: Preparing 02:42:27 da2104ec6bf4: Preparing 02:42:27 8e2aea4134b9: Preparing 02:42:27 6ee257b0ac66: Preparing 02:42:27 ace0eda3e3be: Preparing 02:42:27 ace0eda3e3be: Waiting 02:42:27 52e6fc9987b8: Layer already exists 02:42:27 6ee257b0ac66: Layer already exists 02:42:27 8e2aea4134b9: Layer already exists 02:42:27 da2104ec6bf4: Layer already exists 02:42:27 5705817f4051: Layer already exists 02:42:27 ace0eda3e3be: Layer already exists 02:42:27 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] isUnix [Pipeline] sh 02:42:27 Removing intermediate container 53e7358b42bc 02:42:27 ---> bff50171bf12 02:42:27 02:42:27 Step 10/22 : FROM scratch 02:42:27 ---> 02:42:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:42:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 02:42:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 02:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 02:42:28 5705817f4051: Preparing 02:42:28 52e6fc9987b8: Preparing 02:42:28 da2104ec6bf4: Preparing 02:42:28 8e2aea4134b9: Preparing 02:42:28 6ee257b0ac66: Preparing 02:42:28 ace0eda3e3be: Preparing 02:42:28 ace0eda3e3be: Waiting 02:42:28 5705817f4051: Layer already exists 02:42:28 6ee257b0ac66: Layer already exists 02:42:28 52e6fc9987b8: Layer already exists 02:42:28 8e2aea4134b9: Layer already exists 02:42:28 da2104ec6bf4: Layer already exists 02:42:28 ace0eda3e3be: Layer already exists 02:42:28 ---> Running in 7b3657b6f15c 02:42:28 master: digest: sha256:0c59ca7444565f5a138861d084b0e0052022eb76298971197053454f0744a2b9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:28 ===================================================== [Pipeline] echo 02:42:28 taggedImages: 02:42:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.16 02:42:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 02:42:28 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 02:42:28 ff93af41a81d158de1dc365787019667f354ae25 02:42:28 1.3.1-dev.16 02:42:28 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:28 master 02:42:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:29 Removing intermediate container 7b3657b6f15c 02:42:29 ---> 2f286b7516ba 02:42:29 Step 12/22 : ENV APP_PORT=48082 02:42:29 ---> Running in 0b5d6eb47c12 02:42:29 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 02:42:29 f136b6acc154: Preparing 02:42:29 5ead259b2067: Preparing 02:42:29 31f6b2fcb91a: Preparing 02:42:30 f136b6acc154: Pushed 02:42:30 31f6b2fcb91a: Pushed 02:42:30 Removing intermediate container 0b5d6eb47c12 02:42:30 ---> 21414fa09ae2 02:42:30 Step 13/22 : EXPOSE $APP_PORT 02:42:30 ---> Running in db92f90f3ad6 02:42:31 Removing intermediate container 06faaad38585 02:42:31 ---> 7de838954e7b 02:42:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:42:31 Removing intermediate container db92f90f3ad6 02:42:31 ---> b4b75c8008f8 02:42:31 Step 14/22 : WORKDIR / 02:42:31 ---> Running in 2ef49a0517b2 02:42:31 5ead259b2067: Pushed 02:42:31 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:31 ---> Running in 9d027b8509de 02:42:31 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 02:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 02:42:32 f136b6acc154: Preparing 02:42:32 5ead259b2067: Preparing 02:42:32 31f6b2fcb91a: Preparing 02:42:32 31f6b2fcb91a: Layer already exists 02:42:32 5ead259b2067: Layer already exists 02:42:32 f136b6acc154: Layer already exists 02:42:32 1.3.1-dev.16: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:32 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 02:42:32 f136b6acc154: Preparing 02:42:32 5ead259b2067: Preparing 02:42:32 31f6b2fcb91a: Preparing 02:42:32 31f6b2fcb91a: Layer already exists 02:42:32 5ead259b2067: Layer already exists 02:42:32 f136b6acc154: Layer already exists 02:42:32 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] isUnix [Pipeline] sh 02:42:32 Removing intermediate container 2ef49a0517b2 02:42:32 ---> 42b0ddb32d2c 02:42:32 Step 22/24 : LABEL arch=arm64 02:42:32 Removing intermediate container 9d027b8509de 02:42:32 ---> 9cca70d87174 02:42:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:42:32 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 02:42:32 ---> Running in b6b2e727207c 02:42:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 02:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 02:42:33 f136b6acc154: Preparing 02:42:33 5ead259b2067: Preparing 02:42:33 31f6b2fcb91a: Preparing 02:42:33 5ead259b2067: Layer already exists 02:42:33 31f6b2fcb91a: Layer already exists 02:42:33 f136b6acc154: Layer already exists 02:42:33 master: digest: sha256:115e02f028da0d81d372787eddd7b9abc5ba4f0bd60a092daaee9428f289b850 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:33 ===================================================== [Pipeline] echo 02:42:33 taggedImages: 02:42:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.16 02:42:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 02:42:33 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 02:42:33 ff93af41a81d158de1dc365787019667f354ae25 02:42:33 1.3.1-dev.16 02:42:33 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:33 master 02:42:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:34 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 02:42:34 410c490eeb36: Preparing 02:42:34 14de9de2d58e: Preparing 02:42:34 e64c65c82444: Preparing 02:42:34 a240accbd00a: Preparing 02:42:34 51bde9c70e8a: Preparing 02:42:34 b96d7dda4aa4: Preparing 02:42:34 1b3ee35aacca: Preparing 02:42:34 b96d7dda4aa4: Waiting 02:42:34 1b3ee35aacca: Waiting 02:42:34 Removing intermediate container b6b2e727207c 02:42:34 ---> a12d950ba5b3 02:42:34 Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:42:34 ---> d267ccae0f6e 02:42:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:42:34 14de9de2d58e: Pushed 02:42:34 410c490eeb36: Pushed 02:42:34 e64c65c82444: Pushed 02:42:34 51bde9c70e8a: Pushed 02:42:34 1b3ee35aacca: Layer already exists 02:42:34 ---> Running in b6dc1632defc 02:42:35 b96d7dda4aa4: Pushed 02:42:35 a240accbd00a: Pushed 02:42:35 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:42:35 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 02:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 02:42:36 410c490eeb36: Preparing 02:42:36 14de9de2d58e: Preparing 02:42:36 e64c65c82444: Preparing 02:42:36 a240accbd00a: Preparing 02:42:36 51bde9c70e8a: Preparing 02:42:36 b96d7dda4aa4: Preparing 02:42:36 1b3ee35aacca: Preparing 02:42:36 1b3ee35aacca: Waiting 02:42:36 b96d7dda4aa4: Waiting 02:42:36 14de9de2d58e: Layer already exists 02:42:36 410c490eeb36: Layer already exists 02:42:36 a240accbd00a: Layer already exists 02:42:36 e64c65c82444: Layer already exists 02:42:36 51bde9c70e8a: Layer already exists 02:42:36 b96d7dda4aa4: Layer already exists 02:42:36 1b3ee35aacca: Layer already exists 02:42:36 1.3.1-dev.16: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:42:36 Removing intermediate container b6dc1632defc 02:42:36 ---> 4a49cc8bffb6 02:42:36 Step 24/24 : LABEL version=1.3.1-dev.16 02:42:36 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:36 ---> Running in a7a48e76d2d5 02:42:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 02:42:36 410c490eeb36: Preparing 02:42:36 14de9de2d58e: Preparing 02:42:36 e64c65c82444: Preparing 02:42:36 a240accbd00a: Preparing 02:42:36 51bde9c70e8a: Preparing 02:42:36 b96d7dda4aa4: Preparing 02:42:36 1b3ee35aacca: Preparing 02:42:36 b96d7dda4aa4: Waiting 02:42:36 1b3ee35aacca: Waiting 02:42:36 e64c65c82444: Layer already exists 02:42:36 14de9de2d58e: Layer already exists 02:42:36 410c490eeb36: Layer already exists 02:42:36 51bde9c70e8a: Layer already exists 02:42:36 a240accbd00a: Layer already exists 02:42:36 1b3ee35aacca: Layer already exists 02:42:36 b96d7dda4aa4: Layer already exists 02:42:36 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:42:37 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 02:42:37 ---> 591dca78d2f4 02:42:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:42:37 Removing intermediate container a7a48e76d2d5 02:42:37 ---> 62bcc2f66d46 02:42:37 02:42:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 02:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 02:42:37 410c490eeb36: Preparing 02:42:37 14de9de2d58e: Preparing 02:42:37 e64c65c82444: Preparing 02:42:37 a240accbd00a: Preparing 02:42:37 51bde9c70e8a: Preparing 02:42:37 b96d7dda4aa4: Preparing 02:42:37 1b3ee35aacca: Preparing 02:42:37 b96d7dda4aa4: Waiting 02:42:37 1b3ee35aacca: Waiting 02:42:37 e64c65c82444: Layer already exists 02:42:37 410c490eeb36: Layer already exists 02:42:37 14de9de2d58e: Layer already exists 02:42:37 51bde9c70e8a: Layer already exists 02:42:37 a240accbd00a: Layer already exists 02:42:37 1b3ee35aacca: Layer already exists 02:42:37 b96d7dda4aa4: Layer already exists 02:42:37 master: digest: sha256:a04adbc04a5c8a275f5f59fcdc5ae99fd02a6975ba38c794f4dac3491fd1d887 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 02:42:38 Successfully built 62bcc2f66d46 02:42:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:42:38  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [Pipeline] echo 02:42:38 ===================================================== [Pipeline] echo 02:42:38 taggedImages: 02:42:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.16 02:42:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 02:42:38 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 02:42:38 ff93af41a81d158de1dc365787019667f354ae25 02:42:38 1.3.1-dev.16 02:42:38 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:38 master 02:42:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:38 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 02:42:39 cef0c69529b1: Preparing 02:42:39 4e3b93711ca5: Preparing 02:42:39 68f4c267c0c0: Preparing 02:42:39 5c74977e9fd7: Preparing 02:42:39 ede7aacbf853: Preparing 02:42:39 ace0eda3e3be: Preparing 02:42:39 ace0eda3e3be: Waiting 02:42:39 ---> f487e08619e6 02:42:39 Step 18/22 : ENTRYPOINT ["/core-command"] 02:42:39 68f4c267c0c0: Pushed 02:42:39 5c74977e9fd7: Pushed 02:42:39 ace0eda3e3be: Layer already exists 02:42:39 ede7aacbf853: Pushed 02:42:39 ---> Running in fa1238507f9c 02:42:39 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 02:42:39 Step 2/27 : FROM ${BUILDER_BASE} AS builder 02:42:39 ---> 69365b85481f 02:42:39 Step 3/27 : WORKDIR /edgex-go 02:42:39 ---> Using cache 02:42:39 ---> 5f9f8488619f 02:42:39 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:39 ---> Using cache 02:42:39 ---> 83f79c365b49 02:42:39 Step 5/27 : RUN apk update && apk add make bash git 02:42:40 4e3b93711ca5: Pushed 02:42:40 cef0c69529b1: Pushed 02:42:40 ---> Running in 78fe07880101 02:42:40 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh 02:42:40 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 02:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 02:42:41 cef0c69529b1: Preparing 02:42:41 4e3b93711ca5: Preparing 02:42:41 68f4c267c0c0: Preparing 02:42:41 5c74977e9fd7: Preparing 02:42:41 ede7aacbf853: Preparing 02:42:41 ace0eda3e3be: Preparing 02:42:41 ace0eda3e3be: Waiting 02:42:41 ede7aacbf853: Layer already exists 02:42:41 68f4c267c0c0: Layer already exists 02:42:41 cef0c69529b1: Layer already exists 02:42:41 4e3b93711ca5: Layer already exists 02:42:41 5c74977e9fd7: Layer already exists 02:42:41 ace0eda3e3be: Layer already exists 02:42:41 1.3.1-dev.16: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh 02:42:41 Removing intermediate container fa1238507f9c 02:42:41 ---> 0142fc3d7809 02:42:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:42:41 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 02:42:41 cef0c69529b1: Preparing 02:42:41 4e3b93711ca5: Preparing 02:42:41 68f4c267c0c0: Preparing 02:42:41 5c74977e9fd7: Preparing 02:42:41 ede7aacbf853: Preparing 02:42:41 ace0eda3e3be: Preparing 02:42:41 ace0eda3e3be: Waiting 02:42:41 ede7aacbf853: Layer already exists 02:42:41 5c74977e9fd7: Layer already exists 02:42:41 68f4c267c0c0: Layer already exists 02:42:41 cef0c69529b1: Layer already exists 02:42:41 4e3b93711ca5: Layer already exists 02:42:41 ace0eda3e3be: Layer already exists 02:42:41 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] isUnix [Pipeline] sh 02:42:41 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 02:42:42 ---> Running in e45ae67b632e 02:42:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 02:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 02:42:42 cef0c69529b1: Preparing 02:42:42 4e3b93711ca5: Preparing 02:42:42 68f4c267c0c0: Preparing 02:42:42 5c74977e9fd7: Preparing 02:42:42 ede7aacbf853: Preparing 02:42:42 ace0eda3e3be: Preparing 02:42:42 ace0eda3e3be: Waiting 02:42:42 5c74977e9fd7: Layer already exists 02:42:42 68f4c267c0c0: Layer already exists 02:42:42 4e3b93711ca5: Layer already exists 02:42:42 cef0c69529b1: Layer already exists 02:42:42 ede7aacbf853: Layer already exists 02:42:42 ace0eda3e3be: Layer already exists 02:42:42 master: digest: sha256:d29b1d135f00a6190d9b4ecf4775f305de2c4a58f7495fddb7c68be1960c722d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:42 ===================================================== [Pipeline] echo 02:42:42 taggedImages: 02:42:42 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:42 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.16 02:42:42 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:42 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 02:42:42 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 02:42:42 ff93af41a81d158de1dc365787019667f354ae25 02:42:42 1.3.1-dev.16 02:42:42 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:42 master 02:42:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 02:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:42 Removing intermediate container e45ae67b632e 02:42:42 ---> 5945c5f406a5 02:42:42 Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh 02:42:43 ---> Running in 1c997b925fe0 02:42:43 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 02:42:43 5ddea9f0b98b: Preparing 02:42:43 e320e78f99d7: Preparing 02:42:43 4a4dae47e419: Preparing 02:42:43 c9b89f6bf89f: Preparing 02:42:43 c9b89f6bf89f: Preparing 02:42:43 caed25cc3051: Preparing 02:42:43 dd6bfc2c41d7: Preparing 02:42:43 5346f4c5b969: Preparing 02:42:43 5ddea9f0b98b: Preparing 02:42:43 d05d1d29dfcb: Preparing 02:42:43 cc9c1c7222c5: Preparing 02:42:43 53eae5b307ad: Preparing 02:42:43 ace0eda3e3be: Preparing 02:42:43 5346f4c5b969: Waiting 02:42:43 d05d1d29dfcb: Waiting 02:42:43 cc9c1c7222c5: Waiting 02:42:43 53eae5b307ad: Waiting 02:42:43 ace0eda3e3be: Waiting 02:42:43 dd6bfc2c41d7: Waiting 02:42:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:43 c9b89f6bf89f: Pushed 02:42:43 caed25cc3051: Pushed 02:42:43 4a4dae47e419: Pushed 02:42:43 e320e78f99d7: Pushed 02:42:43 dd6bfc2c41d7: Pushed 02:42:43 5346f4c5b969: Pushed 02:42:44 ace0eda3e3be: Layer already exists 02:42:44 cc9c1c7222c5: Pushed 02:42:44 d05d1d29dfcb: Pushed 02:42:44 53eae5b307ad: Pushed 02:42:44 Removing intermediate container 1c997b925fe0 02:42:44 ---> 9d1f7ee8baa6 02:42:44 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:42:44 5ddea9f0b98b: Pushed 02:42:44 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh 02:42:44 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:42:44 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:42:44 OK: 12616 distinct packages available 02:42:44 ---> Running in 7a6ac87bcc67 02:42:45 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 02:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 02:42:45 5ddea9f0b98b: Preparing 02:42:45 e320e78f99d7: Preparing 02:42:45 4a4dae47e419: Preparing 02:42:45 c9b89f6bf89f: Preparing 02:42:45 c9b89f6bf89f: Preparing 02:42:45 caed25cc3051: Preparing 02:42:45 dd6bfc2c41d7: Preparing 02:42:45 5346f4c5b969: Preparing 02:42:45 5ddea9f0b98b: Preparing 02:42:45 d05d1d29dfcb: Preparing 02:42:45 cc9c1c7222c5: Preparing 02:42:45 53eae5b307ad: Preparing 02:42:45 ace0eda3e3be: Preparing 02:42:45 5346f4c5b969: Waiting 02:42:45 d05d1d29dfcb: Waiting 02:42:45 53eae5b307ad: Waiting 02:42:45 cc9c1c7222c5: Waiting 02:42:45 ace0eda3e3be: Waiting 02:42:45 dd6bfc2c41d7: Waiting 02:42:45 e320e78f99d7: Layer already exists 02:42:45 caed25cc3051: Layer already exists 02:42:45 c9b89f6bf89f: Layer already exists 02:42:45 5ddea9f0b98b: Layer already exists 02:42:45 4a4dae47e419: Layer already exists 02:42:45 dd6bfc2c41d7: Layer already exists 02:42:45 5346f4c5b969: Layer already exists 02:42:45 53eae5b307ad: Layer already exists 02:42:45 d05d1d29dfcb: Layer already exists 02:42:45 cc9c1c7222c5: Layer already exists 02:42:45 ace0eda3e3be: Layer already exists 02:42:45 1.3.1-dev.16: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh 02:42:45 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:45 OK: 217 MiB in 51 packages 02:42:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 02:42:46 5ddea9f0b98b: Preparing 02:42:46 e320e78f99d7: Preparing 02:42:46 4a4dae47e419: Preparing 02:42:46 c9b89f6bf89f: Preparing 02:42:46 c9b89f6bf89f: Preparing 02:42:46 caed25cc3051: Preparing 02:42:46 dd6bfc2c41d7: Preparing 02:42:46 5346f4c5b969: Preparing 02:42:46 5ddea9f0b98b: Preparing 02:42:46 d05d1d29dfcb: Preparing 02:42:46 cc9c1c7222c5: Preparing 02:42:46 53eae5b307ad: Preparing 02:42:46 ace0eda3e3be: Preparing 02:42:46 d05d1d29dfcb: Waiting 02:42:46 cc9c1c7222c5: Waiting 02:42:46 dd6bfc2c41d7: Waiting 02:42:46 53eae5b307ad: Waiting 02:42:46 5346f4c5b969: Waiting 02:42:46 caed25cc3051: Layer already exists 02:42:46 4a4dae47e419: Layer already exists 02:42:46 5ddea9f0b98b: Layer already exists 02:42:46 e320e78f99d7: Layer already exists 02:42:46 c9b89f6bf89f: Layer already exists 02:42:46 dd6bfc2c41d7: Layer already exists 02:42:46 5346f4c5b969: Layer already exists 02:42:46 53eae5b307ad: Layer already exists 02:42:46 d05d1d29dfcb: Layer already exists 02:42:46 cc9c1c7222c5: Layer already exists 02:42:46 ace0eda3e3be: Layer already exists 02:42:46 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] isUnix [Pipeline] sh 02:42:46 Removing intermediate container 7a6ac87bcc67 02:42:46 ---> fd355db48566 02:42:46 Step 22/22 : LABEL version=1.3.1-dev.16 02:42:46 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 02:42:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 02:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 02:42:46 5ddea9f0b98b: Preparing 02:42:46 e320e78f99d7: Preparing 02:42:46 4a4dae47e419: Preparing 02:42:46 c9b89f6bf89f: Preparing 02:42:46 c9b89f6bf89f: Preparing 02:42:46 caed25cc3051: Preparing 02:42:46 dd6bfc2c41d7: Preparing 02:42:46 5346f4c5b969: Preparing 02:42:46 5ddea9f0b98b: Preparing 02:42:46 d05d1d29dfcb: Preparing 02:42:46 cc9c1c7222c5: Preparing 02:42:46 53eae5b307ad: Preparing 02:42:46 ace0eda3e3be: Preparing 02:42:46 dd6bfc2c41d7: Waiting 02:42:46 5346f4c5b969: Waiting 02:42:46 d05d1d29dfcb: Waiting 02:42:46 cc9c1c7222c5: Waiting 02:42:46 53eae5b307ad: Waiting 02:42:46 ace0eda3e3be: Waiting 02:42:46 caed25cc3051: Layer already exists 02:42:46 e320e78f99d7: Layer already exists 02:42:46 c9b89f6bf89f: Layer already exists 02:42:46 4a4dae47e419: Layer already exists 02:42:46 5ddea9f0b98b: Layer already exists 02:42:46 cc9c1c7222c5: Layer already exists 02:42:46 dd6bfc2c41d7: Layer already exists 02:42:46 5346f4c5b969: Layer already exists 02:42:46 d05d1d29dfcb: Layer already exists 02:42:46 53eae5b307ad: Layer already exists 02:42:46 ace0eda3e3be: Layer already exists 02:42:46 master: digest: sha256:cd061912daae5c342ccf8f3095c9a0c3e2201ca60ee577d5c55fcc0568a0c78e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:46 ===================================================== [Pipeline] echo 02:42:46 taggedImages: 02:42:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.16 02:42:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 02:42:46 ---> Running in 9c748b1d967c [Pipeline] echo 02:42:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 02:42:46 ff93af41a81d158de1dc365787019667f354ae25 02:42:46 1.3.1-dev.16 02:42:46 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:46 master 02:42:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 02:42:47 219d9ff79abb: Preparing 02:42:47 c33dc19abe34: Preparing 02:42:47 3b17f86f739a: Preparing 02:42:47 5c7b68294127: Preparing 02:42:47 aa0e961c5cea: Preparing 02:42:47 604573ede0b1: Preparing 02:42:47 e9ba596ff7de: Preparing 02:42:47 16ef650671d5: Preparing 02:42:47 1b3ee35aacca: Preparing 02:42:47 604573ede0b1: Waiting 02:42:47 e9ba596ff7de: Waiting 02:42:47 16ef650671d5: Waiting 02:42:47 1b3ee35aacca: Waiting 02:42:48 c33dc19abe34: Pushed 02:42:48 aa0e961c5cea: Pushed 02:42:48 219d9ff79abb: Pushed 02:42:48 604573ede0b1: Pushed 02:42:48 e9ba596ff7de: Pushed 02:42:48 1b3ee35aacca: Layer already exists 02:42:48 Removing intermediate container 9c748b1d967c 02:42:48 ---> eeebb212d5d5 02:42:48 02:42:48 Removing intermediate container e1906318e596 02:42:48 ---> ae1ce3a266f1 02:42:48 02:42:48 Step 10/22 : FROM scratch 02:42:48 ---> 02:42:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:42:48 ---> Using cache 02:42:48 ---> 2f286b7516ba 02:42:48 Step 12/22 : ENV APP_PORT=48081 02:42:48 16ef650671d5: Pushed 02:42:48 Successfully built eeebb212d5d5 02:42:48 5c7b68294127: Pushed 02:42:48 3b17f86f739a: Pushed 02:42:48 Successfully tagged docker-core-command-go-arm64:latest 02:42:48  Building docker-core-command-go ... done Building docker-support-scheduler-go 02:42:48 ---> Running in 2abc1bbe7545 02:42:49 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh 02:42:49 Removing intermediate container 78fe07880101 02:42:49 ---> bc687c02a36d 02:42:49 Step 6/27 : COPY go.mod . 02:42:49 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 02:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 02:42:49 219d9ff79abb: Preparing 02:42:49 c33dc19abe34: Preparing 02:42:49 3b17f86f739a: Preparing 02:42:49 5c7b68294127: Preparing 02:42:49 aa0e961c5cea: Preparing 02:42:49 604573ede0b1: Preparing 02:42:49 e9ba596ff7de: Preparing 02:42:49 16ef650671d5: Preparing 02:42:49 1b3ee35aacca: Preparing 02:42:49 604573ede0b1: Waiting 02:42:49 e9ba596ff7de: Waiting 02:42:49 1b3ee35aacca: Waiting 02:42:49 16ef650671d5: Waiting 02:42:49 5c7b68294127: Layer already exists 02:42:49 c33dc19abe34: Layer already exists 02:42:49 3b17f86f739a: Layer already exists 02:42:49 219d9ff79abb: Layer already exists 02:42:49 aa0e961c5cea: Layer already exists 02:42:49 16ef650671d5: Layer already exists 02:42:49 e9ba596ff7de: Layer already exists 02:42:49 604573ede0b1: Layer already exists 02:42:49 1b3ee35aacca: Layer already exists 02:42:49 1.3.1-dev.16: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh 02:42:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:50 Removing intermediate container 2abc1bbe7545 02:42:50 ---> 325b11cd3382 02:42:50 Step 13/22 : EXPOSE $APP_PORT 02:42:50 ---> e1831901cfc0 02:42:50 Step 7/27 : RUN go mod download 02:42:50 ---> Running in 6960d20cb243 02:42:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 02:42:50 219d9ff79abb: Preparing 02:42:50 c33dc19abe34: Preparing 02:42:50 3b17f86f739a: Preparing 02:42:50 5c7b68294127: Preparing 02:42:50 aa0e961c5cea: Preparing 02:42:50 604573ede0b1: Preparing 02:42:50 e9ba596ff7de: Preparing 02:42:50 16ef650671d5: Preparing 02:42:50 1b3ee35aacca: Preparing 02:42:50 e9ba596ff7de: Waiting 02:42:50 16ef650671d5: Waiting 02:42:50 1b3ee35aacca: Waiting 02:42:50 604573ede0b1: Waiting 02:42:50 c33dc19abe34: Layer already exists 02:42:50 219d9ff79abb: Layer already exists 02:42:50 aa0e961c5cea: Layer already exists 02:42:50 5c7b68294127: Layer already exists 02:42:50 3b17f86f739a: Layer already exists 02:42:50 16ef650671d5: Layer already exists 02:42:50 604573ede0b1: Layer already exists 02:42:50 e9ba596ff7de: Layer already exists 02:42:50 1b3ee35aacca: Layer already exists 02:42:50 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] isUnix [Pipeline] sh 02:42:50 ---> Running in 1fb9037c84bb 02:42:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 02:42:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 02:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 02:42:50 219d9ff79abb: Preparing 02:42:50 c33dc19abe34: Preparing 02:42:50 3b17f86f739a: Preparing 02:42:50 5c7b68294127: Preparing 02:42:50 aa0e961c5cea: Preparing 02:42:50 604573ede0b1: Preparing 02:42:50 e9ba596ff7de: Preparing 02:42:50 16ef650671d5: Preparing 02:42:50 1b3ee35aacca: Preparing 02:42:50 604573ede0b1: Waiting 02:42:50 e9ba596ff7de: Waiting 02:42:50 16ef650671d5: Waiting 02:42:50 aa0e961c5cea: Layer already exists 02:42:50 219d9ff79abb: Layer already exists 02:42:50 c33dc19abe34: Layer already exists 02:42:50 3b17f86f739a: Layer already exists 02:42:50 5c7b68294127: Layer already exists 02:42:50 604573ede0b1: Layer already exists 02:42:50 16ef650671d5: Layer already exists 02:42:50 e9ba596ff7de: Layer already exists 02:42:50 1b3ee35aacca: Layer already exists 02:42:51 Removing intermediate container 6960d20cb243 02:42:51 ---> 2abe7a562431 02:42:51 Step 14/22 : WORKDIR / 02:42:51 master: digest: sha256:045e340140ca0ae04f7925fa6743efb2466501db7366bc52adaa0e98acd2098e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:51 ===================================================== [Pipeline] echo 02:42:51 taggedImages: 02:42:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.16 02:42:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 02:42:51 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 02:42:51 ff93af41a81d158de1dc365787019667f354ae25 02:42:51 1.3.1-dev.16 02:42:51 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:51 master 02:42:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 02:42:51 ---> Running in 9aa0dd94662c [Pipeline] isUnix [Pipeline] sh 02:42:52 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 02:42:52 9da4dba9840d: Preparing 02:42:52 12f9eadeb906: Preparing 02:42:52 79efb06d1d13: Preparing 02:42:52 c90be9d5fd1b: Preparing 02:42:52 79efb06d1d13: Pushed 02:42:52 9da4dba9840d: Pushed 02:42:52 c90be9d5fd1b: Pushed 02:42:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 02:42:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 02:42:53 ---> 69365b85481f 02:42:53 Step 3/29 : WORKDIR /edgex-go 02:42:53 ---> Using cache 02:42:53 ---> 5f9f8488619f 02:42:53 Step 4/29 : RUN apk update && apk add make git 02:42:53 12f9eadeb906: Pushed 02:42:53 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh 02:42:53 Removing intermediate container 9aa0dd94662c 02:42:53 ---> 091701dd4000 02:42:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:42:53 ---> Running in 6f8563bf1301 02:42:53 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 02:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 02:42:54 9da4dba9840d: Preparing 02:42:54 12f9eadeb906: Preparing 02:42:54 79efb06d1d13: Preparing 02:42:54 c90be9d5fd1b: Preparing 02:42:54 c90be9d5fd1b: Layer already exists 02:42:54 79efb06d1d13: Layer already exists 02:42:54 9da4dba9840d: Layer already exists 02:42:54 12f9eadeb906: Layer already exists 02:42:54 1.3.1-dev.16: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh 02:42:54 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 02:42:54 9da4dba9840d: Preparing 02:42:54 12f9eadeb906: Preparing 02:42:54 79efb06d1d13: Preparing 02:42:54 c90be9d5fd1b: Preparing 02:42:54 9da4dba9840d: Layer already exists 02:42:54 12f9eadeb906: Layer already exists 02:42:54 79efb06d1d13: Layer already exists 02:42:54 c90be9d5fd1b: Layer already exists 02:42:54 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] isUnix [Pipeline] sh 02:42:55 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 02:42:55 Removing intermediate container 1fb9037c84bb 02:42:55 ---> b28e6205f559 02:42:55 Step 8/27 : COPY . . 02:42:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 02:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 02:42:55 9da4dba9840d: Preparing 02:42:55 12f9eadeb906: Preparing 02:42:55 79efb06d1d13: Preparing 02:42:55 c90be9d5fd1b: Preparing 02:42:55 9da4dba9840d: Layer already exists 02:42:55 12f9eadeb906: Layer already exists 02:42:55 79efb06d1d13: Layer already exists 02:42:55 c90be9d5fd1b: Layer already exists 02:42:55 master: digest: sha256:f486678793e461547ecd0fdfed80e5b8b838699be905e82ce7e54204f257b15c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 02:42:55 ---> 7fe0d36b9c91 02:42:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo 02:42:55 ===================================================== [Pipeline] echo 02:42:55 taggedImages: 02:42:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.16 02:42:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 02:42:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 02:42:55 ff93af41a81d158de1dc365787019667f354ae25 02:42:55 1.3.1-dev.16 02:42:55 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:55 master 02:42:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:56 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:42:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 02:42:56 5367952c63b0: Preparing 02:42:56 164450d0eed5: Preparing 02:42:56 b4f9d0e9f546: Preparing 02:42:56 da5d6fc0790c: Preparing 02:42:56 daa71ae74cf1: Preparing 02:42:56 7eb5165b35be: Preparing 02:42:56 7eb5165b35be: Waiting 02:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:56 5367952c63b0: Pushed 02:42:56 daa71ae74cf1: Pushed 02:42:56 da5d6fc0790c: Pushed 02:42:56 b4f9d0e9f546: Pushed 02:42:57 7eb5165b35be: Pushed 02:42:57 164450d0eed5: Pushed 02:42:57 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:42:57 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:42:57 OK: 12616 distinct packages available 02:42:57 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh 02:42:58 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:58 OK: 217 MiB in 51 packages 02:42:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 02:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 02:42:58 5367952c63b0: Preparing 02:42:58 164450d0eed5: Preparing 02:42:58 b4f9d0e9f546: Preparing 02:42:58 da5d6fc0790c: Preparing 02:42:58 daa71ae74cf1: Preparing 02:42:58 7eb5165b35be: Preparing 02:42:58 7eb5165b35be: Waiting 02:42:58 b4f9d0e9f546: Layer already exists 02:42:58 5367952c63b0: Layer already exists 02:42:58 da5d6fc0790c: Layer already exists 02:42:58 daa71ae74cf1: Layer already exists 02:42:58 164450d0eed5: Layer already exists 02:42:58 7eb5165b35be: Layer already exists 02:42:58 1.3.1-dev.16: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh 02:42:58 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:42:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 02:42:59 5367952c63b0: Preparing 02:42:59 164450d0eed5: Preparing 02:42:59 b4f9d0e9f546: Preparing 02:42:59 da5d6fc0790c: Preparing 02:42:59 daa71ae74cf1: Preparing 02:42:59 7eb5165b35be: Preparing 02:42:59 7eb5165b35be: Waiting 02:42:59 da5d6fc0790c: Layer already exists 02:42:59 164450d0eed5: Layer already exists 02:42:59 b4f9d0e9f546: Layer already exists 02:42:59 5367952c63b0: Layer already exists 02:42:59 daa71ae74cf1: Layer already exists 02:42:59 7eb5165b35be: Layer already exists 02:42:59 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] isUnix [Pipeline] sh 02:42:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 02:42:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 02:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 02:42:59 5367952c63b0: Preparing 02:42:59 164450d0eed5: Preparing 02:42:59 b4f9d0e9f546: Preparing 02:42:59 da5d6fc0790c: Preparing 02:42:59 daa71ae74cf1: Preparing 02:42:59 7eb5165b35be: Preparing 02:42:59 daa71ae74cf1: Layer already exists 02:42:59 5367952c63b0: Layer already exists 02:42:59 b4f9d0e9f546: Layer already exists 02:42:59 da5d6fc0790c: Layer already exists 02:42:59 164450d0eed5: Layer already exists 02:42:59 7eb5165b35be: Layer already exists 02:42:59 master: digest: sha256:5f45bcd92583d1782cde8e77fee37bd9e0c28d2b7cf29b0c9937290ba360c39b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 02:42:59 ---> acba6213c1d3 02:42:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] // withEnv [Pipeline] echo 02:42:59 ===================================================== [Pipeline] echo 02:42:59 taggedImages: 02:42:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 02:42:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.16 02:42:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:42:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 02:43:00 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 02:43:00 ff93af41a81d158de1dc365787019667f354ae25 02:43:00 1.3.1-dev.16 02:43:00 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:00 master 02:43:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:43:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 02:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 02:43:00 7d3cb6408a16: Preparing 02:43:00 36116069b4de: Preparing 02:43:00 c9ed12728a5a: Preparing 02:43:01 7d3cb6408a16: Pushed 02:43:01 c9ed12728a5a: Pushed 02:43:01 Removing intermediate container cc65d651689d 02:43:01 ---> f8cde9a23e80 02:43:01 02:43:01 Step 10/23 : FROM alpine 02:43:01 latest: Pulling from library/alpine 02:43:01 ---> b2255bbf0a8f 02:43:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:43:01 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 02:43:01 Status: Downloaded newer image for alpine:latest 02:43:01 ---> 2e77e061c27f 02:43:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:43:02 36116069b4de: Pushed 02:43:02 ---> Running in 374f53c63e06 02:43:02 Removing intermediate container 6f8563bf1301 02:43:02 ---> 3c078dfa9a40 02:43:02 Step 5/29 : COPY go.mod . 02:43:02 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh 02:43:02 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:43:02 ---> Running in d65993f5b288 02:43:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:43:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:43:02 ---> 69365b85481f 02:43:02 Step 3/21 : WORKDIR /edgex-go 02:43:02 ---> Using cache 02:43:02 ---> 5f9f8488619f 02:43:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:02 ---> Using cache 02:43:02 ---> 83f79c365b49 02:43:02 Step 5/21 : RUN apk update && apk add make git 02:43:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 02:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 02:43:02 7d3cb6408a16: Preparing 02:43:02 36116069b4de: Preparing 02:43:02 c9ed12728a5a: Preparing 02:43:02 36116069b4de: Layer already exists 02:43:02 c9ed12728a5a: Layer already exists 02:43:02 7d3cb6408a16: Layer already exists 02:43:02 1.3.1-dev.16: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh 02:43:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:43:03 ---> Running in e05adf828ebf 02:43:03 Removing intermediate container 374f53c63e06 02:43:03 ---> 97706f17f2af 02:43:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:43:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 02:43:03 7d3cb6408a16: Preparing 02:43:03 36116069b4de: Preparing 02:43:03 c9ed12728a5a: Preparing 02:43:03 7d3cb6408a16: Layer already exists 02:43:03 36116069b4de: Layer already exists 02:43:03 c9ed12728a5a: Layer already exists 02:43:03 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] isUnix [Pipeline] sh 02:43:03 ---> 005e9b226c67 02:43:03 Step 6/29 : RUN go mod download 02:43:03 Removing intermediate container d65993f5b288 02:43:03 ---> 5b8e23f72e5e 02:43:03 Step 12/23 : ENV APP_PORT=48080 02:43:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 02:43:03 ---> Running in b5225e363076 02:43:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 02:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 02:43:04 7d3cb6408a16: Preparing 02:43:04 36116069b4de: Preparing 02:43:04 c9ed12728a5a: Preparing 02:43:04 c9ed12728a5a: Layer already exists 02:43:04 7d3cb6408a16: Layer already exists 02:43:04 36116069b4de: Layer already exists 02:43:04 master: digest: sha256:c6331b531c55532d8f9ec28e4513e54c56297e8a31d108d668aa9c3a53f7781f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry 02:43:04 ---> Running in b99d01426e9b 02:43:04 ---> Running in 273b93f95605 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:04 ===================================================== [Pipeline] echo 02:43:04 taggedImages: 02:43:04 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 02:43:04 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.16 02:43:04 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:04 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 02:43:04 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 02:43:04 ff93af41a81d158de1dc365787019667f354ae25 02:43:04 1.3.1-dev.16 02:43:04 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:04 master 02:43:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:04 Removing intermediate container b5225e363076 02:43:04 ---> f2e9e44c397b 02:43:04 Step 20/22 : LABEL arch=arm64 02:43:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:43:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 02:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 02:43:05 8e2855ef71ef: Preparing 02:43:05 332114bfa278: Preparing 02:43:05 8691cfabdfbe: Preparing 02:43:05 2293db9040b2: Preparing 02:43:05 904444d2cb27: Preparing 02:43:05 3c464cae97f7: Preparing 02:43:05 b2997bf718cc: Preparing 02:43:05 3d9ce3ccee13: Preparing 02:43:05 84631c253a1d: Preparing 02:43:05 336623de938e: Preparing 02:43:05 63533b406c5a: Preparing 02:43:05 31b11ec6ff38: Preparing 02:43:05 911954e2fe49: Preparing 02:43:05 ace0eda3e3be: Preparing 02:43:05 3c464cae97f7: Waiting 02:43:05 b2997bf718cc: Waiting 02:43:05 3d9ce3ccee13: Waiting 02:43:05 84631c253a1d: Waiting 02:43:05 336623de938e: Waiting 02:43:05 63533b406c5a: Waiting 02:43:05 ace0eda3e3be: Waiting 02:43:05 31b11ec6ff38: Waiting 02:43:05 911954e2fe49: Waiting 02:43:05 Removing intermediate container b99d01426e9b 02:43:05 ---> 9830fae66abc 02:43:05 Step 13/23 : EXPOSE $APP_PORT 02:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:05 904444d2cb27: Pushed 02:43:05 8e2855ef71ef: Pushed 02:43:05 ---> Running in dffafb169ddc 02:43:05 2293db9040b2: Pushed 02:43:05 3d9ce3ccee13: Layer already exists 02:43:05 84631c253a1d: Layer already exists 02:43:05 336623de938e: Layer already exists 02:43:05 63533b406c5a: Layer already exists 02:43:05 ---> Running in 7433781c49b3 02:43:06 31b11ec6ff38: Layer already exists 02:43:06 b2997bf718cc: Pushed 02:43:06 911954e2fe49: Layer already exists 02:43:06 ace0eda3e3be: Layer already exists 02:43:06 332114bfa278: Pushed 02:43:06 Removing intermediate container dffafb169ddc 02:43:06 ---> 9c07eb7dd112 02:43:06 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:06 ---> Running in 2001c39aceaf 02:43:06 Removing intermediate container 7433781c49b3 02:43:06 ---> 03578f8a8bc4 02:43:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:06 3c464cae97f7: Pushed 02:43:07 ---> Running in 155f741706a1 02:43:07 Removing intermediate container 2001c39aceaf 02:43:07 ---> 01a9253f32bf 02:43:07 Step 22/22 : LABEL version=1.3.1-dev.16 02:43:07 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:43:07 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:43:07 OK: 12616 distinct packages available 02:43:07 ---> Running in 8041b107849e 02:43:07 ---> d2946a578d94 02:43:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:43:07 ---> Running in 4d94827b0aa1 02:43:08 Removing intermediate container 273b93f95605 02:43:08 ---> 9936c146704b 02:43:08 Step 7/29 : COPY . . 02:43:08 OK: 217 MiB in 51 packages 02:43:08 Removing intermediate container 8041b107849e 02:43:08 ---> ddd429ed5ee3 02:43:08 02:43:09 Successfully built ddd429ed5ee3 02:43:09 Successfully tagged docker-core-metadata-go-arm64:latest 02:43:09 Building docker-security-bootstrap-redis-go 02:43:09 8691cfabdfbe: Pushed 02:43:10  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:43:10 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh 02:43:10 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:43:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 02:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 02:43:10 8e2855ef71ef: Preparing 02:43:10 332114bfa278: Preparing 02:43:10 8691cfabdfbe: Preparing 02:43:10 2293db9040b2: Preparing 02:43:10 904444d2cb27: Preparing 02:43:10 3c464cae97f7: Preparing 02:43:10 b2997bf718cc: Preparing 02:43:10 3d9ce3ccee13: Preparing 02:43:10 84631c253a1d: Preparing 02:43:10 336623de938e: Preparing 02:43:10 63533b406c5a: Preparing 02:43:10 31b11ec6ff38: Preparing 02:43:10 911954e2fe49: Preparing 02:43:10 ace0eda3e3be: Preparing 02:43:10 3c464cae97f7: Waiting 02:43:10 b2997bf718cc: Waiting 02:43:10 3d9ce3ccee13: Waiting 02:43:10 84631c253a1d: Waiting 02:43:10 336623de938e: Waiting 02:43:10 63533b406c5a: Waiting 02:43:10 31b11ec6ff38: Waiting 02:43:10 911954e2fe49: Waiting 02:43:10 ace0eda3e3be: Waiting 02:43:10 8691cfabdfbe: Layer already exists 02:43:10 904444d2cb27: Layer already exists 02:43:10 332114bfa278: Layer already exists 02:43:10 8e2855ef71ef: Layer already exists 02:43:10 2293db9040b2: Layer already exists 02:43:10 3d9ce3ccee13: Layer already exists 02:43:10 b2997bf718cc: Layer already exists 02:43:10 3c464cae97f7: Layer already exists 02:43:10 336623de938e: Layer already exists 02:43:10 84631c253a1d: Layer already exists 02:43:10 63533b406c5a: Layer already exists 02:43:10 31b11ec6ff38: Layer already exists 02:43:10 911954e2fe49: Layer already exists 02:43:10 ace0eda3e3be: Layer already exists 02:43:10 1.3.1-dev.16: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh 02:43:11 Removing intermediate container e05adf828ebf 02:43:11 ---> 964fd190995c 02:43:11 Step 6/21 : COPY go.mod . 02:43:11 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:43:11 Removing intermediate container 155f741706a1 02:43:11 ---> 5ca066d3f2dc 02:43:11 Step 15/23 : RUN apk --no-cache add zeromq 02:43:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 02:43:11 8e2855ef71ef: Preparing 02:43:11 332114bfa278: Preparing 02:43:11 8691cfabdfbe: Preparing 02:43:11 2293db9040b2: Preparing 02:43:11 904444d2cb27: Preparing 02:43:11 3c464cae97f7: Preparing 02:43:11 b2997bf718cc: Preparing 02:43:11 3d9ce3ccee13: Preparing 02:43:11 84631c253a1d: Preparing 02:43:11 336623de938e: Preparing 02:43:11 63533b406c5a: Preparing 02:43:11 31b11ec6ff38: Preparing 02:43:11 911954e2fe49: Preparing 02:43:11 ace0eda3e3be: Preparing 02:43:11 3c464cae97f7: Waiting 02:43:11 b2997bf718cc: Waiting 02:43:11 63533b406c5a: Waiting 02:43:11 31b11ec6ff38: Waiting 02:43:11 911954e2fe49: Waiting 02:43:11 ace0eda3e3be: Waiting 02:43:11 3d9ce3ccee13: Waiting 02:43:11 84631c253a1d: Waiting 02:43:11 336623de938e: Waiting 02:43:11 8691cfabdfbe: Layer already exists 02:43:11 332114bfa278: Layer already exists 02:43:11 2293db9040b2: Layer already exists 02:43:11 904444d2cb27: Layer already exists 02:43:11 8e2855ef71ef: Layer already exists 02:43:11 b2997bf718cc: Layer already exists 02:43:11 3c464cae97f7: Layer already exists 02:43:11 3d9ce3ccee13: Layer already exists 02:43:11 84631c253a1d: Layer already exists 02:43:11 336623de938e: Layer already exists 02:43:11 63533b406c5a: Layer already exists 02:43:11 911954e2fe49: Layer already exists 02:43:11 31b11ec6ff38: Layer already exists 02:43:11 ace0eda3e3be: Layer already exists 02:43:11 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] isUnix [Pipeline] sh 02:43:11 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 02:43:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 02:43:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 02:43:12 8e2855ef71ef: Preparing 02:43:12 332114bfa278: Preparing 02:43:12 8691cfabdfbe: Preparing 02:43:12 2293db9040b2: Preparing 02:43:12 904444d2cb27: Preparing 02:43:12 3c464cae97f7: Preparing 02:43:12 b2997bf718cc: Preparing 02:43:12 3d9ce3ccee13: Preparing 02:43:12 84631c253a1d: Preparing 02:43:12 336623de938e: Preparing 02:43:12 63533b406c5a: Preparing 02:43:12 31b11ec6ff38: Preparing 02:43:12 911954e2fe49: Preparing 02:43:12 ace0eda3e3be: Preparing 02:43:12 3c464cae97f7: Waiting 02:43:12 b2997bf718cc: Waiting 02:43:12 3d9ce3ccee13: Waiting 02:43:12 84631c253a1d: Waiting 02:43:12 336623de938e: Waiting 02:43:12 63533b406c5a: Waiting 02:43:12 ace0eda3e3be: Waiting 02:43:12 31b11ec6ff38: Waiting 02:43:12 911954e2fe49: Waiting 02:43:12 8691cfabdfbe: Layer already exists 02:43:12 332114bfa278: Layer already exists 02:43:12 904444d2cb27: Layer already exists 02:43:12 2293db9040b2: Layer already exists 02:43:12 8e2855ef71ef: Layer already exists 02:43:12 b2997bf718cc: Layer already exists 02:43:12 3c464cae97f7: Layer already exists 02:43:12 3d9ce3ccee13: Layer already exists 02:43:12 336623de938e: Layer already exists 02:43:12 84631c253a1d: Layer already exists 02:43:12 911954e2fe49: Layer already exists 02:43:12 31b11ec6ff38: Layer already exists 02:43:12 63533b406c5a: Layer already exists 02:43:12 ace0eda3e3be: Layer already exists 02:43:12 master: digest: sha256:c580419f74e354ba24b0453bd4126506d1075492396e70e3ac3a53a00f455885 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry 02:43:12 ---> Running in 01de3327ee44 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:12 ===================================================== [Pipeline] echo 02:43:12 taggedImages: 02:43:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 02:43:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.16 02:43:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:43:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } 02:43:12 ---> 2e0dd08dcc7e 02:43:12 Step 7/21 : RUN go mod download [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 02:43:12 ---> Running in 063c6f39befd Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:16 (1/5) Installing libgcc (9.3.0-r2) 02:43:17 (2/5) Installing libsodium (1.0.18-r0) 02:43:17 (3/5) Installing libstdc++ (9.3.0-r2) 02:43:17 (4/5) Installing libzmq (4.3.3-r0) 02:43:17 (5/5) Installing zeromq (4.3.3-r0) 02:43:17 Executing busybox-1.31.1-r19.trigger 02:43:17 OK: 8 MiB in 19 packages 02:43:19 Removing intermediate container 063c6f39befd 02:43:19 ---> 89151972804b 02:43:19 Step 8/21 : COPY . . 02:43:20 Removing intermediate container 01de3327ee44 02:43:20 ---> 92676450b64c 02:43:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:43:23 ---> 16a8db1ad083 02:43:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:43:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:43:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:43:27 ---> 69365b85481f 02:43:27 Step 3/22 : WORKDIR /edgex-go 02:43:27 ---> Using cache 02:43:27 ---> 5f9f8488619f 02:43:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:27 ---> Using cache 02:43:27 ---> 83f79c365b49 02:43:27 Step 5/22 : RUN apk update && apk add make git 02:43:27 ---> Using cache 02:43:27 ---> 964fd190995c 02:43:27 Step 6/22 : COPY go.mod . 02:43:27 ---> Using cache 02:43:27 ---> 2e0dd08dcc7e 02:43:27 Step 7/22 : RUN go mod download 02:43:27 ---> Using cache 02:43:27 ---> 89151972804b 02:43:27 Step 8/22 : COPY . . 02:43:29 ---> ac595a846984 02:43:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:43:30 ---> 691660bfd11b 02:43:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 02:43:30 ---> Running in 0e2e585f67d9 02:43:31 ---> d27affd0afb2 02:43:31 Step 19/23 : ENTRYPOINT ["/core-data"] 02:43:32 ---> Running in 2c8eac8b5da0 02:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 02:43:33 Removing intermediate container 2c8eac8b5da0 02:43:33 ---> 1396e5054a92 02:43:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:43:33 ---> Running in 9564f0d42fcd 02:43:34 Removing intermediate container 9564f0d42fcd 02:43:34 ---> b08d82ee2561 02:43:34 Step 21/23 : LABEL arch=arm64 02:43:35 ---> Running in d6e44f6c8897 02:43:36 Removing intermediate container d6e44f6c8897 02:43:36 ---> ed1e3f4fc34c 02:43:36 Step 22/23 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:43:36 ---> Running in ff954694e946 02:43:38 Removing intermediate container ff954694e946 02:43:38 ---> 8936fb4474e5 02:43:38 Step 23/23 : LABEL version=1.3.1-dev.16 02:43:38 ---> Running in 65aca136bdc5 02:43:39 Removing intermediate container 65aca136bdc5 02:43:39 ---> 559f7182e4d3 02:43:39 02:43:40 Successfully built 559f7182e4d3 02:43:41 Successfully tagged docker-core-data-go-arm64:latest 02:43:41  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 02:43:41 ---> 6232c616474a 02:43:41 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:43:42 ---> Running in 0484c07c7aa4 02:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:43:45 ---> 210839a9076a 02:43:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:43:46 ---> Running in 8987461c83b4 02:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:43:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:43:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:43:58 ---> 69365b85481f 02:43:58 Step 3/21 : WORKDIR /edgex-go 02:43:58 ---> Using cache 02:43:58 ---> 5f9f8488619f 02:43:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:58 ---> Using cache 02:43:58 ---> 83f79c365b49 02:43:58 Step 5/21 : RUN apk update && apk add make git 02:43:58 ---> Using cache 02:43:58 ---> 964fd190995c 02:43:58 Step 6/21 : COPY go.mod . 02:43:58 ---> Using cache 02:43:58 ---> 2e0dd08dcc7e 02:43:58 Step 7/21 : RUN go mod download 02:43:58 ---> Using cache 02:43:58 ---> 89151972804b 02:43:58 Step 8/21 : COPY . . 02:43:58 ---> Using cache 02:43:58 ---> 210839a9076a 02:43:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:43:59 ---> Running in ae149e645b13 02:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:44:15 Removing intermediate container 4d94827b0aa1 02:44:15 ---> 4d2f7d34f2f7 02:44:15 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:44:15 ---> Running in cce457271cdd 02:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:44:24 Removing intermediate container cce457271cdd 02:44:24 ---> 5966a20a3784 02:44:24 02:44:24 Step 11/27 : FROM docker:latest 02:44:24 ---> 84e3a507c27b 02:44:24 Step 12/27 : RUN apk add --no-cache bash 02:44:24 ---> Running in 6fb558fa1372 02:44:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:26 (1/2) Installing readline (8.0.4-r0) 02:44:26 (2/2) Installing bash (5.0.17-r0) 02:44:26 Executing bash-5.0.17-r0.post-install 02:44:27 Executing busybox-1.31.1-r19.trigger 02:44:27 OK: 12 MiB in 22 packages 02:44:29 Removing intermediate container 6fb558fa1372 02:44:29 ---> 318e30f17764 02:44:29 Step 13/27 : RUN rm -rf /var/cache/apk/* 02:44:29 ---> Running in 055c258241f2 02:44:33 Removing intermediate container 055c258241f2 02:44:33 ---> 0c73f6d1c0b3 02:44:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:44:33 ---> Running in 2f1e72718981 02:44:33 Removing intermediate container 2f1e72718981 02:44:33 ---> 3776623d4bf9 02:44:33 Step 15/27 : ENV APP_PORT=48090 02:44:33 ---> Running in 3e198d11078d 02:44:34 Removing intermediate container 3e198d11078d 02:44:34 ---> 073b07688488 02:44:34 Step 16/27 : EXPOSE $APP_PORT 02:44:34 ---> Running in 4807c4e248b0 02:44:35 Removing intermediate container 4807c4e248b0 02:44:35 ---> f5dc5fa3712b 02:44:35 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:44:37 ---> 076e483c5f79 02:44:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:44:38 ---> c4ac76d423da 02:44:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:44:39 ---> 6314afdb3225 02:44:39 Step 20/27 : RUN apk --no-cache add py3-pip 02:44:39 ---> Running in 8292c5831499 02:44:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:42 (1/33) Installing libbz2 (1.0.8-r1) 02:44:42 (2/33) Installing expat (2.2.9-r1) 02:44:42 (3/33) Installing libffi (3.3-r2) 02:44:42 (4/33) Installing gdbm (1.13-r1) 02:44:42 (5/33) Installing xz-libs (5.2.5-r0) 02:44:42 (6/33) Installing sqlite-libs (3.32.1-r0) 02:44:42 (7/33) Installing python3 (3.8.5-r0) 02:44:45 (8/33) Installing py3-appdirs (1.4.4-r1) 02:44:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:44:45 (10/33) Installing py3-parsing (2.4.7-r0) 02:44:45 (11/33) Installing py3-six (1.15.0-r0) 02:44:45 (12/33) Installing py3-packaging (20.4-r0) 02:44:45 (13/33) Installing py3-setuptools (47.0.0-r0) 02:44:45 (14/33) Installing py3-chardet (3.0.4-r4) 02:44:45 (15/33) Installing py3-idna (2.9-r0) 02:44:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:44:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:44:45 (18/33) Installing py3-requests (2.23.0-r0) 02:44:45 (19/33) Installing py3-msgpack (1.0.0-r0) 02:44:45 (20/33) Installing py3-lockfile (0.12.2-r3) 02:44:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:44:45 (22/33) Installing py3-colorama (0.4.3-r0) 02:44:45 (23/33) Installing py3-distlib (0.3.0-r0) 02:44:45 (24/33) Installing py3-distro (1.5.0-r1) 02:44:45 (25/33) Installing py3-webencodings (0.5.1-r3) 02:44:45 (26/33) Installing py3-html5lib (1.0.1-r4) 02:44:45 (27/33) Installing py3-pytoml (0.1.21-r0) 02:44:45 (28/33) Installing py3-pep517 (0.8.2-r0) 02:44:45 (29/33) Installing py3-progress (1.5-r0) 02:44:46 (30/33) Installing py3-toml (0.10.1-r0) 02:44:46 (31/33) Installing py3-retrying (1.3.3-r0) 02:44:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:44:46 (33/33) Installing py3-pip (20.1.1-r0) 02:44:46 Executing busybox-1.31.1-r19.trigger 02:44:46 OK: 71 MiB in 55 packages 02:44:53 Removing intermediate container 0e2e585f67d9 02:44:53 ---> 205fc04b72f0 02:44:53 02:44:53 Step 9/29 : FROM alpine:latest 02:44:53 ---> 2e77e061c27f 02:44:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 02:44:53 ---> Running in 82ee54ab95d7 02:44:53 Removing intermediate container 82ee54ab95d7 02:44:53 ---> f702d25e0c71 02:44:53 Step 11/29 : USER root 02:44:53 ---> Running in 8526ed0b7ee6 02:44:55 Removing intermediate container 8526ed0b7ee6 02:44:55 ---> 2a6e06f009ff 02:44:55 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 02:44:55 ---> Running in 3c487be98114 02:44:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:58 Removing intermediate container 8292c5831499 02:44:58 ---> 1cc02c498773 02:44:58 Step 21/27 : RUN pip install docker-compose==1.23.2 02:44:58 ---> Running in 3e670f2b71d0 02:44:58 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:44:58 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:44:58 OK: 12617 distinct packages available 02:45:00 (1/2) Installing ca-certificates (20191127-r4) 02:45:00 (2/2) Installing dumb-init (1.2.2-r1) 02:45:00 Executing busybox-1.31.1-r19.trigger 02:45:00 Executing ca-certificates-20191127-r4.trigger 02:45:00 OK: 6 MiB in 16 packages 02:45:03 Removing intermediate container 3c487be98114 02:45:03 ---> 70a41c5d09c4 02:45:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 02:45:03 ---> Running in f2633ed98015 02:45:03 Removing intermediate container f2633ed98015 02:45:03 ---> 20f9e94a6ce2 02:45:03 Step 14/29 : WORKDIR $BASE_DIR 02:45:03 ---> Running in 0214728f4cdf 02:45:04 Removing intermediate container 0214728f4cdf 02:45:04 ---> 1130f80d8e70 02:45:04 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 02:45:04 ---> Running in b76bc0ebf8df 02:45:06 Collecting docker-compose==1.23.2 02:45:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:45:08 Collecting docker<4.0,>=3.6.0 02:45:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:45:08 Removing intermediate container b76bc0ebf8df 02:45:08 ---> db1d45aa0bc1 02:45:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 02:45:09 Collecting texttable<0.10,>=0.9.0 02:45:09 Downloading texttable-0.9.1.tar.gz (11 kB) 02:45:10 ---> 22e6be9cb754 02:45:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 02:45:11 ---> ddb3adec50a9 02:45:11 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 02:45:12 Collecting cached-property<2,>=1.2.0 02:45:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:45:12 ---> 8256d23cc5c8 02:45:12 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 02:45:13 Collecting websocket-client<1.0,>=0.32.0 02:45:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:45:13 Collecting docopt<0.7,>=0.6.1 02:45:13 Downloading docopt-0.6.2.tar.gz (25 kB) 02:45:13 ---> b84195fd6368 02:45:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 02:45:15 ---> 0989ba95f958 02:45:15 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 02:45:15 ---> Running in 4e67a4a7ab45 02:45:17 Collecting dockerpty<0.5,>=0.4.1 02:45:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config 02:45:18 Removing intermediate container 8987461c83b4 02:45:18 ---> 360eeaa5bded 02:45:18 02:45:18 Step 10/22 : FROM alpine:3.10 02:45:18 ---> 536a684cf733 02:45:18 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:45:18 ---> Using cache 02:45:18 ---> 79b7cba2cb39 02:45:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:45:19 ---> Running in 7b613568e0c9 02:45:19 Removing intermediate container 4e67a4a7ab45 02:45:19 ---> 9bc0aa9ac0de 02:45:19 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 02:45:20 Removing intermediate container 7b613568e0c9 02:45:20 ---> 4235b0473adb 02:45:20 Step 13/22 : WORKDIR / 02:45:20 ---> Running in a0a2d574d46b 02:45:20 Collecting jsonschema<3,>=2.5.1 02:45:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:45:20 Removing intermediate container a0a2d574d46b 02:45:20 ---> 691be658d08d 02:45:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 02:45:21 ---> e7d122c9e63b 02:45:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:21 ---> Running in 1099cb1f0bf2 02:45:22 Collecting PyYAML<4,>=3.10 02:45:22 Downloading PyYAML-3.13.tar.gz (270 kB) 02:45:22 ---> ba1cf662ed40 02:45:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:45:24 ---> f06b7000b6e9 02:45:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:45:25 Removing intermediate container 1099cb1f0bf2 02:45:25 ---> 0adca493e7bc 02:45:25 Step 24/29 : RUN chmod 755 security-secrets-setup 02:45:25 ---> Running in 31932f47ee18 02:45:25 ---> 1bc845184225 02:45:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:45:27 ---> 2406ca8876a0 02:45:27 Step 18/22 : RUN chmod +x entrypoint.sh 02:45:27 ---> Running in 75f450a40ed4 02:45:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:45:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:45:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:45:29 Collecting docker-pycreds>=0.4.0 02:45:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:45:29 Removing intermediate container 31932f47ee18 02:45:29 ---> 8e435aab60bc 02:45:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 02:45:29 ---> Running in da9652971f06 02:45:30 Collecting urllib3<1.25,>=1.21.1 02:45:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:45:30 Removing intermediate container da9652971f06 02:45:30 ---> a777e96779c6 02:45:30 Step 26/29 : CMD [ "generate" ] 02:45:30 ---> Running in 7ac9b0278216 02:45:30 Removing intermediate container 75f450a40ed4 02:45:30 ---> 46fc06231c39 02:45:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:45:31 Collecting idna<2.8,>=2.5 02:45:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:45:31 ---> Running in 6c78df8da6ad 02:45:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 02:45:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 02:45:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:45:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:45:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:45:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:45:31 Removing intermediate container 7ac9b0278216 02:45:31 ---> acd555bc540a 02:45:31 Step 27/29 : LABEL arch=arm64 02:45:31 ---> Running in 1ca19675a909 02:45:31 Removing intermediate container 6c78df8da6ad 02:45:31 ---> dba80a230ccc 02:45:31 Step 20/22 : LABEL arch=arm64 02:45:32 ---> Running in 266ea6b6cd82 02:45:32 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, docopt, dockerpty, jsonschema, PyYAML, docker-compose 02:45:32 Removing intermediate container 1ca19675a909 02:45:32 ---> a4887f87ed1a 02:45:32 Step 28/29 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:45:32 Attempting uninstall: urllib3 02:45:32 Found existing installation: urllib3 1.25.9 02:45:32 Uninstalling urllib3-1.25.9: 02:45:32 Successfully uninstalled urllib3-1.25.9 02:45:32 ---> Running in 05368f354052 02:45:33 Removing intermediate container 266ea6b6cd82 02:45:33 ---> 282762b6decb 02:45:33 Step 21/22 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:45:33 ---> Running in 0b9251b69421 02:45:33 Removing intermediate container 05368f354052 02:45:33 ---> f9ce2d635f2c 02:45:33 Step 29/29 : LABEL version=1.3.1-dev.16 02:45:33 Attempting uninstall: idna 02:45:33 Found existing installation: idna 2.9 02:45:33 Uninstalling idna-2.9: 02:45:33 Successfully uninstalled idna-2.9 02:45:33 Removing intermediate container ae149e645b13 02:45:33 ---> 82c88c1550f1 02:45:33 02:45:33 Step 10/21 : FROM alpine 02:45:33 ---> 2e77e061c27f 02:45:33 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:45:34 ---> Running in cbf663ff8604 02:45:34 Removing intermediate container 0b9251b69421 02:45:34 ---> 867824b83cd9 02:45:34 Step 22/22 : LABEL version=1.3.1-dev.16 02:45:34 ---> Running in c0bec0e42d16 02:45:34 ---> Running in 34324ac4b445 02:45:34 Attempting uninstall: requests 02:45:34 Found existing installation: requests 2.23.0 02:45:34 Uninstalling requests-2.23.0: 02:45:34 Successfully uninstalled requests-2.23.0 02:45:35 Removing intermediate container cbf663ff8604 02:45:35 ---> f610e5f98b96 02:45:35 02:45:35 Removing intermediate container 34324ac4b445 02:45:35 ---> 859d1a41bb7c 02:45:35 02:45:35 Removing intermediate container 0484c07c7aa4 02:45:35 ---> 634183272950 02:45:35 02:45:35 Step 10/21 : FROM scratch 02:45:35 ---> 02:45:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:45:35 Successfully built f610e5f98b96 02:45:35 Successfully tagged docker-security-secrets-setup-go-arm64:latest 02:45:35 Building docker-support-notifications-go 02:45:35  Building docker-security-secrets-setup-go ... done  ---> Using cache 02:45:35 ---> 2f286b7516ba 02:45:35 Step 12/21 : ENV APP_PORT=48085 02:45:35 Successfully built 859d1a41bb7c 02:45:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 02:45:36  Building docker-security-bootstrap-redis-go ... done  ---> Running in 5015065e2777 02:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:36 Removing intermediate container 5015065e2777 02:45:36 ---> f1006b81c918 02:45:36 Step 13/21 : EXPOSE $APP_PORT 02:45:36 Running setup.py install for texttable: started 02:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:36 ---> Running in 80b76f3f4f10 02:45:37 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:45:37 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:45:37 OK: 12617 distinct packages available 02:45:37 Removing intermediate container 80b76f3f4f10 02:45:37 ---> 88d490d1acf2 02:45:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:45:38 (1/4) Installing ca-certificates (20191127-r4) 02:45:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:45:38 (3/4) Installing libcurl (7.69.1-r1) 02:45:38 (4/4) Installing curl (7.69.1-r1) 02:45:38 Executing busybox-1.31.1-r19.trigger 02:45:38 Executing ca-certificates-20191127-r4.trigger 02:45:38 OK: 7 MiB in 18 packages 02:45:38 Running setup.py install for texttable: finished with status 'done' 02:45:39 ---> 717f46b24c93 02:45:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:45:39 Running setup.py install for docopt: started 02:45:41 ---> 021c39b9c48a 02:45:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:45:41 Removing intermediate container c0bec0e42d16 02:45:41 ---> bdb4cfbb2b4c 02:45:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:45:41 ---> Running in 0240c24db654 02:45:41 Running setup.py install for docopt: finished with status 'done' 02:45:41 Running setup.py install for dockerpty: started 02:45:41 ---> 8f0a52610077 02:45:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:45:41 Removing intermediate container 0240c24db654 02:45:41 ---> 4b95e7309bc5 02:45:41 Step 13/21 : WORKDIR /edgex 02:45:41 ---> Running in af9675d71585 02:45:41 ---> Running in 16c5dba60c24 02:45:42 Removing intermediate container af9675d71585 02:45:42 ---> cc0d40b2272b 02:45:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:42 Removing intermediate container 16c5dba60c24 02:45:42 ---> 5db9c4382e40 02:45:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:45:42 ---> Running in 4f38ef6c8030 02:45:43 Removing intermediate container 4f38ef6c8030 02:45:43 ---> 1e602fecffc3 02:45:43 Step 19/21 : LABEL arch=arm64 02:45:43 Running setup.py install for dockerpty: finished with status 'done' 02:45:43 ---> f33f6c025551 02:45:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:45:43 ---> Running in e75c3866e4f6 02:45:44 Running setup.py install for PyYAML: started 02:45:45 Removing intermediate container e75c3866e4f6 02:45:45 ---> 99ab09077651 02:45:45 Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:45:45 ---> Running in 3d256f5d830a 02:45:46 ---> d80afedf630c 02:45:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:45:46 Removing intermediate container 3d256f5d830a 02:45:46 ---> 4a89c23ebc3c 02:45:46 Step 21/21 : LABEL version=1.3.1-dev.16 02:45:46 ---> Running in 8e90c8a2dbe6 02:45:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:45:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:45:46 ---> 69365b85481f 02:45:46 Step 3/24 : WORKDIR /edgex-go 02:45:46 ---> Using cache 02:45:46 ---> 5f9f8488619f 02:45:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:46 ---> Using cache 02:45:46 ---> 83f79c365b49 02:45:46 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 02:45:47 ---> Running in 75ba7685bdf7 02:45:47 Running setup.py install for PyYAML: finished with status 'done' 02:45:47 ---> 965d6b17315b 02:45:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:45:47 Removing intermediate container 8e90c8a2dbe6 02:45:47 ---> 217ac3a08f01 02:45:47 02:45:47 ---> Running in 6ca5cddbf07c 02:45:48 Successfully built 217ac3a08f01 02:45:48 Successfully tagged docker-support-scheduler-go-arm64:latest 02:45:48  Building docker-support-scheduler-go ... done 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 02:45:48 Removing intermediate container 6ca5cddbf07c 02:45:48 ---> f2c9a2dd093b 02:45:48 Step 18/21 : CMD ["--init=true"] 02:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:48 ---> Running in a5e09ce762dc 02:45:48 Removing intermediate container a5e09ce762dc 02:45:48 ---> 24783f35ad0e 02:45:48 Step 19/21 : LABEL arch=arm64 02:45:49 ---> Running in 6b60f0ab10dc 02:45:49 Removing intermediate container 6b60f0ab10dc 02:45:49 ---> 46256d4c15dc 02:45:49 Step 20/21 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:45:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:49 ---> Running in 1140b0e6f02d 02:45:50 Removing intermediate container 1140b0e6f02d 02:45:50 ---> 4637e33969fa 02:45:50 Step 21/21 : LABEL version=1.3.1-dev.16 02:45:50 ---> Running in b5d7c672f080 02:45:50 Removing intermediate container b5d7c672f080 02:45:50 ---> 9b4c579d3b13 02:45:50 02:45:51 Successfully built 9b4c579d3b13 02:45:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:45:51  Building docker-security-proxy-setup-go ... done v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:45:51 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:45:51 OK: 12616 distinct packages available 02:45:52 Removing intermediate container 3e670f2b71d0 02:45:52 ---> 02efc42611ef 02:45:52 Step 22/27 : RUN apk --no-cache add curl 02:45:52 OK: 217 MiB in 51 packages 02:45:52 ---> Running in a9225ab254f6 02:45:53 Removing intermediate container 75ba7685bdf7 02:45:53 ---> b5307ca5e16d 02:45:53 Step 6/24 : COPY go.mod . 02:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:54 ---> 1df01119edfd 02:45:54 Step 7/24 : RUN go mod download 02:45:54 ---> Running in 5dbd2909960e 02:45:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:45:54 (2/3) Installing libcurl (7.69.1-r1) 02:45:54 (3/3) Installing curl (7.69.1-r1) 02:45:54 Executing busybox-1.31.1-r19.trigger 02:45:54 OK: 71 MiB in 58 packages 02:45:55 Removing intermediate container a9225ab254f6 02:45:55 ---> 004ec80436bc 02:45:55 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 02:45:56 ---> Running in 588a69176545 02:45:56 Removing intermediate container 588a69176545 02:45:56 ---> 04abea8fba76 02:45:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:56 ---> Running in 01328fd862dd 02:45:56 Removing intermediate container 5dbd2909960e 02:45:56 ---> 85638062305a 02:45:56 Step 8/24 : COPY . . 02:45:57 Removing intermediate container 01328fd862dd 02:45:57 ---> ef520427e87a 02:45:57 Step 25/27 : LABEL arch=arm64 02:45:57 ---> Running in 38c3a9ce29a6 02:45:57 Removing intermediate container 38c3a9ce29a6 02:45:57 ---> eb03f19db469 02:45:57 Step 26/27 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:45:58 ---> Running in aa7d036098a8 02:45:59 Removing intermediate container aa7d036098a8 02:45:59 ---> dcda0bf9b1e6 02:45:59 Step 27/27 : LABEL version=1.3.1-dev.16 02:45:59 ---> Running in c77f4f0694e5 02:46:00 Removing intermediate container c77f4f0694e5 02:46:00 ---> 3246bb6bbf8c 02:46:00 02:46:00 Successfully built 3246bb6bbf8c 02:46:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:46:04  Building docker-sys-mgmt-agent-go ... done  ---> 111129331f4f 02:46:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:46:05 ---> Running in 9a32094168cd 02:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:46:38 Removing intermediate container 9a32094168cd 02:46:38 ---> c084c539bb98 02:46:38 02:46:38 Step 10/24 : FROM scratch 02:46:38 ---> 02:46:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:46:38 ---> Using cache 02:46:38 ---> e8c37d6c17b8 02:46:38 Step 12/24 : ENV APP_PORT=48060 02:46:38 ---> Running in cb7854044416 02:46:38 Removing intermediate container cb7854044416 02:46:38 ---> 60b9f0212d6f 02:46:38 Step 13/24 : EXPOSE $APP_PORT 02:46:38 ---> Running in 2c1a367bbfdb 02:46:38 Removing intermediate container 2c1a367bbfdb 02:46:38 ---> 6817c3d0e558 02:46:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:46:38 ---> c714aa9f573e 02:46:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:46:38 ---> ccc2f0e88008 02:46:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:46:38 ---> 2d24f751a7ec 02:46:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:46:38 ---> b0bac58e5061 02:46:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:46:39 ---> 9b5511b6b072 02:46:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:46:40 ---> d50000e675d1 02:46:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:46:40 ---> Running in 6628d3df1683 02:46:41 Removing intermediate container 6628d3df1683 02:46:41 ---> 0b8c2e4f19d6 02:46:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:41 ---> Running in 31ac782689f4 02:46:42 Removing intermediate container 31ac782689f4 02:46:42 ---> 08b88074dcd8 02:46:42 Step 22/24 : LABEL arch=arm64 02:46:42 ---> Running in c6b862047dbc 02:46:42 Removing intermediate container c6b862047dbc 02:46:42 ---> 855a4078a304 02:46:42 Step 23/24 : LABEL git_sha=ff93af41a81d158de1dc365787019667f354ae25 02:46:42 ---> Running in 0e3836b38429 02:46:42 Removing intermediate container 0e3836b38429 02:46:42 ---> 809278ebb4f6 02:46:42 Step 24/24 : LABEL version=1.3.1-dev.16 02:46:43 ---> Running in bb6e8ee0b9c4 02:46:43 Removing intermediate container bb6e8ee0b9c4 02:46:43 ---> 4d57651a9807 02:46:43 02:46:43 Successfully built 4d57651a9807 02:46:43 Successfully tagged docker-support-notifications-go-arm64:latest 02:46:44  Building docker-support-notifications-go ... done  [Pipeline] } 02:46:44 $ docker stop --time=1 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 02:46:46 $ docker rm -f 0d49f9fb3ec8f360fc05f06c599e2cb8514ac76084a64063982302c2a8a31e01 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:46 + + grep dockerdocker 02:46:46 images 02:46:47 docker-support-notifications-go-arm64 latest 4d57651a9807 4 seconds ago 12.9MB 02:46:47 docker-sys-mgmt-agent-go-arm64 latest 3246bb6bbf8c 48 seconds ago 273MB 02:46:47 docker-security-proxy-setup-go-arm64 latest 9b4c579d3b13 57 seconds ago 23.4MB 02:46:47 docker-support-scheduler-go-arm64 latest 217ac3a08f01 About a minute ago 11.5MB 02:46:47 docker-security-secrets-setup-go-arm64 latest f610e5f98b96 About a minute ago 22.7MB 02:46:47 docker-security-bootstrap-redis-go-arm64 latest 859d1a41bb7c About a minute ago 15.2MB 02:46:47 docker-core-data-go-arm64 latest 559f7182e4d3 3 minutes ago 22.3MB 02:46:47 docker-core-metadata-go-arm64 latest ddd429ed5ee3 3 minutes ago 13.6MB 02:46:47 docker-core-command-go-arm64 latest eeebb212d5d5 4 minutes ago 11.4MB 02:46:47 docker-security-secretstore-setup-go-arm64 latest 62bcc2f66d46 4 minutes ago 23.5MB 02:46:47 docker-support-logging-go-arm64 latest ad8fb669d768 4 minutes ago 10.6MB 02:46:47 docker latest 84e3a507c27b 26 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:47 provisioning config files... 02:46:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/240@tmp/config2297476426668551720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:48 ---> docker-login.sh 02:46:48 nexus3.edgexfoundry.org:10001 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 nexus3.edgexfoundry.org:10002 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:49 Configure a credential helper to remove this warning. See 02:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:49 02:46:49 Login Succeeded 02:46:49 nexus3.edgexfoundry.org:10003 02:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:49 Configure a credential helper to remove this warning. See 02:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:49 02:46:49 Login Succeeded 02:46:49 nexus3.edgexfoundry.org:10004 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:50 Configure a credential helper to remove this warning. See 02:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:50 02:46:50 Login Succeeded 02:46:50 docker.io 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:51 Configure a credential helper to remove this warning. See 02:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:51 02:46:51 Login Succeeded 02:46:51 ---> docker-login.sh ends [Pipeline] } 02:46:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:51 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 02:46:51 ff93af41a81d158de1dc365787019667f354ae25 02:46:51 1.3.1-dev.16 02:46:51 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:46:51 master 02:46:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:52 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:46:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 02:46:52 bc3b84b1ed83: Preparing 02:46:52 24e8e058d5eb: Preparing 02:46:52 c8e1cb837c30: Preparing 02:46:52 c8e1cb837c30: Pushed 02:46:52 bc3b84b1ed83: Pushed 02:46:55 24e8e058d5eb: Pushed 02:46:55 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh 02:46:56 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:46:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 02:46:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 02:46:56 bc3b84b1ed83: Preparing 02:46:56 24e8e058d5eb: Preparing 02:46:56 c8e1cb837c30: Preparing 02:46:56 c8e1cb837c30: Layer already exists 02:46:56 24e8e058d5eb: Layer already exists 02:46:56 bc3b84b1ed83: Layer already exists 02:46:56 1.3.1-dev.16: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh 02:46:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:46:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:46:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 02:46:57 bc3b84b1ed83: Preparing 02:46:57 24e8e058d5eb: Preparing 02:46:57 c8e1cb837c30: Preparing 02:46:57 bc3b84b1ed83: Layer already exists 02:46:57 c8e1cb837c30: Layer already exists 02:46:57 24e8e058d5eb: Layer already exists 02:46:57 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] isUnix [Pipeline] sh 02:46:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:46:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 02:46:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 02:46:58 bc3b84b1ed83: Preparing 02:46:58 24e8e058d5eb: Preparing 02:46:58 c8e1cb837c30: Preparing 02:46:58 bc3b84b1ed83: Layer already exists 02:46:58 c8e1cb837c30: Layer already exists 02:46:58 24e8e058d5eb: Layer already exists 02:46:58 master: digest: sha256:d473bcfa1e4e95bd9f4530bdb518c56a6d7a4170604c822b1ffc1d2df2e0989d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:58 ===================================================== [Pipeline] echo 02:46:58 taggedImages: 02:46:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:46:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.16 02:46:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:46:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 02:46:58 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 02:46:58 ff93af41a81d158de1dc365787019667f354ae25 02:46:58 1.3.1-dev.16 02:46:58 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:46:58 master 02:46:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:59 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:46:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 02:46:59 e4fe28d868e9: Preparing 02:46:59 8a8c4af75b17: Preparing 02:46:59 0eaf94f43f8b: Preparing 02:46:59 a6348aae4673: Preparing 02:46:59 5aa8a02f2e8d: Preparing 02:46:59 cd3761cfa1d9: Preparing 02:46:59 cd3761cfa1d9: Waiting 02:47:00 e4fe28d868e9: Pushed 02:47:00 0eaf94f43f8b: Pushed 02:47:00 5aa8a02f2e8d: Pushed 02:47:00 cd3761cfa1d9: Layer already exists 02:47:00 a6348aae4673: Pushed 02:47:04 8a8c4af75b17: Pushed 02:47:04 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh 02:47:04 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 02:47:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 02:47:04 e4fe28d868e9: Preparing 02:47:04 8a8c4af75b17: Preparing 02:47:04 0eaf94f43f8b: Preparing 02:47:04 a6348aae4673: Preparing 02:47:04 5aa8a02f2e8d: Preparing 02:47:04 cd3761cfa1d9: Preparing 02:47:04 cd3761cfa1d9: Waiting 02:47:04 e4fe28d868e9: Layer already exists 02:47:04 5aa8a02f2e8d: Layer already exists 02:47:04 8a8c4af75b17: Layer already exists 02:47:04 0eaf94f43f8b: Layer already exists 02:47:05 a6348aae4673: Layer already exists 02:47:05 cd3761cfa1d9: Layer already exists 02:47:05 1.3.1-dev.16: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh 02:47:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 02:47:05 e4fe28d868e9: Preparing 02:47:05 8a8c4af75b17: Preparing 02:47:05 0eaf94f43f8b: Preparing 02:47:05 a6348aae4673: Preparing 02:47:05 5aa8a02f2e8d: Preparing 02:47:05 cd3761cfa1d9: Preparing 02:47:05 cd3761cfa1d9: Waiting 02:47:05 8a8c4af75b17: Layer already exists 02:47:05 0eaf94f43f8b: Layer already exists 02:47:05 a6348aae4673: Layer already exists 02:47:05 e4fe28d868e9: Layer already exists 02:47:06 5aa8a02f2e8d: Layer already exists 02:47:06 cd3761cfa1d9: Layer already exists 02:47:06 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] isUnix [Pipeline] sh 02:47:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 02:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 02:47:06 e4fe28d868e9: Preparing 02:47:06 8a8c4af75b17: Preparing 02:47:06 0eaf94f43f8b: Preparing 02:47:06 a6348aae4673: Preparing 02:47:06 5aa8a02f2e8d: Preparing 02:47:06 cd3761cfa1d9: Preparing 02:47:07 8a8c4af75b17: Layer already exists 02:47:07 0eaf94f43f8b: Layer already exists 02:47:07 e4fe28d868e9: Layer already exists 02:47:07 5aa8a02f2e8d: Layer already exists 02:47:07 a6348aae4673: Layer already exists 02:47:07 cd3761cfa1d9: Layer already exists 02:47:07 master: digest: sha256:e0bc176c90516ea48cb380a82224354153ea9a886daef706ecdf54ffd287b18e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:07 ===================================================== [Pipeline] echo 02:47:07 taggedImages: 02:47:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.16 02:47:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 02:47:07 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 02:47:07 ff93af41a81d158de1dc365787019667f354ae25 02:47:07 1.3.1-dev.16 02:47:07 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:07 master 02:47:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:08 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 02:47:08 0b97e4531f3a: Preparing 02:47:08 51499ed59dff: Preparing 02:47:08 98bf4215b542: Preparing 02:47:08 98bf4215b542: Pushed 02:47:08 0b97e4531f3a: Pushed 02:47:12 51499ed59dff: Pushed 02:47:12 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh 02:47:12 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 02:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 02:47:12 0b97e4531f3a: Preparing 02:47:12 51499ed59dff: Preparing 02:47:12 98bf4215b542: Preparing 02:47:13 51499ed59dff: Layer already exists 02:47:13 0b97e4531f3a: Layer already exists 02:47:13 98bf4215b542: Layer already exists 02:47:13 1.3.1-dev.16: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh 02:47:13 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 02:47:13 0b97e4531f3a: Preparing 02:47:13 51499ed59dff: Preparing 02:47:13 98bf4215b542: Preparing 02:47:14 0b97e4531f3a: Layer already exists 02:47:14 98bf4215b542: Layer already exists 02:47:14 51499ed59dff: Layer already exists 02:47:14 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] isUnix [Pipeline] sh 02:47:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 02:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 02:47:14 0b97e4531f3a: Preparing 02:47:14 51499ed59dff: Preparing 02:47:14 98bf4215b542: Preparing 02:47:14 98bf4215b542: Layer already exists 02:47:14 0b97e4531f3a: Layer already exists 02:47:14 51499ed59dff: Layer already exists 02:47:14 master: digest: sha256:c4901a420d0356256e15fc9d44f5647475c31300082ad0561a7489db2fbac212 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:15 ===================================================== [Pipeline] echo 02:47:15 taggedImages: 02:47:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.16 02:47:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 02:47:15 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 02:47:15 ff93af41a81d158de1dc365787019667f354ae25 02:47:15 1.3.1-dev.16 02:47:15 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:15 master 02:47:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:15 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 02:47:16 ad29a7b236f0: Preparing 02:47:16 4eab37c7ad0e: Preparing 02:47:16 35f6f485a2a5: Preparing 02:47:16 f6c50ebef54d: Preparing 02:47:16 1dc4cb23a0e7: Preparing 02:47:16 fa2576215188: Preparing 02:47:16 66b385cf80cf: Preparing 02:47:16 fa2576215188: Waiting 02:47:16 66b385cf80cf: Waiting 02:47:16 35f6f485a2a5: Pushed 02:47:16 4eab37c7ad0e: Pushed 02:47:16 1dc4cb23a0e7: Pushed 02:47:16 ad29a7b236f0: Pushed 02:47:16 66b385cf80cf: Layer already exists 02:47:17 fa2576215188: Pushed 02:47:18 f6c50ebef54d: Pushed 02:47:18 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:47:19 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 02:47:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 02:47:19 ad29a7b236f0: Preparing 02:47:19 4eab37c7ad0e: Preparing 02:47:19 35f6f485a2a5: Preparing 02:47:19 f6c50ebef54d: Preparing 02:47:19 1dc4cb23a0e7: Preparing 02:47:19 fa2576215188: Preparing 02:47:19 66b385cf80cf: Preparing 02:47:19 fa2576215188: Waiting 02:47:19 66b385cf80cf: Waiting 02:47:19 ad29a7b236f0: Layer already exists 02:47:19 4eab37c7ad0e: Layer already exists 02:47:19 1dc4cb23a0e7: Layer already exists 02:47:19 f6c50ebef54d: Layer already exists 02:47:19 35f6f485a2a5: Layer already exists 02:47:19 66b385cf80cf: Layer already exists 02:47:19 fa2576215188: Layer already exists 02:47:19 1.3.1-dev.16: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:47:19 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 02:47:21 ad29a7b236f0: Preparing 02:47:21 4eab37c7ad0e: Preparing 02:47:21 35f6f485a2a5: Preparing 02:47:21 f6c50ebef54d: Preparing 02:47:21 1dc4cb23a0e7: Preparing 02:47:21 fa2576215188: Preparing 02:47:21 66b385cf80cf: Preparing 02:47:21 fa2576215188: Waiting 02:47:21 66b385cf80cf: Waiting 02:47:21 1dc4cb23a0e7: Layer already exists 02:47:21 ad29a7b236f0: Layer already exists 02:47:21 f6c50ebef54d: Layer already exists 02:47:21 4eab37c7ad0e: Layer already exists 02:47:21 35f6f485a2a5: Layer already exists 02:47:21 fa2576215188: Layer already exists 02:47:21 66b385cf80cf: Layer already exists 02:47:21 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] isUnix [Pipeline] sh 02:47:21 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 02:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 02:47:22 ad29a7b236f0: Preparing 02:47:22 4eab37c7ad0e: Preparing 02:47:22 35f6f485a2a5: Preparing 02:47:22 f6c50ebef54d: Preparing 02:47:22 1dc4cb23a0e7: Preparing 02:47:22 fa2576215188: Preparing 02:47:22 66b385cf80cf: Preparing 02:47:22 fa2576215188: Waiting 02:47:22 66b385cf80cf: Waiting 02:47:22 f6c50ebef54d: Layer already exists 02:47:22 4eab37c7ad0e: Layer already exists 02:47:22 35f6f485a2a5: Layer already exists 02:47:22 ad29a7b236f0: Layer already exists 02:47:22 1dc4cb23a0e7: Layer already exists 02:47:22 66b385cf80cf: Layer already exists 02:47:22 fa2576215188: Layer already exists 02:47:22 master: digest: sha256:82e055cb79ef4aa9ea27942b4f0e93c15074fc09dfd941219723b1cd3a77a496 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:22 ===================================================== [Pipeline] echo 02:47:22 taggedImages: 02:47:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.16 02:47:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 02:47:22 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 02:47:22 ff93af41a81d158de1dc365787019667f354ae25 02:47:22 1.3.1-dev.16 02:47:22 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:22 master 02:47:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:23 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 02:47:23 7eaa014a69f8: Preparing 02:47:23 c1768b1181a3: Preparing 02:47:23 fe0d40241af8: Preparing 02:47:23 6e51831e0fc9: Preparing 02:47:23 8af6c0946975: Preparing 02:47:23 cd3761cfa1d9: Preparing 02:47:23 cd3761cfa1d9: Waiting 02:47:23 6e51831e0fc9: Pushed 02:47:24 fe0d40241af8: Pushed 02:47:24 cd3761cfa1d9: Layer already exists 02:47:24 8af6c0946975: Pushed 02:47:26 7eaa014a69f8: Pushed 02:47:26 c1768b1181a3: Pushed 02:47:26 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh 02:47:26 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 02:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 02:47:27 7eaa014a69f8: Preparing 02:47:27 c1768b1181a3: Preparing 02:47:27 fe0d40241af8: Preparing 02:47:27 6e51831e0fc9: Preparing 02:47:27 8af6c0946975: Preparing 02:47:27 cd3761cfa1d9: Preparing 02:47:27 cd3761cfa1d9: Waiting 02:47:27 c1768b1181a3: Layer already exists 02:47:27 7eaa014a69f8: Layer already exists 02:47:27 6e51831e0fc9: Layer already exists 02:47:27 fe0d40241af8: Layer already exists 02:47:27 8af6c0946975: Layer already exists 02:47:27 cd3761cfa1d9: Layer already exists 02:47:27 1.3.1-dev.16: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh 02:47:27 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 02:47:28 7eaa014a69f8: Preparing 02:47:28 c1768b1181a3: Preparing 02:47:28 fe0d40241af8: Preparing 02:47:28 6e51831e0fc9: Preparing 02:47:28 8af6c0946975: Preparing 02:47:28 cd3761cfa1d9: Preparing 02:47:28 cd3761cfa1d9: Waiting 02:47:28 fe0d40241af8: Layer already exists 02:47:28 6e51831e0fc9: Layer already exists 02:47:28 c1768b1181a3: Layer already exists 02:47:28 7eaa014a69f8: Layer already exists 02:47:28 8af6c0946975: Layer already exists 02:47:28 cd3761cfa1d9: Layer already exists 02:47:28 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] isUnix [Pipeline] sh 02:47:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 02:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 02:47:28 7eaa014a69f8: Preparing 02:47:28 c1768b1181a3: Preparing 02:47:28 fe0d40241af8: Preparing 02:47:28 6e51831e0fc9: Preparing 02:47:28 8af6c0946975: Preparing 02:47:28 cd3761cfa1d9: Preparing 02:47:28 cd3761cfa1d9: Waiting 02:47:28 8af6c0946975: Layer already exists 02:47:29 6e51831e0fc9: Layer already exists 02:47:29 c1768b1181a3: Layer already exists 02:47:29 fe0d40241af8: Layer already exists 02:47:29 7eaa014a69f8: Layer already exists 02:47:29 cd3761cfa1d9: Layer already exists 02:47:29 master: digest: sha256:10249a8afd0753d98e3cd873eea98be74bb2fac5147ef381eb091650197fcb49 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:29 ===================================================== [Pipeline] echo 02:47:29 taggedImages: 02:47:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.16 02:47:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 02:47:29 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 02:47:29 ff93af41a81d158de1dc365787019667f354ae25 02:47:29 1.3.1-dev.16 02:47:29 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:29 master 02:47:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:30 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 02:47:30 c33449f04410: Preparing 02:47:30 a8dfb735f34f: Preparing 02:47:30 b7f74343ff49: Preparing 02:47:30 2b7ae9a38fdc: Preparing 02:47:30 2b7ae9a38fdc: Preparing 02:47:30 2ece1d292461: Preparing 02:47:30 6c445df4dd0a: Preparing 02:47:30 9201a970a8e0: Preparing 02:47:30 c33449f04410: Preparing 02:47:30 cf5579bb7803: Preparing 02:47:30 394437fe52c2: Preparing 02:47:30 dde7ef79d4d7: Preparing 02:47:30 cd3761cfa1d9: Preparing 02:47:30 6c445df4dd0a: Waiting 02:47:30 9201a970a8e0: Waiting 02:47:30 cf5579bb7803: Waiting 02:47:30 394437fe52c2: Waiting 02:47:30 dde7ef79d4d7: Waiting 02:47:30 cd3761cfa1d9: Waiting 02:47:30 b7f74343ff49: Pushed 02:47:30 2ece1d292461: Pushed 02:47:30 a8dfb735f34f: Pushed 02:47:30 2b7ae9a38fdc: Pushed 02:47:31 6c445df4dd0a: Pushed 02:47:31 9201a970a8e0: Pushed 02:47:31 cf5579bb7803: Pushed 02:47:31 394437fe52c2: Pushed 02:47:31 cd3761cfa1d9: Layer already exists 02:47:31 dde7ef79d4d7: Pushed 02:47:33 c33449f04410: Pushed 02:47:33 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh 02:47:33 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 02:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 02:47:33 c33449f04410: Preparing 02:47:33 a8dfb735f34f: Preparing 02:47:33 b7f74343ff49: Preparing 02:47:33 2b7ae9a38fdc: Preparing 02:47:33 2b7ae9a38fdc: Preparing 02:47:33 2ece1d292461: Preparing 02:47:33 6c445df4dd0a: Preparing 02:47:33 9201a970a8e0: Preparing 02:47:33 c33449f04410: Preparing 02:47:33 cf5579bb7803: Preparing 02:47:33 394437fe52c2: Preparing 02:47:33 dde7ef79d4d7: Preparing 02:47:33 cd3761cfa1d9: Preparing 02:47:33 cf5579bb7803: Waiting 02:47:33 6c445df4dd0a: Waiting 02:47:33 394437fe52c2: Waiting 02:47:33 dde7ef79d4d7: Waiting 02:47:33 9201a970a8e0: Waiting 02:47:33 cd3761cfa1d9: Waiting 02:47:33 b7f74343ff49: Layer already exists 02:47:33 c33449f04410: Layer already exists 02:47:33 a8dfb735f34f: Layer already exists 02:47:33 2ece1d292461: Layer already exists 02:47:33 2b7ae9a38fdc: Layer already exists 02:47:33 6c445df4dd0a: Layer already exists 02:47:33 cf5579bb7803: Layer already exists 02:47:34 394437fe52c2: Layer already exists 02:47:34 9201a970a8e0: Layer already exists 02:47:34 dde7ef79d4d7: Layer already exists 02:47:34 cd3761cfa1d9: Layer already exists 02:47:34 1.3.1-dev.16: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh 02:47:34 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 02:47:34 c33449f04410: Preparing 02:47:34 a8dfb735f34f: Preparing 02:47:34 b7f74343ff49: Preparing 02:47:34 2b7ae9a38fdc: Preparing 02:47:34 2b7ae9a38fdc: Preparing 02:47:34 2ece1d292461: Preparing 02:47:34 6c445df4dd0a: Preparing 02:47:34 9201a970a8e0: Preparing 02:47:34 c33449f04410: Preparing 02:47:34 cf5579bb7803: Preparing 02:47:34 394437fe52c2: Preparing 02:47:34 dde7ef79d4d7: Preparing 02:47:34 cd3761cfa1d9: Preparing 02:47:34 cf5579bb7803: Waiting 02:47:34 dde7ef79d4d7: Waiting 02:47:34 394437fe52c2: Waiting 02:47:34 6c445df4dd0a: Waiting 02:47:34 9201a970a8e0: Waiting 02:47:34 cd3761cfa1d9: Waiting 02:47:34 b7f74343ff49: Layer already exists 02:47:34 2b7ae9a38fdc: Layer already exists 02:47:34 2ece1d292461: Layer already exists 02:47:34 a8dfb735f34f: Layer already exists 02:47:34 c33449f04410: Layer already exists 02:47:34 9201a970a8e0: Layer already exists 02:47:34 6c445df4dd0a: Layer already exists 02:47:34 394437fe52c2: Layer already exists 02:47:35 cf5579bb7803: Layer already exists 02:47:35 dde7ef79d4d7: Layer already exists 02:47:35 cd3761cfa1d9: Layer already exists 02:47:35 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] isUnix [Pipeline] sh 02:47:35 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 02:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 02:47:35 c33449f04410: Preparing 02:47:35 a8dfb735f34f: Preparing 02:47:35 b7f74343ff49: Preparing 02:47:35 2b7ae9a38fdc: Preparing 02:47:35 2b7ae9a38fdc: Preparing 02:47:35 2ece1d292461: Preparing 02:47:35 6c445df4dd0a: Preparing 02:47:35 9201a970a8e0: Preparing 02:47:35 c33449f04410: Preparing 02:47:35 cf5579bb7803: Preparing 02:47:35 394437fe52c2: Preparing 02:47:35 dde7ef79d4d7: Preparing 02:47:35 cd3761cfa1d9: Preparing 02:47:35 6c445df4dd0a: Waiting 02:47:35 9201a970a8e0: Waiting 02:47:35 cf5579bb7803: Waiting 02:47:35 394437fe52c2: Waiting 02:47:35 cd3761cfa1d9: Waiting 02:47:35 dde7ef79d4d7: Waiting 02:47:35 2b7ae9a38fdc: Layer already exists 02:47:35 c33449f04410: Layer already exists 02:47:35 a8dfb735f34f: Layer already exists 02:47:35 b7f74343ff49: Layer already exists 02:47:36 2ece1d292461: Layer already exists 02:47:36 9201a970a8e0: Layer already exists 02:47:36 cf5579bb7803: Layer already exists 02:47:36 394437fe52c2: Layer already exists 02:47:36 6c445df4dd0a: Layer already exists 02:47:36 dde7ef79d4d7: Layer already exists 02:47:36 cd3761cfa1d9: Layer already exists 02:47:36 master: digest: sha256:919e87929fca84084c91c57dfde61e2d5840b24bda2e57d5053ed76093504d2f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:36 ===================================================== [Pipeline] echo 02:47:36 taggedImages: 02:47:36 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:36 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.16 02:47:36 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:36 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 02:47:36 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 02:47:36 ff93af41a81d158de1dc365787019667f354ae25 02:47:36 1.3.1-dev.16 02:47:36 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:36 master 02:47:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:36 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 02:47:37 e2d13013fd13: Preparing 02:47:37 9059c1a3730f: Preparing 02:47:37 5838b307667b: Preparing 02:47:37 4b7ebbae79d4: Preparing 02:47:37 49d4e7bc3bf7: Preparing 02:47:37 1321f2b7748a: Preparing 02:47:37 29d81589b5a1: Preparing 02:47:37 fa2576215188: Preparing 02:47:37 66b385cf80cf: Preparing 02:47:37 1321f2b7748a: Waiting 02:47:37 29d81589b5a1: Waiting 02:47:37 fa2576215188: Waiting 02:47:37 66b385cf80cf: Waiting 02:47:37 e2d13013fd13: Pushed 02:47:37 9059c1a3730f: Pushed 02:47:37 49d4e7bc3bf7: Pushed 02:47:37 fa2576215188: Layer already exists 02:47:37 66b385cf80cf: Layer already exists 02:47:37 1321f2b7748a: Pushed 02:47:37 29d81589b5a1: Pushed 02:47:39 5838b307667b: Pushed 02:47:39 4b7ebbae79d4: Pushed 02:47:40 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh 02:47:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 02:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 02:47:40 e2d13013fd13: Preparing 02:47:40 9059c1a3730f: Preparing 02:47:40 5838b307667b: Preparing 02:47:40 4b7ebbae79d4: Preparing 02:47:40 49d4e7bc3bf7: Preparing 02:47:40 1321f2b7748a: Preparing 02:47:40 29d81589b5a1: Preparing 02:47:40 fa2576215188: Preparing 02:47:40 66b385cf80cf: Preparing 02:47:40 1321f2b7748a: Waiting 02:47:40 29d81589b5a1: Waiting 02:47:40 fa2576215188: Waiting 02:47:40 66b385cf80cf: Waiting 02:47:41 49d4e7bc3bf7: Layer already exists 02:47:41 5838b307667b: Layer already exists 02:47:41 e2d13013fd13: Layer already exists 02:47:41 9059c1a3730f: Layer already exists 02:47:41 4b7ebbae79d4: Layer already exists 02:47:41 29d81589b5a1: Layer already exists 02:47:41 66b385cf80cf: Layer already exists 02:47:41 1321f2b7748a: Layer already exists 02:47:41 fa2576215188: Layer already exists 02:47:41 1.3.1-dev.16: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh 02:47:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 02:47:41 e2d13013fd13: Preparing 02:47:41 9059c1a3730f: Preparing 02:47:41 5838b307667b: Preparing 02:47:41 4b7ebbae79d4: Preparing 02:47:41 49d4e7bc3bf7: Preparing 02:47:41 1321f2b7748a: Preparing 02:47:41 29d81589b5a1: Preparing 02:47:41 fa2576215188: Preparing 02:47:41 66b385cf80cf: Preparing 02:47:41 1321f2b7748a: Waiting 02:47:41 29d81589b5a1: Waiting 02:47:41 fa2576215188: Waiting 02:47:41 66b385cf80cf: Waiting 02:47:41 5838b307667b: Layer already exists 02:47:41 9059c1a3730f: Layer already exists 02:47:41 49d4e7bc3bf7: Layer already exists 02:47:41 e2d13013fd13: Layer already exists 02:47:41 4b7ebbae79d4: Layer already exists 02:47:41 1321f2b7748a: Layer already exists 02:47:41 29d81589b5a1: Layer already exists 02:47:41 fa2576215188: Layer already exists 02:47:41 66b385cf80cf: Layer already exists 02:47:41 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] isUnix [Pipeline] sh 02:47:42 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 02:47:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 02:47:42 e2d13013fd13: Preparing 02:47:42 9059c1a3730f: Preparing 02:47:42 5838b307667b: Preparing 02:47:42 4b7ebbae79d4: Preparing 02:47:42 49d4e7bc3bf7: Preparing 02:47:42 1321f2b7748a: Preparing 02:47:42 29d81589b5a1: Preparing 02:47:42 fa2576215188: Preparing 02:47:42 66b385cf80cf: Preparing 02:47:42 1321f2b7748a: Waiting 02:47:42 29d81589b5a1: Waiting 02:47:42 fa2576215188: Waiting 02:47:42 66b385cf80cf: Waiting 02:47:42 49d4e7bc3bf7: Layer already exists 02:47:42 9059c1a3730f: Layer already exists 02:47:42 e2d13013fd13: Layer already exists 02:47:42 5838b307667b: Layer already exists 02:47:42 4b7ebbae79d4: Layer already exists 02:47:42 29d81589b5a1: Layer already exists 02:47:42 fa2576215188: Layer already exists 02:47:42 1321f2b7748a: Layer already exists 02:47:42 66b385cf80cf: Layer already exists 02:47:42 master: digest: sha256:2afe0c4c8d17b93654e9e61956a9eb9a06cf0ce9017a4a05fc7b33518e5c7446 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:43 ===================================================== [Pipeline] echo 02:47:43 taggedImages: 02:47:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.16 02:47:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 02:47:43 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 02:47:43 ff93af41a81d158de1dc365787019667f354ae25 02:47:43 1.3.1-dev.16 02:47:43 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:43 master 02:47:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:43 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 02:47:44 d6aa81faa9a1: Preparing 02:47:44 8842acbdfd11: Preparing 02:47:44 a1288927cf4c: Preparing 02:47:44 9d9523fc84cf: Preparing 02:47:44 a1288927cf4c: Pushed 02:47:44 d6aa81faa9a1: Pushed 02:47:44 9d9523fc84cf: Pushed 02:47:47 8842acbdfd11: Pushed 02:47:47 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh 02:47:47 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 02:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 02:47:47 d6aa81faa9a1: Preparing 02:47:47 8842acbdfd11: Preparing 02:47:47 a1288927cf4c: Preparing 02:47:47 9d9523fc84cf: Preparing 02:47:47 8842acbdfd11: Layer already exists 02:47:47 9d9523fc84cf: Layer already exists 02:47:47 a1288927cf4c: Layer already exists 02:47:47 d6aa81faa9a1: Layer already exists 02:47:48 1.3.1-dev.16: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh 02:47:48 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 02:47:48 d6aa81faa9a1: Preparing 02:47:48 8842acbdfd11: Preparing 02:47:48 a1288927cf4c: Preparing 02:47:48 9d9523fc84cf: Preparing 02:47:48 d6aa81faa9a1: Layer already exists 02:47:48 a1288927cf4c: Layer already exists 02:47:48 9d9523fc84cf: Layer already exists 02:47:48 8842acbdfd11: Layer already exists 02:47:49 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] isUnix [Pipeline] sh 02:47:49 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 02:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 02:47:49 d6aa81faa9a1: Preparing 02:47:49 8842acbdfd11: Preparing 02:47:49 a1288927cf4c: Preparing 02:47:49 9d9523fc84cf: Preparing 02:47:49 9d9523fc84cf: Layer already exists 02:47:49 d6aa81faa9a1: Layer already exists 02:47:49 a1288927cf4c: Layer already exists 02:47:49 8842acbdfd11: Layer already exists 02:47:50 master: digest: sha256:c4d604d4c21f1b0894b86db25ce91d92fc69d8180f5b9bd45992932624199ac4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:50 ===================================================== [Pipeline] echo 02:47:50 taggedImages: 02:47:50 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:50 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.16 02:47:50 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:50 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 02:47:50 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 02:47:50 ff93af41a81d158de1dc365787019667f354ae25 02:47:50 1.3.1-dev.16 02:47:50 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:50 master 02:47:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:51 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 02:47:51 1cdee674a075: Preparing 02:47:51 7978b490343b: Preparing 02:47:51 16aa7e255669: Preparing 02:47:51 f1b12f2e7e86: Preparing 02:47:51 470d310ac0eb: Preparing 02:47:51 c7457b5743f5: Preparing 02:47:51 c7457b5743f5: Waiting 02:47:51 1cdee674a075: Pushed 02:47:52 16aa7e255669: Pushed 02:47:52 f1b12f2e7e86: Pushed 02:47:52 470d310ac0eb: Pushed 02:47:52 c7457b5743f5: Pushed 02:47:54 7978b490343b: Pushed 02:47:54 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh 02:47:55 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 02:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 02:47:55 1cdee674a075: Preparing 02:47:55 7978b490343b: Preparing 02:47:55 16aa7e255669: Preparing 02:47:55 f1b12f2e7e86: Preparing 02:47:55 470d310ac0eb: Preparing 02:47:55 c7457b5743f5: Preparing 02:47:55 c7457b5743f5: Waiting 02:47:55 470d310ac0eb: Layer already exists 02:47:55 f1b12f2e7e86: Layer already exists 02:47:55 1cdee674a075: Layer already exists 02:47:55 16aa7e255669: Layer already exists 02:47:55 7978b490343b: Layer already exists 02:47:55 c7457b5743f5: Layer already exists 02:47:55 1.3.1-dev.16: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh 02:47:56 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:47:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 02:47:56 1cdee674a075: Preparing 02:47:56 7978b490343b: Preparing 02:47:56 16aa7e255669: Preparing 02:47:56 f1b12f2e7e86: Preparing 02:47:56 470d310ac0eb: Preparing 02:47:56 c7457b5743f5: Preparing 02:47:56 c7457b5743f5: Waiting 02:47:56 f1b12f2e7e86: Layer already exists 02:47:56 470d310ac0eb: Layer already exists 02:47:56 7978b490343b: Layer already exists 02:47:56 16aa7e255669: Layer already exists 02:47:56 1cdee674a075: Layer already exists 02:47:56 c7457b5743f5: Layer already exists 02:47:56 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] isUnix [Pipeline] sh 02:47:57 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:47:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 02:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 02:47:57 1cdee674a075: Preparing 02:47:57 7978b490343b: Preparing 02:47:57 16aa7e255669: Preparing 02:47:57 f1b12f2e7e86: Preparing 02:47:57 470d310ac0eb: Preparing 02:47:57 c7457b5743f5: Preparing 02:47:57 c7457b5743f5: Waiting 02:47:57 f1b12f2e7e86: Layer already exists 02:47:57 7978b490343b: Layer already exists 02:47:57 1cdee674a075: Layer already exists 02:47:57 16aa7e255669: Layer already exists 02:47:57 470d310ac0eb: Layer already exists 02:47:57 c7457b5743f5: Layer already exists 02:47:57 master: digest: sha256:a2bec484d79341cae9236337683f91854ee00cde6a2882a9da7ac7c1190f767a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:57 ===================================================== [Pipeline] echo 02:47:57 taggedImages: 02:47:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.16 02:47:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 02:47:58 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 02:47:58 ff93af41a81d158de1dc365787019667f354ae25 02:47:58 1.3.1-dev.16 02:47:58 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:47:58 master 02:47:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:58 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:47:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 02:47:58 8b49519b97ac: Preparing 02:47:58 4a5020abe320: Preparing 02:47:58 da73888b1f37: Preparing 02:47:59 da73888b1f37: Pushed 02:47:59 8b49519b97ac: Pushed 02:48:02 4a5020abe320: Pushed 02:48:02 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh 02:48:02 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:48:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 02:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 02:48:03 8b49519b97ac: Preparing 02:48:03 4a5020abe320: Preparing 02:48:03 da73888b1f37: Preparing 02:48:03 da73888b1f37: Layer already exists 02:48:03 8b49519b97ac: Layer already exists 02:48:03 4a5020abe320: Layer already exists 02:48:03 1.3.1-dev.16: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh 02:48:03 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:48:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 02:48:04 8b49519b97ac: Preparing 02:48:04 4a5020abe320: Preparing 02:48:04 da73888b1f37: Preparing 02:48:04 8b49519b97ac: Layer already exists 02:48:04 da73888b1f37: Layer already exists 02:48:04 4a5020abe320: Layer already exists 02:48:04 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] isUnix [Pipeline] sh 02:48:04 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:48:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 02:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 02:48:05 8b49519b97ac: Preparing 02:48:05 4a5020abe320: Preparing 02:48:05 da73888b1f37: Preparing 02:48:05 4a5020abe320: Layer already exists 02:48:05 8b49519b97ac: Layer already exists 02:48:05 da73888b1f37: Layer already exists 02:48:05 master: digest: sha256:c390bc774e9d4df93cc54306978e310c6596d7de56c2edbbacc5d4339e7d9528 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:05 ===================================================== [Pipeline] echo 02:48:05 taggedImages: 02:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.16 02:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 02:48:05 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 02:48:05 ff93af41a81d158de1dc365787019667f354ae25 02:48:05 1.3.1-dev.16 02:48:05 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:48:05 master 02:48:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:06 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] isUnix [Pipeline] sh 02:48:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:48:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 02:48:06 dec923e74730: Preparing 02:48:06 a8c97a0a0187: Preparing 02:48:06 8a3988585781: Preparing 02:48:06 b6100de8ebdc: Preparing 02:48:06 16c21975c926: Preparing 02:48:06 773c534710cb: Preparing 02:48:06 b5afc0082e71: Preparing 02:48:06 2cee7541aa47: Preparing 02:48:06 b6a78175e4c9: Preparing 02:48:06 fab17a547d8c: Preparing 02:48:06 4b089f0fc7f0: Preparing 02:48:06 3e7dc55cab04: Preparing 02:48:06 b2e85fd0898f: Preparing 02:48:06 cd3761cfa1d9: Preparing 02:48:06 773c534710cb: Waiting 02:48:06 b5afc0082e71: Waiting 02:48:06 2cee7541aa47: Waiting 02:48:06 3e7dc55cab04: Waiting 02:48:06 b2e85fd0898f: Waiting 02:48:06 cd3761cfa1d9: Waiting 02:48:06 fab17a547d8c: Waiting 02:48:06 4b089f0fc7f0: Waiting 02:48:07 16c21975c926: Pushed 02:48:07 dec923e74730: Pushed 02:48:07 b6100de8ebdc: Pushed 02:48:07 b5afc0082e71: Pushed 02:48:07 2cee7541aa47: Layer already exists 02:48:07 b6a78175e4c9: Layer already exists 02:48:07 fab17a547d8c: Layer already exists 02:48:07 4b089f0fc7f0: Layer already exists 02:48:07 3e7dc55cab04: Layer already exists 02:48:07 b2e85fd0898f: Layer already exists 02:48:07 cd3761cfa1d9: Layer already exists 02:48:08 a8c97a0a0187: Pushed 02:48:09 773c534710cb: Pushed 02:48:19 8a3988585781: Pushed 02:48:19 ff93af41a81d158de1dc365787019667f354ae25: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh 02:48:19 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:48:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 02:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 02:48:20 dec923e74730: Preparing 02:48:20 a8c97a0a0187: Preparing 02:48:20 8a3988585781: Preparing 02:48:20 b6100de8ebdc: Preparing 02:48:20 16c21975c926: Preparing 02:48:20 773c534710cb: Preparing 02:48:20 b5afc0082e71: Preparing 02:48:20 2cee7541aa47: Preparing 02:48:20 b6a78175e4c9: Preparing 02:48:20 fab17a547d8c: Preparing 02:48:20 4b089f0fc7f0: Preparing 02:48:20 3e7dc55cab04: Preparing 02:48:20 b2e85fd0898f: Preparing 02:48:20 cd3761cfa1d9: Preparing 02:48:20 773c534710cb: Waiting 02:48:20 b5afc0082e71: Waiting 02:48:20 2cee7541aa47: Waiting 02:48:20 b6a78175e4c9: Waiting 02:48:20 fab17a547d8c: Waiting 02:48:20 4b089f0fc7f0: Waiting 02:48:20 3e7dc55cab04: Waiting 02:48:20 b2e85fd0898f: Waiting 02:48:20 cd3761cfa1d9: Waiting 02:48:20 a8c97a0a0187: Layer already exists 02:48:20 16c21975c926: Layer already exists 02:48:20 8a3988585781: Layer already exists 02:48:20 b6100de8ebdc: Layer already exists 02:48:20 2cee7541aa47: Layer already exists 02:48:20 b5afc0082e71: Layer already exists 02:48:20 773c534710cb: Layer already exists 02:48:20 b6a78175e4c9: Layer already exists 02:48:20 3e7dc55cab04: Layer already exists 02:48:20 4b089f0fc7f0: Layer already exists 02:48:20 fab17a547d8c: Layer already exists 02:48:20 b2e85fd0898f: Layer already exists 02:48:20 cd3761cfa1d9: Layer already exists 02:48:20 dec923e74730: Layer already exists 02:48:20 1.3.1-dev.16: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh 02:48:20 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 [Pipeline] isUnix [Pipeline] sh 02:48:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:48:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 02:48:21 dec923e74730: Preparing 02:48:21 a8c97a0a0187: Preparing 02:48:21 8a3988585781: Preparing 02:48:21 b6100de8ebdc: Preparing 02:48:21 16c21975c926: Preparing 02:48:21 773c534710cb: Preparing 02:48:21 b5afc0082e71: Preparing 02:48:21 2cee7541aa47: Preparing 02:48:21 b6a78175e4c9: Preparing 02:48:21 fab17a547d8c: Preparing 02:48:21 4b089f0fc7f0: Preparing 02:48:21 3e7dc55cab04: Preparing 02:48:21 b2e85fd0898f: Preparing 02:48:21 cd3761cfa1d9: Preparing 02:48:21 773c534710cb: Waiting 02:48:21 b5afc0082e71: Waiting 02:48:21 2cee7541aa47: Waiting 02:48:21 3e7dc55cab04: Waiting 02:48:21 b2e85fd0898f: Waiting 02:48:21 cd3761cfa1d9: Waiting 02:48:21 fab17a547d8c: Waiting 02:48:21 4b089f0fc7f0: Waiting 02:48:21 16c21975c926: Layer already exists 02:48:21 8a3988585781: Layer already exists 02:48:21 dec923e74730: Layer already exists 02:48:21 b6100de8ebdc: Layer already exists 02:48:21 a8c97a0a0187: Layer already exists 02:48:21 773c534710cb: Layer already exists 02:48:21 b5afc0082e71: Layer already exists 02:48:21 2cee7541aa47: Layer already exists 02:48:21 b6a78175e4c9: Layer already exists 02:48:21 fab17a547d8c: Layer already exists 02:48:21 3e7dc55cab04: Layer already exists 02:48:21 cd3761cfa1d9: Layer already exists 02:48:21 4b089f0fc7f0: Layer already exists 02:48:21 b2e85fd0898f: Layer already exists 02:48:21 ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] isUnix [Pipeline] sh 02:48:21 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:48:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 02:48:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 02:48:22 dec923e74730: Preparing 02:48:22 a8c97a0a0187: Preparing 02:48:22 8a3988585781: Preparing 02:48:22 b6100de8ebdc: Preparing 02:48:22 16c21975c926: Preparing 02:48:22 773c534710cb: Preparing 02:48:22 b5afc0082e71: Preparing 02:48:22 2cee7541aa47: Preparing 02:48:22 b6a78175e4c9: Preparing 02:48:22 fab17a547d8c: Preparing 02:48:22 4b089f0fc7f0: Preparing 02:48:22 3e7dc55cab04: Preparing 02:48:22 b2e85fd0898f: Preparing 02:48:22 cd3761cfa1d9: Preparing 02:48:22 b5afc0082e71: Waiting 02:48:22 2cee7541aa47: Waiting 02:48:22 b6a78175e4c9: Waiting 02:48:22 fab17a547d8c: Waiting 02:48:22 4b089f0fc7f0: Waiting 02:48:22 3e7dc55cab04: Waiting 02:48:22 b2e85fd0898f: Waiting 02:48:22 773c534710cb: Waiting 02:48:22 cd3761cfa1d9: Waiting 02:48:22 16c21975c926: Layer already exists 02:48:22 b6100de8ebdc: Layer already exists 02:48:22 8a3988585781: Layer already exists 02:48:22 dec923e74730: Layer already exists 02:48:22 a8c97a0a0187: Layer already exists 02:48:22 2cee7541aa47: Layer already exists 02:48:22 b6a78175e4c9: Layer already exists 02:48:22 fab17a547d8c: Layer already exists 02:48:22 773c534710cb: Layer already exists 02:48:22 b5afc0082e71: Layer already exists 02:48:22 4b089f0fc7f0: Layer already exists 02:48:22 cd3761cfa1d9: Layer already exists 02:48:22 b2e85fd0898f: Layer already exists 02:48:22 3e7dc55cab04: Layer already exists 02:48:22 master: digest: sha256:0bfbfe1147de2f21ddebbe2a62f8cbeb3fa8c7001bf4e8aa0d78bc20bcfd86af size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:22 ===================================================== [Pipeline] echo 02:48:22 taggedImages: 02:48:22 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25 02:48:22 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.16 02:48:22 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff93af41a81d158de1dc365787019667f354ae25-1.3.1-dev.16 02:48:22 - 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 02:48:24 provisioning config files... 02:48:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/240@tmp/config8940793605309758993tmp [Pipeline] { [Pipeline] sh 02:48:24 + set +x 02:48:24 + curl -s https://codecov.io/bash 02:48:24 + bash -s -- 02:48:25 02:48:25 _____ _ 02:48:25 / ____| | | 02:48:25 | | ___ __| | ___ ___ _____ __ 02:48:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:48:25 | |___| (_) | (_| | __/ (_| (_) \ V / 02:48:25 \_____\___/ \__,_|\___|\___\___/ \_/ 02:48:25 Bash-20201130-cc6d3fe 02:48:25 02:48:25 02:48:25 ==> Jenkins CI detected. 02:48:25 project root: . 02:48:25 --> token set from env 02:48:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:48:25 ==> Running gcov in . (disable via -X gcov) 02:48:25 ==> Python coveragepy not found 02:48:25 ==> Searching for coverage reports in: 02:48:25 + . 02:48:25 -> Found 1 reports 02:48:25 ==> Detecting git/mercurial file structure 02:48:25 ==> Reading reports 02:48:25 + ./coverage.out bytes=569040 02:48:25 ==> Appending adjustments 02:48:25 https://docs.codecov.io/docs/fixing-reports 02:48:28 + Found adjustments 02:48:28 ==> Gzipping contents 02:48:28 88K /tmp/codecov.FOEZa5.gz 02:48:28 ==> Uploading reports 02:48:28 url: https://codecov.io 02:48:28 query: branch=master&commit=ff93af41a81d158de1dc365787019667f354ae25&build=240&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F240%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:48:28 -> Pinging Codecov 02:48:28 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=ff93af41a81d158de1dc365787019667f354ae25&build=240&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F240%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:48:29 -> Uploading to 02:48:29 https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/ff93af41a81d158de1dc365787019667f354ae25/407fb723-a1cb-40e8-848c-49a5ae16b7d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T024829Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f6626b112fb7d3a95b2b0a95e6cf470a30f64ff81748c46b3a045053ed14852 02:48:29 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:29 Dload Upload Total Spent Left Speed 02:48:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88509 0 0 100 88509 0 173k --:--:-- --:--:-- --:--:-- 172k 100 88509 0 0 100 88509 0 172k --:--:-- --:--:-- --:--:-- 172k 02:48:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ff93af41a81d158de1dc365787019667f354ae25 [Pipeline] } 02:48:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:48:30 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:48:30 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:48:31 02:48:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 02:48:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:48:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:48:31 188c0c94c7c5: Already exists 02:48:31 0ef7d3d256c8: Already exists 02:48:31 de9db76c5a1d: Already exists 02:48:31 0eba1c9be4d2: Pulling fs layer 02:48:31 0d57e429df01: Pulling fs layer 02:48:31 4e4be7b47b0d: Pulling fs layer 02:48:31 e1f770b5df2f: Pulling fs layer 02:48:31 85a0685a4137: Pulling fs layer 02:48:31 e1f770b5df2f: Waiting 02:48:31 85a0685a4137: Waiting 02:48:31 4e4be7b47b0d: Verifying Checksum 02:48:31 4e4be7b47b0d: Download complete 02:48:31 0d57e429df01: Verifying Checksum 02:48:31 0d57e429df01: Download complete 02:48:34 e1f770b5df2f: Verifying Checksum 02:48:34 e1f770b5df2f: Download complete 02:48:35 0eba1c9be4d2: Verifying Checksum 02:48:35 0eba1c9be4d2: Download complete 02:48:35 85a0685a4137: Verifying Checksum 02:48:35 85a0685a4137: Download complete 02:48:41 0eba1c9be4d2: Pull complete 02:48:41 0d57e429df01: Pull complete 02:48:41 4e4be7b47b0d: Pull complete 02:48:45 e1f770b5df2f: Pull complete 02:48:53 85a0685a4137: Pull complete 02:48:53 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 02:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:48:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 02:48:54 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:48:55 $ docker top bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d -eo pid,comm [Pipeline] { [Pipeline] echo 02:48:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 02:48:55 + set -o pipefail 02:48:55 + snyk monitor '--org=edgex-jenkins' 02:49:17 02:49:17 Monitoring /w/workspace/edgex-go/240 (github.com/edgexfoundry/edgex-go)... 02:49:17 02:49:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3b199573-f8a8-42b0-b14b-96569ba11541 02:49:17 02:49:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:49:17 02:49:17 [Pipeline] } 02:49:17 $ docker stop --time=1 bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d 02:49:20 $ docker rm -f bb1a95a77a562e0bb270c5406ceeae8d4c34cfed3bf8a6dae82e6a834ee7538d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 02:49:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 02:49:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:49:22 + set -o pipefail 02:49:22 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:49:22 + tee .snyk 02:49:22 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:49:22 version: v1.14.1 02:49:22 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:49:22 ignore: 02:49:22 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:49:22 - '*': 02:49:22 reason: does not apply # justification for ignoring 02:49:22 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 02:49:22 SNYK-ALPINE312-JQ-588886: 02:49:22 - '*': 02:49:22 reason: false positive 02:49:22 expires: 2021-01-01T00:00:00 02:49:22 # patch: {} [Pipeline] withCredentials 02:49:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:49:22 . [Pipeline] withDockerContainer 02:49:23 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:49:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:49:24 $ docker top f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:24 + rm -f snykReport.html [Pipeline] echo 02:49:24 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:49:25 + set -o pipefail 02:49:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:49:25 + snyk-to-html -o snykReport.html 02:49:35 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:49:35 $ docker stop --time=1 f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 02:49:36 $ docker rm -f f98c510e1ba46f74909df6cd321f7d809019f33ff8c8a84a31b105a489f51ba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:49:37 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 02:49:37 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:49:37 + set -o pipefail 02:49:37 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:49:37 + tee .snyk 02:49:37 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:49:37 version: v1.14.1 02:49:37 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:49:37 ignore: 02:49:37 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:49:37 - '*': 02:49:37 reason: does not apply # justification for ignoring 02:49:37 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 02:49:37 SNYK-ALPINE312-JQ-588886: 02:49:37 - '*': 02:49:37 reason: false positive 02:49:37 expires: 2021-01-01T00:00:00 02:49:37 # patch: {} [Pipeline] withCredentials 02:49:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:49:38 . [Pipeline] withDockerContainer 02:49:38 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:49:38 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:49:38 $ docker top 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:39 + rm -f snykReport.html [Pipeline] echo 02:49:39 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:49:39 + set -o pipefail 02:49:39 + snyk-to-html -o snykReport.html 02:49:39 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:49:46 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:49:46 $ docker stop --time=1 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e 02:49:47 $ docker rm -f 2dab2cfb403fd7f82208b168e75e2435924c35799fbdf5457041ae7f26e9fb7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:49:48 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 02:49:48 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:49:48 + set -o pipefail 02:49:48 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:49:48 + tee .snyk 02:49:48 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:49:48 version: v1.14.1 02:49:48 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:49:48 ignore: 02:49:48 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:49:48 - '*': 02:49:48 reason: does not apply # justification for ignoring 02:49:48 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 02:49:48 SNYK-ALPINE312-JQ-588886: 02:49:48 - '*': 02:49:48 reason: false positive 02:49:48 expires: 2021-01-01T00:00:00 02:49:48 # patch: {} [Pipeline] withCredentials 02:49:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:49:48 . [Pipeline] withDockerContainer 02:49:48 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:49:49 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:49:49 $ docker top 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:50 + rm -f snykReport.html [Pipeline] echo 02:49:50 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:49:50 + set -o pipefail 02:49:50 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:49:50 + snyk-to-html -o snykReport.html 02:50:00 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:50:00 $ docker stop --time=1 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 02:50:02 $ docker rm -f 84c48b2ced6bf6ce2cc2ca26e641b9e18a9475e0c17287278aa9839f10c2b480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:50:02 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 02:50:02 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:50:03 + set -o pipefail 02:50:03 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:50:03 + tee .snyk 02:50:03 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:50:03 version: v1.14.1 02:50:03 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:50:03 ignore: 02:50:03 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:50:03 - '*': 02:50:03 reason: does not apply # justification for ignoring 02:50:03 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 02:50:03 SNYK-ALPINE312-JQ-588886: 02:50:03 - '*': 02:50:03 reason: false positive 02:50:03 expires: 2021-01-01T00:00:00 02:50:03 # patch: {} [Pipeline] withCredentials 02:50:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:03 . [Pipeline] withDockerContainer 02:50:03 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:50:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:50:04 $ docker top 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:04 + rm -f snykReport.html [Pipeline] echo 02:50:04 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:50:05 + set -o pipefail 02:50:05 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:50:05 + snyk-to-html -o snykReport.html 02:50:11 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:50:11 $ docker stop --time=1 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e 02:50:13 $ docker rm -f 60fdb749f0d8649b54852dac0170978ad8446ee901d093b0bffa32d219249c1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:50:13 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 02:50:13 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:50:14 + set -o pipefail 02:50:14 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:50:14 + tee .snyk 02:50:14 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:50:14 version: v1.14.1 02:50:14 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:50:14 ignore: 02:50:14 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:50:14 - '*': 02:50:14 reason: does not apply # justification for ignoring 02:50:14 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 02:50:14 SNYK-ALPINE312-JQ-588886: 02:50:14 - '*': 02:50:14 reason: false positive 02:50:14 expires: 2021-01-01T00:00:00 02:50:14 # patch: {} [Pipeline] withCredentials 02:50:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:14 . [Pipeline] withDockerContainer 02:50:14 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:50: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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:50:15 $ docker top 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:15 + rm -f snykReport.html [Pipeline] echo 02:50:15 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:50:16 + set -o pipefail 02:50:16 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:50:16 + snyk-to-html -o snykReport.html 02:50:26 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:50:26 $ docker stop --time=1 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 02:50:27 $ docker rm -f 52ab59053e885f051a69a4ed947dfb9a180dacb5eb4e4a822d92ccfca7bf7817 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:50:27 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 02:50:27 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:50:28 + set -o pipefail 02:50:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:50:28 + tee .snyk 02:50:28 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:50:28 version: v1.14.1 02:50:28 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:50:28 ignore: 02:50:28 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:50:28 - '*': 02:50:28 reason: does not apply # justification for ignoring 02:50:28 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 02:50:28 SNYK-ALPINE312-JQ-588886: 02:50:28 - '*': 02:50:28 reason: false positive 02:50:28 expires: 2021-01-01T00:00:00 02:50:28 # patch: {} [Pipeline] withCredentials 02:50:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:28 . [Pipeline] withDockerContainer 02:50:28 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:50:28 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:50:29 $ docker top 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:29 + rm -f snykReport.html [Pipeline] echo 02:50:29 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:50:30 + set -o pipefail 02:50:30 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:50:30 + snyk-to-html -o snykReport.html 02:50:36 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:50:36 $ docker stop --time=1 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 02:50:38 $ docker rm -f 5c1059f10b4b6f1044b937934a7eb7ed3929ca41ef51f4e740dcf0494901efe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:50:38 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 02:50:38 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:50:39 + set -o pipefail 02:50:39 + tee .snyk 02:50:39 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:50:39 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:50:39 version: v1.14.1 02:50:39 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:50:39 ignore: 02:50:39 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:50:39 - '*': 02:50:39 reason: does not apply # justification for ignoring 02:50:39 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 02:50:39 SNYK-ALPINE312-JQ-588886: 02:50:39 - '*': 02:50:39 reason: false positive 02:50:39 expires: 2021-01-01T00:00:00 02:50:39 # patch: {} [Pipeline] withCredentials 02:50:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:39 . [Pipeline] withDockerContainer 02:50:39 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:50:39 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:50:40 $ docker top d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:40 + rm -f snykReport.html [Pipeline] echo 02:50:40 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:50:41 + set -o pipefail 02:50:41 + snyk-to-html -o snykReport.html 02:50:41 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:50:49 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:50:49 $ docker stop --time=1 d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 02:50:50 $ docker rm -f d0ae4f551883912a60e25d284ad599a378c198dad44e4e0d04708673e0b4cf10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:50:51 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo 02:50:51 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:50:51 + set -o pipefail 02:50:51 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:50:51 + tee .snyk 02:50:51 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:50:51 version: v1.14.1 02:50:51 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:50:51 ignore: 02:50:51 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:50:51 - '*': 02:50:51 reason: does not apply # justification for ignoring 02:50: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 02:50:51 SNYK-ALPINE312-JQ-588886: 02:50:51 - '*': 02:50:51 reason: false positive 02:50:51 expires: 2021-01-01T00:00:00 02:50:51 # patch: {} [Pipeline] withCredentials 02:50:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:52 . [Pipeline] withDockerContainer 02:50:52 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:50: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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:50:53 $ docker top 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:53 + rm -f snykReport.html [Pipeline] echo 02:50:53 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:50:53 + set -o pipefail 02:50:53 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:50:53 + snyk-to-html -o snykReport.html 02:51:03 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:51:03 $ docker stop --time=1 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b 02:51:05 $ docker rm -f 9d9d0c8ea6f1fc408e8c5051482c887a8598b935a1d108d3e44c761eaba2254b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:51:05 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 02:51:05 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:51:05 + set -o pipefail 02:51:05 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:51:05 + tee .snyk 02:51:05 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:51:05 version: v1.14.1 02:51:05 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:51:05 ignore: 02:51:05 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:51:05 - '*': 02:51:05 reason: does not apply # justification for ignoring 02:51:05 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 02:51:05 SNYK-ALPINE312-JQ-588886: 02:51:05 - '*': 02:51:05 reason: false positive 02:51:05 expires: 2021-01-01T00:00:00 02:51:05 # patch: {} [Pipeline] withCredentials 02:51:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:51:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:51:06 . [Pipeline] withDockerContainer 02:51:06 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:51:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:51:07 $ docker top 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:07 + rm -f snykReport.html [Pipeline] echo 02:51:07 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:51:08 + set -o pipefail 02:51:08 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:51:08 + snyk-to-html -o snykReport.html 02:51:16 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:51:16 $ docker stop --time=1 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec 02:51:17 $ docker rm -f 82ce392b25fa188a796b6a44c14f794348bbf5b810ab88be0a923c3afb0b1cec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:51:18 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 02:51:18 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:51:18 + set -o pipefail 02:51:18 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:51:18 + tee .snyk 02:51:18 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:51:18 version: v1.14.1 02:51:18 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:51:18 ignore: 02:51:18 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:51:18 - '*': 02:51:18 reason: does not apply # justification for ignoring 02:51:18 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 02:51:18 SNYK-ALPINE312-JQ-588886: 02:51:18 - '*': 02:51:18 reason: false positive 02:51:18 expires: 2021-01-01T00:00:00 02:51:18 # patch: {} [Pipeline] withCredentials 02:51:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:51:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:51:18 . [Pipeline] withDockerContainer 02:51:18 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:51:19 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:51:19 $ docker top 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:20 + rm -f snykReport.html [Pipeline] echo 02:51:20 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:51:20 + set -o pipefail 02:51:20 + snyk-to-html -o snykReport.html 02:51:20 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:51:28 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:51:28 $ docker stop --time=1 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 02:51:30 $ docker rm -f 13276dafd629c6dc27d994764863bf34011e0f302348414d4d752d8525c97dc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:51:30 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:51:30 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 02:51:30 + set -o pipefail 02:51:30 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 02:51:30 + tee .snyk 02:51:30 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 02:51:30 version: v1.14.1 02:51:30 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 02:51:30 ignore: 02:51:30 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 02:51:30 - '*': 02:51:30 reason: does not apply # justification for ignoring 02:51:30 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 02:51:30 SNYK-ALPINE312-JQ-588886: 02:51:30 - '*': 02:51:30 reason: false positive 02:51:30 expires: 2021-01-01T00:00:00 02:51:30 # patch: {} [Pipeline] withCredentials 02:51:30 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:51:31 . [Pipeline] withDockerContainer 02:51:31 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:51:31 $ 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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:51:32 $ docker top 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:32 + rm -f snykReport.html [Pipeline] echo 02:51:32 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 02:51:33 + set -o pipefail 02:51:33 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff93af41a81d158de1dc365787019667f354ae25 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 02:51:33 + snyk-to-html -o snykReport.html 02:51:51 Vulnerability snapshot saved at snykReport.html [Pipeline] } 02:51:51 $ docker stop --time=1 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 02:51:52 $ docker rm -f 1dc260e79e7a96c89dc48c2fb8049316e581f81a00908bf47602f49d743a51d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:51:53 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:53 provisioning config files... 02:51:53 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/240@tmp/config6201319153044994775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:53 --> edgex-publish-swagger.sh 02:51:53 === Publish openapi/v1 API === 02:51:53 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 02:51:53 [publishToSwagger] Publishing API Name [core-command] 02:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:53 Dload Upload Total Spent Left Speed 02:51:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8022 0:00:01 0:00:01 --:--:-- 8025 100 10521 0 0 100 10521 0 8021 0:00:01 0:00:01 --:--:-- 8025 02:51:55 02:51:55 02:51:55 [publishToSwagger] Publishing API Name [core-data] 02:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:55 Dload Upload Total Spent Left Speed 02:51:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 34268 --:--:-- --:--:-- --:--:-- 34269 100 32556 0 0 100 32556 0 34262 --:--:-- --:--:-- --:--:-- 34233 02:51:56 02:51:56 02:51:56 [publishToSwagger] Publishing API Name [core-metadata] 02:51:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:56 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 69571 0:00:01 0:00:01 --:--:-- 69612 100 73720 0 0 100 73720 0 69561 0:00:01 0:00:01 --:--:-- 69612 02:51:57 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [support-logging] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11411 0:00:01 0:00:01 --:--:-- 11421 100 13580 0 0 100 13580 0 11409 0:00:01 0:00:01 --:--:-- 11411 02:51:58 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [support-notifications] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35075 0:00:01 0:00:01 --:--:-- 35098 100 38889 0 0 100 38889 0 35070 0:00:01 0:00:01 --:--:-- 35098 02:51:59 02:51:59 02:51:59 [publishToSwagger] Publishing API Name [support-scheduler] 02:51:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:59 Dload Upload Total Spent Left Speed 02:52:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13943 0:00:01 0:00:01 --:--:-- 13954 02:52:00 02:52:00 02:52:00 [publishToSwagger] Publishing API Name [system-agent] 02:52:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:00 Dload Upload Total Spent Left Speed 02:52:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4234 --:--:-- --:--:-- --:--:-- 4231 02:52:01 02:52:01 02:52:01 === Publish openapi/v2 API === 02:52:01 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 02:52:01 [publishToSwagger] Publishing API Name [core-command] 02:52:01 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:01 Dload Upload Total Spent Left Speed 02:52:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24415 0:00:01 0:00:01 --:--:-- 24409 100 29535 0 0 100 29535 0 23685 0:00:01 0:00:01 --:--:-- 23684 02:52:02 02:52:02 02:52:02 [publishToSwagger] Publishing API Name [core-data] 02:52:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:02 Dload Upload Total Spent Left Speed 02:52:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65766 0 0 100 65766 0 59885 0:00:01 0:00:01 --:--:-- 59950 100 65766 0 0 100 65766 0 59876 0:00:01 0:00:01 --:--:-- 59950 02:52:03 02:52:03 02:52:03 [publishToSwagger] Publishing API Name [core-metadata] 02:52:03 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:03 Dload Upload Total Spent Left Speed 02:52:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 02:52:05 02:52:05 02:52:05 [publishToSwagger] Publishing API Name [support-logging] 02:52:05 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:05 Dload Upload Total Spent Left Speed 02:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 24298 --:--:-- --:--:-- --:--:-- 24298 100 23691 0 0 100 23691 0 24294 --:--:-- --:--:-- --:--:-- 24298 02:52:06 02:52:06 02:52:06 [publishToSwagger] Publishing API Name [support-notifications] 02:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:06 Dload Upload Total Spent Left Speed 02:52:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56824 0:00:01 0:00:01 --:--:-- 56836 100 62691 0 0 100 62691 0 56815 0:00:01 0:00:01 --:--:-- 56836 02:52:07 02:52:07 02:52:07 [publishToSwagger] Publishing API Name [support-scheduler] 02:52:07 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:07 Dload Upload Total Spent Left Speed 02:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 46849 --:--:-- --:--:-- --:--:-- 46853 100 46198 0 0 100 46198 0 46837 --:--:-- --:--:-- --:--:-- 46806 02:52:08 02:52:08 02:52:08 [publishToSwagger] Publishing API Name [system-agent] 02:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:08 Dload Upload Total Spent Left Speed 02:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22592 0:00:01 0:00:01 --:--:-- 22616 100 23725 0 0 100 23725 0 22589 0:00:01 0:00:01 --:--:-- 22595 02:52:09 02:52:09 [Pipeline] } 02:52:09 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 02:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:52:10 . [Pipeline] withDockerContainer 02:52:10 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:52:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:52:11 $ docker top 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:52:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:52:11 [ssh-agent] Looking for ssh-agent implementation... 02:52:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:52:12 $ docker exec 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 ssh-agent 02:52:12 SSH_AUTH_SOCK=/tmp/ssh-AOUBWaK3aKkK/agent.12 02:52:12 SSH_AGENT_PID=17 02:52:12 Running ssh-add (command line suppressed) 02:52:12 Identity added: /w/workspace/edgex-go/240@tmp/private_key_8010207564586979437.key (/w/workspace/edgex-go/240@tmp/private_key_8010207564586979437.key) 02:52:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:12 + git semver tag 02:52:13 # -> Open(): unable to determine branch for HEAD 02:52:13 # $GIT_DIR = /w/workspace/edgex-go/240/.git 02:52:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/240 02:52:13 # $SEMVER_REMOTE_NAME = origin 02:52:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:52:13 # $SEMVER_USER_NAME = edgex-jenkins 02:52:13 # $SEMVER_BRANCH = master 02:52:13 # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver 02:52:13 # ff93af41a81d158de1dc365787019667f354ae25 HEAD 02:52:13 # -> Force: false 02:52:13 # 63ebd6f8027b2c05eb2dbbc1e9815c6d8a84c048 refs/tags/v1.3.1-dev.16 [Pipeline] } 02:52:13 $ docker exec --env ******** --env ******** 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 ssh-agent -k 02:52:13 unset SSH_AUTH_SOCK; 02:52:13 unset SSH_AGENT_PID; 02:52:13 echo Agent pid 17 killed; 02:52:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:14 + git semver [Pipeline] } 02:52:14 $ docker stop --time=1 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 02:52:15 $ docker rm -f 020a53c69723a6e32d88cd41509c88d14f6801a144c00fafd03f0e1a8a61d011 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:52:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:16 02:52:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:52:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:16 0.23.1-centos7: Pulling from edgex-lftools 02:52:16 ab5ef0e58194: Pulling fs layer 02:52:16 9712f1f96733: Pulling fs layer 02:52:16 63f879dbbcfc: Pulling fs layer 02:52:16 0d9ebad4ef96: Pulling fs layer 02:52:16 e9a5061849ea: Pulling fs layer 02:52:16 d747dcd14b5f: Pulling fs layer 02:52:16 2de7ff778b66: Pulling fs layer 02:52:16 0d9ebad4ef96: Waiting 02:52:16 e9a5061849ea: Waiting 02:52:16 2de7ff778b66: Waiting 02:52:16 d747dcd14b5f: Waiting 02:52:16 9712f1f96733: Verifying Checksum 02:52:16 9712f1f96733: Download complete 02:52:18 63f879dbbcfc: Verifying Checksum 02:52:18 63f879dbbcfc: Download complete 02:52:18 e9a5061849ea: Verifying Checksum 02:52:18 e9a5061849ea: Download complete 02:52:18 d747dcd14b5f: Verifying Checksum 02:52:18 d747dcd14b5f: Download complete 02:52:19 2de7ff778b66: Verifying Checksum 02:52:19 2de7ff778b66: Download complete 02:52:19 0d9ebad4ef96: Verifying Checksum 02:52:19 0d9ebad4ef96: Download complete 02:52:19 ab5ef0e58194: Verifying Checksum 02:52:19 ab5ef0e58194: Download complete 02:52:23 ab5ef0e58194: Pull complete 02:52:23 9712f1f96733: Pull complete 02:52:26 63f879dbbcfc: Pull complete 02:52:33 0d9ebad4ef96: Pull complete 02:52:33 e9a5061849ea: Pull complete 02:52:33 d747dcd14b5f: Pull complete 02:52:37 2de7ff778b66: Pull complete 02:52:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:52:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:52:37 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:52:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:52:41 $ docker top c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:52:41 provisioning config files... 02:52:41 copy managed file [sigul-config] to file:/w/workspace/edgex-go/240@tmp/config7632048711237901138tmp 02:52:41 copy managed file [sigul-password] to file:/w/workspace/edgex-go/240@tmp/config7576920254598269823tmp 02:52:41 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/240@tmp/config3219858271039475575tmp [Pipeline] { [Pipeline] echo 02:52:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:52:42 ---> sigul-configuration.sh 02:52:42 gpg: directory `/root/.gnupg' created 02:52:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:52:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:52:42 gpg: keyring `/root/.gnupg/secring.gpg' created 02:52:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:52:42 gpg: CAST5 encrypted data 02:52:42 gpg: encrypted with 1 passphrase 02:52:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:52:42 + mkdir /home/jenkins 02:52:42 + mkdir /home/jenkins/sigul [Pipeline] sh 02:52:43 + 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 02:52:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:43 ---> sigul-install.sh 02:52:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 02:52:49 + git tag --list 02:52:49 0.6.0 02:52:49 0.6.1 02:52:49 0.7.0 02:52:49 0.7.1 02:52:49 v1.0.0 02:52:49 v1.0.1 02:52:49 v1.1.0 02:52:49 v1.2.0 02:52:49 v1.2.1 02:52:49 v1.2.2-dev.1 02:52:49 v1.2.2-dev.10 02:52:49 v1.2.2-dev.100 02:52:49 v1.2.2-dev.101 02:52:49 v1.2.2-dev.102 02:52:49 v1.2.2-dev.103 02:52:49 v1.2.2-dev.104 02:52:49 v1.2.2-dev.105 02:52:49 v1.2.2-dev.106 02:52:49 v1.2.2-dev.107 02:52:49 v1.2.2-dev.11 02:52:49 v1.2.2-dev.12 02:52:49 v1.2.2-dev.13 02:52:49 v1.2.2-dev.14 02:52:49 v1.2.2-dev.15 02:52:49 v1.2.2-dev.16 02:52:49 v1.2.2-dev.17 02:52:49 v1.2.2-dev.18 02:52:49 v1.2.2-dev.19 02:52:49 v1.2.2-dev.2 02:52:49 v1.2.2-dev.20 02:52:49 v1.2.2-dev.21 02:52:49 v1.2.2-dev.22 02:52:49 v1.2.2-dev.23 02:52:49 v1.2.2-dev.24 02:52:49 v1.2.2-dev.25 02:52:49 v1.2.2-dev.26 02:52:49 v1.2.2-dev.27 02:52:49 v1.2.2-dev.28 02:52:49 v1.2.2-dev.29 02:52:49 v1.2.2-dev.3 02:52:49 v1.2.2-dev.30 02:52:49 v1.2.2-dev.31 02:52:49 v1.2.2-dev.32 02:52:49 v1.2.2-dev.33 02:52:49 v1.2.2-dev.34 02:52:49 v1.2.2-dev.35 02:52:49 v1.2.2-dev.36 02:52:49 v1.2.2-dev.37 02:52:49 v1.2.2-dev.38 02:52:49 v1.2.2-dev.39 02:52:49 v1.2.2-dev.4 02:52:49 v1.2.2-dev.40 02:52:49 v1.2.2-dev.41 02:52:49 v1.2.2-dev.42 02:52:49 v1.2.2-dev.43 02:52:49 v1.2.2-dev.44 02:52:49 v1.2.2-dev.45 02:52:49 v1.2.2-dev.46 02:52:49 v1.2.2-dev.47 02:52:49 v1.2.2-dev.48 02:52:49 v1.2.2-dev.49 02:52:49 v1.2.2-dev.5 02:52:49 v1.2.2-dev.50 02:52:49 v1.2.2-dev.51 02:52:49 v1.2.2-dev.52 02:52:49 v1.2.2-dev.53 02:52:49 v1.2.2-dev.54 02:52:49 v1.2.2-dev.55 02:52:49 v1.2.2-dev.56 02:52:49 v1.2.2-dev.57 02:52:49 v1.2.2-dev.58 02:52:49 v1.2.2-dev.59 02:52:49 v1.2.2-dev.6 02:52:49 v1.2.2-dev.60 02:52:49 v1.2.2-dev.61 02:52:49 v1.2.2-dev.62 02:52:49 v1.2.2-dev.63 02:52:49 v1.2.2-dev.64 02:52:49 v1.2.2-dev.65 02:52:49 v1.2.2-dev.66 02:52:49 v1.2.2-dev.67 02:52:49 v1.2.2-dev.68 02:52:49 v1.2.2-dev.69 02:52:49 v1.2.2-dev.7 02:52:49 v1.2.2-dev.70 02:52:49 v1.2.2-dev.71 02:52:49 v1.2.2-dev.72 02:52:49 v1.2.2-dev.73 02:52:49 v1.2.2-dev.74 02:52:49 v1.2.2-dev.75 02:52:49 v1.2.2-dev.76 02:52:49 v1.2.2-dev.77 02:52:49 v1.2.2-dev.78 02:52:49 v1.2.2-dev.79 02:52:49 v1.2.2-dev.8 02:52:49 v1.2.2-dev.80 02:52:49 v1.2.2-dev.81 02:52:49 v1.2.2-dev.82 02:52:49 v1.2.2-dev.83 02:52:49 v1.2.2-dev.84 02:52:49 v1.2.2-dev.85 02:52:49 v1.2.2-dev.86 02:52:49 v1.2.2-dev.87 02:52:49 v1.2.2-dev.88 02:52:49 v1.2.2-dev.89 02:52:49 v1.2.2-dev.9 02:52:49 v1.2.2-dev.90 02:52:49 v1.2.2-dev.91 02:52:49 v1.2.2-dev.92 02:52:49 v1.2.2-dev.93 02:52:49 v1.2.2-dev.94 02:52:49 v1.2.2-dev.95 02:52:49 v1.2.2-dev.96 02:52:49 v1.2.2-dev.97 02:52:49 v1.2.2-dev.98 02:52:49 v1.2.2-dev.99 02:52:49 v1.3.0 02:52:49 v1.3.1-dev.1 02:52:49 v1.3.1-dev.10 02:52:49 v1.3.1-dev.11 02:52:49 v1.3.1-dev.12 02:52:49 v1.3.1-dev.13 02:52:49 v1.3.1-dev.14 02:52:49 v1.3.1-dev.15 02:52:49 v1.3.1-dev.16 02:52:49 v1.3.1-dev.2 02:52:49 v1.3.1-dev.3 02:52:49 v1.3.1-dev.4 02:52:49 v1.3.1-dev.5 02:52:49 v1.3.1-dev.6 02:52:49 v1.3.1-dev.7 02:52:49 v1.3.1-dev.8 02:52:49 v1.3.1-dev.9 [Pipeline] sh 02:52:49 + lftools sign git-tag v1.3.1-dev.16 02:52:50 Signing Git tag with Sigul... 02:52:50 Signing v1.3.1-dev.16 [Pipeline] echo 02:52:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:52:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:52:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:52:52 $ docker stop --time=1 c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc 02:52:54 $ docker rm -f c0f10b5eb7c5d9af51e49b0bff2a062afa0ca06ba98877e8e28779b42ead17dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 02:52:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:52:55 . [Pipeline] withDockerContainer 02:52:55 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:52:56 $ docker top f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:52:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:52:57 [ssh-agent] Looking for ssh-agent implementation... 02:52:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:52:57 $ docker exec f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa ssh-agent 02:52:57 SSH_AUTH_SOCK=/tmp/ssh-o9hwPWH15gGC/agent.11 02:52:57 SSH_AGENT_PID=16 02:52:57 Running ssh-add (command line suppressed) 02:52:57 Identity added: /w/workspace/edgex-go/240@tmp/private_key_3140924328759292251.key (/w/workspace/edgex-go/240@tmp/private_key_3140924328759292251.key) 02:52:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:58 + git semver bump pre 02:52:58 # -> Open(): unable to determine branch for HEAD 02:52:58 # $GIT_DIR = /w/workspace/edgex-go/240/.git 02:52:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/240 02:52:58 # $SEMVER_REMOTE_NAME = origin 02:52:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:52:58 # $SEMVER_USER_NAME = edgex-jenkins 02:52:58 # $SEMVER_BRANCH = master 02:52:58 # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver 02:52:58 1.3.1-dev.17 [Pipeline] } 02:52:58 $ docker exec --env ******** --env ******** f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa ssh-agent -k 02:52:58 unset SSH_AUTH_SOCK; 02:52:58 unset SSH_AGENT_PID; 02:52:58 echo Agent pid 16 killed; 02:52:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:58 + git semver [Pipeline] } 02:52:58 $ docker stop --time=1 f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa 02:53:00 $ docker rm -f f8cd18691834bba2342bd235386ce89b00bbff5ea4f31a145deebbeb8936e5fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 02:53:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:53:00 . [Pipeline] withDockerContainer 02:53:00 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:53:01 $ docker top ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:53:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:53:02 [ssh-agent] Looking for ssh-agent implementation... 02:53:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:53:02 $ docker exec ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef ssh-agent 02:53:02 SSH_AUTH_SOCK=/tmp/ssh-BlKwJFwxM4vE/agent.12 02:53:02 SSH_AGENT_PID=18 02:53:02 Running ssh-add (command line suppressed) 02:53:02 Identity added: /w/workspace/edgex-go/240@tmp/private_key_2613631254059413008.key (/w/workspace/edgex-go/240@tmp/private_key_2613631254059413008.key) 02:53:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:53:03 + git semver push 02:53:03 # -> Open(): unable to determine branch for HEAD 02:53:03 # $GIT_DIR = /w/workspace/edgex-go/240/.git 02:53:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/240 02:53:03 # $SEMVER_REMOTE_NAME = origin 02:53:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:53:03 # $SEMVER_USER_NAME = edgex-jenkins 02:53:03 # $SEMVER_BRANCH = master 02:53:03 # $SEMVER_DIR = /w/workspace/edgex-go/240/.semver [Pipeline] } 02:53:13 $ docker exec --env ******** --env ******** ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef ssh-agent -k 02:53:13 unset SSH_AUTH_SOCK; 02:53:13 unset SSH_AGENT_PID; 02:53:13 echo Agent pid 18 killed; 02:53:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:53:13 + git semver [Pipeline] } 02:53:13 $ docker stop --time=1 ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef 02:53:15 $ docker rm -f ffabf45b3b3e3a26e2422b828395f974fa021ae43d6e894852baf085fed841ef [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 02:53:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:53:17 ---> package-listing.sh 02:53:17 ++ facter osfamily 02:53:17 ++ tr '[:upper:]' '[:lower:]' 02:53:17 + OS_FAMILY=redhat 02:53:17 + workspace=/w/workspace/edgex-go/240 02:53:17 + START_PACKAGES=/tmp/packages_start.txt 02:53:17 + END_PACKAGES=/tmp/packages_end.txt 02:53:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:53:17 + PACKAGES=/tmp/packages_start.txt 02:53:17 + '[' /w/workspace/edgex-go/240 ']' 02:53:17 + PACKAGES=/tmp/packages_end.txt 02:53:17 + case "${OS_FAMILY}" in 02:53:17 + rpm -qa 02:53:17 + sort 02:53:22 + '[' -f /tmp/packages_start.txt ']' 02:53:22 + '[' -f /tmp/packages_end.txt ']' 02:53:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:53:22 + '[' /w/workspace/edgex-go/240 ']' 02:53:22 + mkdir -p /w/workspace/edgex-go/240/archives/ 02:53:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/240/archives/ [Pipeline] echo 02:53:22 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/240/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:53:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:23 02:53:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:53:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:23 alpine: Pulling from edgex-lftools-log-publisher 02:53:23 df20fa9351a1: Pulling fs layer 02:53:23 36b3adc4ff6f: Pulling fs layer 02:53:23 8ad3a11d3b57: Pulling fs layer 02:53:23 46f8f816bc3b: Pulling fs layer 02:53:23 93b61091891f: Pulling fs layer 02:53:23 93b9cdb0e59b: Pulling fs layer 02:53:23 5e14af77c1be: Pulling fs layer 02:53:23 01666e4c0597: Pulling fs layer 02:53:23 aa168da1d23b: Pulling fs layer 02:53:23 93b9cdb0e59b: Waiting 02:53:23 5e14af77c1be: Waiting 02:53:23 01666e4c0597: Waiting 02:53:23 aa168da1d23b: Waiting 02:53:23 46f8f816bc3b: Waiting 02:53:23 93b61091891f: Waiting 02:53:23 36b3adc4ff6f: Verifying Checksum 02:53:23 36b3adc4ff6f: Download complete 02:53:23 46f8f816bc3b: Verifying Checksum 02:53:23 46f8f816bc3b: Download complete 02:53:24 df20fa9351a1: Verifying Checksum 02:53:24 df20fa9351a1: Download complete 02:53:24 93b9cdb0e59b: Verifying Checksum 02:53:24 93b9cdb0e59b: Download complete 02:53:24 5e14af77c1be: Verifying Checksum 02:53:24 5e14af77c1be: Download complete 02:53:24 01666e4c0597: Verifying Checksum 02:53:24 01666e4c0597: Download complete 02:53:24 93b61091891f: Verifying Checksum 02:53:24 93b61091891f: Download complete 02:53:24 df20fa9351a1: Pull complete 02:53:24 8ad3a11d3b57: Verifying Checksum 02:53:24 8ad3a11d3b57: Download complete 02:53:24 36b3adc4ff6f: Pull complete 02:53:26 8ad3a11d3b57: Pull complete 02:53:26 aa168da1d23b: Verifying Checksum 02:53:26 aa168da1d23b: Download complete 02:53:27 46f8f816bc3b: Pull complete 02:53:27 93b61091891f: Pull complete 02:53:27 93b9cdb0e59b: Pull complete 02:53:27 5e14af77c1be: Pull complete 02:53:28 01666e4c0597: Pull complete 02:53:36 aa168da1d23b: Pull complete 02:53:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:53:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:53:36 prd-centos7-docker-4c-2g-14256 does not seem to be running inside a container 02:53:36 $ 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/240/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/240 -v /w/workspace/edgex-go/240:/w/workspace/edgex-go/240:rw,z -v /w/workspace/edgex-go/240@tmp:/w/workspace/edgex-go/240@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 02:53:39 $ docker top 49982202feb2ca363212f8f2cf5e23598fc6bde47965e7f02b6d299e928a2650 -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:40 + touch /tmp/pre-build-complete [Pipeline] sh 02:53:40 + mkdir -p /var/log/sa [Pipeline] sh 02:53:41 + ls /var/log/sa-host 02:53:41 + sadf -c /var/log/sa-host/sa03 02:53:41 file_magic: OK 02:53:41 HZ: Using current value: 100 02:53:41 file_header: OK 02:53:41 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 02:53:41 Statistics: 02:53:41 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:53:41 File successfully converted to sysstat format version 12.2.1 02:53:41 + sadf -c /var/log/sa-host/sa23 02:53:41 file_magic: OK 02:53:41 HZ: Using current value: 100 02:53:41 file_header: OK 02:53:41 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 02:53:41 Statistics: 02:53:41 Hnuu...uuuununununu... 02:53:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:42 provisioning config files... 02:53:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/240@tmp/config7376064248617692168tmp [Pipeline] { [Pipeline] echo 02:53:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:53:42 ---> create-netrc.sh [Pipeline] } 02:53:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:53:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:53:42 ---> python-tools-install.sh [Pipeline] echo 02:53:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:53:43 ---> sudo-logs.sh 02:53:43 Archiving 'sudo' log.. [Pipeline] echo 02:53:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:53:43 ---> job-cost.sh 02:53:43 lf-activate-venv: SKIPPING 02:53:43 INFO: No Stack... 02:53:45 INFO: Retrieving Pricing Info for: v1-standard-2 02:53:45 INFO: Archiving Costs [Pipeline] echo 02:53:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:53:45 ---> logs-deploy.sh 02:53:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/240 02:53:45 INFO: archiving workspace using pattern(s): 02:53:47 Archives upload complete. 02:53:47 INFO: archiving logs to Nexus 02:53:48 ---> uname -a: 02:53:48 Linux prd-centos7-docker-4c-2g-14256.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:53:48 02:53:48 02:53:48 ---> lscpu: 02:53:48 Architecture: x86_64 02:53:48 CPU op-mode(s): 32-bit, 64-bit 02:53:48 Byte Order: Little Endian 02:53:48 Address sizes: 40 bits physical, 48 bits virtual 02:53:48 CPU(s): 4 02:53:48 On-line CPU(s) list: 0-3 02:53:48 Thread(s) per core: 1 02:53:48 Core(s) per socket: 1 02:53:48 Socket(s): 4 02:53:48 NUMA node(s): 1 02:53:48 Vendor ID: GenuineIntel 02:53:48 CPU family: 6 02:53:48 Model: 44 02:53:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:53:48 Stepping: 1 02:53:48 CPU MHz: 2933.442 02:53:48 BogoMIPS: 5866.88 02:53:48 Virtualization: VT-x 02:53:48 Hypervisor vendor: KVM 02:53:48 Virtualization type: full 02:53:48 L1d cache: 128 KiB 02:53:48 L1i cache: 128 KiB 02:53:48 L2 cache: 16 MiB 02:53:48 L3 cache: 64 MiB 02:53:48 NUMA node0 CPU(s): 0-3 02:53:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:53:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:53:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:53:48 Vulnerability Meltdown: Mitigation; PTI 02:53:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:53:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:53:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:53:48 Vulnerability Srbds: Not affected 02:53:48 Vulnerability Tsx async abort: Not affected 02:53:48 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 02:53:48 02:53:48 02:53:48 ---> nproc: 02:53:48 4 02:53:48 02:53:48 02:53:48 ---> df -h: 02:53:48 Filesystem Size Used Available Use% Mounted on 02:53:48 overlay 50.0G 14.9G 35.1G 30% / 02:53:48 tmpfs 64.0M 0 64.0M 0% /dev 02:53:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:53:48 shm 64.0M 0 64.0M 0% /dev/shm 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /facter-os 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /etc/resolv.conf 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /etc/hostname 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /etc/hosts 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /var/log/auth.log 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /run/cloud-init/result.json 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /var/log/sa-host 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /var/log/secure 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /w/workspace/edgex-go/240 02:53:48 /dev/vda1 50.0G 14.9G 35.1G 30% /w/workspace/edgex-go/240@tmp 02:53:48 02:53:48 02:53:48 ---> free -m: 02:53:48 total used free shared buff/cache available 02:53:48 Mem: 1837 740 160 0 936 1041 02:53:48 Swap: 1023 100 923 02:53:48 02:53:48 02:53:48 ---> ip addr: 02:53:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:53:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:53:48 inet 127.0.0.1/8 scope host lo 02:53:48 valid_lft forever preferred_lft forever 02:53:48 inet6 ::1/128 scope host 02:53:48 valid_lft forever preferred_lft forever 02:53:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:53:48 link/ether fa:16:3e:20:23:1f brd ff:ff:ff:ff:ff:ff 02:53:48 inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 02:53:48 valid_lft 84672sec preferred_lft 84672sec 02:53:48 inet6 fe80::f816:3eff:fe20:231f/64 scope link 02:53:48 valid_lft forever preferred_lft forever 02:53:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:53:48 link/ether 02:42:0f:37:dc:7e brd ff:ff:ff:ff:ff:ff 02:53:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:53:48 valid_lft forever preferred_lft forever 02:53:48 inet6 fe80::42:fff:fe37:dc7e/64 scope link 02:53:48 valid_lft forever preferred_lft forever 02:53:48 02:53:48 02:53:48 ---> sar -b -r -n DEV: 02:53:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 02:53:48 02:53:48 02:24:46 LINUX RESTART (4 CPU) 02:53:48 02:53:48 02:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:53:48 02:27:01 5.16 0.00 5.16 0.00 0.00 1398.04 0.00 02:53:48 02:28:01 1.33 0.00 1.33 0.00 0.00 784.92 0.00 02:53:48 02:29:01 1.88 0.00 1.88 0.00 0.00 1447.84 0.00 02:53:48 02:30:01 1.68 0.00 1.68 0.00 0.00 1345.57 0.00 02:53:48 02:31:01 50.17 14.18 36.00 0.00 4768.71 4165.67 0.00 02:53:48 02:32:01 5.54 1.07 4.48 0.00 61.93 3440.45 0.00 02:53:48 02:33:02 206.52 115.77 90.75 0.00 6899.17 39458.72 0.00 02:53:48 02:34:01 101.38 17.43 83.95 0.00 1804.62 23034.11 0.00 02:53:48 02:35:01 261.78 133.03 128.75 0.00 5363.45 19147.21 0.00 02:53:48 02:36:01 130.31 72.22 58.10 0.00 2400.40 4807.24 0.00 02:53:48 02:37:01 174.38 37.20 137.18 0.00 11659.13 65400.51 0.00 02:53:48 02:38:02 2658.22 2309.08 349.13 0.00 173410.81 205925.47 0.00 02:53:48 02:39:01 1326.39 1089.97 236.42 0.00 64252.41 84408.94 0.00 02:53:48 02:40:02 1987.37 1620.31 367.06 0.00 147668.47 179272.97 0.00 02:53:48 02:41:01 1935.63 1589.88 345.76 0.00 118438.13 119026.17 0.00 02:53:48 02:42:02 1227.74 914.79 312.94 0.00 45142.35 62125.46 0.00 02:53:48 02:43:01 115.04 49.43 65.61 0.00 6901.20 3995.70 0.00 02:53:48 02:44:01 12.07 7.59 4.48 0.00 620.02 87.44 0.00 02:53:48 02:45:01 0.30 0.12 0.18 0.00 0.93 2.26 0.00 02:53:48 02:46:01 0.73 0.43 0.30 0.00 17.32 4.13 0.00 02:53:48 02:47:01 0.27 0.00 0.27 0.00 0.00 2.76 0.00 02:53:48 02:48:01 0.32 0.03 0.28 0.00 0.27 3.30 0.00 02:53:48 02:49:01 243.02 114.32 128.70 0.00 6417.29 34178.88 0.00 02:53:48 02:50:01 125.87 31.66 94.21 0.00 1816.11 3289.06 0.00 02:53:48 02:51:01 113.48 6.16 107.32 0.00 543.63 1336.79 0.00 02:53:48 02:52:01 90.51 10.75 79.76 0.00 371.17 964.97 0.00 02:53:48 02:53:01 243.52 108.75 134.76 0.00 7573.21 33006.94 0.00 02:53:48 Average: 408.61 305.72 102.90 0.00 22480.70 33097.12 0.00 02:53:48 02:53:48 02:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:53:48 02:27:01 70328 0 537704 28.58 2620 1270892 997648 34.05 398472 1217572 6172 02:53:48 02:28:01 76996 0 548528 29.15 2620 1253400 1010084 34.47 431276 1178460 10944 02:53:48 02:29:01 69592 0 548420 29.15 2620 1260912 1012444 34.55 461608 1154772 3748 02:53:48 02:30:01 69056 0 549708 29.22 2620 1260160 1012372 34.55 505544 1110976 15740 02:53:48 02:31:01 68760 0 656572 34.90 2620 1153592 1271076 43.38 539000 1069952 8148 02:53:48 02:32:01 63920 0 660296 35.09 2620 1154708 1270972 43.38 549940 1063416 19584 02:53:48 02:33:02 93088 0 687640 36.55 1980 1098836 1391688 47.50 578812 971008 39320 02:53:48 02:34:01 87136 0 706268 37.54 1524 1086616 1277908 43.61 603096 911192 12 02:53:48 02:35:01 203644 0 834204 44.34 480 843216 1779016 60.71 743992 653812 16728 02:53:48 02:36:01 303920 0 709736 37.72 480 867408 1397100 47.68 577712 710676 35496 02:53:48 02:37:01 66384 0 679264 36.10 172 1135724 1251616 42.72 731364 832348 96896 02:53:48 02:38:02 80884 0 811860 43.15 32 988768 2322804 79.27 758660 800872 57876 02:53:48 02:39:01 469276 0 654580 34.79 32 757656 1472340 50.25 445988 719724 744 02:53:48 02:40:02 97632 0 725568 38.56 32 1058312 2501396 85.37 599704 957032 26572 02:53:48 02:41:01 218228 0 701688 37.29 32 961596 2353364 80.32 643560 775832 56684 02:53:48 02:42:02 359640 0 628088 33.38 32 893784 1499500 51.18 435024 838964 12 02:53:48 02:43:01 381760 0 589188 31.31 32 910564 1402156 47.85 462164 793540 40 02:53:48 02:44:01 391544 0 561624 29.85 32 928344 1206048 41.16 475600 772336 8 02:53:48 02:45:01 399692 0 553468 29.42 32 928352 1159372 39.57 470604 771000 8 02:53:48 02:46:01 399136 0 553520 29.42 32 928856 1159588 39.57 470816 771508 8 02:53:48 02:47:01 399824 0 552824 29.38 32 928864 1159372 39.57 470492 771508 8 02:53:48 02:48:01 399904 0 552736 29.38 32 928872 1159372 39.57 470512 771512 8 02:53:48 02:49:01 75032 0 716804 38.10 32 1089676 1422956 48.56 646388 848740 60968 02:53:48 02:50:01 330420 0 631212 33.55 32 919880 1468180 50.11 604740 660736 44 02:53:48 02:51:01 292096 0 693000 36.83 32 896416 1414876 48.29 654712 645808 12 02:53:48 02:52:01 383928 0 617308 32.81 32 880276 1182296 40.35 577260 634968 32 02:53:48 02:53:01 307340 0 690988 36.72 0 883216 1276444 43.56 497872 715028 28 02:53:48 Average: 228117 0 642696 34.16 772 1009959 1401185 47.82 548330 856418 16883 02:53:48 02:53:48 02:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:53:48 02:27:01 eth0 118.83 113.54 437.34 7.74 0.00 0.00 0.00 0.00 02:53:48 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:28:01 eth0 131.15 124.02 476.46 8.44 0.00 0.00 0.00 0.00 02:53:48 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:29:01 eth0 177.87 159.26 616.60 10.78 0.00 0.00 0.00 0.00 02:53:48 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:30:01 eth0 231.30 204.76 882.42 13.82 0.00 0.00 0.00 0.00 02:53:48 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:31:01 eth0 457.83 494.38 1235.40 80.61 0.00 0.00 0.00 0.00 02:53:48 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:31:01 veth5a0599f 325.11 234.73 29.78 708.39 0.00 0.00 0.00 0.00 02:53:48 02:31:01 docker0 325.11 234.60 25.34 708.38 0.00 0.00 0.00 0.00 02:53:48 02:32:01 eth0 657.90 864.16 1970.83 74.03 0.00 0.00 0.00 0.00 02:53:48 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:32:01 veth5a0599f 861.98 639.40 73.06 1966.19 0.00 0.00 0.00 0.00 02:53:48 02:32:01 docker0 861.98 639.40 61.27 1966.19 0.00 0.00 0.00 0.00 02:53:48 02:33:02 vethfac970c 25.89 33.88 1.72 167.59 0.00 0.00 0.00 0.00 02:53:48 02:33:02 eth0 352.78 296.69 3008.65 30.72 0.00 0.00 0.00 0.00 02:53:48 02:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:33:02 docker0 25.94 33.78 1.36 167.58 0.00 0.00 0.00 0.00 02:53:48 02:34:01 eth0 392.16 293.07 1819.65 65.60 0.00 0.00 0.00 0.00 02:53:48 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:34:01 docker0 120.91 142.86 8.50 672.06 0.00 0.00 0.00 0.00 02:53:48 02:35:01 eth0 42.11 26.53 32.85 47.00 0.00 0.00 0.00 0.00 02:53:48 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:35:01 vethe207bae 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:36:01 eth0 20.54 10.52 17.11 8.97 0.00 0.00 0.00 0.00 02:53:48 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:36:01 vethe207bae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:37:01 veth3cf9a90 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:37:01 eth0 247.61 204.90 1702.67 86.23 0.00 0.00 0.00 0.00 02:53:48 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:38:02 veth3cf9a90 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:38:02 eth0 50.06 26.54 162.32 19.06 0.00 0.00 0.00 0.00 02:53:48 02:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:38:02 docker0 14.27 27.66 0.75 145.20 0.00 0.00 0.00 0.00 02:53:48 02:39:01 veth3cf9a90 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:39:01 eth0 33.95 23.63 127.88 8.14 0.00 0.00 0.00 0.00 02:53:48 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:39:01 vethf5e8bc4 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:53:48 02:40:02 veth56bd99b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:40:02 veth9c4bf0e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:40:02 veth3cf9a90 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:40:02 eth0 78.15 55.29 105.42 100.10 0.00 0.00 0.00 0.00 02:53:48 02:41:01 veth3cf9a90 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:41:01 eth0 58.40 33.97 128.57 53.75 0.00 0.00 0.00 0.00 02:53:48 02:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:53:48 02:41:01 vethe6d8328 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:42:02 veth90130ab 4.71 5.27 0.58 20.39 0.00 0.00 0.00 0.00 02:53:48 02:42:02 veth3cf9a90 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:53:48 02:42:02 eth0 144.49 84.86 470.41 58.73 0.00 0.00 0.00 0.00 02:53:48 02:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:43:01 eth0 487.19 452.19 295.37 1394.31 0.00 0.00 0.00 0.00 02:53:48 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:43:01 docker0 1446.23 1223.32 103.21 4424.90 0.00 0.00 0.00 0.00 02:53:48 02:44:01 eth0 98.37 104.71 44.13 533.03 0.00 0.00 0.00 0.00 02:53:48 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:45:01 eth0 0.57 0.05 0.05 0.00 0.00 0.00 0.00 0.00 02:53:48 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:46:01 eth0 0.72 0.58 0.41 0.28 0.00 0.00 0.00 0.00 02:53:48 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:47:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:49:01 veth74238ca 34.34 33.19 3.54 223.88 0.00 0.00 0.00 0.00 02:53:48 02:49:01 eth0 487.41 428.85 4257.49 57.17 0.00 0.00 0.00 0.00 02:53:48 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:49:01 docker0 34.34 33.07 3.07 223.87 0.00 0.00 0.00 0.00 02:53:48 02:50:01 veth4270b4f 0.45 0.55 0.08 0.19 0.00 0.00 0.00 0.00 02:53:48 02:50:01 eth0 64.68 51.02 50.08 62.65 0.00 0.00 0.00 0.00 02:53:48 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:50:01 docker0 1.85 1.80 0.40 0.70 0.00 0.00 0.00 0.00 02:53:48 02:51:01 eth0 89.58 68.44 76.48 72.40 0.00 0.00 0.00 0.00 02:53:48 02:51:01 veth6886faa 0.17 0.28 0.04 0.10 0.00 0.00 0.00 0.00 02:53:48 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:51:01 docker0 1.96 1.86 0.42 0.81 0.00 0.00 0.00 0.00 02:53:48 02:52:01 eth0 78.79 61.78 59.82 67.88 0.00 0.00 0.00 0.00 02:53:48 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:52:01 docker0 1.68 1.55 0.33 0.63 0.00 0.00 0.00 0.00 02:53:48 02:53:01 veth4ac02ae 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:53:01 eth0 462.31 400.92 3451.10 112.61 0.00 0.00 0.00 0.00 02:53:48 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 02:53:01 docker0 29.06 32.78 1.59 196.17 0.00 0.00 0.00 0.00 02:53:48 Average: veth4ac02ae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 Average: eth0 183.70 169.65 794.16 109.41 0.00 0.00 0.00 0.00 02:53:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:48 Average: docker0 55.30 47.25 3.98 177.03 0.00 0.00 0.00 0.00 02:53:48 02:53:48 02:53:48 ---> sar -P ALL: 02:53:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 02:53:48 02:53:48 02:24:46 LINUX RESTART (4 CPU) 02:53:48 02:53:48 02:26:01 CPU %user %nice %system %iowait %steal %idle 02:53:48 02:27:01 all 0.34 0.00 0.18 0.00 0.00 99.47 02:53:48 02:27:01 0 0.91 0.00 0.57 0.00 0.00 98.52 02:53:48 02:27:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:53:48 02:27:01 2 0.37 0.00 0.07 0.00 0.02 99.55 02:53:48 02:27:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:53:48 02:28:01 all 0.38 0.00 0.21 0.00 0.00 99.41 02:53:48 02:28:01 0 1.03 0.00 0.62 0.00 0.00 98.35 02:53:48 02:28:01 1 0.07 0.00 0.12 0.00 0.00 99.82 02:53:48 02:28:01 2 0.40 0.00 0.03 0.00 0.00 99.57 02:53:48 02:28:01 3 0.03 0.00 0.08 0.00 0.00 99.88 02:53:48 02:29:01 all 0.53 0.00 0.28 0.00 0.00 99.19 02:53:48 02:29:01 0 1.33 0.00 0.86 0.00 0.02 97.80 02:53:48 02:29:01 1 0.15 0.00 0.10 0.00 0.00 99.75 02:53:48 02:29:01 2 0.60 0.00 0.08 0.00 0.00 99.32 02:53:48 02:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:53:48 02:30:01 all 0.78 0.00 0.31 0.00 0.00 98.90 02:53:48 02:30:01 0 2.07 0.00 0.93 0.00 0.00 97.00 02:53:48 02:30:01 1 0.22 0.00 0.15 0.00 0.00 99.63 02:53:48 02:30:01 2 0.73 0.00 0.12 0.00 0.00 99.15 02:53:48 02:30:01 3 0.12 0.00 0.07 0.00 0.02 99.80 02:53:48 02:31:01 all 4.86 0.00 3.17 1.10 0.02 90.85 02:53:48 02:31:01 0 4.53 0.00 3.46 2.13 0.02 89.86 02:53:48 02:31:01 1 5.32 0.00 2.93 0.62 0.02 91.11 02:53:48 02:31:01 2 5.03 0.00 3.05 1.45 0.02 90.45 02:53:48 02:31:01 3 4.57 0.00 3.26 0.20 0.02 91.95 02:53:48 02:32:01 all 3.22 0.00 1.69 0.01 0.01 95.07 02:53:48 02:32:01 0 3.05 0.00 2.12 0.03 0.02 94.78 02:53:48 02:32:01 1 3.11 0.00 1.57 0.00 0.02 95.30 02:53:48 02:32:01 2 3.20 0.00 1.62 0.00 0.02 95.17 02:53:48 02:32:01 3 3.51 0.00 1.48 0.00 0.00 95.01 02:53:48 02:33:02 all 10.19 0.00 6.55 1.61 0.02 81.63 02:53:48 02:33:02 0 9.40 0.00 7.00 2.16 0.02 81.42 02:53:48 02:33:02 1 8.06 0.00 5.86 2.18 0.02 83.88 02:53:48 02:33:02 2 14.08 0.00 6.68 1.04 0.00 78.20 02:53:48 02:33:02 3 9.25 0.00 6.65 1.08 0.03 82.99 02:53:48 02:34:01 all 5.21 0.00 3.98 2.30 0.02 88.48 02:53:48 02:34:01 0 5.07 0.00 4.78 2.69 0.02 87.44 02:53:48 02:34:01 1 5.78 0.00 3.85 0.90 0.02 89.45 02:53:48 02:34:01 2 4.60 0.00 3.62 4.33 0.03 87.42 02:53:48 02:34:01 3 5.40 0.00 3.67 1.30 0.02 89.61 02:53:48 02:35:01 all 42.13 0.00 12.64 7.76 0.03 37.43 02:53:48 02:35:01 0 43.05 0.00 13.02 6.97 0.05 36.91 02:53:48 02:35:01 1 40.31 0.00 12.37 6.71 0.02 40.60 02:53:48 02:35:01 2 43.01 0.00 12.67 9.36 0.03 34.93 02:53:48 02:35:01 3 42.18 0.00 12.50 8.01 0.03 37.28 02:53:48 02:36:01 all 52.62 0.00 12.27 2.58 0.02 32.50 02:53:48 02:36:01 0 46.02 0.00 13.10 1.61 0.02 39.25 02:53:48 02:36:01 1 57.15 0.00 11.86 2.36 0.02 28.61 02:53:48 02:36:01 2 48.00 0.00 11.39 2.92 0.02 37.67 02:53:48 02:36:01 3 59.31 0.00 12.74 3.45 0.03 24.47 02:53:48 02:37:01 all 24.63 0.00 12.96 5.41 0.03 56.97 02:53:48 02:37:01 0 24.74 0.00 13.51 7.82 0.03 53.89 02:53:48 02:37:01 1 25.39 0.00 12.53 4.77 0.02 57.30 02:53:48 02:37:01 2 25.56 0.00 12.70 4.40 0.03 57.30 02:53:48 02:37:01 3 22.83 0.00 13.10 4.67 0.02 59.38 02:53:48 02:53:48 02:37:01 CPU %user %nice %system %iowait %steal %idle 02:53:48 02:38:02 all 21.92 0.00 33.04 18.38 0.04 26.62 02:53:48 02:38:02 0 22.79 0.00 32.44 18.66 0.03 26.07 02:53:48 02:38:02 1 19.86 0.00 33.83 18.53 0.05 27.73 02:53:48 02:38:02 2 21.24 0.00 33.58 17.44 0.04 27.71 02:53:48 02:38:02 3 23.79 0.00 32.31 18.89 0.05 24.96 02:53:48 02:39:01 all 53.55 0.00 20.15 13.87 0.03 12.41 02:53:48 02:39:01 0 52.90 0.00 19.76 11.51 0.04 15.80 02:53:48 02:39:01 1 53.40 0.00 20.28 13.72 0.04 12.56 02:53:48 02:39:01 2 53.60 0.00 20.51 14.95 0.02 10.93 02:53:48 02:39:01 3 54.29 0.00 20.03 15.28 0.04 10.37 02:53:48 02:40:02 all 28.99 0.00 27.04 21.56 0.03 22.38 02:53:48 02:40:02 0 28.28 0.00 25.23 24.04 0.03 22.42 02:53:48 02:40:02 1 28.17 0.00 28.10 21.16 0.03 22.53 02:53:48 02:40:02 2 29.91 0.00 28.05 20.23 0.03 21.77 02:53:48 02:40:02 3 29.58 0.00 26.74 20.83 0.04 22.81 02:53:48 02:41:01 all 44.44 0.00 25.48 22.69 0.05 7.35 02:53:48 02:41:01 0 45.05 0.00 24.77 24.23 0.04 5.91 02:53:48 02:41:01 1 45.53 0.00 24.02 23.28 0.09 7.08 02:53:48 02:41:01 2 42.41 0.00 27.29 21.28 0.04 8.99 02:53:48 02:41:01 3 44.76 0.00 25.85 21.96 0.04 7.39 02:53:48 02:42:02 all 29.74 0.00 17.48 23.86 0.03 28.89 02:53:48 02:42:02 0 30.90 0.00 17.58 24.94 0.03 26.55 02:53:48 02:42:02 1 29.17 0.00 17.21 20.64 0.03 32.95 02:53:48 02:42:02 2 28.82 0.00 17.68 25.32 0.03 28.15 02:53:48 02:42:02 3 30.10 0.00 17.44 24.52 0.02 27.92 02:53:48 02:43:01 all 9.93 0.00 5.70 3.90 0.03 80.44 02:53:48 02:43:01 0 10.23 0.00 6.42 4.22 0.02 79.11 02:53:48 02:43:01 1 8.09 0.00 5.20 3.13 0.05 83.53 02:53:48 02:43:01 2 10.62 0.00 5.68 4.32 0.00 79.37 02:53:48 02:43:01 3 10.79 0.00 5.52 3.94 0.03 79.72 02:53:48 02:44:01 all 2.83 0.00 0.88 0.13 0.01 96.16 02:53:48 02:44:01 0 3.10 0.00 0.99 0.10 0.02 95.79 02:53:48 02:44:01 1 2.56 0.00 0.89 0.07 0.00 96.49 02:53:48 02:44:01 2 2.81 0.00 0.85 0.10 0.02 96.22 02:53:48 02:44:01 3 2.84 0.00 0.77 0.23 0.02 96.14 02:53:48 02:45:01 all 0.07 0.00 0.05 0.00 0.00 99.88 02:53:48 02:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:53:48 02:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 02:53:48 02:45:01 2 0.18 0.00 0.07 0.00 0.00 99.75 02:53:48 02:45:01 3 0.02 0.00 0.03 0.02 0.00 99.93 02:53:48 02:46:01 all 0.17 0.00 0.03 0.00 0.00 99.80 02:53:48 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:53:48 02:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:53:48 02:46:01 2 0.53 0.00 0.02 0.00 0.00 99.45 02:53:48 02:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:53:48 02:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:53:48 02:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:53:48 02:47:01 1 0.00 0.00 0.03 0.00 0.00 99.97 02:53:48 02:47:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:53:48 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:53:48 02:48:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:53:48 02:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:53:48 02:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:53:48 02:48:01 2 0.53 0.00 0.02 0.00 0.00 99.45 02:53:48 02:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:53:48 02:53:48 02:48:01 CPU %user %nice %system %iowait %steal %idle 02:53:48 02:49:01 all 9.79 0.00 7.24 4.79 0.03 78.14 02:53:48 02:49:01 0 8.99 0.00 8.28 6.26 0.03 76.44 02:53:48 02:49:01 1 10.00 0.00 6.79 3.37 0.03 79.81 02:53:48 02:49:01 2 10.90 0.00 6.51 4.82 0.02 77.75 02:53:48 02:49:01 3 9.28 0.00 7.39 4.73 0.03 78.57 02:53:48 02:50:01 all 6.54 0.00 6.35 4.33 0.02 82.75 02:53:48 02:50:01 0 6.98 0.00 7.02 2.93 0.02 83.05 02:53:48 02:50:01 1 6.48 0.00 7.03 3.93 0.03 82.53 02:53:48 02:50:01 2 5.71 0.00 5.47 6.35 0.02 82.46 02:53:48 02:50:01 3 7.00 0.00 5.90 4.12 0.02 82.97 02:53:48 02:51:01 all 9.28 0.00 7.93 3.34 0.02 79.42 02:53:48 02:51:01 0 9.52 0.00 7.81 3.34 0.00 79.33 02:53:48 02:51:01 1 9.05 0.00 8.41 4.53 0.02 78.00 02:53:48 02:51:01 2 7.72 0.00 7.17 2.64 0.05 82.42 02:53:48 02:51:01 3 10.85 0.00 8.35 2.84 0.02 77.95 02:53:48 02:52:01 all 6.65 0.00 5.96 2.62 0.02 84.76 02:53:48 02:52:01 0 6.59 0.00 6.20 2.70 0.02 84.48 02:53:48 02:52:01 1 5.68 0.00 5.74 2.47 0.02 86.09 02:53:48 02:52:01 2 7.00 0.00 6.14 2.40 0.02 84.45 02:53:48 02:52:01 3 7.33 0.00 5.75 2.89 0.02 84.01 02:53:48 02:53:01 all 11.24 0.00 9.80 3.90 0.02 75.04 02:53:48 02:53:01 0 9.95 0.00 9.71 3.97 0.02 76.35 02:53:48 02:53:01 1 13.15 0.00 10.08 3.80 0.02 72.94 02:53:48 02:53:01 2 10.40 0.00 9.40 5.12 0.03 75.04 02:53:48 02:53:01 3 11.47 0.00 10.00 2.69 0.02 75.82 02:53:48 Average: all 13.85 0.00 8.06 5.23 0.02 72.84 02:53:48 Average: 0 13.72 0.00 8.25 5.47 0.02 72.54 02:53:48 Average: 1 13.72 0.00 7.98 4.94 0.02 73.34 02:53:48 Average: 2 13.79 0.00 8.03 5.40 0.02 72.76 02:53:48 Average: 3 14.17 0.00 7.98 5.12 0.02 72.71 02:53:48 02:53:48 02:53:48