Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5c7d82cd65b8973aa000dcfc910cc709fcfb47af Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16055 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/254 [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/254 # 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 5c7d82cd65b8973aa000dcfc910cc709fcfb47af (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 5c7d82cd65b8973aa000dcfc910cc709fcfb47af # timeout=10 Commit message: "Merge pull request #2947 from judehung/issue-2937" > git rev-list --no-walk 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:00:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:00:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:00:13 ========================================================= 05:00:13 EdgeX Global Pipelines Version Info 05:00:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:00:16 ------------------- 05:00:16 stable info: 05:00:16 ------------------- 05:00:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:00:16 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 05:00:16 Message: update stable to v1.0.172 05:00:17 ------------------- 05:00:17 experimental info: 05:00:17 ------------------- 05:00:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:00:17 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 05:00:17 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:00:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:00:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:00:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:00:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] echo 05:00:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c7d82c [Pipeline] echo 05:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:00:20 provisioning config files... 05:00:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config52695778537960120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:21 ---> docker-login.sh 05:00:21 nexus3.edgexfoundry.org:10001 05:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:21 Configure a credential helper to remove this warning. See 05:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:21 05:00:21 Login Succeeded 05:00:21 nexus3.edgexfoundry.org:10002 05:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:21 Configure a credential helper to remove this warning. See 05:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:21 05:00:21 Login Succeeded 05:00:21 nexus3.edgexfoundry.org:10003 05:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:22 Configure a credential helper to remove this warning. See 05:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:22 05:00:22 Login Succeeded 05:00:22 nexus3.edgexfoundry.org:10004 05:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:22 Configure a credential helper to remove this warning. See 05:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:22 05:00:22 Login Succeeded 05:00:22 docker.io 05:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:23 Configure a credential helper to remove this warning. See 05:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:23 05:00:23 Login Succeeded 05:00:23 ---> docker-login.sh ends [Pipeline] } 05:00:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:00:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/core-command/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo core-command,cmd/core-command/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ cut -d/ -f2 05:00:23 ++ dirname cmd/core-data/Dockerfile 05:00:23 + echo core-data,cmd/core-data/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/core-metadata/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo core-metadata,cmd/core-metadata/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/security-bootstrap-redis/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/security-proxy-setup/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/security-secrets-setup/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/support-notifications/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo support-notifications,cmd/support-notifications/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/support-scheduler/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 05:00:23 + for file in '`ls cmd/**/Dockerfile`' 05:00:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 05:00:23 ++ cut -d/ -f2 05:00:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:00:23 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 05:00:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:00:25 05:00:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:00:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:00:26 latest: Pulling from edgex-devops/git-semver 05:00:26 31603596830f: Pulling fs layer 05:00:26 2a8b12db71e7: Pulling fs layer 05:00:26 6ca5941a6612: Pulling fs layer 05:00:26 ecc8261a40a4: Pulling fs layer 05:00:26 ecc8261a40a4: Waiting 05:00:26 2a8b12db71e7: Download complete 05:00:26 31603596830f: Verifying Checksum 05:00:26 31603596830f: Download complete 05:00:26 ecc8261a40a4: Verifying Checksum 05:00:26 ecc8261a40a4: Download complete 05:00:27 6ca5941a6612: Verifying Checksum 05:00:27 6ca5941a6612: Download complete 05:00:27 31603596830f: Pull complete 05:00:27 2a8b12db71e7: Pull complete 05:00:29 6ca5941a6612: Pull complete 05:00:29 ecc8261a40a4: Pull complete 05:00:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:00:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:00:29 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:00:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:00:33 $ docker top dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:00:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:33 [ssh-agent] Looking for ssh-agent implementation... 05:00:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:34 $ docker exec dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent 05:00:35 SSH_AUTH_SOCK=/tmp/ssh-HNZwWyrG23as/agent.11 05:00:35 SSH_AGENT_PID=16 05:00:35 Running ssh-add (command line suppressed) 05:00:35 Identity added: /w/workspace/edgex-go/254@tmp/private_key_5919117487875754407.key (/w/workspace/edgex-go/254@tmp/private_key_5919117487875754407.key) 05:00:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:35 + git tag --points-at HEAD [Pipeline] } 05:00:35 $ docker exec --env ******** --env ******** dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent -k 05:00:36 unset SSH_AUTH_SOCK; 05:00:36 unset SSH_AGENT_PID; 05:00:36 echo Agent pid 16 killed; 05:00:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:00:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:36 [ssh-agent] Looking for ssh-agent implementation... 05:00:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:36 $ docker exec dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent 05:00:36 SSH_AUTH_SOCK=/tmp/ssh-TdJ2Tm1Ov4U7/agent.46 05:00:36 SSH_AGENT_PID=52 05:00:36 Running ssh-add (command line suppressed) 05:00:37 Identity added: /w/workspace/edgex-go/254@tmp/private_key_3678023565316497112.key (/w/workspace/edgex-go/254@tmp/private_key_3678023565316497112.key) 05:00:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:37 + git semver init 05:00:37 # -> Open(): unable to determine branch for HEAD 05:00:37 # $GIT_DIR = /w/workspace/edgex-go/254/.git 05:00:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/254 05:00:37 # $SEMVER_REMOTE_NAME = origin 05:00:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:00:37 # $SEMVER_USER_NAME = edgex-jenkins 05:00:37 # $SEMVER_BRANCH = master 05:00:37 # $SEMVER_TEMP = /tmp/semver-800999151 05:00:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 05:01:45 # '/tmp/semver-800999151' -> '/w/workspace/edgex-go/254/.semver' 05:01:45 # -> Force: false 05:01:45 # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [Pipeline] } 05:01:45 $ docker exec --env ******** --env ******** dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent -k 05:01:46 unset SSH_AUTH_SOCK; 05:01:46 unset SSH_AGENT_PID; 05:01:46 echo Agent pid 52 killed; 05:01:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:01:47 + git semver [Pipeline] } 05:01:47 $ docker stop --time=1 dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a 05:01:49 $ docker rm -f dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a [Pipeline] // withDockerContainer [Pipeline] sh 05:01:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:01:50 Stashed 1 file(s) [Pipeline] echo 05:01:50 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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 05:01:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:01:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:01:52 + true 05:01:52 + sudo service docker restart 05:01:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 05:01:53 ========================================================= 05:01:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:01:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:01:53 + 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 . 05:02:02 Sending build context to Docker daemon 326.4MB 05:02:02 Step 1/7 : ARG BASE=golang:1.15-alpine 05:02:02 Step 2/7 : FROM ${BASE} 05:02:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:02:02 188c0c94c7c5: Pulling fs layer 05:02:02 0ef7d3d256c8: Pulling fs layer 05:02:02 de9db76c5a1d: Pulling fs layer 05:02:02 bca2f99d35d6: Pulling fs layer 05:02:02 93359f2a8cfa: Pulling fs layer 05:02:02 7c6f9722023f: Pulling fs layer 05:02:02 a35cf1a2eb13: Pulling fs layer 05:02:02 93359f2a8cfa: Waiting 05:02:02 7c6f9722023f: Waiting 05:02:02 a35cf1a2eb13: Waiting 05:02:02 bca2f99d35d6: Waiting 05:02:02 de9db76c5a1d: Verifying Checksum 05:02:02 de9db76c5a1d: Download complete 05:02:02 0ef7d3d256c8: Download complete 05:02:02 93359f2a8cfa: Verifying Checksum 05:02:02 93359f2a8cfa: Download complete 05:02:02 7c6f9722023f: Verifying Checksum 05:02:02 7c6f9722023f: Download complete 05:02:02 188c0c94c7c5: Verifying Checksum 05:02:02 188c0c94c7c5: Download complete 05:02:02 188c0c94c7c5: Pull complete 05:02:02 0ef7d3d256c8: Pull complete 05:02:03 de9db76c5a1d: Pull complete 05:02:06 Still waiting to schedule task 05:02:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16054’ is offline 05:02:07 a35cf1a2eb13: Verifying Checksum 05:02:07 a35cf1a2eb13: Download complete 05:02:09 bca2f99d35d6: Verifying Checksum 05:02:09 bca2f99d35d6: Download complete 05:02:21 bca2f99d35d6: Pull complete 05:02:21 93359f2a8cfa: Pull complete 05:02:21 7c6f9722023f: Pull complete 05:02:26 a35cf1a2eb13: Pull complete 05:02:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:02:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:02:26 ---> a62c8e92a672 05:02:26 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 05:02:26 ---> Running in 17bd10e88b4f 05:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:02:29 (1/12) Installing libmagic (5.38-r0) 05:02:30 (2/12) Installing file (5.38-r0) 05:02:30 (3/12) Installing libc-dev (0.7.2-r3) 05:02:30 (4/12) Installing g++ (9.3.0-r2) 05:03:09 (5/12) Installing fortify-headers (1.1-r0) 05:03:09 (6/12) Installing patch (2.7.6-r6) 05:03:09 (7/12) Installing build-base (0.5-r2) 05:03:09 (8/12) Installing libsodium (1.0.18-r0) 05:03:09 (9/12) Installing pkgconf (1.7.2-r0) 05:03:09 (10/12) Installing libsodium-dev (1.0.18-r0) 05:03:09 (11/12) Installing libzmq (4.3.3-r0) 05:03:09 (12/12) Installing zeromq-dev (4.3.3-r0) 05:03:09 Executing busybox-1.31.1-r19.trigger 05:03:09 OK: 233 MiB in 51 packages 05:03:09 Removing intermediate container 17bd10e88b4f 05:03:09 ---> c81b9d9c9ea8 05:03:09 Step 4/7 : WORKDIR /edgex-go 05:03:09 ---> Running in 563e5376a1c8 05:03:09 Removing intermediate container 563e5376a1c8 05:03:09 ---> 42f5f6d97ca9 05:03:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:03:09 latest: Pulling from library/docker 05:03:10 05e7bc50f07f: Pulling fs layer 05:03:10 6db28d0fdbf6: Pulling fs layer 05:03:10 292df0bc6bf3: Pulling fs layer 05:03:10 2e060f4bd70b: Pulling fs layer 05:03:10 80e8d568a223: Pulling fs layer 05:03:10 8dc6ef1a942a: Pulling fs layer 05:03:10 2312dd95470a: Pulling fs layer 05:03:10 2e060f4bd70b: Waiting 05:03:10 80e8d568a223: Waiting 05:03:10 8dc6ef1a942a: Waiting 05:03:10 2312dd95470a: Waiting 05:03:10 292df0bc6bf3: Download complete 05:03:10 6db28d0fdbf6: Verifying Checksum 05:03:10 6db28d0fdbf6: Download complete 05:03:10 05e7bc50f07f: Verifying Checksum 05:03:10 05e7bc50f07f: Download complete 05:03:10 8dc6ef1a942a: Verifying Checksum 05:03:10 8dc6ef1a942a: Download complete 05:03:10 80e8d568a223: Verifying Checksum 05:03:10 80e8d568a223: Download complete 05:03:10 2312dd95470a: Verifying Checksum 05:03:10 2312dd95470a: Download complete 05:03:11 05e7bc50f07f: Pull complete 05:03:12 6db28d0fdbf6: Pull complete 05:03:12 2e060f4bd70b: Verifying Checksum 05:03:12 2e060f4bd70b: Download complete 05:03:12 292df0bc6bf3: Pull complete 05:03:19 2e060f4bd70b: Pull complete 05:03:20 80e8d568a223: Pull complete 05:03:20 8dc6ef1a942a: Pull complete 05:03:20 2312dd95470a: Pull complete 05:03:20 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 05:03:20 Status: Downloaded newer image for docker:latest 05:03:23 ---> ee2524a5fa45 05:03:23 Step 6/7 : COPY go.mod . 05:03:23 ---> 516f47e12632 05:03:23 Step 7/7 : RUN go mod download 05:03:23 ---> Running in b8c044218c69 05:03:56 Removing intermediate container b8c044218c69 05:03:56 ---> 65ccb403cf5a 05:03:56 Successfully built 65ccb403cf5a 05:03:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:03:56 + docker inspect -f . ci-base-image-x86_64 05:03:56 . [Pipeline] withDockerContainer 05:03:57 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:03:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:04:00 $ docker top 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:01 + go version 05:04:01 go version go1.15.5 linux/amd64 [Pipeline] } 05:04:01 $ docker stop --time=1 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 05:04:03 $ docker rm -f 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 05:04:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16056 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] ws 05:04:04 Running in /w/workspace/edgex-go/254 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:04:05 + docker inspect -f . ci-base-image-x86_64 05:04:05 . [Pipeline] withDockerContainer 05:04:05 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:04:05 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:04:06 $ docker top dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 -eo pid,comm [Pipeline] { [Pipeline] echo 05:04:07 ========================================================= 05:04:07 [edgeXBuildGoParallel] Running Tests and Build... 05:04:07 ========================================================= [Pipeline] sh 05:04:07 + make test 05:04:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:04:09 using credential edgex-jenkins-ssh 05:04:09 Cloning the remote Git repository 05:04:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:04:09 > git init /w/workspace/edgex-go/254 # timeout=10 05:04:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:04:09 > git --version # timeout=10 05:04:09 > git --version # 'git version 2.17.1' 05:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 05:04:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:04:26 ? github.com/edgexfoundry/edgex-go [no test files] 05:04:30 Checking out Revision 5c7d82cd65b8973aa000dcfc910cc709fcfb47af (master) 05:04:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:04:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:04:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:04:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 05:04:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:04:30 > git config core.sparsecheckout # timeout=10 05:04:30 > git checkout -f 5c7d82cd65b8973aa000dcfc910cc709fcfb47af # timeout=10 05:04:34 Commit message: "Merge pull request #2947 from judehung/issue-2937" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:04:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:04:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:04:37 + + sudo servicetrue docker 05:04:37 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:04:39 provisioning config files... 05:04:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config2660498677759661278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:39 ---> docker-login.sh 05:04:39 nexus3.edgexfoundry.org:10001 05:04:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:41 Configure a credential helper to remove this warning. See 05:04:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:41 05:04:41 Login Succeeded 05:04:41 nexus3.edgexfoundry.org:10002 05:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:41 Configure a credential helper to remove this warning. See 05:04:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:41 05:04:41 Login Succeeded 05:04:41 nexus3.edgexfoundry.org:10003 05:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:41 Configure a credential helper to remove this warning. See 05:04:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:41 05:04:41 Login Succeeded 05:04:41 nexus3.edgexfoundry.org:10004 05:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:42 Configure a credential helper to remove this warning. See 05:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:42 05:04:42 Login Succeeded 05:04:42 docker.io 05:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:04:43 Configure a credential helper to remove this warning. See 05:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:04:43 05:04:43 Login Succeeded 05:04:43 ---> docker-login.sh ends [Pipeline] } 05:04:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:04:43 ========================================================= 05:04:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:04:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:04:43 + 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 . 05:04:46 Sending build context to Docker daemon 165.7MB 05:04:46 Step 1/7 : ARG BASE=golang:1.15-alpine 05:04:46 Step 2/7 : FROM ${BASE} 05:04:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:04:46 5f621e34cdf4: Pulling fs layer 05:04:46 a4357932f1b6: Pulling fs layer 05:04:46 18c013af1878: Pulling fs layer 05:04:46 00ac8860ef70: Pulling fs layer 05:04:46 63d7cb157983: Pulling fs layer 05:04:46 b116817d02f9: Pulling fs layer 05:04:46 745a02a5169b: Pulling fs layer 05:04:46 00ac8860ef70: Waiting 05:04:46 63d7cb157983: Waiting 05:04:46 b116817d02f9: Waiting 05:04:46 745a02a5169b: Waiting 05:04:46 18c013af1878: Verifying Checksum 05:04:46 18c013af1878: Download complete 05:04:46 a4357932f1b6: Download complete 05:04:46 63d7cb157983: Download complete 05:04:47 b116817d02f9: Download complete 05:04:47 5f621e34cdf4: Verifying Checksum 05:04:47 5f621e34cdf4: Download complete 05:04:48 5f621e34cdf4: Pull complete 05:04:48 a4357932f1b6: Pull complete 05:04:48 18c013af1878: Pull complete 05:04:49 745a02a5169b: Verifying Checksum 05:04:49 745a02a5169b: Download complete 05:04:51 00ac8860ef70: Verifying Checksum 05:04:51 00ac8860ef70: Download complete 05:04:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:05:01 00ac8860ef70: Pull complete 05:05:01 63d7cb157983: Pull complete 05:05:01 b116817d02f9: Pull complete 05:05:05 745a02a5169b: Pull complete 05:05:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:05:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:05:05 ---> b7e6874047d6 05:05:05 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 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:05:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:05:08 ---> Running in dd51c224ef5e 05:05:09 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 05:05:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:05:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:05:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:05:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:05:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:05:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:05:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:05:16 (1/12) Installing libmagic (5.38-r0) 05:05:17 (2/12) Installing file (5.38-r0) 05:05:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 46.6% of statements 05:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:05:17 (3/12) Installing libc-dev (0.7.2-r3) 05:05:17 (4/12) Installing g++ (9.3.0-r2) 05:05:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:05:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.114s coverage: 100.0% of statements 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:05:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:05:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.713s coverage: 71.3% of statements 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:05:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 83.7% of statements 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:05:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:05:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.601s coverage: 28.6% of statements 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:05:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:05:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:05:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.252s coverage: 86.7% of statements 05:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:05:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.221s coverage: 97.5% of statements 05:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:05:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements 05:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 93.8% of statements 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 05:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 05:05:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 05:05:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.2% of statements 05:05:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.143s coverage: 91.4% of statements 05:05:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.299s coverage: 63.5% of statements 05:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 05:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 05:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 05:05:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 05:05:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 05:05:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.612s coverage: 55.9% of statements 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:05:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 05:05:44 (5/12) Installing fortify-headers (1.1-r0) 05:05:44 (6/12) Installing patch (2.7.6-r6) 05:05:44 (7/12) Installing build-base (0.5-r2) 05:05:44 (8/12) Installing libsodium (1.0.18-r0) 05:05:44 (9/12) Installing pkgconf (1.7.2-r0) 05:05:44 (10/12) Installing libsodium-dev (1.0.18-r0) 05:05:44 (11/12) Installing libzmq (4.3.3-r0) 05:05:44 (12/12) Installing zeromq-dev (4.3.3-r0) 05:05:44 Executing busybox-1.31.1-r19.trigger 05:05:44 OK: 217 MiB in 51 packages 05:05:47 Removing intermediate container dd51c224ef5e 05:05:47 ---> 911b9731148a 05:05:47 Step 4/7 : WORKDIR /edgex-go 05:05:47 ---> Running in 555bf0042fc1 05:05:47 Removing intermediate container 555bf0042fc1 05:05:47 ---> 15ca5827f0fb 05:05:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:05:48 latest: Pulling from library/docker 05:05:48 a3cc7d3b244e: Pulling fs layer 05:05:48 02a3295e0d61: Pulling fs layer 05:05:48 0f4f2e6d8100: Pulling fs layer 05:05:48 330b718f631f: Pulling fs layer 05:05:48 a93816041522: Pulling fs layer 05:05:48 bdb6da89ff94: Pulling fs layer 05:05:48 2a70c0c122f4: Pulling fs layer 05:05:48 bdb6da89ff94: Waiting 05:05:48 2a70c0c122f4: Waiting 05:05:48 0f4f2e6d8100: Download complete 05:05:48 02a3295e0d61: Verifying Checksum 05:05:48 02a3295e0d61: Download complete 05:05:48 a3cc7d3b244e: Verifying Checksum 05:05:48 a3cc7d3b244e: Download complete 05:05:49 bdb6da89ff94: Download complete 05:05:49 a93816041522: Download complete 05:05:49 2a70c0c122f4: Verifying Checksum 05:05:49 2a70c0c122f4: Download complete 05:05:49 a3cc7d3b244e: Pull complete 05:05:50 02a3295e0d61: Pull complete 05:05:50 0f4f2e6d8100: Pull complete 05:05:51 330b718f631f: Download complete 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.307s coverage: 86.3% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.890s coverage: 72.2% of statements 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.771s coverage: 72.1% of statements 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.140s coverage: 48.4% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 37.0% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.509s coverage: 84.0% of statements 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:05:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 05:05:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:05:54 330b718f631f: Pull complete 05:05:55 a93816041522: Pull complete 05:05:55 bdb6da89ff94: Pull complete 05:05:55 2a70c0c122f4: Pull complete 05:05:55 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 05:05:55 Status: Downloaded newer image for docker:latest 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.128s coverage: 29.1% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.248s coverage: 99.0% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:05:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.111s coverage: 100.0% of statements 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 05:05:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.108s coverage: 100.0% of statements 05:05:56 GO111MODULE=on go vet ./... 05:05:59 ---> b0ab4ecbd806 05:05:59 Step 6/7 : COPY go.mod . 05:05:59 ---> 4ec7e9144b40 05:05:59 Step 7/7 : RUN go mod download 05:05:59 ---> Running in f2939d6cfaaf 05:06:26 Removing intermediate container f2939d6cfaaf 05:06:26 ---> 91d00173cb48 05:06:26 Successfully built 91d00173cb48 05:06:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:06:27 + docker inspect -f . ci-base-image-arm64 05:06:27 . [Pipeline] withDockerContainer 05:06:27 prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container 05:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 05:06:28 $ docker top 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd -eo pid,comm [Pipeline] { [Pipeline] sh 05:06:29 + go version 05:06:29 go version go1.15.5 linux/arm64 [Pipeline] } 05:06:29 $ docker stop --time=1 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd 05:06:32 $ docker rm -f 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd [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 05:06:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:06:37 05:06:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:06:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:06:37 latest: Pulling from edgex-devops/edgex-compose-arm64 05:06:37 29e5d40040c1: Pulling fs layer 05:06:37 1ce36da41761: Pulling fs layer 05:06:37 25b303627fd3: Pulling fs layer 05:06:38 29e5d40040c1: Verifying Checksum 05:06:38 29e5d40040c1: Download complete 05:06:38 1ce36da41761: Verifying Checksum 05:06:38 1ce36da41761: Download complete 05:06:38 29e5d40040c1: Pull complete 05:06:40 1ce36da41761: Pull complete 05:06:40 25b303627fd3: Verifying Checksum 05:06:40 25b303627fd3: Download complete 05:06:45 gofmt -l . 05:06:45 [ "`gofmt -l .`" = "" ] 05:06:45 ./bin/test-go-mod-tidy.sh 05:06:45 ./bin/test-attribution-txt.sh [Pipeline] sh 05:06:48 + ls -al . 05:06:48 total 664 05:06:48 drwxrwxr-x 10 1001 1001 4096 Dec 15 05:06 . 05:06:48 drwxr-xr-x 4 root root 32 Dec 15 05:04 .. 05:06:48 -rw-rw-r-- 1 1001 1001 11 Dec 15 05:00 .dockerignore 05:06:48 drwxrwxr-x 8 1001 1001 162 Dec 15 05:00 .git 05:06:48 drwxrwxr-x 3 1001 1001 125 Dec 15 05:00 .github 05:06:48 -rw-rw-r-- 1 1001 1001 943 Dec 15 05:00 .gitignore 05:06:48 drwx------ 3 1001 1001 32 Dec 15 05:01 .semver 05:06:48 -rw-rw-r-- 1 1001 1001 166 Dec 15 05:00 .sonarcloud.properties 05:06:48 -rw-rw-r-- 1 1001 1001 3804 Dec 15 05:00 CONTRIBUTING.md 05:06:48 -rw-rw-r-- 1 1001 1001 1035 Dec 15 05:00 Dockerfile.build 05:06:48 -rw-rw-r-- 1 1001 1001 863 Dec 15 05:00 Jenkinsfile 05:06:48 -rw-rw-r-- 1 1001 1001 10775 Dec 15 05:00 LICENSE 05:06:48 -rw-rw-r-- 1 1001 1001 6318 Dec 15 05:00 Makefile 05:06:48 -rw-rw-r-- 1 1001 1001 6447 Dec 15 05:00 README.md 05:06:48 -rw-rw-r-- 1 1001 1001 7286 Dec 15 05:00 SECURITY.md 05:06:48 -rw-rw-r-- 1 1001 1001 12 Dec 15 05:01 VERSION 05:06:48 -rw-rw-r-- 1 1001 1001 4131 Dec 15 05:00 ZMQWindows.md 05:06:48 drwxrwxr-x 2 1001 1001 117 Dec 15 05:00 bin 05:06:48 drwxrwxr-x 15 1001 1001 4096 Dec 15 05:00 cmd 05:06:48 -rw-r--r-- 1 root root 568194 Dec 15 05:05 coverage.out 05:06:48 -rw-r--r-- 1 root root 1041 Dec 15 05:06 go.mod 05:06:48 -rw-r--r-- 1 root root 18856 Dec 15 05:06 go.sum 05:06:48 drwxrwxr-x 8 1001 1001 127 Dec 15 05:00 internal 05:06:48 drwxrwxr-x 4 1001 1001 26 Dec 15 05:00 openapi 05:06:48 drwxrwxr-x 4 1001 1001 71 Dec 15 05:00 snap 05:06:48 -rw-rw-r-- 1 1001 1001 168 Dec 15 05:00 version.go [Pipeline] sh 05:06:49 + '[' -e coverage.out ] 05:06:49 + chown 1001:1001 coverage.out [Pipeline] stash 05:06:49 Stashed 1 file(s) [Pipeline] sh 05:06:50 + make build 05:06:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data 05:06:50 25b303627fd3: Pull complete 05:06:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:06:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:06:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 05:06:50 prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container 05:06:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 05:06:53 $ docker top 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e -eo pid,comm [Pipeline] { [Pipeline] sh 05:06:55 + docker-compose build --help 05:06:55 + grep parallel 05:06:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:06:58 --parallel Build images in parallel. [Pipeline] } 05:06:58 $ docker stop --time=1 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e 05:07:00 $ docker rm -f 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:07:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:07:01 . [Pipeline] withDockerContainer 05:07:01 prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container 05:07:01 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 05:07:03 $ docker top 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff -eo pid,comm [Pipeline] { [Pipeline] sh 05:07:04 + docker-compose -f ./docker-compose-build.yml build --parallel 05:07:07 Building docker-core-command-go ... 05:07:07 Building docker-core-data-go ... 05:07:07 Building docker-core-metadata-go ... 05:07:07 Building docker-security-bootstrap-redis-go ... 05:07:07 Building docker-security-proxy-setup-go ... 05:07:07 Building docker-security-secrets-setup-go ... 05:07:07 Building docker-security-secretstore-setup-go ... 05:07:07 Building docker-support-notifications-go ... 05:07:07 Building docker-support-scheduler-go ... 05:07:07 Building docker-sys-mgmt-agent-go ... 05:07:07 Building docker-security-secretstore-setup-go 05:07:07 Building docker-core-command-go 05:07:07 Building docker-core-data-go 05:07:07 Building docker-support-scheduler-go 05:07:07 Building docker-sys-mgmt-agent-go 05:07:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command 05:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:07:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:07:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:07:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:07:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 05:07:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:07:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:07:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:07:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 05:07:46 $ docker stop --time=1 dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 05:07:49 $ docker rm -f dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:07:51 05:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 05:07:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:07:51 latest: Pulling from edgex-devops/edgex-compose 05:07:51 cbdbe7a5bc2a: Pulling fs layer 05:07:51 ca9280d653b3: Pulling fs layer 05:07:51 7e9c9ca2126c: Pulling fs layer 05:07:52 cbdbe7a5bc2a: Download complete 05:07:53 ca9280d653b3: Verifying Checksum 05:07:53 ca9280d653b3: Download complete 05:07:54 cbdbe7a5bc2a: Pull complete 05:07:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:07:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:07:54 ---> 91d00173cb48 05:07:54 Step 3/22 : WORKDIR /edgex-go 05:07:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:07:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:07:54 ---> 91d00173cb48 05:07:54 Step 3/21 : WORKDIR /edgex-go 05:07:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:07:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:07:54 ---> 91d00173cb48 05:07:54 Step 3/24 : WORKDIR /edgex-go 05:07:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 05:07:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:07:54 ---> 91d00173cb48 05:07:54 Step 3/23 : WORKDIR /edgex-go 05:07:54 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 05:07:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 05:07:54 ---> 91d00173cb48 05:07:54 Step 3/27 : WORKDIR /edgex-go 05:07:55 ---> Running in 54cb31233ad8 05:07:55 ---> Running in 0cc85b17f6e7 05:07:55 ---> Running in edae83e7e18d 05:07:55 ---> Running in 6bcc3989079a 05:07:55 ---> Running in 138de3cd007c 05:07:56 Removing intermediate container edae83e7e18d 05:07:56 Removing intermediate container 54cb31233ad8 05:07:56 ---> 5941da3fe06d 05:07:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 ---> dc798f182da0 05:07:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 Removing intermediate container 6bcc3989079a 05:07:56 ---> f19d5af7b628 05:07:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 Removing intermediate container 0cc85b17f6e7 05:07:56 ---> b089a409bdc4 05:07:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 Removing intermediate container 138de3cd007c 05:07:56 ---> 8ad0a94e7098 05:07:56 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 ---> Running in af0492928529 05:07:56 ---> Running in ec24e1f72191 05:07:56 ---> Running in 2f062741052a 05:07:56 ---> Running in 2bff1b60575b 05:07:56 ---> Running in 019c375443ee 05:07:56 ca9280d653b3: Pull complete 05:07:56 7e9c9ca2126c: Verifying Checksum 05:07:56 7e9c9ca2126c: Download complete 05:07:59 Removing intermediate container ec24e1f72191 05:07:59 ---> 3dbdee39f79f 05:07:59 Step 5/24 : RUN apk update && apk add make git 05:08:00 ---> Running in 42879d86cc9f 05:08:00 Removing intermediate container af0492928529 05:08:00 ---> 5851f3b0890b 05:08:00 Step 5/22 : RUN apk update && apk add make git 05:08:00 Removing intermediate container 2f062741052a 05:08:00 ---> 0e7b0264126f 05:08:00 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 05:08:00 ---> Running in 5d1dde31059a 05:08:00 ---> Running in ec1c260dd65a 05:08:00 Removing intermediate container 019c375443ee 05:08:00 ---> 255db57fd8ed 05:08:00 Step 5/27 : RUN apk update && apk add make bash git 05:08:00 Removing intermediate container 2bff1b60575b 05:08:00 ---> 4ad58d7337ed 05:08:00 Step 5/21 : RUN apk update && apk add make git 05:08:01 ---> Running in 647193fea8f7 05:08:01 ---> Running in 944193ad5291 05:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:08:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:08:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:08:04 OK: 12620 distinct packages available 05:08:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:08:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:08:05 OK: 12620 distinct packages available 05:08:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:08:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:08:05 OK: 12620 distinct packages available 05:08:05 OK: 217 MiB in 51 packages 05:08:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:08:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:08:05 OK: 12620 distinct packages available 05:08:06 OK: 217 MiB in 51 packages 05:08:06 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:08:06 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:08:06 OK: 12620 distinct packages available 05:08:06 OK: 217 MiB in 51 packages 05:08:06 OK: 217 MiB in 51 packages 05:08:06 OK: 217 MiB in 51 packages 05:08:07 Removing intermediate container 647193fea8f7 05:08:07 ---> d6430cb255ce 05:08:07 Step 6/27 : COPY go.mod . 05:08:07 Removing intermediate container 944193ad5291 05:08:07 ---> fa39f154138a 05:08:07 Step 6/21 : COPY go.mod . 05:08:08 Removing intermediate container 42879d86cc9f 05:08:08 ---> da06303cb5ed 05:08:08 Step 6/24 : COPY go.mod . 05:08:08 Removing intermediate container 5d1dde31059a 05:08:08 ---> b9c13d8ac666 05:08:08 Step 6/22 : COPY go.mod . 05:08:08 ---> ee20841ab9bd 05:08:08 Step 7/27 : RUN go mod download 05:08:08 ---> Running in 6fe58644c607 05:08:08 Removing intermediate container ec1c260dd65a 05:08:08 ---> 0300d904b96b 05:08:08 Step 6/23 : COPY go.mod . 05:08:08 ---> 7afba89bfc48 05:08:08 Step 7/21 : RUN go mod download 05:08:09 ---> c854507a5115 05:08:09 Step 7/24 : RUN go mod download 05:08:09 ---> Running in f79fcdda2b53 05:08:09 ---> Running in e31413f08c6d 05:08:09 ---> b6112df7bf48 05:08:09 Step 7/22 : RUN go mod download 05:08:09 7e9c9ca2126c: Pull complete 05:08:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:08:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:08:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 05:08:09 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:08:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:08:10 ---> Running in ee54b3f0ded0 05:08:10 ---> 302e3f9ef6dc 05:08:10 Step 7/23 : RUN go mod download 05:08:10 ---> Running in c060fd354606 05:08:13 Removing intermediate container 6fe58644c607 05:08:13 ---> f03f595d32b2 05:08:13 Step 8/27 : COPY . . 05:08:13 $ docker top f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:13 Removing intermediate container f79fcdda2b53 05:08:13 ---> e4bd2899e647 05:08:13 Step 8/21 : COPY . . 05:08:13 Removing intermediate container e31413f08c6d 05:08:13 ---> 6b191eb2ea70 05:08:13 Step 8/24 : COPY . . 05:08:14 + grep parallel 05:08:14 + docker-compose build --help 05:08:14 Removing intermediate container ee54b3f0ded0 05:08:14 ---> 3279fd4cb4b8 05:08:14 Step 8/22 : COPY . . 05:08:15 Removing intermediate container c060fd354606 05:08:15 ---> 74354b2de7f6 05:08:15 Step 8/23 : COPY . . 05:08:15 --parallel Build images in parallel. [Pipeline] } 05:08:16 $ docker stop --time=1 f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 05:08:17 $ docker rm -f f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:08:18 . [Pipeline] withDockerContainer 05:08:18 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:08:19 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 05:08:20 $ docker top 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:21 + docker-compose -f ./docker-compose-build.yml build --parallel 05:08:22 Building docker-core-command-go ... 05:08:22 Building docker-core-data-go ... 05:08:22 Building docker-core-metadata-go ... 05:08:22 Building docker-security-bootstrap-redis-go ... 05:08:22 Building docker-security-proxy-setup-go ... 05:08:22 Building docker-security-secrets-setup-go ... 05:08:22 Building docker-security-secretstore-setup-go ... 05:08:22 Building docker-support-notifications-go ... 05:08:22 Building docker-support-scheduler-go ... 05:08:22 Building docker-sys-mgmt-agent-go ... 05:08:22 Building docker-core-metadata-go 05:08:22 Building docker-security-secretstore-setup-go 05:08:22 Building docker-core-data-go 05:08:22 Building docker-security-proxy-setup-go 05:08:22 Building docker-security-secrets-setup-go 05:08:33 ---> afec2ac3724a 05:08:33 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:08:33 ---> 491f5001f40e 05:08:33 Step 9/23 : RUN make cmd/core-data/core-data 05:08:33 ---> Running in 5f01d4c38851 05:08:33 ---> f94c4eb9fdbc 05:08:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:08:33 ---> aa4c703bde30 05:08:33 Step 9/22 : RUN make cmd/core-command/core-command 05:08:33 ---> 9fc044424038 05:08:33 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 05:08:33 ---> Running in 6399521662da 05:08:33 ---> Running in d9b5289c12c5 05:08:33 ---> Running in fa7b3e519120 05:08:33 ---> Running in 8d321af4ad6f 05:08:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:08:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data 05:08:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command 05:08:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:08:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:09:20 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 05:09:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 05:09:20 ---> 65ccb403cf5a 05:09:20 Step 3/29 : WORKDIR /edgex-go 05:09:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:09:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:09:20 ---> 65ccb403cf5a 05:09:20 Step 3/22 : WORKDIR /edgex-go 05:09:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:09:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:09:20 ---> 65ccb403cf5a 05:09:20 Step 3/21 : WORKDIR /edgex-go 05:09:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 05:09:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:09:21 ---> 65ccb403cf5a 05:09:21 Step 3/23 : WORKDIR /edgex-go 05:09:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:09:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:09:21 ---> 65ccb403cf5a 05:09:21 Step 3/24 : WORKDIR /edgex-go 05:09:22 ---> Running in a1ede933070d 05:09:22 ---> Running in db6889dfd171 05:09:22 ---> Running in 1832649c8aeb 05:09:22 ---> Running in 25a16464c584 05:09:22 ---> Running in 83c1baedd0b3 05:09:23 Removing intermediate container db6889dfd171 05:09:23 ---> a3a480dabf16 05:09:23 Step 4/29 : RUN apk update && apk add make git 05:09:23 Removing intermediate container 25a16464c584 05:09:23 ---> a1046ea7ef58 05:09:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:23 Removing intermediate container 1832649c8aeb 05:09:23 ---> c02f6554ee09 05:09:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:23 Removing intermediate container 83c1baedd0b3 05:09:23 ---> c161eb57d087 05:09:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:23 Removing intermediate container a1ede933070d 05:09:23 ---> 1454dc64f1dc 05:09:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:23 ---> Running in 4a8d00646f0c 05:09:23 ---> Running in 0cf7f866a218 05:09:23 ---> Running in 253bfade0b52 05:09:23 ---> Running in b8c6e6970440 05:09:23 ---> Running in 8d9b511936a2 05:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:26 Removing intermediate container 4a8d00646f0c 05:09:26 ---> fb1624ebe097 05:09:26 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 05:09:26 ---> Running in fb53ef0c4b96 05:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:26 Removing intermediate container b8c6e6970440 05:09:26 ---> 073460b65efb 05:09:26 Step 5/21 : RUN apk update && apk add make git 05:09:27 Removing intermediate container 8d9b511936a2 05:09:27 ---> e60bf0a7896b 05:09:27 Step 5/24 : RUN apk update && apk add make git 05:09:27 Removing intermediate container 253bfade0b52 05:09:27 ---> 74b901358db3 05:09:27 Step 5/22 : RUN apk update && apk add make git 05:09:27 ---> Running in b923388a0c95 05:09:27 ---> Running in e98924fc7986 05:09:27 ---> Running in 5ddac77c5d4a 05:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:28 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:09:28 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:09:28 OK: 12750 distinct packages available 05:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:28 OK: 233 MiB in 51 packages 05:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:29 Removing intermediate container 0cf7f866a218 05:09:29 ---> 3f4004897100 05:09:29 Step 5/29 : COPY go.mod . 05:09:30 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:09:30 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:09:30 OK: 12750 distinct packages available 05:09:30 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:09:30 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:09:30 OK: 12750 distinct packages available 05:09:30 ---> 3a4affd2ee90 05:09:30 Step 6/29 : RUN go mod download 05:09:30 OK: 233 MiB in 51 packages 05:09:30 ---> Running in ebc677cea1b2 05:09:31 OK: 233 MiB in 51 packages 05:09:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:09:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:09:31 OK: 12750 distinct packages available 05:09:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:09:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:09:31 OK: 12750 distinct packages available 05:09:31 OK: 233 MiB in 51 packages 05:09:32 Removing intermediate container fb53ef0c4b96 05:09:32 ---> 7c6448c58d5a 05:09:32 Step 6/23 : COPY go.mod . 05:09:32 OK: 233 MiB in 51 packages 05:09:32 Removing intermediate container 5ddac77c5d4a 05:09:32 ---> f61503a4b390 05:09:32 Step 6/22 : COPY go.mod . 05:09:32 ---> 064877e8eaee 05:09:32 Step 7/23 : RUN go mod download 05:09:33 Removing intermediate container e98924fc7986 05:09:33 ---> 1c9b6234cc6c 05:09:33 Step 6/24 : COPY go.mod . 05:09:33 ---> Running in 5c548514de43 05:09:33 ---> fc1c5a242e2c 05:09:33 Step 7/22 : RUN go mod download 05:09:33 ---> f42d8a320229 05:09:33 Step 7/24 : RUN go mod download 05:09:34 Removing intermediate container b923388a0c95 05:09:34 ---> dfb4ac4f9f9b 05:09:34 Step 6/21 : COPY go.mod . 05:09:34 ---> Running in a21a24cb76c6 05:09:34 ---> Running in 12c8e77324cd 05:09:34 ---> 8bb75d620d69 05:09:34 Step 7/21 : RUN go mod download 05:09:35 ---> Running in e72911c768fa 05:09:35 Removing intermediate container ebc677cea1b2 05:09:35 ---> de1e833e5874 05:09:35 Step 7/29 : COPY . . 05:09:37 Removing intermediate container 5c548514de43 05:09:37 ---> d1d9ebe34cc9 05:09:37 Step 8/23 : COPY . . 05:09:40 Removing intermediate container a21a24cb76c6 05:09:40 ---> b655b38f8fb8 05:09:40 Step 8/22 : COPY . . 05:09:40 Removing intermediate container e72911c768fa 05:09:40 ---> 0d8061a2324a 05:09:40 Step 8/21 : COPY . . 05:09:42 Removing intermediate container 12c8e77324cd 05:09:42 ---> 6172ba72675c 05:09:42 Step 8/24 : COPY . . 05:09:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:10:09 Removing intermediate container 5f01d4c38851 05:10:09 ---> c9bb8c5f9caf 05:10:09 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:10:09 Removing intermediate container 8d321af4ad6f 05:10:09 ---> 0bdb6aa2fab0 05:10:09 05:10:09 Step 10/24 : FROM alpine:3.10 05:10:09 3.10: Pulling from library/alpine 05:10:09 ---> Running in 96490dcb1feb 05:10:09 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 05:10:09 Status: Downloaded newer image for alpine:3.10 05:10:09 ---> 536a684cf733 05:10:09 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:10:10 ---> Running in 90048a541b73 05:10:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 05:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 05:10:13 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:10:13 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:10:13 OK: 10169 distinct packages available 05:10:13 (1/5) Installing ca-certificates (20191127-r2) 05:10:13 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:10:13 (3/5) Installing libcurl (7.66.0-r3) 05:10:13 (4/5) Installing curl (7.66.0-r3) 05:10:13 (5/5) Installing dumb-init (1.2.2-r1) 05:10:13 Executing busybox-1.30.1-r3.trigger 05:10:13 Executing ca-certificates-20191127-r2.trigger 05:10:14 OK: 7 MiB in 19 packages 05:10:17 Removing intermediate container 96490dcb1feb 05:10:17 ---> 20fc137f6cdd 05:10:17 05:10:17 Step 11/27 : FROM docker:latest 05:10:17 ---> eeaf43b92773 05:10:17 Step 12/27 : RUN apk add --no-cache bash 05:10:17 Removing intermediate container 90048a541b73 05:10:17 ---> d9483dbcc91e 05:10:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:10:17 ---> Running in ccdf0ba326ff 05:10:17 ---> Running in 664614f05de8 05:10:18 Removing intermediate container 664614f05de8 05:10:18 ---> a1686a5f630e 05:10:18 Step 13/24 : WORKDIR / 05:10:18 ---> Running in 3021387ffec4 05:10:19 Removing intermediate container 3021387ffec4 05:10:19 ---> 6f2a13d38235 05:10:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:10:20 (1/2) Installing readline (8.0.4-r0) 05:10:20 (2/2) Installing bash (5.0.17-r0) 05:10:20 Executing bash-5.0.17-r0.post-install 05:10:20 Executing busybox-1.31.1-r19.trigger 05:10:20 OK: 12 MiB in 22 packages 05:10:20 ---> fba4063a803a 05:10:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:10:23 ---> 0720826b2be7 05:10:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:10:23 Removing intermediate container ccdf0ba326ff 05:10:23 ---> e4cea4297565 05:10:23 Step 13/27 : RUN rm -rf /var/cache/apk/* 05:10:23 ---> Running in cb4edc2922ef 05:10:24 ---> 81b1ca908bcb 05:10:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:10:29 ---> 21cb258ede77 05:10:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:10:29 Removing intermediate container fa7b3e519120 05:10:29 ---> 9255e9bc7c18 05:10:29 05:10:29 Step 10/21 : FROM scratch 05:10:29 ---> 05:10:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:10:29 Removing intermediate container cb4edc2922ef 05:10:29 ---> cdeaa976fd44 05:10:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:10:30 ---> Running in cc310144dab4 05:10:30 ---> Running in dbd265c0b5b9 05:10:31 Removing intermediate container dbd265c0b5b9 05:10:31 ---> bd91fd560888 05:10:31 Step 12/21 : ENV APP_PORT=48085 05:10:31 Removing intermediate container d9b5289c12c5 05:10:31 ---> 7eb64c4b1bd2 05:10:31 05:10:31 Step 10/22 : FROM scratch 05:10:31 ---> 05:10:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:10:31 ---> Using cache 05:10:31 ---> bd91fd560888 05:10:31 Step 12/22 : ENV APP_PORT=48082 05:10:31 Removing intermediate container cc310144dab4 05:10:31 ---> 4b8c1cf4fb02 05:10:31 Step 15/27 : ENV APP_PORT=48090 05:10:31 ---> Running in 5beb4378b5aa 05:10:31 ---> Running in defc4351da4b 05:10:31 ---> Running in a4c01cfdfbfc 05:10:31 ---> aee73ca76b6b 05:10:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:10:32 Removing intermediate container 5beb4378b5aa 05:10:32 Removing intermediate container defc4351da4b 05:10:32 ---> 80b7130baae3 05:10:32 Step 13/21 : EXPOSE $APP_PORT 05:10:32 ---> 24602d8e4290 05:10:32 Step 13/22 : EXPOSE $APP_PORT 05:10:32 ---> Running in 9ca963d87b24 05:10:32 ---> Running in b3ecd0cfb1fb 05:10:32 Removing intermediate container a4c01cfdfbfc 05:10:32 ---> e2a19fc77871 05:10:32 Step 16/27 : EXPOSE $APP_PORT 05:10:32 ---> Running in 00e1e471c332 05:10:32 ---> c0f88c59ceae 05:10:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:10:33 ---> Running in 2fa9ea0f2d0a 05:10:33 Removing intermediate container 9ca963d87b24 05:10:33 ---> 9b423c0bad71 05:10:33 Step 14/22 : WORKDIR / 05:10:33 Removing intermediate container b3ecd0cfb1fb 05:10:33 ---> 416dfd2e2b95 05:10:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 05:10:33 ---> Running in 4fd6143b91dd 05:10:33 Removing intermediate container 00e1e471c332 05:10:33 ---> 5a0a88f10834 05:10:33 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:10:33 Removing intermediate container 4fd6143b91dd 05:10:33 ---> 2534a44d6103 05:10:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 05:10:34 ---> 9d7e3178634f 05:10:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:10:35 ---> 172c2d776b2c 05:10:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:10:36 ---> 6c74024adcc0 05:10:36 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:10:36 ---> 174bc1d68e28 05:10:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:10:36 Removing intermediate container 2fa9ea0f2d0a 05:10:37 ---> c561317ae3aa 05:10:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:10:37 ---> a7112b1326e5 05:10:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:10:37 ---> Running in de198e8b17a2 05:10:37 ---> d533bd84691e 05:10:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:10:38 Removing intermediate container de198e8b17a2 05:10:38 ---> 87272b5a24ee 05:10:38 Step 22/24 : LABEL arch=arm64 05:10:38 ---> 6958bb3ca02f 05:10:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 05:10:38 ---> Running in 9a3466ed5628 05:10:38 ---> 4fda35a373c1 05:10:38 Step 18/22 : ENTRYPOINT ["/core-command"] 05:10:38 ---> Running in 75e619f11f68 05:10:39 ---> Running in 23a9071d6d6e 05:10:39 ---> 4f9c2fa1562c 05:10:39 Step 20/27 : RUN apk --no-cache add py3-pip 05:10:39 Removing intermediate container 9a3466ed5628 05:10:39 ---> 8f16e789ee38 05:10:39 Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:10:39 ---> Running in a215fa712d4a 05:10:39 Removing intermediate container 75e619f11f68 05:10:39 ---> 19b732e4d4df 05:10:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:10:39 ---> 7a1d0c939e9f 05:10:39 ---> 267c0721cd9f 05:10:39 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setupStep 9/23 : RUN make cmd/core-data/core-data 05:10:39 05:10:39 ---> Running in 4cc2974aaa8c 05:10:39 ---> 7be3b3d0ce8a 05:10:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 05:10:39 ---> Running in e8854ac8ee34 05:10:39 ---> 262cce7fd82c 05:10:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:10:39 ---> d24b8ce5c6ae 05:10:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:10:39 ---> Running in 115018326fe2 05:10:39 ---> Running in 40091382355c 05:10:39 ---> Running in 424086db71c5 05:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 05:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:10:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data 05:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:10:39 ---> Running in 6d79bbdb048f 05:10:39 ---> Running in 04dbb2b8cd38 05:10:39 Removing intermediate container 23a9071d6d6e 05:10:39 ---> 875279d3b780 05:10:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:10:40 ---> Running in fc484d91989a 05:10:40 Removing intermediate container 6d79bbdb048f 05:10:40 ---> 99a647fe0db7 05:10:40 Step 24/24 : LABEL version=2.0.0-dev.10 05:10:40 Removing intermediate container 04dbb2b8cd38 05:10:40 ---> d22480a1586e 05:10:40 Step 19/21 : LABEL arch=arm64 05:10:40 ---> Running in b57c647fd72e 05:10:40 ---> Running in 8cd259fc78b8 05:10:40 Removing intermediate container fc484d91989a 05:10:40 ---> 205bbc37f4ae 05:10:40 Step 20/22 : LABEL arch=arm64 05:10:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:10:41 ---> Running in 1a4d8e856f3d 05:10:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:10:41 Removing intermediate container b57c647fd72e 05:10:41 ---> 6084664e589d 05:10:41 05:10:41 Removing intermediate container 8cd259fc78b8 05:10:41 ---> cc888926f39e 05:10:41 Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:10:42 Successfully built 6084664e589d 05:10:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 05:10:42  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 05:10:42 (1/33) Installing libbz2 (1.0.8-r1) 05:10:42 (2/33) Installing expat (2.2.9-r1) 05:10:42 (3/33) Installing libffi (3.3-r2) 05:10:42 (4/33) Installing gdbm (1.13-r1) 05:10:42 (5/33) Installing xz-libs (5.2.5-r0) 05:10:42 (6/33) Installing sqlite-libs (3.32.1-r0) 05:10:42 (7/33) Installing python3 (3.8.5-r0) 05:10:42 ---> Running in 4a2d97e01dd0 05:10:42 Removing intermediate container 1a4d8e856f3d 05:10:42 ---> 55be866c99e6 05:10:42 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:10:42 ---> Running in b1fa7b28bd76 05:10:43 Removing intermediate container 4a2d97e01dd0 05:10:43 ---> d6eed0b8bcbe 05:10:43 Step 21/21 : LABEL version=2.0.0-dev.10 05:10:44 (8/33) Installing py3-appdirs (1.4.4-r1) 05:10:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:10:44 (10/33) Installing py3-parsing (2.4.7-r0) 05:10:44 (11/33) Installing py3-six (1.15.0-r0) 05:10:44 (12/33) Installing py3-packaging (20.4-r0) 05:10:44 (13/33) Installing py3-setuptools (47.0.0-r0) 05:10:44 (14/33) Installing py3-chardet (3.0.4-r4) 05:10:44 (15/33) Installing py3-idna (2.9-r0) 05:10:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:10:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:10:44 (18/33) Installing py3-requests (2.23.0-r0) 05:10:44 (19/33) Installing py3-msgpack (1.0.0-r0) 05:10:44 ---> Running in 9655f0e2556e 05:10:44 Removing intermediate container b1fa7b28bd76 05:10:44 ---> 2b029ab81157 05:10:44 Step 22/22 : LABEL version=2.0.0-dev.10 05:10:44 (20/33) Installing py3-lockfile (0.12.2-r3) 05:10:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:10:45 (22/33) Installing py3-colorama (0.4.3-r0) 05:10:45 (23/33) Installing py3-distlib (0.3.0-r0) 05:10:45 (24/33) Installing py3-distro (1.5.0-r1) 05:10:45 (25/33) Installing py3-webencodings (0.5.1-r3) 05:10:45 (26/33) Installing py3-html5lib (1.0.1-r4) 05:10:45 (27/33) Installing py3-pytoml (0.1.21-r0) 05:10:45 (28/33) Installing py3-pep517 (0.8.2-r0) 05:10:45 (29/33) Installing py3-progress (1.5-r0) 05:10:45 (30/33) Installing py3-toml (0.10.1-r0) 05:10:45 (31/33) Installing py3-retrying (1.3.3-r0) 05:10:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:10:45 (33/33) Installing py3-pip (20.1.1-r0) 05:10:45 Executing busybox-1.31.1-r19.trigger 05:10:45 OK: 71 MiB in 55 packages 05:10:45 ---> Running in 9afffbb699b5 05:10:45 Removing intermediate container 9655f0e2556e 05:10:45 ---> d34f8869e4cb 05:10:45 05:10:46 Successfully built d34f8869e4cb 05:10:46 Successfully tagged docker-support-scheduler-go-arm64:latest 05:10:46 Building docker-core-metadata-go 05:10:46  Building docker-support-scheduler-go ... done Removing intermediate container 9afffbb699b5 05:10:46 ---> 589f4f980dfd 05:10:46 05:10:46 Successfully built 589f4f980dfd 05:10:47 Successfully tagged docker-core-command-go-arm64:latest 05:10:47  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 05:10:49 Removing intermediate container 6399521662da 05:10:49 ---> ab021412ef1e 05:10:49 05:10:49 Step 10/23 : FROM alpine 05:10:49 latest: Pulling from library/alpine 05:10:49 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 05:10:49 Status: Downloaded newer image for alpine:latest 05:10:49 ---> dd36a01c3f31 05:10:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:10:51 ---> Running in be7e12a92789 05:10:52 Removing intermediate container be7e12a92789 05:10:52 ---> d7c870dcea8d 05:10:52 Step 12/23 : ENV APP_PORT=48080 05:10:53 ---> Running in 1f3851dcdaf6 05:10:53 Removing intermediate container a215fa712d4a 05:10:53 ---> 4d3c1b9a7b21 05:10:53 Step 21/27 : RUN pip install docker-compose==1.23.2 05:10:54 ---> Running in 19ae468b0fca 05:10:55 Removing intermediate container 1f3851dcdaf6 05:10:55 ---> 6ffc4fb091f7 05:10:55 Step 13/23 : EXPOSE $APP_PORT 05:10:55 ---> Running in f586f59bc157 05:10:56 Removing intermediate container f586f59bc157 05:10:56 ---> b96047856398 05:10:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:56 ---> Running in 19f192b512ce 05:10:58 Removing intermediate container 19f192b512ce 05:10:58 ---> fa5fe9fc493a 05:10:58 Step 15/23 : RUN apk --no-cache add zeromq 05:10:59 ---> Running in e5c44848632a 05:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:00 Collecting docker-compose==1.23.2 05:11:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:02 Collecting PyYAML<4,>=3.10 05:11:02 Downloading PyYAML-3.13.tar.gz (270 kB) 05:11:02 (1/5) Installing libgcc (9.3.0-r2) 05:11:02 (2/5) Installing libsodium (1.0.18-r0) 05:11:02 (3/5) Installing libstdc++ (9.3.0-r2) 05:11:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:11:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:11:02 ---> 91d00173cb48 05:11:02 Step 3/24 : WORKDIR /edgex-go 05:11:02 ---> Using cache 05:11:02 ---> 8ad0a94e7098 05:11:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:11:02 ---> Using cache 05:11:02 ---> 255db57fd8ed 05:11:02 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 05:11:03 (4/5) Installing libzmq (4.3.3-r0) 05:11:03 (5/5) Installing zeromq (4.3.3-r0) 05:11:03 Executing busybox-1.31.1-r19.trigger 05:11:03 OK: 8 MiB in 19 packages 05:11:04 ---> Running in 94cda6cf61a7 05:11:06 Removing intermediate container e5c44848632a 05:11:06 ---> 1788cf255cfd 05:11:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 05:11:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:11:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:08 ---> 37b0f46942b0 05:11:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:11:08 Collecting jsonschema<3,>=2.5.1 05:11:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:11:09 Collecting dockerpty<0.5,>=0.4.1 05:11:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:11:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:11:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:11:09 ---> 91d00173cb48 05:11:09 Step 3/22 : WORKDIR /edgex-go 05:11:09 ---> Using cache 05:11:09 ---> 8ad0a94e7098 05:11:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:11:09 ---> Using cache 05:11:09 ---> 255db57fd8ed 05:11:09 Step 5/22 : RUN apk update && apk add make git 05:11:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:11:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:11:09 ---> 91d00173cb48 05:11:09 Step 3/22 : WORKDIR /edgex-go 05:11:09 ---> Using cache 05:11:09 ---> 8ad0a94e7098 05:11:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:11:09 ---> Using cache 05:11:09 ---> 255db57fd8ed 05:11:09 Step 5/22 : RUN apk update && apk add make git 05:11:10 ---> Running in b4f831aac07f 05:11:10 ---> Running in 11f14898f5eb 05:11:10 ---> 8ecd58a32ebd 05:11:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:11:11 ---> 5397fb12fcf4 05:11:11 Step 19/23 : ENTRYPOINT ["/core-data"] 05:11:11 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:11:11 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:11:11 OK: 12620 distinct packages available 05:11:11 ---> Running in 8d9634030a31 05:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:12 Collecting docker<4.0,>=3.6.0 05:11:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:12 Removing intermediate container 8d9634030a31 05:11:12 ---> b9d138844913 05:11:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:11:12 OK: 217 MiB in 51 packages 05:11:12 ---> Running in 30a44a9bb266 05:11:13 Collecting websocket-client<1.0,>=0.32.0 05:11:13 Removing intermediate container 30a44a9bb266 05:11:13 ---> 542c1454776c 05:11:13 Step 21/23 : LABEL arch=arm64 05:11:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 05:11:13 ---> Running in dfac6ffaab1a 05:11:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:11:13 Collecting texttable<0.10,>=0.9.0 05:11:13 Downloading texttable-0.9.1.tar.gz (11 kB) 05:11:13 Removing intermediate container dfac6ffaab1a 05:11:13 ---> 22dd9bcf66fa 05:11:13 Step 22/23 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:11:13 Removing intermediate container 94cda6cf61a7 05:11:13 ---> f908b38477c3 05:11:13 Step 6/24 : COPY go.mod . 05:11:14 ---> Running in 101d21b42cbb 05:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:14 Removing intermediate container 101d21b42cbb 05:11:14 ---> 95855563ea79 05:11:14 Step 23/23 : LABEL version=2.0.0-dev.10 05:11:14 ---> 485f05850e62 05:11:14 Step 7/24 : RUN go mod download 05:11:14 ---> Running in 14ff59160ed6 05:11:14 ---> Running in 0d97c465e6e4 05:11:15 Removing intermediate container 14ff59160ed6 05:11:15 ---> 7a2db7ea8cde 05:11:15 05:11:15 Successfully built 7a2db7ea8cde 05:11:16 Successfully tagged docker-core-data-go-arm64:latest 05:11:16  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 05:11:16 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:11:16 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:11:16 OK: 12620 distinct packages available 05:11:16 Collecting docopt<0.7,>=0.6.1 05:11:16 Downloading docopt-0.6.2.tar.gz (25 kB) 05:11:17 OK: 217 MiB in 51 packages 05:11:17 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:11:17 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:11:17 OK: 12620 distinct packages available 05:11:19 OK: 217 MiB in 51 packages 05:11:20 Removing intermediate container 11f14898f5eb 05:11:20 ---> 602486627902 05:11:20 Step 6/22 : COPY go.mod . 05:11:20 Collecting cached-property<2,>=1.2.0 05:11:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:11:20 Removing intermediate container 0d97c465e6e4 05:11:20 ---> 2faeb7a3d475 05:11:20 Step 8/24 : COPY . . 05:11:20 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) 05:11:20 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) 05:11:21 ---> fc1a473547b4 05:11:21 Step 7/22 : RUN go mod download 05:11:21 Collecting urllib3<1.25,>=1.21.1 05:11:21 Removing intermediate container b4f831aac07f 05:11:21 ---> c63e8b4f89ab 05:11:21 Step 6/22 : COPY go.mod . Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:11:21 05:11:21 ---> Running in ba6ee901e69e 05:11:22 Collecting idna<2.8,>=2.5 05:11:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:11:22 Collecting docker-pycreds>=0.4.0 05:11:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:11:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:11:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:11:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:11:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:11:22 ---> 5b9fe78cd0dc 05:11:22 Step 7/22 : RUN go mod download 05:11:23 ---> Running in 3dcd63eaa1dd 05:11:23 Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, texttable, docopt, cached-property, docker-compose 05:11:23 Running setup.py install for PyYAML: started 05:11:27 Running setup.py install for PyYAML: finished with status 'done' 05:11:27 Attempting uninstall: urllib3 05:11:27 Found existing installation: urllib3 1.25.9 05:11:27 Uninstalling urllib3-1.25.9: 05:11:27 Removing intermediate container ba6ee901e69e 05:11:27 ---> a6c3acd1d778 05:11:27 Step 8/22 : COPY . . 05:11:27 Successfully uninstalled urllib3-1.25.9 05:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config 05:11:27 Removing intermediate container e8854ac8ee34 05:11:27 ---> 953c7e451a9a 05:11:27 05:11:27 Step 9/29 : FROM alpine:latest 05:11:27 latest: Pulling from library/alpine 05:11:27 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 05:11:27 Status: Downloaded newer image for alpine:latest 05:11:27 ---> b14afc6dfb98 05:11:27 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 05:11:27 ---> Running in 10fc345607c7 05:11:27 Attempting uninstall: idna 05:11:27 Found existing installation: idna 2.9 05:11:27 Uninstalling idna-2.9: 05:11:28 Successfully uninstalled idna-2.9 05:11:28 Removing intermediate container 3dcd63eaa1dd 05:11:28 ---> c9ebe9ac5b14 05:11:28 Step 8/22 : COPY . . 05:11:28 Attempting uninstall: requests 05:11:28 Found existing installation: requests 2.23.0 05:11:28 Uninstalling requests-2.23.0: 05:11:28 Removing intermediate container 10fc345607c7 05:11:28 ---> d39c4ed4244f 05:11:28 Step 11/29 : USER root 05:11:28 ---> Running in 5cf93768fcb3 05:11:28 Successfully uninstalled requests-2.23.0 05:11:29 Removing intermediate container 5cf93768fcb3 05:11:29 ---> 879dc1650603 05:11:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 05:11:29 ---> Running in 7fd3b529b3fe 05:11:29 Running setup.py install for dockerpty: started 05:11:31 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 05:11:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 05:11:31 ---> 91d00173cb48 05:11:31 Step 3/29 : WORKDIR /edgex-go 05:11:31 ---> Using cache 05:11:31 ---> 8ad0a94e7098 05:11:31 Step 4/29 : RUN apk update && apk add make git 05:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:11:32 Running setup.py install for dockerpty: finished with status 'done' 05:11:32 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:11:32 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:11:32 OK: 12747 distinct packages available 05:11:33 (1/2) Installing ca-certificates (20191127-r4) 05:11:33 (2/2) Installing dumb-init (1.2.2-r1) 05:11:33 Executing busybox-1.31.1-r19.trigger 05:11:33 Executing ca-certificates-20191127-r4.trigger 05:11:33 OK: 6 MiB in 16 packages 05:11:35 Removing intermediate container 424086db71c5 05:11:35 ---> cfd6ce456e6f 05:11:35 05:11:35 Step 10/24 : FROM alpine:3.10 05:11:35 3.10: Pulling from library/alpine 05:11:35 ---> Running in 203885dc4e79 05:11:35 Running setup.py install for texttable: started 05:11:36 ---> 28acfc4eecaa 05:11:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 05:11:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:37 ---> Running in a65e6d9501d2 05:11:38 Removing intermediate container 7fd3b529b3fe 05:11:38 ---> 3fcb04413ffa 05:11:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 05:11:38 Running setup.py install for texttable: finished with status 'done' 05:11:38 Running setup.py install for docopt: started 05:11:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:38 ---> Running in f1eb8a849460 05:11:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 05:11:38 Status: Downloaded newer image for alpine:3.10 05:11:38 ---> be4e4bea2c2e 05:11:38 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:11:38 Removing intermediate container 40091382355c 05:11:38 ---> 661dfa2ce08c 05:11:38 05:11:38 Step 10/21 : FROM alpine 05:11:38 ---> b14afc6dfb98 05:11:38 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 05:11:38 ---> Running in d31f5d6d326d 05:11:38 ---> Running in ea351198cd90 05:11:38 Removing intermediate container f1eb8a849460 05:11:38 ---> 732bc7254487 05:11:38 Step 14/29 : WORKDIR $BASE_DIR 05:11:38 ---> Running in 0f686422f4f8 05:11:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:11:39 Removing intermediate container 0f686422f4f8 05:11:39 ---> 7cde89bb94d8 05:11:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 05:11:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:11:40 ---> Running in 3b302f3eaceb 05:11:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:11:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:11:40 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:11:40 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:11:40 OK: 10348 distinct packages available 05:11:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:11:40 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:11:40 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:11:40 OK: 12620 distinct packages available 05:11:40 Running setup.py install for docopt: finished with status 'done' 05:11:40 (1/5) Installing ca-certificates (20191127-r2) 05:11:40 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:11:40 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:11:40 OK: 12747 distinct packages available 05:11:41 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:11:41 (3/5) Installing libcurl (7.66.0-r3) 05:11:41 (4/5) Installing curl (7.66.0-r3) 05:11:41 (5/5) Installing dumb-init (1.2.2-r1) 05:11:41 Executing busybox-1.30.1-r3.trigger 05:11:41 Executing ca-certificates-20191127-r2.trigger 05:11:41 OK: 217 MiB in 51 packages 05:11:41 ---> 61cf30940745 05:11:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 05:11:41 (1/4) Installing ca-certificates (20191127-r4) 05:11:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:11:41 (3/4) Installing libcurl (7.69.1-r3) 05:11:41 (4/4) Installing curl (7.69.1-r3) 05:11:41 Executing busybox-1.31.1-r19.trigger 05:11:42 Executing ca-certificates-20191127-r4.trigger 05:11:42 OK: 7 MiB in 19 packages 05:11:42 OK: 7 MiB in 18 packages 05:11:42 ---> Running in 32d4b4560dab 05:11:42 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 05:11:42 ---> 86620fd56585 05:11:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 05:11:42 ---> Running in 7f098b2c833d 05:11:43 Removing intermediate container 203885dc4e79 05:11:43 ---> 5fd577f5bb56 05:11:43 Step 5/29 : COPY go.mod . 05:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:11:44 ---> e19c0e14bc6c 05:11:44 Step 6/29 : RUN go mod download 05:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:11:44 ---> Running in 9185fde10bee 05:11:44 Removing intermediate container 115018326fe2 05:11:44 ---> ae68ba183fec 05:11:44 05:11:44 Step 10/22 : FROM scratch 05:11:44 ---> 05:11:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:11:46 ---> Running in f4e8075c46ac 05:11:46 Removing intermediate container d31f5d6d326d 05:11:46 ---> 0ccc460f17e7 05:11:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:11:46 Removing intermediate container ea351198cd90 05:11:46 ---> b2224a26ea9f 05:11:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:11:46 ---> Running in c6b669e0ae7d 05:11:46 ---> Running in 4afad0d48172 05:11:46 Removing intermediate container 3b302f3eaceb 05:11:46 ---> 30a86bb01550 05:11:46 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 05:11:46 Removing intermediate container f4e8075c46ac 05:11:46 ---> 04acb7134d76 05:11:46 Step 12/22 : ENV APP_PORT=48081 05:11:47 ---> Running in 097f606cca58 05:11:47 Removing intermediate container c6b669e0ae7d 05:11:47 ---> abcd9b24b4b3 05:11:47 Step 13/24 : WORKDIR / 05:11:47 Removing intermediate container 4afad0d48172 05:11:47 ---> 1c0e3150566e 05:11:47 Step 13/21 : WORKDIR /edgex 05:11:48 ---> Running in 489ca60b31a6 05:11:48 ---> Running in ce37340ea7ce 05:11:48 Removing intermediate container 097f606cca58 05:11:48 ---> e16bbc5c62da 05:11:48 Step 13/22 : EXPOSE $APP_PORT 05:11:48 ---> 2b3187bced8c 05:11:48 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 05:11:48 ---> Running in 73919026706f 05:11:48 Removing intermediate container ce37340ea7ce 05:11:48 ---> 877a65a7cb82 05:11:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:11:48 Removing intermediate container 489ca60b31a6 05:11:48 ---> 9c34e90eee01 05:11:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:11:49 Removing intermediate container 19ae468b0fca 05:11:49 ---> c50139b73c37 05:11:49 Step 22/27 : RUN apk --no-cache add curl 05:11:49 ---> Running in 8b827315996a 05:11:49 Removing intermediate container 73919026706f 05:11:49 ---> 91ceaa07652f 05:11:49 Step 14/22 : WORKDIR / 05:11:49 ---> 164d610b2c3f 05:11:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 05:11:49 ---> Running in 2dd7525d53e1 05:11:50 ---> 053db076771e 05:11:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:11:50 ---> b3dc5be3de3c 05:11:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:11:50 Removing intermediate container 2dd7525d53e1 05:11:50 ---> 8bf18c31308a 05:11:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 05:11:50 Removing intermediate container 9185fde10bee 05:11:50 ---> 20c471d6572f 05:11:50 Step 7/29 : COPY . . 05:11:50 ---> 5b8960977100 05:11:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 05:11:50 Removing intermediate container 4cc2974aaa8c 05:11:50 ---> c104655c84d8 05:11:50 05:11:50 Step 10/23 : FROM alpine 05:11:50 ---> b14afc6dfb98 05:11:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:11:51 ---> Running in 781830e6f9a5 05:11:51 ---> da6f2d23b194 05:11:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:11:51 ---> e4bc474cd10d 05:11:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:11:51 ---> 7fcfd8e1ec71 05:11:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 05:11:51 ---> 39b5a98f4b6f 05:11:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:11:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:11:51 Removing intermediate container 781830e6f9a5 05:11:51 ---> 994a7f324a0e 05:11:51 Step 12/23 : ENV APP_PORT=48080 05:11:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:11:51 ---> Running in 8c28c0c606e0 05:11:52 ---> ad7d0471f354 05:11:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 05:11:52 ---> 750e5ef958fc 05:11:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:11:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:11:52 (2/3) Installing libcurl (7.69.1-r3) 05:11:52 (3/3) Installing curl (7.69.1-r3) 05:11:52 ---> Running in 4663305e490b 05:11:52 Executing busybox-1.31.1-r19.trigger 05:11:52 OK: 71 MiB in 58 packages 05:11:52 ---> 848716201609 05:11:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:11:52 ---> aed07e833c1e 05:11:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:11:52 Removing intermediate container 8c28c0c606e0 05:11:52 ---> 8bf1e766ba8b 05:11:52 Step 13/23 : EXPOSE $APP_PORT 05:11:52 ---> 9bf3869c733e 05:11:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:11:52 ---> Running in 27bcf35e8747 05:11:53 ---> Running in f1eb76a48c25 05:11:53 Removing intermediate container 27bcf35e8747 05:11:53 ---> 2db2e25112a1 05:11:53 Step 18/21 : CMD ["--init=true"] 05:11:53 ---> 1fcedbd7325a 05:11:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 05:11:53 ---> Running in 3f1410f67212 05:11:53 ---> Running in 164596da77fe 05:11:53 Removing intermediate container f1eb76a48c25 05:11:53 ---> 32f99d67e864 05:11:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:11:53 ---> Running in d21c762f13c0 05:11:54 Removing intermediate container 3f1410f67212 05:11:54 ---> 65bd9b223e3d 05:11:54 Step 19/21 : LABEL arch=x86_64 05:11:54 Removing intermediate container 164596da77fe 05:11:54 ---> dbe0f06abc22 05:11:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:11:54 ---> ea381efb252b 05:11:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:11:54 ---> Running in 5be65c8df64f 05:11:55 ---> Running in ed0c88045015 05:11:55 Removing intermediate container 5be65c8df64f 05:11:55 ---> 82d313595c5c 05:11:55 Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:11:55 ---> Running in 494d624654e7 05:11:55 ---> ebb4bab9c6da 05:11:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:11:55 Removing intermediate container ed0c88045015 05:11:55 ---> d1feb3198876 05:11:55 Step 20/22 : LABEL arch=x86_64 05:11:55 Removing intermediate container 4663305e490b 05:11:55 ---> 4be61b3c731e 05:11:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 05:11:55 ---> Running in 4c82bbccffbe 05:11:56 ---> Running in 07cc9f091e05 05:11:56 Removing intermediate container 494d624654e7 05:11:56 ---> 9acb053f8d81 05:11:56 Step 21/21 : LABEL version=2.0.0-dev.10 05:11:56 Removing intermediate container 8b827315996a 05:11:56 ---> 425689c57233 05:11:56 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 05:11:56 ---> Running in e07587d91e02 05:11:56 ---> 216c1bee7be9 05:11:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:11:56 ---> Running in 3e587d99ff6f 05:11:56 Removing intermediate container 07cc9f091e05 05:11:56 ---> 624cec3f9137 05:11:56 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:11:56 ---> Running in edea426d95c4 05:11:56 ---> Running in 89dbb385e90f 05:11:57 Removing intermediate container e07587d91e02 05:11:57 ---> b9d1ab816541 05:11:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:11:57 Removing intermediate container 3e587d99ff6f 05:11:57 ---> 29021d8978fa 05:11:57 05:11:57 Removing intermediate container d21c762f13c0 05:11:57 ---> 439922f58ecb 05:11:57 Step 15/23 : RUN apk --no-cache add zeromq 05:11:57 ---> Running in 52c78908a2c7 05:11:57 Removing intermediate container 89dbb385e90f 05:11:57 ---> f3c797559a2a 05:11:57 Step 22/22 : LABEL version=2.0.0-dev.10 05:11:57 ---> Running in f0f8e8712e76 05:11:57 ---> Running in 88dd266ab499 05:11:58 Successfully built 29021d8978fa 05:11:58 Successfully tagged docker-security-proxy-setup-go:latest 05:11:58  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 05:11:58 Removing intermediate container f0f8e8712e76 05:11:58 ---> caaa92bd5f45 05:11:58 05:11:58 Removing intermediate container 88dd266ab499 05:11:58 ---> 908493ae7eba 05:11:58 Step 25/27 : LABEL arch=arm64 05:11:59 ---> Running in 45c52d5fde66 05:11:59 Successfully built caaa92bd5f45 05:11:59 Successfully tagged docker-core-metadata-go:latest 05:11:59 Removing intermediate container 4c82bbccffbe 05:11:59 ---> 031b90966a09 05:11:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:11:59 Building docker-support-notifications-go 05:11:59  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:11:59 ---> Running in 1a36934c38fa 05:12:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:12:00 Removing intermediate container 1a36934c38fa 05:12:00 ---> 1b40ff152190 05:12:00 Step 22/24 : LABEL arch=x86_64 05:12:00 Removing intermediate container edea426d95c4 05:12:00 ---> 55076b3bdf20 05:12:00 Step 24/29 : RUN chmod 755 security-secrets-setup 05:12:00 Removing intermediate container 45c52d5fde66 05:12:00 ---> 1f33f76ba6db 05:12:00 Step 26/27 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:12:00 ---> Running in a10b115a42bb 05:12:01 ---> Running in a3cf1d6e3d35 05:12:01 ---> Running in 98211d4fc576 05:12:01 (1/5) Installing libgcc (9.3.0-r2) 05:12:01 (2/5) Installing libsodium (1.0.18-r0) 05:12:01 (3/5) Installing libstdc++ (9.3.0-r2) 05:12:01 Removing intermediate container a10b115a42bb 05:12:01 ---> 80c5f15c4266 05:12:01 Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:12:01 (4/5) Installing libzmq (4.3.3-r0) 05:12:01 (5/5) Installing zeromq (4.3.3-r0) 05:12:02 Removing intermediate container a3cf1d6e3d35 05:12:02 ---> 3958fdd6f099 05:12:02 Step 27/27 : LABEL version=2.0.0-dev.10 05:12:02 Executing busybox-1.31.1-r19.trigger 05:12:02 OK: 8 MiB in 19 packages 05:12:02 ---> Running in 01358189550e 05:12:03 ---> Running in be48e6c58465 05:12:03 Removing intermediate container 01358189550e 05:12:03 ---> 79156f6f0fe3 05:12:03 05:12:03 Removing intermediate container be48e6c58465 05:12:03 ---> 67b7737d9ed4 05:12:03 Step 24/24 : LABEL version=2.0.0-dev.10 05:12:04 ---> Running in 44e4bc3fba1a 05:12:04 Successfully built 79156f6f0fe3 05:12:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 05:12:04  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 05:12:05 ---> c6286462966c 05:12:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 05:12:05 ---> Running in dc1024595b09 05:12:05 Removing intermediate container 52c78908a2c7 05:12:05 ---> de9241420c28 05:12:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 05:12:06 Removing intermediate container 44e4bc3fba1a 05:12:06 ---> aeb6bd1761e5 05:12:06 05:12:06 Removing intermediate container 98211d4fc576 05:12:06 ---> 29fe4aadbcbc 05:12:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 05:12:06 Successfully built aeb6bd1761e5 05:12:07 Successfully tagged docker-security-secretstore-setup-go:latest 05:12:07  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go 05:12:07 ---> 817a751b8a14 05:12:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:12:07 ---> Running in b1c0c48f9bb7 05:12:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 05:12:08 Removing intermediate container b1c0c48f9bb7 05:12:08 ---> 9cd7b1e84bd7 05:12:08 Step 26/29 : CMD [ "generate" ] 05:12:09 ---> Running in 4d988548828a 05:12:09 ---> e3677f602c74 05:12:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:12:10 Removing intermediate container 4d988548828a 05:12:10 ---> fa2900ea91a9 05:12:10 Step 27/29 : LABEL arch=x86_64 05:12:11 ---> Running in 04cb7a622f8c 05:12:11 ---> d6eb41a57531 05:12:11 Step 19/23 : ENTRYPOINT ["/core-data"] 05:12:11 ---> Running in e9965159af42 05:12:12 Removing intermediate container 04cb7a622f8c 05:12:12 ---> bc6092cc53db 05:12:12 Step 28/29 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:12:12 Removing intermediate container e9965159af42 05:12:12 ---> 7bce90d9ec29 05:12:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:12:12 ---> Running in ad2c217c3170 05:12:13 ---> Running in 167dc3f96c95 05:12:13 Removing intermediate container ad2c217c3170 05:12:13 ---> dfadf548c33f 05:12:13 Step 29/29 : LABEL version=2.0.0-dev.10 05:12:13 Removing intermediate container 167dc3f96c95 05:12:13 ---> 40966cf01b1f 05:12:13 Step 21/23 : LABEL arch=x86_64 05:12:13 ---> Running in 9ee6bf0baedd 05:12:13 ---> Running in 5a086e66f555 05:12:14 Removing intermediate container 5a086e66f555 05:12:14 ---> 17038b67da5d 05:12:14 Step 22/23 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:12:14 Removing intermediate container 9ee6bf0baedd 05:12:14 ---> 30b7f26fc55c 05:12:14 05:12:14 ---> Running in 61b8624cbe8a 05:12:14 Successfully built 30b7f26fc55c 05:12:15 Successfully tagged docker-security-secrets-setup-go:latest 05:12:15 Building docker-sys-mgmt-agent-go 05:12:16  Building docker-security-secrets-setup-go ... done Removing intermediate container 61b8624cbe8a 05:12:16 ---> 536ff55761e4 05:12:16 Step 23/23 : LABEL version=2.0.0-dev.10 05:12:16 ---> Running in 5697269dd5dd 05:12:17 Removing intermediate container 5697269dd5dd 05:12:17 ---> fccf965e7090 05:12:17 05:12:17 Successfully built fccf965e7090 05:12:17 Successfully tagged docker-core-data-go:latest 05:12:17  Building docker-core-data-go ... done Building docker-support-scheduler-go 05:12:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:12:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:12:18 ---> 91d00173cb48 05:12:18 Step 3/21 : WORKDIR /edgex-go 05:12:18 ---> Using cache 05:12:18 ---> 8ad0a94e7098 05:12:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:18 ---> Using cache 05:12:18 ---> 255db57fd8ed 05:12:18 Step 5/21 : RUN apk update && apk add make git 05:12:18 ---> Using cache 05:12:18 ---> c63e8b4f89ab 05:12:18 Step 6/21 : COPY go.mod . 05:12:18 ---> Using cache 05:12:18 ---> 5b9fe78cd0dc 05:12:18 Step 7/21 : RUN go mod download 05:12:18 ---> Using cache 05:12:18 ---> c9ebe9ac5b14 05:12:18 Step 8/21 : COPY . . 05:12:18 ---> Using cache 05:12:18 ---> 86620fd56585 05:12:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:12:19 ---> Running in b771c2079c5f 05:12:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:12:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:12:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:12:46 ---> 65ccb403cf5a 05:12:46 Step 3/22 : WORKDIR /edgex-go 05:12:46 ---> Using cache 05:12:46 ---> 1454dc64f1dc 05:12:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:46 ---> Using cache 05:12:46 ---> 073460b65efb 05:12:46 Step 5/22 : RUN apk update && apk add make git 05:12:46 ---> Using cache 05:12:46 ---> dfb4ac4f9f9b 05:12:46 Step 6/22 : COPY go.mod . 05:12:46 ---> Using cache 05:12:46 ---> 8bb75d620d69 05:12:46 Step 7/22 : RUN go mod download 05:12:46 ---> Using cache 05:12:46 ---> 0d8061a2324a 05:12:46 Step 8/22 : COPY . . 05:12:46 ---> Using cache 05:12:46 ---> 262cce7fd82c 05:12:46 Step 9/22 : RUN make cmd/core-command/core-command 05:12:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:12:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:12:47 ---> 65ccb403cf5a 05:12:47 Step 3/24 : WORKDIR /edgex-go 05:12:47 ---> Using cache 05:12:47 ---> 1454dc64f1dc 05:12:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:47 ---> Using cache 05:12:47 ---> 073460b65efb 05:12:47 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 05:12:48 ---> Running in 30f57824e4f7 05:12:48 ---> Running in 7f6f78a60d49 05:12:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:12:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:12:49 ---> 65ccb403cf5a 05:12:49 Step 3/22 : WORKDIR /edgex-go 05:12:49 ---> Using cache 05:12:49 ---> 1454dc64f1dc 05:12:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:49 ---> Using cache 05:12:49 ---> 073460b65efb 05:12:49 Step 5/22 : RUN apk update && apk add make git 05:12:49 ---> Using cache 05:12:49 ---> dfb4ac4f9f9b 05:12:49 Step 6/22 : COPY go.mod . 05:12:49 ---> Using cache 05:12:49 ---> 8bb75d620d69 05:12:49 Step 7/22 : RUN go mod download 05:12:49 ---> Using cache 05:12:49 ---> 0d8061a2324a 05:12:49 Step 8/22 : COPY . . 05:12:49 ---> Using cache 05:12:49 ---> 262cce7fd82c 05:12:49 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 05:12:51 ---> Running in 06a8237d4d43 05:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command 05:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:12:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:12:55 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:12:55 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:12:55 OK: 12750 distinct packages available 05:12:55 OK: 233 MiB in 51 packages 05:13:01 Removing intermediate container 7f6f78a60d49 05:13:01 ---> 0e94c38fc672 05:13:01 Step 6/24 : COPY go.mod . 05:13:03 ---> 355f41ac9706 05:13:03 Step 7/24 : RUN go mod download 05:13:03 ---> Running in 4bc33246b5d8 05:13:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:13:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:13:05 ---> 65ccb403cf5a 05:13:05 Step 3/21 : WORKDIR /edgex-go 05:13:05 ---> Using cache 05:13:05 ---> 1454dc64f1dc 05:13:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:05 ---> Using cache 05:13:05 ---> 073460b65efb 05:13:05 Step 5/21 : RUN apk update && apk add make git 05:13:05 ---> Using cache 05:13:05 ---> dfb4ac4f9f9b 05:13:05 Step 6/21 : COPY go.mod . 05:13:05 ---> Using cache 05:13:05 ---> 8bb75d620d69 05:13:05 Step 7/21 : RUN go mod download 05:13:05 ---> Using cache 05:13:05 ---> 0d8061a2324a 05:13:05 Step 8/21 : COPY . . 05:13:05 ---> Using cache 05:13:05 ---> 262cce7fd82c 05:13:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 05:13:05 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 05:13:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 05:13:05 ---> 65ccb403cf5a 05:13:05 Step 3/27 : WORKDIR /edgex-go 05:13:05 ---> Using cache 05:13:05 ---> 1454dc64f1dc 05:13:05 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:05 ---> Using cache 05:13:05 ---> 073460b65efb 05:13:05 Step 5/27 : RUN apk update && apk add make bash git 05:13:06 ---> Running in fb7811c9d735 05:13:06 ---> Running in c460620c0d96 05:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:13:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:13:10 Removing intermediate container 4bc33246b5d8 05:13:10 ---> 275e56e331c5 05:13:10 Step 8/24 : COPY . . 05:13:12 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:13:12 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 05:13:12 OK: 12750 distinct packages available 05:13:13 OK: 233 MiB in 51 packages 05:13:18 Removing intermediate container c460620c0d96 05:13:18 ---> 22c77a23aabe 05:13:18 Step 6/27 : COPY go.mod . 05:13:18 Removing intermediate container 32d4b4560dab 05:13:18 ---> 32a7fee018b7 05:13:18 05:13:18 Step 10/22 : FROM alpine:3.10 05:13:18 ---> 536a684cf733 05:13:18 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:13:18 ---> Using cache 05:13:18 ---> d9483dbcc91e 05:13:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 05:13:18 ---> Running in 6485c126e94e 05:13:18 Removing intermediate container 6485c126e94e 05:13:18 ---> 7c2e82958cc3 05:13:18 Step 13/22 : WORKDIR / 05:13:18 ---> Running in 4016a12e1814 05:13:18 Removing intermediate container 4016a12e1814 05:13:18 ---> 825fb7dee4d0 05:13:18 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 05:13:18 ---> 906e2595cb87 05:13:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 05:13:18 ---> ee9a9dd0d3db 05:13:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 05:13:18 ---> 77721ee580f7 05:13:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 05:13:19 ---> 712e633e8031 05:13:19 Step 18/22 : RUN chmod +x entrypoint.sh 05:13:19 ---> Running in e62257582f19 05:13:19 ---> d678b4354934 05:13:19 Step 7/27 : RUN go mod download 05:13:20 ---> Running in 733c833c697d 05:13:23 Removing intermediate container e62257582f19 05:13:23 ---> 160030311e38 05:13:23 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 05:13:23 ---> Running in d2582247194d 05:13:23 Removing intermediate container d2582247194d 05:13:23 ---> a3f7e756a207 05:13:23 Step 20/22 : LABEL arch=arm64 05:13:24 ---> Running in d554a1754e60 05:13:25 Removing intermediate container d554a1754e60 05:13:25 ---> e5173605462e 05:13:25 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:13:25 ---> Running in e65a73ddf117 05:13:26 Removing intermediate container e65a73ddf117 05:13:26 ---> e5c30a425d72 05:13:26 Step 22/22 : LABEL version=2.0.0-dev.10 05:13:26 Removing intermediate container 733c833c697d 05:13:26 ---> c389937d8a50 05:13:26 Step 8/27 : COPY . . 05:13:26 ---> Running in 582bfc34ac26 05:13:27 Removing intermediate container 582bfc34ac26 05:13:27 ---> 7ee6ed290ebb 05:13:27 05:13:28 Successfully built 7ee6ed290ebb 05:13:28 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 05:13:30  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dc1024595b09 05:13:30 ---> 45fd24311855 05:13:30 05:13:30 Step 9/29 : FROM alpine:latest 05:13:30 ---> dd36a01c3f31 05:13:30 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 05:13:30 ---> Running in db6c233f0af1 05:13:31 Removing intermediate container db6c233f0af1 05:13:31 ---> d06557c34a2d 05:13:31 Step 11/29 : USER root 05:13:32 ---> Running in e22367bcdffb 05:13:33 Removing intermediate container e22367bcdffb 05:13:33 ---> 5d6da079143b 05:13:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 05:13:33 ---> Running in a6a2df5466ae 05:13:33 Removing intermediate container a65e6d9501d2 05:13:33 ---> c7c6e821ed2e 05:13:33 05:13:33 Step 10/24 : FROM scratch 05:13:33 ---> 05:13:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 05:13:34 ---> Running in d289f72f0e41 05:13:35 Removing intermediate container d289f72f0e41 05:13:35 ---> 55acdbd2b93a 05:13:35 Step 12/24 : ENV APP_PORT=48060 05:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:35 ---> Running in b6c4417dafb9 05:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:35 Removing intermediate container b6c4417dafb9 05:13:35 ---> 106c2b6e7b57 05:13:35 Step 13/24 : EXPOSE $APP_PORT 05:13:35 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:13:35 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:13:35 OK: 12617 distinct packages available 05:13:35 ---> Running in 8fe41de28ac8 05:13:36 Removing intermediate container 8fe41de28ac8 05:13:36 ---> a942a73b5d40 05:13:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 05:13:36 (1/2) Installing ca-certificates (20191127-r4) 05:13:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config 05:13:37 ---> 008637bb468e 05:13:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 05:13:37 (2/2) Installing dumb-init (1.2.2-r1) 05:13:37 Executing busybox-1.31.1-r19.trigger 05:13:37 Executing ca-certificates-20191127-r4.trigger 05:13:38 OK: 6 MiB in 16 packages 05:13:39 ---> c608692e52c4 05:13:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 05:13:41 Removing intermediate container a6a2df5466ae 05:13:41 ---> b9cf247b0627 05:13:41 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 05:13:41 ---> Running in 503c03c8e387 05:13:41 ---> 84490ca2a19d 05:13:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 05:13:42 Removing intermediate container 503c03c8e387 05:13:42 ---> f99cc2452e02 05:13:42 Step 14/29 : WORKDIR $BASE_DIR 05:13:42 ---> Running in 32ce5e94d8ad 05:13:42 ---> 85c87ded6cdf 05:13:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:13:42 Removing intermediate container 32ce5e94d8ad 05:13:42 ---> d0d11db42d94 05:13:42 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 05:13:43 ---> Running in 1a6c0c0fc2af 05:13:44 ---> 745c9374205d 05:13:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:13:46 ---> ee48f3dd34aa 05:13:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 05:13:46 ---> Running in c19b743e7870 05:13:46 Removing intermediate container 1a6c0c0fc2af 05:13:46 ---> ebe275378446 05:13:46 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 05:13:47 Removing intermediate container c19b743e7870 05:13:47 ---> 6d92cb71ddae 05:13:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:13:47 ---> Running in bb0a417be423 05:13:48 ---> b58849fb481a 05:13:48 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 05:13:48 Removing intermediate container bb0a417be423 05:13:48 ---> 26bae8ec25a8 05:13:48 Step 22/24 : LABEL arch=arm64 05:13:48 Removing intermediate container b771c2079c5f 05:13:48 ---> 140f04f5994e 05:13:48 05:13:48 Step 10/21 : FROM alpine 05:13:48 ---> dd36a01c3f31 05:13:48 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 05:13:49 ---> Running in 2a2bb8187c7b 05:13:49 ---> Running in 13f0e629e8dd 05:13:49 ---> f56e207a2827 05:13:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 05:13:49 Removing intermediate container 06a8237d4d43 05:13:49 ---> 1b0a52135cc5 05:13:49 05:13:49 Step 10/22 : FROM alpine:3.10 05:13:49 ---> be4e4bea2c2e 05:13:49 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:13:49 ---> Using cache 05:13:49 ---> 0ccc460f17e7 05:13:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 05:13:49 Removing intermediate container 2a2bb8187c7b 05:13:49 ---> af9a8964dbeb 05:13:49 Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:13:50 ---> Running in 27c3c0dada40 05:13:50 Removing intermediate container 7f098b2c833d 05:13:50 ---> 15bcb3d61536 05:13:50 05:13:50 Step 10/22 : FROM scratch 05:13:50 ---> 05:13:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:13:50 ---> Using cache 05:13:50 ---> bd91fd560888 05:13:50 Step 12/22 : ENV APP_PORT=48081 05:13:50 ---> bc94d666c7c5 05:13:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 05:13:50 ---> Running in b9e0d6df51cd 05:13:50 Removing intermediate container 27c3c0dada40 05:13:50 ---> cfefd61605de 05:13:50 Step 24/24 : LABEL version=2.0.0-dev.10 05:13:50 ---> Running in 757e6e83fc10 05:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:51 ---> Running in 4bed643f1d5b 05:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:51 Removing intermediate container b9e0d6df51cd 05:13:51 ---> 544bd42041bb 05:13:51 Step 13/22 : EXPOSE $APP_PORT 05:13:51 ---> Running in 086b5aabc99b 05:13:51 ---> ca9c5e912a07 05:13:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 05:13:51 Removing intermediate container 4bed643f1d5b 05:13:51 ---> 138cc1c43676 05:13:51 05:13:52 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:13:52 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:13:52 OK: 12617 distinct packages available 05:13:52 Removing intermediate container 086b5aabc99b 05:13:52 ---> 7fc021c7a127 05:13:52 Step 14/22 : WORKDIR / 05:13:52 Successfully built 138cc1c43676 05:13:52 Successfully tagged docker-support-notifications-go-arm64:latest 05:13:52  Building docker-support-notifications-go ... done  ---> Running in 7e96170619fc 05:13:52 Removing intermediate container 757e6e83fc10 05:13:52 ---> 60804fea7196 05:13:52 Step 13/22 : WORKDIR / 05:13:52 ---> ba6aa80ef402 05:13:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 05:13:52 ---> Running in f1e324b54aad 05:13:52 (1/4) Installing ca-certificates (20191127-r4) 05:13:52 Removing intermediate container 7e96170619fc 05:13:52 ---> c7779dbd0765 05:13:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 05:13:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:13:52 (3/4) Installing libcurl (7.69.1-r3) 05:13:52 (4/4) Installing curl (7.69.1-r3) 05:13:52 Executing busybox-1.31.1-r19.trigger 05:13:52 Executing ca-certificates-20191127-r4.trigger 05:13:53 OK: 7 MiB in 18 packages 05:13:53 ---> 940fa122f20f 05:13:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:13:54 ---> Running in c4194473cbc6 05:13:55 Removing intermediate container 13f0e629e8dd 05:13:55 ---> e277d3a10095 05:13:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:13:55 ---> ec10bfb36ffa 05:13:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:13:55 ---> Running in 9db0ea5be53e 05:13:55 Removing intermediate container f1e324b54aad 05:13:55 ---> f3cb1aa57e9b 05:13:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 05:13:55 Removing intermediate container 9db0ea5be53e 05:13:55 ---> 1d0e1aec7f2b 05:13:55 Step 13/21 : WORKDIR /edgex 05:13:55 Removing intermediate container 30f57824e4f7 05:13:55 ---> 31d4f9ef2b74 05:13:55 05:13:55 Step 10/22 : FROM scratch 05:13:55 ---> 05:13:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:13:56 ---> Running in a9c6867cd661 05:13:56 ---> 8201eec422b6 05:13:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 05:13:56 ---> b73f97b27ebb 05:13:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:13:56 ---> Running in e2b91c4bd496 05:13:56 ---> Running in a8dc06856951 05:13:56 Removing intermediate container a9c6867cd661 05:13:56 ---> 179677a85114 05:13:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:13:56 Removing intermediate container e2b91c4bd496 05:13:56 ---> 60f3f795822c 05:13:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:13:56 ---> Running in 06969fa7cdab 05:13:57 Removing intermediate container 06969fa7cdab 05:13:57 ---> 0d1d0dc534ef 05:13:57 Step 20/22 : LABEL arch=arm64 05:13:57 ---> c494b98695d7 05:13:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:13:57 ---> Running in c8b1b9133fa9 05:13:57 ---> Using cache 05:13:57 ---> 04acb7134d76 05:13:57 Step 12/22 : ENV APP_PORT=48082 05:13:58 Removing intermediate container c8b1b9133fa9 05:13:58 ---> 95ed0b9084d5 05:13:58 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:13:58 ---> Running in 5b9b9f6b0891 05:13:58 Removing intermediate container a8dc06856951 05:13:58 ---> 2672bc244d11 05:13:58 Step 24/29 : RUN chmod 755 security-secrets-setup 05:13:58 ---> e07ce6eb7dae 05:13:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:13:59 ---> Running in d00893c15b7a 05:13:59 Removing intermediate container 5b9b9f6b0891 05:13:59 ---> fb188123ca28 05:13:59 Step 22/22 : LABEL version=2.0.0-dev.10 05:13:59 ---> Running in b076f8c27c0e 05:13:59 Removing intermediate container b076f8c27c0e 05:13:59 ---> 85df4b761e99 05:13:59 05:14:00 Removing intermediate container c4194473cbc6 05:14:00 ---> 0fd294738d0b 05:14:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 05:14:00 ---> Running in 7478af35e28b 05:14:00 ---> 9bc5be72d4d4 05:14:00 Step 9/24 : RUN make cmd/support-notifications/support-notifications 05:14:00 ---> c6186b2a45c0 05:14:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:14:00 Successfully built 85df4b761e99 05:14:00 Successfully tagged docker-core-metadata-go-arm64:latest 05:14:00  Building docker-core-metadata-go ... done  ---> Running in 968ba6a29b40 05:14:00 Removing intermediate container fb7811c9d735 05:14:00 ---> 078d6971e73a 05:14:00 05:14:00 Step 10/21 : FROM scratch 05:14:00 ---> 05:14:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:14:00 Removing intermediate container 968ba6a29b40 05:14:00 ---> 8f1979c7aa9a 05:14:00 Step 18/21 : CMD ["--init=true"] 05:14:00 ---> Running in 37cfc76debe5 05:14:00 ---> Using cache 05:14:00 ---> 04acb7134d76 05:14:00 Step 12/21 : ENV APP_PORT=48085 05:14:01 Removing intermediate container 7478af35e28b 05:14:01 ---> 48e08b88bc0c 05:14:01 Step 13/22 : EXPOSE $APP_PORT 05:14:01 ---> Running in 46a6c2db983b 05:14:01 ---> 927581b7ad57 05:14:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 05:14:01 ---> Running in 4b32bcd277a9 05:14:01 Removing intermediate container 46a6c2db983b 05:14:01 ---> 8e2b051dddad 05:14:01 Step 19/21 : LABEL arch=arm64 05:14:01 ---> Running in 3fd10864f24b 05:14:01 Removing intermediate container d00893c15b7a 05:14:01 ---> 10c3fc9fe520 05:14:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 05:14:01 ---> Running in cfbb9ff1e139 05:14:02 ---> Running in b3ad9396b8f5 05:14:02 Removing intermediate container 3fd10864f24b 05:14:02 ---> 13a8cacc175e 05:14:02 Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:02 ---> Running in 2c5fc18bc64d 05:14:02 Removing intermediate container b3ad9396b8f5 05:14:02 ---> 7f891db07422 05:14:02 Step 26/29 : CMD [ "generate" ] 05:14:02 ---> Running in aac2735f3d23 05:14:03 Removing intermediate container 2c5fc18bc64d 05:14:03 ---> 8b22ab356b07 05:14:03 Step 21/21 : LABEL version=2.0.0-dev.10 05:14:03 ---> Running in 893ec398b52b 05:14:03 Removing intermediate container 4b32bcd277a9 05:14:03 ---> dc95e97ffe32 05:14:03 Step 13/21 : EXPOSE $APP_PORT 05:14:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:14:03 Removing intermediate container cfbb9ff1e139 05:14:03 ---> 15ef46babccc 05:14:03 Step 14/22 : WORKDIR / 05:14:03 Removing intermediate container aac2735f3d23 05:14:03 ---> b154455f7dff 05:14:03 Step 27/29 : LABEL arch=arm64 05:14:03 ---> Running in 33de7bfb9a1a 05:14:03 Removing intermediate container 893ec398b52b 05:14:03 ---> dcb3d4a00e86 05:14:03 05:14:04 Successfully built dcb3d4a00e86 05:14:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 05:14:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 33de7bfb9a1a 05:14:04 ---> 0377dd0ea2c8 05:14:04 Step 28/29 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:04 ---> Running in 6013b1f8da4a 05:14:04 ---> Running in ca5441791a9b 05:14:04 Removing intermediate container ca5441791a9b 05:14:04 ---> 77378a37973c 05:14:04 Step 29/29 : LABEL version=2.0.0-dev.10 05:14:04 ---> Running in 6fb104298909 05:14:05 Removing intermediate container 6fb104298909 05:14:05 ---> d7bc6aba7a7e 05:14:05 05:14:05 ---> Running in 54f827679e64 05:14:05 Successfully built d7bc6aba7a7e 05:14:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 05:14:05 ---> 7f13e1782cf8 05:14:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 05:14:05  Building docker-security-secrets-setup-go ... done  [Pipeline] } 05:14:05 $ docker stop --time=1 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff 05:14:06 Removing intermediate container 6013b1f8da4a 05:14:06 ---> 5ef20b9e5bf7 05:14:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 05:14:06 Removing intermediate container 54f827679e64 05:14:06 ---> 55af2c3704e0 05:14:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 05:14:07 ---> 3ded2b10a8ce 05:14:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 05:14:07 ---> f7fd81d0a6cd 05:14:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:14:07 $ docker rm -f 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff [Pipeline] // withDockerContainer [Pipeline] sh 05:14:08 ---> 351d9918aacd 05:14:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:14:08 + grep docker 05:14:08 + docker images 05:14:08 docker-security-secrets-setup-go-arm64 latest d7bc6aba7a7e 4 seconds ago 22.7MB 05:14:08 docker-security-proxy-setup-go-arm64 latest dcb3d4a00e86 5 seconds ago 23.4MB 05:14:08 docker-core-metadata-go-arm64 latest 85df4b761e99 9 seconds ago 13.6MB 05:14:08 docker-support-notifications-go-arm64 latest 138cc1c43676 17 seconds ago 12.9MB 05:14:08 docker-security-bootstrap-redis-go-arm64 latest 7ee6ed290ebb 42 seconds ago 15.2MB 05:14:08 docker-sys-mgmt-agent-go-arm64 latest 79156f6f0fe3 2 minutes ago 300MB 05:14:08 docker-core-data-go-arm64 latest 7a2db7ea8cde 2 minutes ago 22.3MB 05:14:08 docker-core-command-go-arm64 latest 589f4f980dfd 3 minutes ago 11.4MB 05:14:08 docker-support-scheduler-go-arm64 latest d34f8869e4cb 3 minutes ago 11.5MB 05:14:08 docker-security-secretstore-setup-go-arm64 latest 6084664e589d 3 minutes ago 23.5MB 05:14:08 docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 05:14:09 ---> ce9073c239aa 05:14:09 Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:14:09 provisioning config files... 05:14:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config3620031419509534866tmp [Pipeline] { 05:14:09 ---> Running in 383377ae9673 05:14:09 ---> ffc323fcef7c 05:14:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] libraryResource [Pipeline] sh 05:14:09 ---> docker-login.sh 05:14:09 nexus3.edgexfoundry.org:10001 05:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:10 Configure a credential helper to remove this warning. See 05:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:10 05:14:10 Login Succeeded 05:14:10 nexus3.edgexfoundry.org:10002 05:14:10 ---> 44ff78eb0828 05:14:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:10 Configure a credential helper to remove this warning. See 05:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:10 05:14:10 Login Succeeded 05:14:10 nexus3.edgexfoundry.org:10003 05:14:10 ---> 7c42df13d29d 05:14:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 05:14:11 ---> Running in b4a65498cd18 05:14:11 ---> 2b4a9ca78be0 05:14:11 Step 18/22 : ENTRYPOINT ["/core-command"] 05:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:11 Configure a credential helper to remove this warning. See 05:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:11 05:14:11 Login Succeeded 05:14:11 nexus3.edgexfoundry.org:10004 05:14:11 ---> Running in ac2d1f4d4e8d 05:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:11 Configure a credential helper to remove this warning. See 05:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:11 05:14:11 Login Succeeded 05:14:11 docker.io 05:14:12 Removing intermediate container b4a65498cd18 05:14:12 ---> ed0ace502021 05:14:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:14:12 ---> Running in 6937c5c70c1b 05:14:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:12 Removing intermediate container ac2d1f4d4e8d 05:14:12 ---> 1d806475e583 05:14:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:14:12 ---> Running in b9a1cd85d028 05:14:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:12 Configure a credential helper to remove this warning. See 05:14:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:12 05:14:12 Login Succeeded 05:14:12 ---> docker-login.sh ends [Pipeline] } 05:14:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 05:14:12 Removing intermediate container 6937c5c70c1b 05:14:12 ---> 84821e1066cf 05:14:12 Step 19/21 : LABEL arch=x86_64 [Pipeline] // withEnv [Pipeline] echo 05:14:13 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 05:14:13 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:13 2.0.0-dev.10 05:14:13 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:13 master 05:14:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 05:14:13 Removing intermediate container b9a1cd85d028 05:14:13 ---> 5c1b027232c7 05:14:13 Step 20/22 : LABEL arch=x86_64 05:14:13 ---> Running in 7fa46d273ea8 05:14:13 Removing intermediate container 383377ae9673 05:14:13 ---> 46ce5264dcd3 05:14:13 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 05:14:13 ---> Running in 219b7d74618c [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:13 ---> Running in 4a441bdc92ee 05:14:13 ---> 952f762dcee2 05:14:13 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:14:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:13 ---> Running in 5c27fcee96d0 05:14:13 Removing intermediate container 7fa46d273ea8 05:14:13 ---> efc24932ccdc 05:14:13 Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:14:14 182687c5b24b: Preparing 05:14:14 0aaae819dd1d: Preparing 05:14:14 8914be06403b: Preparing 05:14:14 ---> Running in a3de870c8bb2 05:14:14 Removing intermediate container 219b7d74618c 05:14:14 ---> 7114ceef3e2d 05:14:14 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:14 182687c5b24b: Pushed 05:14:14 8914be06403b: Pushed 05:14:14 Removing intermediate container 4a441bdc92ee 05:14:14 ---> 2e9aadaa2208 05:14:14 Step 20/22 : LABEL arch=x86_64 05:14:14 ---> Running in 483099f5b7ec 05:14:14 ---> Running in 2c957b1ec794 05:14:14 Removing intermediate container a3de870c8bb2 05:14:14 ---> 380e8ad5b48f 05:14:14 Step 21/21 : LABEL version=2.0.0-dev.10 05:14:14 ---> Running in 1907d6b596a8 05:14:15 Removing intermediate container 483099f5b7ec 05:14:15 ---> 9f950e8d8f91 05:14:15 Step 22/22 : LABEL version=2.0.0-dev.10 05:14:15 Removing intermediate container 2c957b1ec794 05:14:15 ---> ff73930c9789 05:14:15 Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:15 ---> Running in c4263226cfff 05:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:14:15 Removing intermediate container 1907d6b596a8 05:14:15 ---> d39a9eab71b5 05:14:15 05:14:15 ---> Running in 2c3a9b2df69b 05:14:15 Successfully built d39a9eab71b5 05:14:15 Successfully tagged docker-support-scheduler-go:latest 05:14:15 Removing intermediate container c4263226cfff 05:14:15 ---> 96e51944fafd 05:14:15 05:14:16  Building docker-support-scheduler-go ... done Removing intermediate container 2c3a9b2df69b 05:14:16 ---> 7e9257c74da9 05:14:16 Step 22/22 : LABEL version=2.0.0-dev.10 05:14:16 ---> Running in d5567b3e2227 05:14:16 Successfully built 96e51944fafd 05:14:16 Successfully tagged docker-core-command-go:latest 05:14:17  Building docker-core-command-go ... done Removing intermediate container d5567b3e2227 05:14:17 ---> 146868e368cd 05:14:17 05:14:17 Successfully built 146868e368cd 05:14:17 0aaae819dd1d: Pushed 05:14:17 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 05:14:17 Successfully tagged docker-security-bootstrap-redis-go:latest [Pipeline] isUnix [Pipeline] sh 05:14:18 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 05:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:14:18 182687c5b24b: Preparing 05:14:18 0aaae819dd1d: Preparing 05:14:18 8914be06403b: Preparing 05:14:18 0aaae819dd1d: Layer already exists 05:14:18 182687c5b24b: Layer already exists 05:14:18 8914be06403b: Layer already exists 05:14:18 2.0.0-dev.10: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] isUnix [Pipeline] sh 05:14:19 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:14:19 182687c5b24b: Preparing 05:14:19 0aaae819dd1d: Preparing 05:14:19 8914be06403b: Preparing 05:14:19 8914be06403b: Layer already exists 05:14:19 182687c5b24b: Layer already exists 05:14:19 0aaae819dd1d: Layer already exists 05:14:19 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] isUnix [Pipeline] sh 05:14:20 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 05:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:14:20 182687c5b24b: Preparing 05:14:20 0aaae819dd1d: Preparing 05:14:20 8914be06403b: Preparing 05:14:20 182687c5b24b: Layer already exists 05:14:20 8914be06403b: Layer already exists 05:14:20 0aaae819dd1d: Layer already exists 05:14:20 master: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:21 ===================================================== [Pipeline] echo 05:14:21 taggedImages: 05:14:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 05:14:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 05:14:21 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 05:14:21 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:21 2.0.0-dev.10 05:14:21 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:21 master 05:14:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:14:22 6bb785147c24: Preparing 05:14:22 02866c67a024: Preparing 05:14:22 fc3cf5bdcdd4: Preparing 05:14:22 8a1caf8a4539: Preparing 05:14:22 fd0e6b552e06: Preparing 05:14:22 e934a737d657: Preparing 05:14:22 e934a737d657: Waiting 05:14:22 fc3cf5bdcdd4: Pushed 05:14:22 6bb785147c24: Pushed 05:14:22 fd0e6b552e06: Pushed 05:14:22 e934a737d657: Layer already exists 05:14:23 8a1caf8a4539: Pushed 05:14:25 02866c67a024: Pushed 05:14:25 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:14:26 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 05:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:14:26 6bb785147c24: Preparing 05:14:26 02866c67a024: Preparing 05:14:26 fc3cf5bdcdd4: Preparing 05:14:26 8a1caf8a4539: Preparing 05:14:26 fd0e6b552e06: Preparing 05:14:26 e934a737d657: Preparing 05:14:26 e934a737d657: Waiting 05:14:26 8a1caf8a4539: Layer already exists 05:14:26 fc3cf5bdcdd4: Layer already exists 05:14:26 fd0e6b552e06: Layer already exists 05:14:26 6bb785147c24: Layer already exists 05:14:26 02866c67a024: Layer already exists 05:14:26 e934a737d657: Layer already exists 05:14:26 2.0.0-dev.10: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:14:27 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:14:27 6bb785147c24: Preparing 05:14:27 02866c67a024: Preparing 05:14:27 fc3cf5bdcdd4: Preparing 05:14:27 8a1caf8a4539: Preparing 05:14:27 fd0e6b552e06: Preparing 05:14:27 e934a737d657: Preparing 05:14:27 e934a737d657: Waiting 05:14:27 fc3cf5bdcdd4: Layer already exists 05:14:27 fd0e6b552e06: Layer already exists 05:14:27 6bb785147c24: Layer already exists 05:14:27 8a1caf8a4539: Layer already exists 05:14:27 02866c67a024: Layer already exists 05:14:27 e934a737d657: Layer already exists 05:14:27 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:14:28 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 05:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:14:28 6bb785147c24: Preparing 05:14:28 02866c67a024: Preparing 05:14:28 fc3cf5bdcdd4: Preparing 05:14:28 8a1caf8a4539: Preparing 05:14:28 fd0e6b552e06: Preparing 05:14:28 e934a737d657: Preparing 05:14:28 e934a737d657: Waiting 05:14:28 8a1caf8a4539: Layer already exists 05:14:28 02866c67a024: Layer already exists 05:14:28 fd0e6b552e06: Layer already exists 05:14:28 6bb785147c24: Layer already exists 05:14:28 fc3cf5bdcdd4: Layer already exists 05:14:28 e934a737d657: Layer already exists 05:14:28 master: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:29 ===================================================== [Pipeline] echo 05:14:29 taggedImages: 05:14:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 05:14:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 05:14:29 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 05:14:29 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:29 2.0.0-dev.10 05:14:29 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:29 master 05:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:14:30 e5ef2cc61efc: Preparing 05:14:30 62fb778275a2: Preparing 05:14:30 fea687e64c23: Preparing 05:14:30 fea687e64c23: Pushed 05:14:30 e5ef2cc61efc: Pushed 05:14:33 62fb778275a2: Pushed 05:14:33 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh 05:14:34 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 05:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:14:34 e5ef2cc61efc: Preparing 05:14:34 62fb778275a2: Preparing 05:14:34 fea687e64c23: Preparing 05:14:34 fea687e64c23: Layer already exists 05:14:34 62fb778275a2: Layer already exists 05:14:34 e5ef2cc61efc: Layer already exists 05:14:34 2.0.0-dev.10: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh 05:14:35 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:14:35 e5ef2cc61efc: Preparing 05:14:35 62fb778275a2: Preparing 05:14:35 fea687e64c23: Preparing 05:14:35 fea687e64c23: Layer already exists 05:14:35 e5ef2cc61efc: Layer already exists 05:14:35 62fb778275a2: Layer already exists 05:14:35 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh 05:14:36 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 05:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:14:36 e5ef2cc61efc: Preparing 05:14:36 62fb778275a2: Preparing 05:14:36 fea687e64c23: Preparing 05:14:36 fea687e64c23: Layer already exists 05:14:36 62fb778275a2: Layer already exists 05:14:36 e5ef2cc61efc: Layer already exists 05:14:36 master: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] } 05:14:36  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 37cfc76debe5 05:14:36 ---> 7f424a6f7dc4 05:14:36 05:14:36 Step 10/24 : FROM scratch 05:14:36 ---> 05:14:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 05:14:36 ---> Running in 7d40bd3e26cc 05:14:36 Removing intermediate container 7d40bd3e26cc 05:14:36 ---> fddf7a7dc293 05:14:36 Step 12/24 : ENV APP_PORT=48060 05:14:36 ---> Running in db2e2f027c8b 05:14:36 Removing intermediate container db2e2f027c8b 05:14:36 ---> 0e0646baf8b9 05:14:36 Step 13/24 : EXPOSE $APP_PORT 05:14:36 ---> Running in cce80caa88ea [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:36 ===================================================== [Pipeline] echo 05:14:37 taggedImages: 05:14:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 05:14:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 05:14:37 Removing intermediate container 5c27fcee96d0 05:14:37 ---> 44434f06e950 05:14:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:14:37 Removing intermediate container cce80caa88ea 05:14:37 ---> ec568466c32e 05:14:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh [Pipeline] echo 05:14:37 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 05:14:37 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:37 2.0.0-dev.10 05:14:37 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:37 master 05:14:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:37 ---> Running in 961ea1281fb8 05:14:37 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 05:14:37 99601c75e472: Preparing 05:14:37 1d7fad764536: Preparing 05:14:37 333d3f6ab5de: Preparing 05:14:37 0dab15e536d5: Preparing 05:14:37 c1ae50a17730: Preparing 05:14:37 a36fac189d76: Preparing 05:14:37 66b385cf80cf: Preparing 05:14:37 a36fac189d76: Waiting 05:14:37 66b385cf80cf: Waiting 05:14:37 ---> 210010d03e41 05:14:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 05:14:38 c1ae50a17730: Pushed 05:14:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:14:38 99601c75e472: Pushed 05:14:38 333d3f6ab5de: Pushed 05:14:38 1d7fad764536: Pushed 05:14:38 66b385cf80cf: Layer already exists 05:14:39 a36fac189d76: Pushed 05:14:39 ---> 80fb82ef2a29 05:14:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 05:14:40 0dab15e536d5: Pushed 05:14:40 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh 05:14:40 ---> 5b5b00baa40b 05:14:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 05:14:40 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:41 Removing intermediate container 961ea1281fb8 05:14:41 ---> 3f5b03162a9f 05:14:41 05:14:41 Step 11/27 : FROM docker:latest 05:14:41 ---> aefe523efa57 05:14:41 Step 12/27 : RUN apk add --no-cache bash 05:14:41 ---> Running in e8cf05d90410 05:14:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 05:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 05:14:41 99601c75e472: Preparing 05:14:41 1d7fad764536: Preparing 05:14:41 333d3f6ab5de: Preparing 05:14:41 0dab15e536d5: Preparing 05:14:41 c1ae50a17730: Preparing 05:14:41 a36fac189d76: Preparing 05:14:41 66b385cf80cf: Preparing 05:14:41 a36fac189d76: Waiting 05:14:41 66b385cf80cf: Waiting 05:14:41 ---> ff413856c2ce 05:14:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:14:41 c1ae50a17730: Layer already exists 05:14:41 0dab15e536d5: Layer already exists 05:14:41 1d7fad764536: Layer already exists 05:14:41 333d3f6ab5de: Layer already exists 05:14:41 99601c75e472: Layer already exists 05:14:41 66b385cf80cf: Layer already exists 05:14:41 a36fac189d76: Layer already exists 05:14:41 2.0.0-dev.10: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh 05:14:41 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 05:14:42 99601c75e472: Preparing 05:14:42 1d7fad764536: Preparing 05:14:42 333d3f6ab5de: Preparing 05:14:42 0dab15e536d5: Preparing 05:14:42 c1ae50a17730: Preparing 05:14:42 a36fac189d76: Preparing 05:14:42 66b385cf80cf: Preparing 05:14:42 a36fac189d76: Waiting 05:14:42 99601c75e472: Layer already exists 05:14:42 0dab15e536d5: Layer already exists 05:14:42 c1ae50a17730: Layer already exists 05:14:42 333d3f6ab5de: Layer already exists 05:14:42 1d7fad764536: Layer already exists 05:14:42 a36fac189d76: Layer already exists 05:14:42 66b385cf80cf: Layer already exists 05:14:42 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh 05:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:14:42 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:43 (1/2) Installing readline (8.0.4-r0) 05:14:43 (2/2) Installing bash (5.0.17-r0) 05:14:43 Executing bash-5.0.17-r0.post-install 05:14:43 Executing busybox-1.31.1-r19.trigger 05:14:43 OK: 12 MiB in 22 packages 05:14:43 ---> 610b28c72862 05:14:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:14:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 05:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 05:14:43 99601c75e472: Preparing 05:14:43 1d7fad764536: Preparing 05:14:43 333d3f6ab5de: Preparing 05:14:43 0dab15e536d5: Preparing 05:14:43 c1ae50a17730: Preparing 05:14:43 a36fac189d76: Preparing 05:14:43 66b385cf80cf: Preparing 05:14:43 a36fac189d76: Waiting 05:14:43 66b385cf80cf: Waiting 05:14:43 99601c75e472: Layer already exists 05:14:43 0dab15e536d5: Layer already exists 05:14:43 333d3f6ab5de: Layer already exists 05:14:43 c1ae50a17730: Layer already exists 05:14:43 1d7fad764536: Layer already exists 05:14:43 66b385cf80cf: Layer already exists 05:14:43 a36fac189d76: Layer already exists 05:14:43 master: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:43 ===================================================== [Pipeline] echo 05:14:43 taggedImages: 05:14:43 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:43 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 05:14:43 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:43 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 05:14:43 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 05:14:43 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:43 2.0.0-dev.10 05:14:43 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:43 master 05:14:43 ===================================================== [Pipeline] withEnv [Pipeline] { 05:14:43 ---> 7ca4977fbf88 05:14:43 Step 20/24 : ENTRYPOINT ["/support-notifications"] 05:14:43 ---> Running in 1a0a2ccad957 05:14:43 Removing intermediate container e8cf05d90410 05:14:43 ---> 8467f736c083 05:14:43 Step 13/27 : RUN rm -rf /var/cache/apk/* [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:44 ---> Running in 6f7d678fb769 05:14:44 Removing intermediate container 1a0a2ccad957 05:14:44 ---> 8a0ce10b625b 05:14:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:14:44 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:44 ---> Running in 3b2b02813c5a 05:14:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:14:44 510a09ac6028: Preparing 05:14:44 8129ba3f69ba: Preparing 05:14:44 c3d653901971: Preparing 05:14:44 b8f2381f87ec: Preparing 05:14:44 4f8421f5fe20: Preparing 05:14:44 e934a737d657: Preparing 05:14:44 e934a737d657: Waiting 05:14:44 Removing intermediate container 3b2b02813c5a 05:14:44 ---> 4a7bce93973b 05:14:44 Step 22/24 : LABEL arch=x86_64 05:14:45 ---> Running in 3a4c497065ea 05:14:45 Removing intermediate container 3a4c497065ea 05:14:45 ---> b80b0e05f900 05:14:45 Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:45 ---> Running in edd8ee545cbf 05:14:45 b8f2381f87ec: Pushed 05:14:45 c3d653901971: Pushed 05:14:45 e934a737d657: Layer already exists 05:14:45 4f8421f5fe20: Pushed 05:14:45 Removing intermediate container 6f7d678fb769 05:14:45 ---> 5c34c2e75d98 05:14:45 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:14:45 Removing intermediate container edd8ee545cbf 05:14:45 ---> f2e70a2036a8 05:14:45 Step 24/24 : LABEL version=2.0.0-dev.10 05:14:46 ---> Running in e01917c216de 05:14:46 ---> Running in eb3a6dfd560d 05:14:46 Removing intermediate container e01917c216de 05:14:46 ---> cf0b79e99415 05:14:46 Step 15/27 : ENV APP_PORT=48090 05:14:47 Removing intermediate container eb3a6dfd560d 05:14:47 ---> 03ac3d628bf6 05:14:47 05:14:47 ---> Running in 5c210befde3d 05:14:47 510a09ac6028: Pushed 05:14:47 8129ba3f69ba: Pushed 05:14:47 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh 05:14:47 Successfully built 03ac3d628bf6 05:14:47 Successfully tagged docker-support-notifications-go:latest 05:14:47  Building docker-support-notifications-go ... done Removing intermediate container 5c210befde3d 05:14:47 ---> 93f6c58d182c 05:14:47 Step 16/27 : EXPOSE $APP_PORT 05:14:47 ---> Running in 109418145d6a 05:14:47 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 05:14:47 Removing intermediate container 109418145d6a 05:14:47 ---> 3756b26d5976 05:14:47 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] isUnix [Pipeline] sh 05:14:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 05:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:14:48 510a09ac6028: Preparing 05:14:48 8129ba3f69ba: Preparing 05:14:48 c3d653901971: Preparing 05:14:48 b8f2381f87ec: Preparing 05:14:48 4f8421f5fe20: Preparing 05:14:48 e934a737d657: Preparing 05:14:48 e934a737d657: Waiting 05:14:48 b8f2381f87ec: Layer already exists 05:14:48 4f8421f5fe20: Layer already exists 05:14:48 8129ba3f69ba: Layer already exists 05:14:48 510a09ac6028: Layer already exists 05:14:48 c3d653901971: Layer already exists 05:14:48 e934a737d657: Layer already exists 05:14:48 2.0.0-dev.10: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh 05:14:48 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:48 ---> 1e857cd7fd78 05:14:48 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:14:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:14:49 510a09ac6028: Preparing 05:14:49 8129ba3f69ba: Preparing 05:14:49 c3d653901971: Preparing 05:14:49 b8f2381f87ec: Preparing 05:14:49 4f8421f5fe20: Preparing 05:14:49 e934a737d657: Preparing 05:14:49 e934a737d657: Waiting 05:14:49 510a09ac6028: Layer already exists 05:14:49 b8f2381f87ec: Layer already exists 05:14:49 c3d653901971: Layer already exists 05:14:49 8129ba3f69ba: Layer already exists 05:14:49 4f8421f5fe20: Layer already exists 05:14:49 e934a737d657: Layer already exists 05:14:49 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh 05:14:49 ---> 99cd8edc990c 05:14:49 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:14:49 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 05:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:14:49 510a09ac6028: Preparing 05:14:49 8129ba3f69ba: Preparing 05:14:49 c3d653901971: Preparing 05:14:49 b8f2381f87ec: Preparing 05:14:49 4f8421f5fe20: Preparing 05:14:49 e934a737d657: Preparing 05:14:49 e934a737d657: Waiting 05:14:49 510a09ac6028: Layer already exists 05:14:49 c3d653901971: Layer already exists 05:14:49 b8f2381f87ec: Layer already exists 05:14:49 4f8421f5fe20: Layer already exists 05:14:49 8129ba3f69ba: Layer already exists 05:14:49 e934a737d657: Layer already exists 05:14:49 ---> f8eebb46f515 05:14:49 Step 20/27 : RUN apk --no-cache add py3-pip 05:14:49 ---> Running in 8deee73bd992 05:14:50 master: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:50 ===================================================== [Pipeline] echo 05:14:50 taggedImages: 05:14:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 05:14:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 05:14:50 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 05:14:50 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:50 2.0.0-dev.10 05:14:50 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:50 master 05:14:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:14:50 (1/33) Installing libbz2 (1.0.8-r1) 05:14:50 (2/33) Installing expat (2.2.9-r1) 05:14:51 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:51 (3/33) Installing libffi (3.3-r2) 05:14:51 (4/33) Installing gdbm (1.13-r1) 05:14:51 (5/33) Installing xz-libs (5.2.5-r0) 05:14:51 (6/33) Installing sqlite-libs (3.32.1-r0) 05:14:51 (7/33) Installing python3 (3.8.5-r0) 05:14:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 05:14:51 6f84d3557798: Preparing 05:14:51 d8514204735d: Preparing 05:14:51 7aca27f7677e: Preparing 05:14:51 2d999d817deb: Preparing 05:14:51 2d999d817deb: Preparing 05:14:51 88258508414e: Preparing 05:14:51 ad95a8787f92: Preparing 05:14:51 84d63b2d0e3f: Preparing 05:14:51 6f84d3557798: Preparing 05:14:51 63523ea94548: Preparing 05:14:51 237d728e5d15: Preparing 05:14:51 dd04ce2b1d55: Preparing 05:14:51 e934a737d657: Preparing 05:14:51 63523ea94548: Waiting 05:14:51 237d728e5d15: Waiting 05:14:51 ad95a8787f92: Waiting 05:14:51 dd04ce2b1d55: Waiting 05:14:51 84d63b2d0e3f: Waiting 05:14:51 e934a737d657: Waiting 05:14:51 88258508414e: Pushed 05:14:51 7aca27f7677e: Pushed 05:14:52 2d999d817deb: Pushed 05:14:52 d8514204735d: Pushed 05:14:52 ad95a8787f92: Pushed 05:14:52 84d63b2d0e3f: Pushed 05:14:52 63523ea94548: Pushed 05:14:52 237d728e5d15: Pushed 05:14:52 e934a737d657: Layer already exists 05:14:52 dd04ce2b1d55: Pushed 05:14:52 (8/33) Installing py3-appdirs (1.4.4-r1) 05:14:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:14:52 (10/33) Installing py3-parsing (2.4.7-r0) 05:14:52 (11/33) Installing py3-six (1.15.0-r0) 05:14:52 (12/33) Installing py3-packaging (20.4-r0) 05:14:52 (13/33) Installing py3-setuptools (47.0.0-r0) 05:14:52 (14/33) Installing py3-chardet (3.0.4-r4) 05:14:52 (15/33) Installing py3-idna (2.9-r0) 05:14:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:14:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:14:52 (18/33) Installing py3-requests (2.23.0-r0) 05:14:52 (19/33) Installing py3-msgpack (1.0.0-r0) 05:14:52 (20/33) Installing py3-lockfile (0.12.2-r3) 05:14:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:14:52 (22/33) Installing py3-colorama (0.4.3-r0) 05:14:53 (23/33) Installing py3-distlib (0.3.0-r0) 05:14:53 (24/33) Installing py3-distro (1.5.0-r1) 05:14:53 (25/33) Installing py3-webencodings (0.5.1-r3) 05:14:53 (26/33) Installing py3-html5lib (1.0.1-r4) 05:14:53 (27/33) Installing py3-pytoml (0.1.21-r0) 05:14:53 (28/33) Installing py3-pep517 (0.8.2-r0) 05:14:53 (29/33) Installing py3-progress (1.5-r0) 05:14:53 (30/33) Installing py3-toml (0.10.1-r0) 05:14:53 (31/33) Installing py3-retrying (1.3.3-r0) 05:14:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:14:53 (33/33) Installing py3-pip (20.1.1-r0) 05:14:53 Executing busybox-1.31.1-r19.trigger 05:14:53 OK: 71 MiB in 55 packages 05:14:54 6f84d3557798: Pushed 05:14:54 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:14:54 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 05:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 05:14:55 6f84d3557798: Preparing 05:14:55 d8514204735d: Preparing 05:14:55 7aca27f7677e: Preparing 05:14:55 2d999d817deb: Preparing 05:14:55 2d999d817deb: Preparing 05:14:55 88258508414e: Preparing 05:14:55 ad95a8787f92: Preparing 05:14:55 84d63b2d0e3f: Preparing 05:14:55 6f84d3557798: Preparing 05:14:55 63523ea94548: Preparing 05:14:55 237d728e5d15: Preparing 05:14:55 dd04ce2b1d55: Preparing 05:14:55 e934a737d657: Preparing 05:14:55 dd04ce2b1d55: Waiting 05:14:55 63523ea94548: Waiting 05:14:55 237d728e5d15: Waiting 05:14:55 e934a737d657: Waiting 05:14:55 ad95a8787f92: Waiting 05:14:55 84d63b2d0e3f: Waiting 05:14:55 d8514204735d: Layer already exists 05:14:55 2d999d817deb: Layer already exists 05:14:55 7aca27f7677e: Layer already exists 05:14:55 6f84d3557798: Layer already exists 05:14:55 88258508414e: Layer already exists 05:14:55 dd04ce2b1d55: Layer already exists 05:14:55 84d63b2d0e3f: Layer already exists 05:14:55 63523ea94548: Layer already exists 05:14:55 ad95a8787f92: Layer already exists 05:14:55 237d728e5d15: Layer already exists 05:14:55 e934a737d657: Layer already exists 05:14:55 2.0.0-dev.10: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:14:55 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:14:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 05:14:56 6f84d3557798: Preparing 05:14:56 d8514204735d: Preparing 05:14:56 7aca27f7677e: Preparing 05:14:56 2d999d817deb: Preparing 05:14:56 2d999d817deb: Preparing 05:14:56 88258508414e: Preparing 05:14:56 ad95a8787f92: Preparing 05:14:56 84d63b2d0e3f: Preparing 05:14:56 6f84d3557798: Preparing 05:14:56 63523ea94548: Preparing 05:14:56 237d728e5d15: Preparing 05:14:56 dd04ce2b1d55: Preparing 05:14:56 e934a737d657: Preparing 05:14:56 ad95a8787f92: Waiting 05:14:56 84d63b2d0e3f: Waiting 05:14:56 63523ea94548: Waiting 05:14:56 237d728e5d15: Waiting 05:14:56 dd04ce2b1d55: Waiting 05:14:56 e934a737d657: Waiting 05:14:56 7aca27f7677e: Layer already exists 05:14:56 d8514204735d: Layer already exists 05:14:56 6f84d3557798: Layer already exists 05:14:56 88258508414e: Layer already exists 05:14:56 2d999d817deb: Layer already exists 05:14:56 ad95a8787f92: Layer already exists 05:14:56 84d63b2d0e3f: Layer already exists 05:14:56 237d728e5d15: Layer already exists 05:14:56 63523ea94548: Layer already exists 05:14:56 dd04ce2b1d55: Layer already exists 05:14:56 e934a737d657: Layer already exists 05:14:56 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:14:56 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:14:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 05:14:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 05:14:57 6f84d3557798: Preparing 05:14:57 d8514204735d: Preparing 05:14:57 7aca27f7677e: Preparing 05:14:57 2d999d817deb: Preparing 05:14:57 2d999d817deb: Preparing 05:14:57 88258508414e: Preparing 05:14:57 ad95a8787f92: Preparing 05:14:57 84d63b2d0e3f: Preparing 05:14:57 6f84d3557798: Preparing 05:14:57 63523ea94548: Preparing 05:14:57 237d728e5d15: Preparing 05:14:57 dd04ce2b1d55: Preparing 05:14:57 e934a737d657: Preparing 05:14:57 84d63b2d0e3f: Waiting 05:14:57 63523ea94548: Waiting 05:14:57 237d728e5d15: Waiting 05:14:57 dd04ce2b1d55: Waiting 05:14:57 e934a737d657: Waiting 05:14:57 ad95a8787f92: Waiting 05:14:57 6f84d3557798: Layer already exists 05:14:57 2d999d817deb: Layer already exists 05:14:57 88258508414e: Layer already exists 05:14:57 d8514204735d: Layer already exists 05:14:57 7aca27f7677e: Layer already exists 05:14:57 237d728e5d15: Layer already exists 05:14:57 ad95a8787f92: Layer already exists 05:14:57 84d63b2d0e3f: Layer already exists 05:14:57 63523ea94548: Layer already exists 05:14:57 dd04ce2b1d55: Layer already exists 05:14:57 e934a737d657: Layer already exists 05:14:57 master: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:57 ===================================================== [Pipeline] echo 05:14:57 taggedImages: 05:14:57 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:57 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 05:14:57 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:57 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 05:14:57 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 05:14:57 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:57 2.0.0-dev.10 05:14:57 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:14:57 master 05:14:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:58 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:14:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:14:58 d706bd4f7c47: Preparing 05:14:58 878bea7ffc0a: Preparing 05:14:58 fd2b9bc8bd25: Preparing 05:14:58 51f8fd1d9f40: Preparing 05:14:58 26c127d72f9f: Preparing 05:14:58 bffae2f5d7e9: Preparing 05:14:58 63ca69234e3a: Preparing 05:14:58 a36fac189d76: Preparing 05:14:58 66b385cf80cf: Preparing 05:14:58 bffae2f5d7e9: Waiting 05:14:58 a36fac189d76: Waiting 05:14:58 63ca69234e3a: Waiting 05:14:58 66b385cf80cf: Waiting 05:14:58 26c127d72f9f: Pushed 05:14:58 d706bd4f7c47: Pushed 05:14:58 878bea7ffc0a: Pushed 05:14:59 a36fac189d76: Layer already exists 05:14:59 66b385cf80cf: Layer already exists 05:14:59 bffae2f5d7e9: Pushed 05:14:59 63ca69234e3a: Pushed 05:15:01 51f8fd1d9f40: Pushed 05:15:01 fd2b9bc8bd25: Pushed 05:15:01 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh 05:15:01 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 05:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:15:01 d706bd4f7c47: Preparing 05:15:01 878bea7ffc0a: Preparing 05:15:01 fd2b9bc8bd25: Preparing 05:15:01 51f8fd1d9f40: Preparing 05:15:01 26c127d72f9f: Preparing 05:15:01 bffae2f5d7e9: Preparing 05:15:01 63ca69234e3a: Preparing 05:15:01 a36fac189d76: Preparing 05:15:01 66b385cf80cf: Preparing 05:15:01 63ca69234e3a: Waiting 05:15:01 a36fac189d76: Waiting 05:15:01 66b385cf80cf: Waiting 05:15:01 bffae2f5d7e9: Waiting 05:15:02 26c127d72f9f: Layer already exists 05:15:02 51f8fd1d9f40: Layer already exists 05:15:02 fd2b9bc8bd25: Layer already exists 05:15:02 878bea7ffc0a: Layer already exists 05:15:02 d706bd4f7c47: Layer already exists 05:15:02 bffae2f5d7e9: Layer already exists 05:15:02 63ca69234e3a: Layer already exists 05:15:02 66b385cf80cf: Layer already exists 05:15:02 a36fac189d76: Layer already exists 05:15:02 2.0.0-dev.10: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh 05:15:02 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:15:03 d706bd4f7c47: Preparing 05:15:03 878bea7ffc0a: Preparing 05:15:03 fd2b9bc8bd25: Preparing 05:15:03 51f8fd1d9f40: Preparing 05:15:03 26c127d72f9f: Preparing 05:15:03 bffae2f5d7e9: Preparing 05:15:03 63ca69234e3a: Preparing 05:15:03 a36fac189d76: Preparing 05:15:03 66b385cf80cf: Preparing 05:15:03 63ca69234e3a: Waiting 05:15:03 a36fac189d76: Waiting 05:15:03 66b385cf80cf: Waiting 05:15:03 bffae2f5d7e9: Waiting 05:15:03 d706bd4f7c47: Layer already exists 05:15:03 878bea7ffc0a: Layer already exists 05:15:03 26c127d72f9f: Layer already exists 05:15:03 fd2b9bc8bd25: Layer already exists 05:15:03 51f8fd1d9f40: Layer already exists 05:15:03 63ca69234e3a: Layer already exists 05:15:03 66b385cf80cf: Layer already exists 05:15:03 bffae2f5d7e9: Layer already exists 05:15:03 a36fac189d76: Layer already exists 05:15:03 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh 05:15:03 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:15:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 05:15:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:15:03 d706bd4f7c47: Preparing 05:15:03 878bea7ffc0a: Preparing 05:15:03 fd2b9bc8bd25: Preparing 05:15:03 51f8fd1d9f40: Preparing 05:15:03 26c127d72f9f: Preparing 05:15:03 bffae2f5d7e9: Preparing 05:15:03 63ca69234e3a: Preparing 05:15:03 a36fac189d76: Preparing 05:15:03 66b385cf80cf: Preparing 05:15:03 bffae2f5d7e9: Waiting 05:15:03 63ca69234e3a: Waiting 05:15:03 66b385cf80cf: Waiting 05:15:04 fd2b9bc8bd25: Layer already exists 05:15:04 d706bd4f7c47: Layer already exists 05:15:04 51f8fd1d9f40: Layer already exists 05:15:04 878bea7ffc0a: Layer already exists 05:15:04 26c127d72f9f: Layer already exists 05:15:04 a36fac189d76: Layer already exists 05:15:04 66b385cf80cf: Layer already exists 05:15:04 63ca69234e3a: Layer already exists 05:15:04 bffae2f5d7e9: Layer already exists 05:15:04 master: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:04 ===================================================== [Pipeline] echo 05:15:04 taggedImages: 05:15:04 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:04 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 05:15:04 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:04 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 05:15:04 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 05:15:04 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:04 2.0.0-dev.10 05:15:04 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:04 master 05:15:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:15:05 15ed56417a6b: Preparing 05:15:05 c0023c4e95ff: Preparing 05:15:05 c459d2571704: Preparing 05:15:05 67ce867d9a3e: Preparing 05:15:05 7518cfa11494: Preparing 05:15:05 6c69069971cc: Preparing 05:15:05 6c69069971cc: Waiting 05:15:06 Removing intermediate container 8deee73bd992 05:15:06 ---> d7aee2fa101a 05:15:06 Step 21/27 : RUN pip install docker-compose==1.23.2 05:15:06 ---> Running in e3adceb994ac 05:15:06 c459d2571704: Pushed 05:15:06 15ed56417a6b: Pushed 05:15:06 67ce867d9a3e: Pushed 05:15:06 7518cfa11494: Pushed 05:15:06 6c69069971cc: Pushed 05:15:07 Collecting docker-compose==1.23.2 05:15:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:15:08 c0023c4e95ff: Pushed 05:15:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:15:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:15:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:15:09 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh 05:15:09 Collecting docker<4.0,>=3.6.0 05:15:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:15:09 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:09 Collecting dockerpty<0.5,>=0.4.1 05:15:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:15:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 05:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:15:09 15ed56417a6b: Preparing 05:15:09 c0023c4e95ff: Preparing 05:15:09 c459d2571704: Preparing 05:15:09 67ce867d9a3e: Preparing 05:15:09 7518cfa11494: Preparing 05:15:09 6c69069971cc: Preparing 05:15:09 6c69069971cc: Waiting 05:15:09 67ce867d9a3e: Layer already exists 05:15:09 7518cfa11494: Layer already exists 05:15:10 15ed56417a6b: Layer already exists 05:15:10 c0023c4e95ff: Layer already exists 05:15:10 c459d2571704: Layer already exists 05:15:10 6c69069971cc: Layer already exists 05:15:10 2.0.0-dev.10: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh 05:15:10 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:10 Collecting cached-property<2,>=1.2.0 05:15:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:15:10 Collecting jsonschema<3,>=2.5.1 05:15:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:15:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:15:10 15ed56417a6b: Preparing 05:15:10 c0023c4e95ff: Preparing 05:15:10 c459d2571704: Preparing 05:15:10 67ce867d9a3e: Preparing 05:15:10 7518cfa11494: Preparing 05:15:10 6c69069971cc: Preparing 05:15:10 6c69069971cc: Waiting 05:15:10 c0023c4e95ff: Layer already exists 05:15:10 7518cfa11494: Layer already exists 05:15:10 15ed56417a6b: Layer already exists 05:15:10 Collecting websocket-client<1.0,>=0.32.0 05:15:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 05:15:10 Collecting docopt<0.7,>=0.6.1 05:15:10 Downloading docopt-0.6.2.tar.gz (25 kB) 05:15:10 c459d2571704: Layer already exists 05:15:10 67ce867d9a3e: Layer already exists 05:15:10 6c69069971cc: Layer already exists 05:15:10 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh 05:15:11 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:15:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 05:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:15:11 15ed56417a6b: Preparing 05:15:11 c0023c4e95ff: Preparing 05:15:11 c459d2571704: Preparing 05:15:11 67ce867d9a3e: Preparing 05:15:11 7518cfa11494: Preparing 05:15:11 6c69069971cc: Preparing 05:15:11 6c69069971cc: Waiting 05:15:11 67ce867d9a3e: Layer already exists 05:15:11 15ed56417a6b: Layer already exists 05:15:11 7518cfa11494: Layer already exists 05:15:11 c0023c4e95ff: Layer already exists 05:15:11 c459d2571704: Layer already exists 05:15:11 6c69069971cc: Layer already exists 05:15:11 Collecting texttable<0.10,>=0.9.0 05:15:11 Downloading texttable-0.9.1.tar.gz (11 kB) 05:15:11 master: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:12 ===================================================== [Pipeline] echo 05:15:12 taggedImages: 05:15:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 05:15:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 05:15:12 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 05:15:12 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:12 2.0.0-dev.10 05:15:12 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:12 master 05:15:12 ===================================================== [Pipeline] withEnv [Pipeline] { 05:15:12 Collecting PyYAML<4,>=3.10 05:15:12 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:15:13 ea2771aa293b: Preparing 05:15:13 0e4305ac16c0: Preparing 05:15:13 3512222e17a8: Preparing 05:15:13 3512222e17a8: Pushed 05:15:13 ea2771aa293b: Pushed 05:15:13 Collecting idna<2.8,>=2.5 05:15:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:15:13 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) 05:15:13 Collecting urllib3<1.25,>=1.21.1 05:15:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:15:13 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) 05:15:13 Collecting docker-pycreds>=0.4.0 05:15:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:15:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:15:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:15:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:15:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:15:14 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docopt, texttable, PyYAML, docker-compose 05:15:14 Attempting uninstall: idna 05:15:14 Found existing installation: idna 2.9 05:15:14 Uninstalling idna-2.9: 05:15:14 Successfully uninstalled idna-2.9 05:15:14 Attempting uninstall: urllib3 05:15:14 Found existing installation: urllib3 1.25.9 05:15:14 Uninstalling urllib3-1.25.9: 05:15:14 Successfully uninstalled urllib3-1.25.9 05:15:15 Attempting uninstall: requests 05:15:15 Found existing installation: requests 2.23.0 05:15:15 Uninstalling requests-2.23.0: 05:15:15 Successfully uninstalled requests-2.23.0 05:15:15 Running setup.py install for dockerpty: started 05:15:16 0e4305ac16c0: Pushed 05:15:16 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:17 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:17 Running setup.py install for dockerpty: finished with status 'done' 05:15:17 Running setup.py install for docopt: started 05:15:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 05:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:15:17 ea2771aa293b: Preparing 05:15:17 0e4305ac16c0: Preparing 05:15:17 3512222e17a8: Preparing 05:15:17 3512222e17a8: Layer already exists 05:15:17 0e4305ac16c0: Layer already exists 05:15:17 ea2771aa293b: Layer already exists 05:15:17 2.0.0-dev.10: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:18 Running setup.py install for docopt: finished with status 'done' 05:15:18 Running setup.py install for texttable: started 05:15:18 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:15:18 ea2771aa293b: Preparing 05:15:18 0e4305ac16c0: Preparing 05:15:18 3512222e17a8: Preparing 05:15:18 3512222e17a8: Layer already exists 05:15:18 0e4305ac16c0: Layer already exists 05:15:18 Running setup.py install for texttable: finished with status 'done' 05:15:18 Running setup.py install for PyYAML: started 05:15:18 ea2771aa293b: Layer already exists 05:15:18 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:19 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:15:19 Running setup.py install for PyYAML: finished with status 'done' 05:15:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 05:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:15:19 ea2771aa293b: Preparing 05:15:19 0e4305ac16c0: Preparing 05:15:19 3512222e17a8: Preparing 05:15:19 0e4305ac16c0: Layer already exists 05:15:19 3512222e17a8: Layer already exists 05:15:19 ea2771aa293b: Layer already exists 05:15:19 master: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:19 ===================================================== 05:15:19 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] echo 05:15:19 taggedImages: 05:15:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 05:15:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 05:15:20 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 05:15:20 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:20 2.0.0-dev.10 05:15:20 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:20 master 05:15:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:20 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:15:21 6c4c9689c677: Preparing 05:15:21 756a1af4413d: Preparing 05:15:21 f157a08b9914: Preparing 05:15:21 c38d6341fa44: Preparing 05:15:21 b176a4e500e8: Preparing 05:15:21 f2382579b4f4: Preparing 05:15:21 18e9d33ad202: Preparing 05:15:21 9ded3b6bb9b5: Preparing 05:15:21 fa1afe8e6ed9: Preparing 05:15:21 87a09b4c083e: Preparing 05:15:21 0f74e9ff2a61: Preparing 05:15:21 b122376c33c6: Preparing 05:15:21 f8381ed47b22: Preparing 05:15:21 e934a737d657: Preparing 05:15:21 9ded3b6bb9b5: Waiting 05:15:21 fa1afe8e6ed9: Waiting 05:15:21 87a09b4c083e: Waiting 05:15:21 0f74e9ff2a61: Waiting 05:15:21 b122376c33c6: Waiting 05:15:21 f8381ed47b22: Waiting 05:15:21 e934a737d657: Waiting 05:15:21 f2382579b4f4: Waiting 05:15:21 18e9d33ad202: Waiting 05:15:21 b176a4e500e8: Pushed 05:15:21 6c4c9689c677: Pushed 05:15:22 c38d6341fa44: Pushed 05:15:22 9ded3b6bb9b5: Layer already exists 05:15:22 fa1afe8e6ed9: Layer already exists 05:15:22 87a09b4c083e: Layer already exists 05:15:22 18e9d33ad202: Pushed 05:15:22 0f74e9ff2a61: Layer already exists 05:15:22 b122376c33c6: Layer already exists 05:15:22 f8381ed47b22: Layer already exists 05:15:22 e934a737d657: Layer already exists 05:15:22 756a1af4413d: Pushed 05:15:23 Removing intermediate container e3adceb994ac 05:15:23 ---> 275dd8aaf351 05:15:23 Step 22/27 : RUN apk --no-cache add curl 05:15:23 ---> Running in 75d9425c8505 05:15:23 f2382579b4f4: Pushed 05:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:15:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:15:24 (2/3) Installing libcurl (7.69.1-r3) 05:15:24 (3/3) Installing curl (7.69.1-r3) 05:15:24 Executing busybox-1.31.1-r19.trigger 05:15:24 OK: 72 MiB in 58 packages 05:15:25 Removing intermediate container 75d9425c8505 05:15:25 ---> 66e8a8ba8408 05:15:25 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 05:15:25 ---> Running in 34343db5357e 05:15:25 Removing intermediate container 34343db5357e 05:15:25 ---> 5331c1212198 05:15:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:15:26 ---> Running in eca1a7e9bcc8 05:15:26 Removing intermediate container eca1a7e9bcc8 05:15:26 ---> ba85b1ffc76e 05:15:26 Step 25/27 : LABEL arch=x86_64 05:15:26 ---> Running in 74cf5331bdfc 05:15:26 Removing intermediate container 74cf5331bdfc 05:15:26 ---> 8f9afa11d915 05:15:26 Step 26/27 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:26 ---> Running in 2dc727c107db 05:15:27 Removing intermediate container 2dc727c107db 05:15:27 ---> 9b588089fedf 05:15:27 Step 27/27 : LABEL version=2.0.0-dev.10 05:15:27 ---> Running in eb7e4f28ed1c 05:15:27 Removing intermediate container eb7e4f28ed1c 05:15:27 ---> f09902ce6b21 05:15:27 05:15:27 Successfully built f09902ce6b21 05:15:27 Successfully tagged docker-sys-mgmt-agent-go:latest 05:15:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 05:15:28 $ docker stop --time=1 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 05:15:30 $ docker rm -f 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 [Pipeline] // withDockerContainer [Pipeline] sh 05:15:31 + docker images 05:15:31 + grep docker 05:15:31 docker-sys-mgmt-agent-go latest f09902ce6b21 4 seconds ago 313MB 05:15:31 docker-support-notifications-go latest 03ac3d628bf6 45 seconds ago 13.6MB 05:15:31 docker-security-bootstrap-redis-go latest 146868e368cd About a minute ago 15.8MB 05:15:31 docker-core-command-go latest 96e51944fafd About a minute ago 12.2MB 05:15:31 docker-support-scheduler-go latest d39a9eab71b5 About a minute ago 12.3MB 05:15:31 docker-core-data-go latest fccf965e7090 3 minutes ago 23.7MB 05:15:31 docker-security-secrets-setup-go latest 30b7f26fc55c 3 minutes ago 23.9MB 05:15:31 docker-security-secretstore-setup-go latest aeb6bd1761e5 3 minutes ago 24.7MB 05:15:31 docker-core-metadata-go latest caaa92bd5f45 3 minutes ago 14.5MB 05:15:31 docker-security-proxy-setup-go latest 29021d8978fa 3 minutes ago 24.6MB 05:15:31 docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:15:32 provisioning config files... 05:15:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config224643557684163989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:15:32 ---> docker-login.sh 05:15:32 nexus3.edgexfoundry.org:10001 05:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:32 Configure a credential helper to remove this warning. See 05:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:32 05:15:32 Login Succeeded 05:15:32 nexus3.edgexfoundry.org:10002 05:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:33 Configure a credential helper to remove this warning. See 05:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:33 05:15:33 Login Succeeded 05:15:33 nexus3.edgexfoundry.org:10003 05:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:33 Configure a credential helper to remove this warning. See 05:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:33 05:15:33 Login Succeeded 05:15:33 nexus3.edgexfoundry.org:10004 05:15:33 f157a08b9914: Pushed 05:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:34 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:34 Configure a credential helper to remove this warning. See 05:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:34 05:15:34 Login Succeeded 05:15:34 docker.io 05:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:34 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 05:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:15:34 6c4c9689c677: Preparing 05:15:34 756a1af4413d: Preparing 05:15:34 f157a08b9914: Preparing 05:15:34 c38d6341fa44: Preparing 05:15:34 b176a4e500e8: Preparing 05:15:34 f2382579b4f4: Preparing 05:15:34 18e9d33ad202: Preparing 05:15:34 9ded3b6bb9b5: Preparing 05:15:34 fa1afe8e6ed9: Preparing 05:15:34 87a09b4c083e: Preparing 05:15:34 0f74e9ff2a61: Preparing 05:15:34 b122376c33c6: Preparing 05:15:34 f8381ed47b22: Preparing 05:15:34 e934a737d657: Preparing 05:15:34 87a09b4c083e: Waiting 05:15:34 0f74e9ff2a61: Waiting 05:15:34 f2382579b4f4: Waiting 05:15:34 18e9d33ad202: Waiting 05:15:34 9ded3b6bb9b5: Waiting 05:15:34 fa1afe8e6ed9: Waiting 05:15:34 f8381ed47b22: Waiting 05:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:34 Configure a credential helper to remove this warning. See 05:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:34 05:15:34 Login Succeeded 05:15:34 ---> docker-login.sh ends [Pipeline] } 05:15:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 05:15:35 b176a4e500e8: Layer already exists 05:15:35 f157a08b9914: Layer already exists 05:15:35 6c4c9689c677: Layer already exists 05:15:35 c38d6341fa44: Layer already exists 05:15:35 756a1af4413d: Layer already exists 05:15:35 18e9d33ad202: Layer already exists 05:15:35 9ded3b6bb9b5: Layer already exists 05:15:35 f2382579b4f4: Layer already exists 05:15:35 87a09b4c083e: Layer already exists 05:15:35 fa1afe8e6ed9: Layer already exists 05:15:35 0f74e9ff2a61: Layer already exists 05:15:35 b122376c33c6: Layer already exists 05:15:35 e934a737d657: Layer already exists 05:15:35 f8381ed47b22: Layer already exists 05:15:35 2.0.0-dev.10: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] echo 05:15:35 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 05:15:35 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:35 2.0.0-dev.10 05:15:35 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:35 master 05:15:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 05:15:35 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:35 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:15:36 6c4c9689c677: Preparing 05:15:36 756a1af4413d: Preparing 05:15:36 f157a08b9914: Preparing 05:15:36 c38d6341fa44: Preparing 05:15:36 b176a4e500e8: Preparing 05:15:36 f2382579b4f4: Preparing 05:15:36 18e9d33ad202: Preparing 05:15:36 9ded3b6bb9b5: Preparing 05:15:36 fa1afe8e6ed9: Preparing 05:15:36 87a09b4c083e: Preparing 05:15:36 0f74e9ff2a61: Preparing 05:15:36 b122376c33c6: Preparing 05:15:36 f8381ed47b22: Preparing 05:15:36 e934a737d657: Preparing 05:15:36 f2382579b4f4: Waiting 05:15:36 87a09b4c083e: Waiting 05:15:36 0f74e9ff2a61: Waiting 05:15:36 18e9d33ad202: Waiting 05:15:36 b122376c33c6: Waiting 05:15:36 9ded3b6bb9b5: Waiting 05:15:36 f8381ed47b22: Waiting 05:15:36 fa1afe8e6ed9: Waiting 05:15:36 b176a4e500e8: Layer already exists 05:15:36 6c4c9689c677: Layer already exists 05:15:36 c38d6341fa44: Layer already exists 05:15:36 756a1af4413d: Layer already exists 05:15:36 f157a08b9914: Layer already exists 05:15:36 9ded3b6bb9b5: Layer already exists 05:15:36 f2382579b4f4: Layer already exists 05:15:36 18e9d33ad202: Layer already exists 05:15:36 87a09b4c083e: Layer already exists 05:15:36 fa1afe8e6ed9: Layer already exists 05:15:36 b122376c33c6: Layer already exists 05:15:36 0f74e9ff2a61: Layer already exists 05:15:36 f8381ed47b22: Layer already exists 05:15:36 e934a737d657: Layer already exists 05:15:36 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 05:15:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 05:15:36 81345c63895b: Preparing 05:15:36 e2866d447635: Preparing 05:15:36 520b7bde7066: Preparing [Pipeline] isUnix [Pipeline] sh 05:15:36 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:15:36 81345c63895b: Pushed 05:15:36 520b7bde7066: Pushed 05:15:37 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 05:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:15:37 6c4c9689c677: Preparing 05:15:37 756a1af4413d: Preparing 05:15:37 f157a08b9914: Preparing 05:15:37 c38d6341fa44: Preparing 05:15:37 b176a4e500e8: Preparing 05:15:37 f2382579b4f4: Preparing 05:15:37 18e9d33ad202: Preparing 05:15:37 9ded3b6bb9b5: Preparing 05:15:37 fa1afe8e6ed9: Preparing 05:15:37 87a09b4c083e: Preparing 05:15:37 0f74e9ff2a61: Preparing 05:15:37 b122376c33c6: Preparing 05:15:37 f8381ed47b22: Preparing 05:15:37 e934a737d657: Preparing 05:15:37 f2382579b4f4: Waiting 05:15:37 18e9d33ad202: Waiting 05:15:37 9ded3b6bb9b5: Waiting 05:15:37 fa1afe8e6ed9: Waiting 05:15:37 87a09b4c083e: Waiting 05:15:37 0f74e9ff2a61: Waiting 05:15:37 b122376c33c6: Waiting 05:15:37 f8381ed47b22: Waiting 05:15:37 e934a737d657: Waiting 05:15:37 756a1af4413d: Layer already exists 05:15:37 b176a4e500e8: Layer already exists 05:15:37 f157a08b9914: Layer already exists 05:15:37 6c4c9689c677: Layer already exists 05:15:37 c38d6341fa44: Layer already exists 05:15:37 18e9d33ad202: Layer already exists 05:15:37 9ded3b6bb9b5: Layer already exists 05:15:37 f2382579b4f4: Layer already exists 05:15:37 fa1afe8e6ed9: Layer already exists 05:15:37 87a09b4c083e: Layer already exists 05:15:37 f8381ed47b22: Layer already exists 05:15:37 0f74e9ff2a61: Layer already exists 05:15:37 e934a737d657: Layer already exists 05:15:37 b122376c33c6: Layer already exists 05:15:37 master: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:37 ===================================================== [Pipeline] echo 05:15:37 taggedImages: 05:15:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 05:15:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:37 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 05:15:38 e2866d447635: Pushed 05:15:38 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh 05:15:39 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 05:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 05:15:39 81345c63895b: Preparing 05:15:39 e2866d447635: Preparing 05:15:39 520b7bde7066: Preparing 05:15:39 e2866d447635: Layer already exists 05:15:39 520b7bde7066: Layer already exists 05:15:39 81345c63895b: Layer already exists 05:15:39 2.0.0-dev.10: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 05:15:40 81345c63895b: Preparing 05:15:40 e2866d447635: Preparing 05:15:40 520b7bde7066: Preparing 05:15:40 520b7bde7066: Layer already exists 05:15:40 81345c63895b: Layer already exists 05:15:40 e2866d447635: Layer already exists 05:15:40 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 05:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 05:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 05:15:41 81345c63895b: Preparing 05:15:41 e2866d447635: Preparing 05:15:41 520b7bde7066: Preparing 05:15:41 81345c63895b: Layer already exists 05:15:41 520b7bde7066: Layer already exists 05:15:41 e2866d447635: Layer already exists 05:15:41 master: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:41 ===================================================== [Pipeline] echo 05:15:41 taggedImages: 05:15:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 05:15:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 05:15:42 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 05:15:42 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:42 2.0.0-dev.10 05:15:42 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:42 master 05:15:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:42 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 05:15:42 09e6469113fe: Preparing 05:15:42 6665a816d1f7: Preparing 05:15:42 c32dce018af3: Preparing 05:15:42 32de9cce047b: Preparing 05:15:42 6abd278ab8d6: Preparing 05:15:42 f4666769fca7: Preparing 05:15:42 f4666769fca7: Waiting 05:15:43 6abd278ab8d6: Pushed 05:15:43 09e6469113fe: Pushed 05:15:43 c32dce018af3: Pushed 05:15:43 f4666769fca7: Layer already exists 05:15:43 32de9cce047b: Pushed 05:15:45 6665a816d1f7: Pushed 05:15:45 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:15:45 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 05:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 05:15:47 09e6469113fe: Preparing 05:15:47 6665a816d1f7: Preparing 05:15:47 c32dce018af3: Preparing 05:15:47 32de9cce047b: Preparing 05:15:47 6abd278ab8d6: Preparing 05:15:47 f4666769fca7: Preparing 05:15:47 f4666769fca7: Waiting 05:15:47 32de9cce047b: Layer already exists 05:15:47 09e6469113fe: Layer already exists 05:15:47 6abd278ab8d6: Layer already exists 05:15:47 6665a816d1f7: Layer already exists 05:15:47 c32dce018af3: Layer already exists 05:15:47 f4666769fca7: Layer already exists 05:15:47 2.0.0-dev.10: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:15:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 05:15:48 09e6469113fe: Preparing 05:15:48 6665a816d1f7: Preparing 05:15:48 c32dce018af3: Preparing 05:15:48 32de9cce047b: Preparing 05:15:48 6abd278ab8d6: Preparing 05:15:48 f4666769fca7: Preparing 05:15:48 f4666769fca7: Waiting 05:15:48 6abd278ab8d6: Layer already exists 05:15:48 32de9cce047b: Layer already exists 05:15:48 6665a816d1f7: Layer already exists 05:15:48 09e6469113fe: Layer already exists 05:15:48 c32dce018af3: Layer already exists 05:15:48 f4666769fca7: Layer already exists 05:15:48 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh 05:15:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 05:15:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 05:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 05:15:49 09e6469113fe: Preparing 05:15:49 6665a816d1f7: Preparing 05:15:49 c32dce018af3: Preparing 05:15:49 32de9cce047b: Preparing 05:15:49 6abd278ab8d6: Preparing 05:15:49 f4666769fca7: Preparing 05:15:49 f4666769fca7: Waiting 05:15:49 c32dce018af3: Layer already exists 05:15:49 32de9cce047b: Layer already exists 05:15:49 6665a816d1f7: Layer already exists 05:15:49 6abd278ab8d6: Layer already exists 05:15:49 09e6469113fe: Layer already exists 05:15:49 f4666769fca7: Layer already exists 05:15:50 master: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:50 ===================================================== [Pipeline] echo 05:15:50 taggedImages: 05:15:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 05:15:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 05:15:50 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 05:15:50 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:50 2.0.0-dev.10 05:15:50 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:50 master 05:15:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 05:15:52 cf42406958ec: Preparing 05:15:52 9a8b86ad2f2d: Preparing 05:15:52 83bccd3e4b0d: Preparing 05:15:52 cf42406958ec: Pushed 05:15:52 83bccd3e4b0d: Pushed 05:15:54 9a8b86ad2f2d: Pushed 05:15:54 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 05:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 05:15:55 cf42406958ec: Preparing 05:15:55 9a8b86ad2f2d: Preparing 05:15:55 83bccd3e4b0d: Preparing 05:15:55 cf42406958ec: Layer already exists 05:15:55 83bccd3e4b0d: Layer already exists 05:15:55 9a8b86ad2f2d: Layer already exists 05:15:55 2.0.0-dev.10: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:56 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:15:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 05:15:56 cf42406958ec: Preparing 05:15:56 9a8b86ad2f2d: Preparing 05:15:56 83bccd3e4b0d: Preparing 05:15:56 9a8b86ad2f2d: Layer already exists 05:15:56 83bccd3e4b0d: Layer already exists 05:15:56 cf42406958ec: Layer already exists 05:15:56 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh 05:15:57 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 05:15:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 05:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 05:15:57 cf42406958ec: Preparing 05:15:57 9a8b86ad2f2d: Preparing 05:15:57 83bccd3e4b0d: Preparing 05:15:57 9a8b86ad2f2d: Layer already exists 05:15:57 83bccd3e4b0d: Layer already exists 05:15:57 cf42406958ec: Layer already exists 05:15:57 master: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:58 ===================================================== [Pipeline] echo 05:15:58 taggedImages: 05:15:58 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:58 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 05:15:58 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:58 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 05:15:58 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 05:15:58 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:58 2.0.0-dev.10 05:15:58 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:15:58 master 05:15:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:15:58 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:15:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 05:15:58 6acba63183c8: Preparing 05:15:58 0e862dac2fff: Preparing 05:15:58 dc02c2b4bff4: Preparing 05:15:58 d819bc18e1be: Preparing 05:15:58 ecb25c5071b8: Preparing 05:15:58 88aed2bd584f: Preparing 05:15:58 1b3ee35aacca: Preparing 05:15:58 88aed2bd584f: Waiting 05:15:58 1b3ee35aacca: Waiting 05:15:59 ecb25c5071b8: Pushed 05:15:59 6acba63183c8: Pushed 05:15:59 0e862dac2fff: Pushed 05:15:59 dc02c2b4bff4: Pushed 05:15:59 1b3ee35aacca: Layer already exists 05:16:00 88aed2bd584f: Pushed 05:16:00 d819bc18e1be: Pushed 05:16:00 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh 05:16:01 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 05:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 05:16:01 6acba63183c8: Preparing 05:16:01 0e862dac2fff: Preparing 05:16:01 dc02c2b4bff4: Preparing 05:16:01 d819bc18e1be: Preparing 05:16:01 ecb25c5071b8: Preparing 05:16:01 88aed2bd584f: Preparing 05:16:01 1b3ee35aacca: Preparing 05:16:01 88aed2bd584f: Waiting 05:16:01 1b3ee35aacca: Waiting 05:16:01 ecb25c5071b8: Layer already exists 05:16:01 6acba63183c8: Layer already exists 05:16:01 0e862dac2fff: Layer already exists 05:16:01 dc02c2b4bff4: Layer already exists 05:16:01 d819bc18e1be: Layer already exists 05:16:02 1b3ee35aacca: Layer already exists 05:16:02 88aed2bd584f: Layer already exists 05:16:02 2.0.0-dev.10: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh 05:16:02 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 05:16:03 6acba63183c8: Preparing 05:16:03 0e862dac2fff: Preparing 05:16:03 dc02c2b4bff4: Preparing 05:16:03 d819bc18e1be: Preparing 05:16:03 ecb25c5071b8: Preparing 05:16:03 88aed2bd584f: Preparing 05:16:03 1b3ee35aacca: Preparing 05:16:03 88aed2bd584f: Waiting 05:16:03 1b3ee35aacca: Waiting 05:16:03 6acba63183c8: Layer already exists 05:16:03 ecb25c5071b8: Layer already exists 05:16:03 0e862dac2fff: Layer already exists 05:16:03 dc02c2b4bff4: Layer already exists 05:16:03 d819bc18e1be: Layer already exists 05:16:03 1b3ee35aacca: Layer already exists 05:16:03 88aed2bd584f: Layer already exists 05:16:03 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh 05:16:04 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 05:16:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 05:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 05:16:04 6acba63183c8: Preparing 05:16:04 0e862dac2fff: Preparing 05:16:04 dc02c2b4bff4: Preparing 05:16:04 d819bc18e1be: Preparing 05:16:04 ecb25c5071b8: Preparing 05:16:04 88aed2bd584f: Preparing 05:16:04 1b3ee35aacca: Preparing 05:16:04 88aed2bd584f: Waiting 05:16:04 1b3ee35aacca: Waiting 05:16:04 6acba63183c8: Layer already exists 05:16:04 ecb25c5071b8: Layer already exists 05:16:04 dc02c2b4bff4: Layer already exists 05:16:04 0e862dac2fff: Layer already exists 05:16:04 d819bc18e1be: Layer already exists 05:16:04 88aed2bd584f: Layer already exists 05:16:04 1b3ee35aacca: Layer already exists 05:16:04 master: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:05 ===================================================== [Pipeline] echo 05:16:05 taggedImages: 05:16:05 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:05 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 05:16:05 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:05 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 05:16:05 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 05:16:05 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:05 2.0.0-dev.10 05:16:05 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:05 master 05:16:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:05 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:16:06 abe0b1eeca33: Preparing 05:16:06 625466448b77: Preparing 05:16:06 20d6dcf12d9b: Preparing 05:16:06 e409faa6a8ba: Preparing 05:16:06 6b7dc6f0dbbb: Preparing 05:16:06 f4666769fca7: Preparing 05:16:06 f4666769fca7: Waiting 05:16:06 e409faa6a8ba: Pushed 05:16:06 20d6dcf12d9b: Pushed 05:16:06 f4666769fca7: Layer already exists 05:16:07 6b7dc6f0dbbb: Pushed 05:16:08 625466448b77: Pushed 05:16:08 abe0b1eeca33: Pushed 05:16:08 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh 05:16:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 05:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:16:09 abe0b1eeca33: Preparing 05:16:09 625466448b77: Preparing 05:16:09 20d6dcf12d9b: Preparing 05:16:09 e409faa6a8ba: Preparing 05:16:09 6b7dc6f0dbbb: Preparing 05:16:09 f4666769fca7: Preparing 05:16:09 f4666769fca7: Waiting 05:16:09 abe0b1eeca33: Layer already exists 05:16:09 e409faa6a8ba: Layer already exists 05:16:09 6b7dc6f0dbbb: Layer already exists 05:16:09 625466448b77: Layer already exists 05:16:09 20d6dcf12d9b: Layer already exists 05:16:09 f4666769fca7: Layer already exists 05:16:09 2.0.0-dev.10: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh 05:16:10 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:16:10 abe0b1eeca33: Preparing 05:16:10 625466448b77: Preparing 05:16:10 20d6dcf12d9b: Preparing 05:16:10 e409faa6a8ba: Preparing 05:16:10 6b7dc6f0dbbb: Preparing 05:16:10 f4666769fca7: Preparing 05:16:10 f4666769fca7: Waiting 05:16:10 e409faa6a8ba: Layer already exists 05:16:10 20d6dcf12d9b: Layer already exists 05:16:10 625466448b77: Layer already exists 05:16:10 6b7dc6f0dbbb: Layer already exists 05:16:10 abe0b1eeca33: Layer already exists 05:16:10 f4666769fca7: Layer already exists 05:16:10 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh 05:16:11 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 05:16:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 05:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:16:11 abe0b1eeca33: Preparing 05:16:11 625466448b77: Preparing 05:16:11 20d6dcf12d9b: Preparing 05:16:11 e409faa6a8ba: Preparing 05:16:11 6b7dc6f0dbbb: Preparing 05:16:11 f4666769fca7: Preparing 05:16:11 f4666769fca7: Waiting 05:16:11 e409faa6a8ba: Layer already exists 05:16:11 20d6dcf12d9b: Layer already exists 05:16:11 abe0b1eeca33: Layer already exists 05:16:11 625466448b77: Layer already exists 05:16:11 6b7dc6f0dbbb: Layer already exists 05:16:11 f4666769fca7: Layer already exists 05:16:11 master: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:12 ===================================================== [Pipeline] echo 05:16:12 taggedImages: 05:16:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 05:16:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 05:16:12 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 05:16:12 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:12 2.0.0-dev.10 05:16:12 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:12 master 05:16:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:12 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 05:16:13 db1e1cddd319: Preparing 05:16:13 f5a26e039950: Preparing 05:16:13 8689aca9f9ed: Preparing 05:16:13 b4bf0b04bf1c: Preparing 05:16:13 b4bf0b04bf1c: Preparing 05:16:13 f9a64ad7a21c: Preparing 05:16:13 45e8e4a3bff9: Preparing 05:16:13 54b9074a8773: Preparing 05:16:13 db1e1cddd319: Preparing 05:16:13 61ba9fcc98c5: Preparing 05:16:13 8feec80a293b: Preparing 05:16:13 11c64fe300df: Preparing 05:16:13 f4666769fca7: Preparing 05:16:13 45e8e4a3bff9: Waiting 05:16:13 54b9074a8773: Waiting 05:16:13 61ba9fcc98c5: Waiting 05:16:13 8feec80a293b: Waiting 05:16:13 11c64fe300df: Waiting 05:16:13 f4666769fca7: Waiting 05:16:14 f5a26e039950: Pushed 05:16:14 8689aca9f9ed: Pushed 05:16:14 f9a64ad7a21c: Pushed 05:16:14 b4bf0b04bf1c: Pushed 05:16:14 45e8e4a3bff9: Pushed 05:16:14 61ba9fcc98c5: Pushed 05:16:14 54b9074a8773: Pushed 05:16:14 8feec80a293b: Pushed 05:16:14 f4666769fca7: Layer already exists 05:16:15 11c64fe300df: Pushed 05:16:15 db1e1cddd319: Pushed 05:16:15 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:16:16 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 05:16:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 05:16:17 db1e1cddd319: Preparing 05:16:17 f5a26e039950: Preparing 05:16:17 8689aca9f9ed: Preparing 05:16:17 b4bf0b04bf1c: Preparing 05:16:17 b4bf0b04bf1c: Preparing 05:16:17 f9a64ad7a21c: Preparing 05:16:17 45e8e4a3bff9: Preparing 05:16:17 54b9074a8773: Preparing 05:16:17 db1e1cddd319: Preparing 05:16:17 61ba9fcc98c5: Preparing 05:16:17 8feec80a293b: Preparing 05:16:17 11c64fe300df: Preparing 05:16:17 f4666769fca7: Preparing 05:16:17 61ba9fcc98c5: Waiting 05:16:17 8feec80a293b: Waiting 05:16:17 11c64fe300df: Waiting 05:16:17 f4666769fca7: Waiting 05:16:17 45e8e4a3bff9: Waiting 05:16:17 54b9074a8773: Waiting 05:16:17 8689aca9f9ed: Layer already exists 05:16:17 b4bf0b04bf1c: Layer already exists 05:16:17 db1e1cddd319: Layer already exists 05:16:17 f9a64ad7a21c: Layer already exists 05:16:17 f5a26e039950: Layer already exists 05:16:17 61ba9fcc98c5: Layer already exists 05:16:17 54b9074a8773: Layer already exists 05:16:17 45e8e4a3bff9: Layer already exists 05:16:17 11c64fe300df: Layer already exists 05:16:17 8feec80a293b: Layer already exists 05:16:17 f4666769fca7: Layer already exists 05:16:17 2.0.0-dev.10: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:16:17 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 05:16:18 db1e1cddd319: Preparing 05:16:18 f5a26e039950: Preparing 05:16:18 8689aca9f9ed: Preparing 05:16:18 b4bf0b04bf1c: Preparing 05:16:18 b4bf0b04bf1c: Preparing 05:16:18 f9a64ad7a21c: Preparing 05:16:18 45e8e4a3bff9: Preparing 05:16:18 54b9074a8773: Preparing 05:16:18 db1e1cddd319: Preparing 05:16:18 61ba9fcc98c5: Preparing 05:16:18 45e8e4a3bff9: Waiting 05:16:18 54b9074a8773: Waiting 05:16:18 8feec80a293b: Preparing 05:16:18 11c64fe300df: Preparing 05:16:18 f4666769fca7: Preparing 05:16:18 8feec80a293b: Waiting 05:16:18 f4666769fca7: Waiting 05:16:18 11c64fe300df: Waiting 05:16:18 8689aca9f9ed: Layer already exists 05:16:18 db1e1cddd319: Layer already exists 05:16:18 f5a26e039950: Layer already exists 05:16:18 f9a64ad7a21c: Layer already exists 05:16:18 b4bf0b04bf1c: Layer already exists 05:16:18 11c64fe300df: Layer already exists 05:16:18 45e8e4a3bff9: Layer already exists 05:16:18 8feec80a293b: Layer already exists 05:16:18 61ba9fcc98c5: Layer already exists 05:16:18 54b9074a8773: Layer already exists 05:16:18 f4666769fca7: Layer already exists 05:16:18 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh 05:16:19 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 05:16:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 05:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 05:16:19 db1e1cddd319: Preparing 05:16:19 f5a26e039950: Preparing 05:16:19 8689aca9f9ed: Preparing 05:16:19 b4bf0b04bf1c: Preparing 05:16:19 b4bf0b04bf1c: Preparing 05:16:19 f9a64ad7a21c: Preparing 05:16:19 45e8e4a3bff9: Preparing 05:16:19 54b9074a8773: Preparing 05:16:19 db1e1cddd319: Preparing 05:16:19 61ba9fcc98c5: Preparing 05:16:19 8feec80a293b: Preparing 05:16:19 11c64fe300df: Preparing 05:16:19 f4666769fca7: Preparing 05:16:19 45e8e4a3bff9: Waiting 05:16:19 54b9074a8773: Waiting 05:16:19 61ba9fcc98c5: Waiting 05:16:19 8feec80a293b: Waiting 05:16:19 11c64fe300df: Waiting 05:16:19 f4666769fca7: Waiting 05:16:19 f9a64ad7a21c: Layer already exists 05:16:19 b4bf0b04bf1c: Layer already exists 05:16:19 db1e1cddd319: Layer already exists 05:16:19 f5a26e039950: Layer already exists 05:16:19 8689aca9f9ed: Layer already exists 05:16:19 61ba9fcc98c5: Layer already exists 05:16:19 54b9074a8773: Layer already exists 05:16:19 45e8e4a3bff9: Layer already exists 05:16:19 8feec80a293b: Layer already exists 05:16:19 11c64fe300df: Layer already exists 05:16:19 f4666769fca7: Layer already exists 05:16:19 master: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:20 ===================================================== [Pipeline] echo 05:16:20 taggedImages: 05:16:20 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:20 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 05:16:20 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:20 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 05:16:20 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 05:16:20 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:20 2.0.0-dev.10 05:16:20 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:20 master 05:16:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:20 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:16:22 a7ecabc2280e: Preparing 05:16:22 704b7abb656d: Preparing 05:16:22 c986c30f4ed1: Preparing 05:16:22 4619139e25b1: Preparing 05:16:22 4a2511b56760: Preparing 05:16:22 933d9d0d1293: Preparing 05:16:22 06767b9155fe: Preparing 05:16:22 88aed2bd584f: Preparing 05:16:22 1b3ee35aacca: Preparing 05:16:22 933d9d0d1293: Waiting 05:16:22 06767b9155fe: Waiting 05:16:22 88aed2bd584f: Waiting 05:16:22 1b3ee35aacca: Waiting 05:16:22 704b7abb656d: Pushed 05:16:22 4a2511b56760: Pushed 05:16:22 a7ecabc2280e: Pushed 05:16:22 88aed2bd584f: Layer already exists 05:16:22 1b3ee35aacca: Layer already exists 05:16:22 06767b9155fe: Pushed 05:16:22 933d9d0d1293: Pushed 05:16:23 4619139e25b1: Pushed 05:16:23 c986c30f4ed1: Pushed 05:16:24 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh 05:16:24 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 05:16:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:16:25 a7ecabc2280e: Preparing 05:16:25 704b7abb656d: Preparing 05:16:25 c986c30f4ed1: Preparing 05:16:25 4619139e25b1: Preparing 05:16:25 4a2511b56760: Preparing 05:16:25 933d9d0d1293: Preparing 05:16:25 06767b9155fe: Preparing 05:16:25 88aed2bd584f: Preparing 05:16:25 1b3ee35aacca: Preparing 05:16:25 933d9d0d1293: Waiting 05:16:25 06767b9155fe: Waiting 05:16:25 88aed2bd584f: Waiting 05:16:25 1b3ee35aacca: Waiting 05:16:25 a7ecabc2280e: Layer already exists 05:16:25 4619139e25b1: Layer already exists 05:16:25 c986c30f4ed1: Layer already exists 05:16:25 704b7abb656d: Layer already exists 05:16:25 4a2511b56760: Layer already exists 05:16:25 1b3ee35aacca: Layer already exists 05:16:25 933d9d0d1293: Layer already exists 05:16:25 06767b9155fe: Layer already exists 05:16:25 88aed2bd584f: Layer already exists 05:16:25 2.0.0-dev.10: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh 05:16:26 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:16:27 a7ecabc2280e: Preparing 05:16:27 704b7abb656d: Preparing 05:16:27 c986c30f4ed1: Preparing 05:16:27 4619139e25b1: Preparing 05:16:27 4a2511b56760: Preparing 05:16:27 933d9d0d1293: Preparing 05:16:27 06767b9155fe: Preparing 05:16:27 88aed2bd584f: Preparing 05:16:27 1b3ee35aacca: Preparing 05:16:27 933d9d0d1293: Waiting 05:16:27 06767b9155fe: Waiting 05:16:27 88aed2bd584f: Waiting 05:16:27 1b3ee35aacca: Waiting 05:16:27 4619139e25b1: Layer already exists 05:16:27 4a2511b56760: Layer already exists 05:16:27 a7ecabc2280e: Layer already exists 05:16:27 704b7abb656d: Layer already exists 05:16:27 c986c30f4ed1: Layer already exists 05:16:27 933d9d0d1293: Layer already exists 05:16:27 88aed2bd584f: Layer already exists 05:16:27 1b3ee35aacca: Layer already exists 05:16:27 06767b9155fe: Layer already exists 05:16:27 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh 05:16:27 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 05:16:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 05:16:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:16:28 a7ecabc2280e: Preparing 05:16:28 704b7abb656d: Preparing 05:16:28 c986c30f4ed1: Preparing 05:16:28 4619139e25b1: Preparing 05:16:28 4a2511b56760: Preparing 05:16:28 933d9d0d1293: Preparing 05:16:28 06767b9155fe: Preparing 05:16:28 88aed2bd584f: Preparing 05:16:28 1b3ee35aacca: Preparing 05:16:28 933d9d0d1293: Waiting 05:16:28 06767b9155fe: Waiting 05:16:28 88aed2bd584f: Waiting 05:16:28 1b3ee35aacca: Waiting 05:16:28 4619139e25b1: Layer already exists 05:16:28 4a2511b56760: Layer already exists 05:16:28 704b7abb656d: Layer already exists 05:16:28 c986c30f4ed1: Layer already exists 05:16:28 a7ecabc2280e: Layer already exists 05:16:28 88aed2bd584f: Layer already exists 05:16:28 06767b9155fe: Layer already exists 05:16:28 933d9d0d1293: Layer already exists 05:16:28 1b3ee35aacca: Layer already exists 05:16:28 master: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:28 ===================================================== [Pipeline] echo 05:16:28 taggedImages: 05:16:28 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:28 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 05:16:28 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:28 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 05:16:29 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 05:16:29 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:29 2.0.0-dev.10 05:16:29 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:29 master 05:16:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:29 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:16:30 e9f8202e51a1: Preparing 05:16:30 9d76329997d7: Preparing 05:16:30 6cab1f237552: Preparing 05:16:30 9e6699a4e9ab: Preparing 05:16:30 50d976a60ae6: Preparing 05:16:30 aa94c5e4be4e: Preparing 05:16:30 aa94c5e4be4e: Waiting 05:16:30 e9f8202e51a1: Pushed 05:16:30 6cab1f237552: Pushed 05:16:30 50d976a60ae6: Pushed 05:16:30 9e6699a4e9ab: Pushed 05:16:30 aa94c5e4be4e: Pushed 05:16:32 9d76329997d7: Pushed 05:16:32 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh 05:16:33 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 05:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:16:33 e9f8202e51a1: Preparing 05:16:33 9d76329997d7: Preparing 05:16:33 6cab1f237552: Preparing 05:16:33 9e6699a4e9ab: Preparing 05:16:33 50d976a60ae6: Preparing 05:16:33 aa94c5e4be4e: Preparing 05:16:33 aa94c5e4be4e: Waiting 05:16:33 9e6699a4e9ab: Layer already exists 05:16:33 e9f8202e51a1: Layer already exists 05:16:33 50d976a60ae6: Layer already exists 05:16:33 9d76329997d7: Layer already exists 05:16:33 6cab1f237552: Layer already exists 05:16:33 aa94c5e4be4e: Layer already exists 05:16:34 2.0.0-dev.10: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh 05:16:34 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:16:35 e9f8202e51a1: Preparing 05:16:35 9d76329997d7: Preparing 05:16:35 6cab1f237552: Preparing 05:16:35 9e6699a4e9ab: Preparing 05:16:35 50d976a60ae6: Preparing 05:16:35 aa94c5e4be4e: Preparing 05:16:35 aa94c5e4be4e: Waiting 05:16:35 50d976a60ae6: Layer already exists 05:16:35 e9f8202e51a1: Layer already exists 05:16:35 6cab1f237552: Layer already exists 05:16:35 9d76329997d7: Layer already exists 05:16:35 9e6699a4e9ab: Layer already exists 05:16:35 aa94c5e4be4e: Layer already exists 05:16:35 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh 05:16:35 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 05:16:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 05:16:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:16:36 e9f8202e51a1: Preparing 05:16:36 9d76329997d7: Preparing 05:16:36 6cab1f237552: Preparing 05:16:36 9e6699a4e9ab: Preparing 05:16:36 50d976a60ae6: Preparing 05:16:36 aa94c5e4be4e: Preparing 05:16:36 aa94c5e4be4e: Waiting 05:16:36 50d976a60ae6: Layer already exists 05:16:36 9d76329997d7: Layer already exists 05:16:36 e9f8202e51a1: Layer already exists 05:16:36 6cab1f237552: Layer already exists 05:16:36 9e6699a4e9ab: Layer already exists 05:16:36 aa94c5e4be4e: Layer already exists 05:16:36 master: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:36 ===================================================== [Pipeline] echo 05:16:36 taggedImages: 05:16:36 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:36 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 05:16:36 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:36 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 05:16:36 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 05:16:36 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:36 2.0.0-dev.10 05:16:36 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:36 master 05:16:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:37 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:16:37 65fe25dffd8b: Preparing 05:16:37 2ce5ba8e4703: Preparing 05:16:37 a92fb9cd1a23: Preparing 05:16:37 a92fb9cd1a23: Pushed 05:16:37 65fe25dffd8b: Pushed 05:16:39 2ce5ba8e4703: Pushed 05:16:39 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh 05:16:40 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 05:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:16:40 65fe25dffd8b: Preparing 05:16:40 2ce5ba8e4703: Preparing 05:16:40 a92fb9cd1a23: Preparing 05:16:40 a92fb9cd1a23: Layer already exists 05:16:40 65fe25dffd8b: Layer already exists 05:16:40 2ce5ba8e4703: Layer already exists 05:16:40 2.0.0-dev.10: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh 05:16:41 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:16:41 65fe25dffd8b: Preparing 05:16:41 2ce5ba8e4703: Preparing 05:16:41 a92fb9cd1a23: Preparing 05:16:41 65fe25dffd8b: Layer already exists 05:16:41 a92fb9cd1a23: Layer already exists 05:16:41 2ce5ba8e4703: Layer already exists 05:16:41 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh 05:16:42 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 05:16:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 05:16:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:16:42 65fe25dffd8b: Preparing 05:16:42 2ce5ba8e4703: Preparing 05:16:42 a92fb9cd1a23: Preparing 05:16:42 2ce5ba8e4703: Layer already exists 05:16:42 a92fb9cd1a23: Layer already exists 05:16:42 65fe25dffd8b: Layer already exists 05:16:42 master: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:42 ===================================================== [Pipeline] echo 05:16:42 taggedImages: 05:16:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 05:16:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 05:16:42 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 05:16:42 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:42 2.0.0-dev.10 05:16:42 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:42 master 05:16:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:16:43 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh 05:16:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:16:45 070989d6e598: Preparing 05:16:45 de6780a856f0: Preparing 05:16:45 df7077369ac5: Preparing 05:16:45 849c4e796149: Preparing 05:16:45 4689eac9b38a: Preparing 05:16:45 894f8fcc9e9c: Preparing 05:16:45 38a2cb05a652: Preparing 05:16:45 0754057c0ad3: Preparing 05:16:45 998cdf262ab1: Preparing 05:16:45 02e56110abd2: Preparing 05:16:45 abc36efb885a: Preparing 05:16:45 b0b09059f4e1: Preparing 05:16:45 bb961f40224b: Preparing 05:16:45 f4666769fca7: Preparing 05:16:45 894f8fcc9e9c: Waiting 05:16:45 38a2cb05a652: Waiting 05:16:45 0754057c0ad3: Waiting 05:16:45 998cdf262ab1: Waiting 05:16:45 02e56110abd2: Waiting 05:16:45 abc36efb885a: Waiting 05:16:45 b0b09059f4e1: Waiting 05:16:45 bb961f40224b: Waiting 05:16:45 f4666769fca7: Waiting 05:16:46 4689eac9b38a: Pushed 05:16:46 070989d6e598: Pushed 05:16:47 849c4e796149: Pushed 05:16:48 0754057c0ad3: Layer already exists 05:16:48 38a2cb05a652: Pushed 05:16:48 998cdf262ab1: Layer already exists 05:16:48 de6780a856f0: Pushed 05:16:48 02e56110abd2: Layer already exists 05:16:48 abc36efb885a: Layer already exists 05:16:48 bb961f40224b: Layer already exists 05:16:48 b0b09059f4e1: Layer already exists 05:16:48 f4666769fca7: Layer already exists 05:16:49 894f8fcc9e9c: Pushed 05:16:54 df7077369ac5: Pushed 05:16:54 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:16:55 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 05:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:16:56 070989d6e598: Preparing 05:16:56 de6780a856f0: Preparing 05:16:56 df7077369ac5: Preparing 05:16:56 849c4e796149: Preparing 05:16:56 4689eac9b38a: Preparing 05:16:56 894f8fcc9e9c: Preparing 05:16:56 38a2cb05a652: Preparing 05:16:56 0754057c0ad3: Preparing 05:16:56 998cdf262ab1: Preparing 05:16:56 02e56110abd2: Preparing 05:16:56 abc36efb885a: Preparing 05:16:56 b0b09059f4e1: Preparing 05:16:56 bb961f40224b: Preparing 05:16:56 f4666769fca7: Preparing 05:16:56 894f8fcc9e9c: Waiting 05:16:56 abc36efb885a: Waiting 05:16:56 b0b09059f4e1: Waiting 05:16:56 38a2cb05a652: Waiting 05:16:56 0754057c0ad3: Waiting 05:16:56 998cdf262ab1: Waiting 05:16:56 02e56110abd2: Waiting 05:16:56 bb961f40224b: Waiting 05:16:56 f4666769fca7: Waiting 05:16:56 849c4e796149: Layer already exists 05:16:56 4689eac9b38a: Layer already exists 05:16:56 070989d6e598: Layer already exists 05:16:56 de6780a856f0: Layer already exists 05:16:56 df7077369ac5: Layer already exists 05:16:56 894f8fcc9e9c: Layer already exists 05:16:56 38a2cb05a652: Layer already exists 05:16:56 0754057c0ad3: Layer already exists 05:16:56 02e56110abd2: Layer already exists 05:16:56 998cdf262ab1: Layer already exists 05:16:56 abc36efb885a: Layer already exists 05:16:56 b0b09059f4e1: Layer already exists 05:16:56 bb961f40224b: Layer already exists 05:16:56 f4666769fca7: Layer already exists 05:16:56 2.0.0-dev.10: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:16:56 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 05:16:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:16:57 070989d6e598: Preparing 05:16:57 de6780a856f0: Preparing 05:16:57 df7077369ac5: Preparing 05:16:57 849c4e796149: Preparing 05:16:57 4689eac9b38a: Preparing 05:16:57 894f8fcc9e9c: Preparing 05:16:57 38a2cb05a652: Preparing 05:16:57 0754057c0ad3: Preparing 05:16:57 998cdf262ab1: Preparing 05:16:57 02e56110abd2: Preparing 05:16:57 abc36efb885a: Preparing 05:16:57 b0b09059f4e1: Preparing 05:16:57 bb961f40224b: Preparing 05:16:57 f4666769fca7: Preparing 05:16:57 894f8fcc9e9c: Waiting 05:16:57 38a2cb05a652: Waiting 05:16:57 0754057c0ad3: Waiting 05:16:57 998cdf262ab1: Waiting 05:16:57 02e56110abd2: Waiting 05:16:57 abc36efb885a: Waiting 05:16:57 b0b09059f4e1: Waiting 05:16:57 bb961f40224b: Waiting 05:16:57 f4666769fca7: Waiting 05:16:57 4689eac9b38a: Layer already exists 05:16:57 de6780a856f0: Layer already exists 05:16:57 070989d6e598: Layer already exists 05:16:57 849c4e796149: Layer already exists 05:16:57 df7077369ac5: Layer already exists 05:16:57 38a2cb05a652: Layer already exists 05:16:57 998cdf262ab1: Layer already exists 05:16:57 0754057c0ad3: Layer already exists 05:16:57 894f8fcc9e9c: Layer already exists 05:16:57 02e56110abd2: Layer already exists 05:16:57 f4666769fca7: Layer already exists 05:16:57 bb961f40224b: Layer already exists 05:16:57 abc36efb885a: Layer already exists 05:16:57 b0b09059f4e1: Layer already exists 05:16:57 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:16:57 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 05:16:58 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 05:16:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:16:58 070989d6e598: Preparing 05:16:58 de6780a856f0: Preparing 05:16:58 df7077369ac5: Preparing 05:16:58 849c4e796149: Preparing 05:16:58 4689eac9b38a: Preparing 05:16:58 894f8fcc9e9c: Preparing 05:16:58 38a2cb05a652: Preparing 05:16:58 0754057c0ad3: Preparing 05:16:58 998cdf262ab1: Preparing 05:16:58 02e56110abd2: Preparing 05:16:58 abc36efb885a: Preparing 05:16:58 b0b09059f4e1: Preparing 05:16:58 bb961f40224b: Preparing 05:16:58 f4666769fca7: Preparing 05:16:58 894f8fcc9e9c: Waiting 05:16:58 38a2cb05a652: Waiting 05:16:58 998cdf262ab1: Waiting 05:16:58 0754057c0ad3: Waiting 05:16:58 02e56110abd2: Waiting 05:16:58 bb961f40224b: Waiting 05:16:58 f4666769fca7: Waiting 05:16:58 abc36efb885a: Waiting 05:16:58 b0b09059f4e1: Waiting 05:16:58 070989d6e598: Layer already exists 05:16:58 de6780a856f0: Layer already exists 05:16:58 849c4e796149: Layer already exists 05:16:58 4689eac9b38a: Layer already exists 05:16:58 df7077369ac5: Layer already exists 05:16:58 894f8fcc9e9c: Layer already exists 05:16:58 998cdf262ab1: Layer already exists 05:16:58 02e56110abd2: Layer already exists 05:16:58 38a2cb05a652: Layer already exists 05:16:58 0754057c0ad3: Layer already exists 05:16:58 abc36efb885a: Layer already exists 05:16:58 b0b09059f4e1: Layer already exists 05:16:58 bb961f40224b: Layer already exists 05:16:58 f4666769fca7: Layer already exists 05:16:58 master: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:58 ===================================================== [Pipeline] echo 05:16:58 taggedImages: 05:16:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af 05:16:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 05:16:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 05:16:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:17:00 provisioning config files... 05:17:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/254@tmp/config6933223631042780898tmp [Pipeline] { [Pipeline] sh 05:17:01 + set +x 05:17:01 + curl -s https://codecov.io/bash 05:17:01 + bash -s -- 05:17:01 05:17:01 _____ _ 05:17:01 / ____| | | 05:17:01 | | ___ __| | ___ ___ _____ __ 05:17:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:17:01 | |___| (_) | (_| | __/ (_| (_) \ V / 05:17:01 \_____\___/ \__,_|\___|\___\___/ \_/ 05:17:01 Bash-20201130-cc6d3fe 05:17:01 05:17:01 05:17:01 ==> Jenkins CI detected. 05:17:01 project root: . 05:17:01 --> token set from env 05:17:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:17:02 ==> Running gcov in . (disable via -X gcov) 05:17:02 ==> Python coveragepy not found 05:17:02 ==> Searching for coverage reports in: 05:17:02 + . 05:17:02 -> Found 1 reports 05:17:02 ==> Detecting git/mercurial file structure 05:17:02 ==> Reading reports 05:17:02 + ./coverage.out bytes=568194 05:17:02 ==> Appending adjustments 05:17:02 https://docs.codecov.io/docs/fixing-reports 05:17:09 + Found adjustments 05:17:09 ==> Gzipping contents 05:17:09 88K /tmp/codecov.M62qKu.gz 05:17:09 ==> Uploading reports 05:17:09 url: https://codecov.io 05:17:09 query: branch=master&commit=5c7d82cd65b8973aa000dcfc910cc709fcfb47af&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:17:09 -> Pinging Codecov 05:17:09 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=5c7d82cd65b8973aa000dcfc910cc709fcfb47af&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:17:09 -> Uploading to 05:17:09 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/5c7d82cd65b8973aa000dcfc910cc709fcfb47af/8f583c7e-8168-4499-8574-e013b783d9f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T051708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d37da9b736c4f8b550cc66263f12b6fefd15639dae29b4ecb81cf825abfd7437 05:17:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:09 Dload Upload Total Spent Left Speed 05:17:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87918 0 0 100 87918 0 151k --:--:-- --:--:-- --:--:-- 151k 100 87918 0 0 100 87918 0 150k --:--:-- --:--:-- --:--:-- 150k 05:17:09 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] } 05:17:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:17:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:17:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:17:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:17:10 05:17:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:17:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:17:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:17:11 188c0c94c7c5: Already exists 05:17:11 0ef7d3d256c8: Already exists 05:17:11 de9db76c5a1d: Already exists 05:17:11 0eba1c9be4d2: Pulling fs layer 05:17:11 0d57e429df01: Pulling fs layer 05:17:11 4e4be7b47b0d: Pulling fs layer 05:17:11 e1f770b5df2f: Pulling fs layer 05:17:11 85a0685a4137: Pulling fs layer 05:17:11 e1f770b5df2f: Waiting 05:17:11 85a0685a4137: Waiting 05:17:11 4e4be7b47b0d: Verifying Checksum 05:17:11 4e4be7b47b0d: Download complete 05:17:11 0d57e429df01: Verifying Checksum 05:17:11 0d57e429df01: Download complete 05:17:13 e1f770b5df2f: Verifying Checksum 05:17:13 e1f770b5df2f: Download complete 05:17:16 0eba1c9be4d2: Verifying Checksum 05:17:16 0eba1c9be4d2: Download complete 05:17:18 85a0685a4137: Verifying Checksum 05:17:18 85a0685a4137: Download complete 05:17:29 0eba1c9be4d2: Pull complete 05:17:29 0d57e429df01: Pull complete 05:17:29 4e4be7b47b0d: Pull complete 05:17:33 e1f770b5df2f: Pull complete 05:17:49 85a0685a4137: Pull complete 05:17:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:17:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:17:49 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:17: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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:17:52 $ docker top 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 -eo pid,comm [Pipeline] { [Pipeline] echo 05:17:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:17:54 + set -o pipefail 05:17:54 + snyk monitor '--org=edgex-jenkins' 05:18:12 05:18:12 Monitoring /w/workspace/edgex-go/254 (github.com/edgexfoundry/edgex-go)... 05:18:12 05:18:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/247596b1-5fe6-4e44-8366-8a7f981906b2 05:18:12 05:18:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:18:12 05:18:12 05:18:12 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 05:18:12 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:18:12 $ docker stop --time=1 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 05:18:15 $ docker rm -f 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 05:18:17 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 05:18:17 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:18:17 + set -o pipefail 05:18:17 + tee .snyk 05:18:17 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:18:18 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:18:18 version: v1.14.1 05:18:18 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:18:18 ignore: 05:18:18 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:18:18 - '*': 05:18:18 reason: does not apply # justification for ignoring 05:18: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 05:18:18 SNYK-ALPINE312-JQ-588886: 05:18:18 - '*': 05:18:18 reason: false positive 05:18:18 expires: 2021-01-01T00:00:00 05:18:18 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:18:18 - '*': 05:18:18 reason: does not apply 05:18:18 expires: 2021-01-01T00:00:00 05:18:18 # patch: {} [Pipeline] withCredentials 05:18:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:18:18 . [Pipeline] withDockerContainer 05:18:19 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:18: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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:18:21 $ docker top 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:18:22 + rm -f snykReport.html [Pipeline] echo 05:18:22 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:18:22 + set -o pipefail 05:18:22 + snyk-to-html -o snykReport.html 05:18:22 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:18:41 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:18:41 $ docker stop --time=1 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 05:18:42 $ docker rm -f 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:18:43 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 05:18:43 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:18:44 + set -o pipefail 05:18:44 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:18:44 + tee .snyk 05:18:44 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:18:44 version: v1.14.1 05:18:44 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:18:44 ignore: 05:18:44 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:18:44 - '*': 05:18:44 reason: does not apply # justification for ignoring 05:18:44 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 05:18:44 SNYK-ALPINE312-JQ-588886: 05:18:44 - '*': 05:18:44 reason: false positive 05:18:44 expires: 2021-01-01T00:00:00 05:18:44 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:18:44 - '*': 05:18:44 reason: does not apply 05:18:44 expires: 2021-01-01T00:00:00 05:18:44 # patch: {} [Pipeline] withCredentials 05:18:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:18:45 . [Pipeline] withDockerContainer 05:18:45 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:18:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:18:47 $ docker top f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:18:47 + rm -f snykReport.html [Pipeline] echo 05:18:47 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:18:48 + set -o pipefail 05:18:48 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:18:48 + snyk-to-html -o snykReport.html 05:18:58 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:18:58 $ docker stop --time=1 f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 05:19:00 $ docker rm -f f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:19:00 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 05:19:00 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 05:19:01 Archiving artifacts [Pipeline] unstable 05:19:01 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 05:19:01 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 05:19:01 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:19:01 + set -o pipefail 05:19:01 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:19:01 + tee .snyk 05:19:02 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:19:02 version: v1.14.1 05:19:02 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:19:02 ignore: 05:19:02 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:19:02 - '*': 05:19:02 reason: does not apply # justification for ignoring 05:19:02 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 05:19:02 SNYK-ALPINE312-JQ-588886: 05:19:02 - '*': 05:19:02 reason: false positive 05:19:02 expires: 2021-01-01T00:00:00 05:19:02 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:19:02 - '*': 05:19:02 reason: does not apply 05:19:02 expires: 2021-01-01T00:00:00 05:19:02 # patch: {} [Pipeline] withCredentials 05:19:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:19:03 . [Pipeline] withDockerContainer 05:19:03 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:19: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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:19:04 $ docker top 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:05 + rm -f snykReport.html [Pipeline] echo 05:19:05 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:19:06 + set -o pipefail 05:19:06 + snyk-to-html -o snykReport.html 05:19:06 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:19:24 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:19:24 $ docker stop --time=1 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b 05:19:27 $ docker rm -f 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:19:27 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 05:19:27 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:19:27 + set -o pipefail 05:19:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:19:28 + tee .snyk 05:19:28 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:19:28 version: v1.14.1 05:19:28 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:19:28 ignore: 05:19:28 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:19:28 - '*': 05:19:28 reason: does not apply # justification for ignoring 05:19: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 05:19:28 SNYK-ALPINE312-JQ-588886: 05:19:28 - '*': 05:19:28 reason: false positive 05:19:28 expires: 2021-01-01T00:00:00 05:19:28 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:19:28 - '*': 05:19:28 reason: does not apply 05:19:28 expires: 2021-01-01T00:00:00 05:19:28 # patch: {} [Pipeline] withCredentials 05:19:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:19:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:19:28 . [Pipeline] withDockerContainer 05:19:29 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:19:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:19:30 $ docker top 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:30 + rm -f snykReport.html [Pipeline] echo 05:19:31 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:19:31 + set -o pipefail 05:19:31 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:19:31 + snyk-to-html -o snykReport.html 05:19:41 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:19:41 $ docker stop --time=1 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 05:19:43 $ docker rm -f 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:19:43 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 05:19:43 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:19:44 + set -o pipefail 05:19:44 + tee .snyk 05:19:44 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:19:44 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:19:44 version: v1.14.1 05:19:44 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:19:44 ignore: 05:19:44 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:19:44 - '*': 05:19:44 reason: does not apply # justification for ignoring 05:19:44 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 05:19:44 SNYK-ALPINE312-JQ-588886: 05:19:44 - '*': 05:19:44 reason: false positive 05:19:44 expires: 2021-01-01T00:00:00 05:19:44 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:19:44 - '*': 05:19:44 reason: does not apply 05:19:44 expires: 2021-01-01T00:00:00 05:19:44 # patch: {} [Pipeline] withCredentials 05:19:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:19:44 . [Pipeline] withDockerContainer 05:19:44 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:19:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:19:46 $ docker top 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:47 + rm -f snykReport.html [Pipeline] echo 05:19:47 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:19:47 + set -o pipefail 05:19:47 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:19:47 + snyk-to-html -o snykReport.html 05:20:00 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:20:00 $ docker stop --time=1 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd 05:20:02 $ docker rm -f 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:20:02 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 05:20:02 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 05:20:02 Archiving artifacts [Pipeline] unstable 05:20:03 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 05:20:03 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 05:20:03 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:20:03 + set -o pipefail 05:20:03 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:20:03 + tee .snyk 05:20:03 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:20:03 version: v1.14.1 05:20:03 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:20:03 ignore: 05:20:03 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:20:03 - '*': 05:20:03 reason: does not apply # justification for ignoring 05:20: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 05:20:03 SNYK-ALPINE312-JQ-588886: 05:20:03 - '*': 05:20:03 reason: false positive 05:20:03 expires: 2021-01-01T00:00:00 05:20:03 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:20:03 - '*': 05:20:03 reason: does not apply 05:20:03 expires: 2021-01-01T00:00:00 05:20:03 # patch: {} [Pipeline] withCredentials 05:20:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:20:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:20:04 . [Pipeline] withDockerContainer 05:20:04 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:20:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:20:06 $ docker top 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:07 + rm -f snykReport.html [Pipeline] echo 05:20:07 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:20:07 + set -o pipefail 05:20:07 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:20:07 + snyk-to-html -o snykReport.html 05:20:18 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:20:18 $ docker stop --time=1 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 05:20:20 $ docker rm -f 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:20:21 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 05:20:21 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 05:20:21 Archiving artifacts [Pipeline] unstable 05:20:21 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 05:20:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 05:20:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:20:21 + set -o pipefail 05:20:21 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:20:21 + tee .snyk 05:20:21 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:20:21 version: v1.14.1 05:20:21 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:20:21 ignore: 05:20:21 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:20:21 - '*': 05:20:21 reason: does not apply # justification for ignoring 05:20:21 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 05:20:21 SNYK-ALPINE312-JQ-588886: 05:20:21 - '*': 05:20:21 reason: false positive 05:20:21 expires: 2021-01-01T00:00:00 05:20:21 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:20:21 - '*': 05:20:21 reason: does not apply 05:20:21 expires: 2021-01-01T00:00:00 05:20:21 # patch: {} [Pipeline] withCredentials 05:20:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:20:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:20:22 . [Pipeline] withDockerContainer 05:20:22 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:20:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:20:24 $ docker top 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:24 + rm -f snykReport.html [Pipeline] echo 05:20:24 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:20:25 + set -o pipefail 05:20:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:20:25 + snyk-to-html -o snykReport.html 05:20:35 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:20:35 $ docker stop --time=1 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d 05:20:37 $ docker rm -f 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:20:38 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 05:20:38 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:20:38 + set -o pipefail 05:20:38 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:20:38 + tee .snyk 05:20:38 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:20:38 version: v1.14.1 05:20:38 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:20:38 ignore: 05:20:38 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:20:38 - '*': 05:20:38 reason: does not apply # justification for ignoring 05:20:38 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 05:20:38 SNYK-ALPINE312-JQ-588886: 05:20:38 - '*': 05:20:38 reason: false positive 05:20:38 expires: 2021-01-01T00:00:00 05:20:38 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:20:38 - '*': 05:20:38 reason: does not apply 05:20:38 expires: 2021-01-01T00:00:00 05:20:38 # patch: {} [Pipeline] withCredentials 05:20:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:20:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:20:39 . [Pipeline] withDockerContainer 05:20:39 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:20: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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:20:41 $ docker top c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:41 + rm -f snykReport.html [Pipeline] echo 05:20:41 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:20:42 + set -o pipefail 05:20:42 + + snyk-to-htmlsnyk -o test snykReport.html '--org=edgex-jenkins' 05:20:42 --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:20:57 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:20:57 $ docker stop --time=1 c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 05:20:59 $ docker rm -f c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:21:00 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 05:21:00 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:21:00 + set -o pipefail 05:21:00 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:21:00 + tee .snyk 05:21:00 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:21:00 version: v1.14.1 05:21:00 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:21:00 ignore: 05:21:00 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:21:00 - '*': 05:21:00 reason: does not apply # justification for ignoring 05:21:00 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 05:21:00 SNYK-ALPINE312-JQ-588886: 05:21:00 - '*': 05:21:00 reason: false positive 05:21:00 expires: 2021-01-01T00:00:00 05:21:00 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:21:00 - '*': 05:21:00 reason: does not apply 05:21:00 expires: 2021-01-01T00:00:00 05:21:00 # patch: {} [Pipeline] withCredentials 05:21:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:21:01 . [Pipeline] withDockerContainer 05:21:01 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:21:01 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:21:03 $ docker top 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d -eo pid,comm [Pipeline] { [Pipeline] sh 05:21:03 + rm -f snykReport.html [Pipeline] echo 05:21:03 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:21:04 + set -o pipefail 05:21:04 + snyk-to-html -o snykReport.html 05:21:04 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:21:19 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:21:19 $ docker stop --time=1 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d 05:21:21 $ docker rm -f 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:21:22 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:21:22 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 05:21:22 + set -o pipefail 05:21:22 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 05:21:22 + tee .snyk 05:21:22 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 05:21:22 version: v1.14.1 05:21:22 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 05:21:22 ignore: 05:21:22 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 05:21:22 - '*': 05:21:22 reason: does not apply # justification for ignoring 05:21: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 05:21:22 SNYK-ALPINE312-JQ-588886: 05:21:22 - '*': 05:21:22 reason: false positive 05:21:22 expires: 2021-01-01T00:00:00 05:21:22 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 05:21:22 - '*': 05:21:22 reason: does not apply 05:21:22 expires: 2021-01-01T00:00:00 05:21:22 # patch: {} [Pipeline] withCredentials 05:21:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:21:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:21:23 . [Pipeline] withDockerContainer 05:21:23 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:21: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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:21:24 $ docker top 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:21:25 + rm -f snykReport.html [Pipeline] echo 05:21:25 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 05:21:26 + set -o pipefail 05:21:26 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 05:21:26 + snyk-to-html -o snykReport.html 05:21:36 Vulnerability snapshot saved at snykReport.html [Pipeline] } 05:21:36 $ docker stop --time=1 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 05:21:38 $ docker rm -f 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:21:38 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 05:21:38 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 05:21:38 Archiving artifacts [Pipeline] unstable 05:21:38 WARNING: Snyk Found Vulnerabilites [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:21:39 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:21:39 provisioning config files... 05:21:39 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/254@tmp/config689695602209955952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:40 --> edgex-publish-swagger.sh 05:21:40 === Publish openapi/v1 API === 05:21:40 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 05:21:40 [publishToSwagger] Publishing API Name [core-command] 05:21:40 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:40 Dload Upload Total Spent Left Speed 05:21:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8749 0:00:01 0:00:01 --:--:-- 8752 100 10521 0 0 100 10521 0 8748 0:00:01 0:00:01 --:--:-- 8752 05:21:41 05:21:41 05:21:41 [publishToSwagger] Publishing API Name [core-data] 05:21:41 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:41 Dload Upload Total Spent Left Speed 05:21:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27461 0:00:01 0:00:01 --:--:-- 27473 100 32556 0 0 100 32556 0 27439 0:00:01 0:00:01 --:--:-- 27450 05:21:42 05:21:42 05:21:42 [publishToSwagger] Publishing API Name [core-metadata] 05:21:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:42 Dload Upload Total Spent Left Speed 05:21:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62969 0:00:01 0:00:01 --:--:-- 63008 100 73720 0 0 100 73720 0 62955 0:00:01 0:00:01 --:--:-- 63008 05:21:43 05:21:43 05:21:43 [publishToSwagger] Publishing API Name [support-logging] 05:21:43 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:43 Dload Upload Total Spent Left Speed 05:21:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12596 0:00:01 0:00:01 --:--:-- 12609 100 13580 0 0 100 13580 0 12594 0:00:01 0:00:01 --:--:-- 12597 05:21:44 05:21:44 05:21:44 [publishToSwagger] Publishing API Name [support-notifications] 05:21:44 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:44 Dload Upload Total Spent Left Speed 05:21:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34590 0:00:01 0:00:01 --:--:-- 34598 100 38889 0 0 100 38889 0 34567 0:00:01 0:00:01 --:--:-- 34598 05:21:46 05:21:46 05:21:46 [publishToSwagger] Publishing API Name [support-scheduler] 05:21:46 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:46 Dload Upload Total Spent Left Speed 05:21:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14248 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12310 0:00:01 0:00:01 --:--:-- 12314 05:21:47 05:21:47 05:21:47 [publishToSwagger] Publishing API Name [system-agent] 05:21:47 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:47 Dload Upload Total Spent Left Speed 05:21:48 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 3057 0:00:01 0:00:01 --:--:-- 3057 100 4109 0 0 100 4109 0 2939 0:00:01 0:00:01 --:--:-- 2939 05:21:48 05:21:48 05:21:48 === Publish openapi/v2 API === 05:21:48 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 05:21:48 [publishToSwagger] Publishing API Name [core-command] 05:21:48 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:48 Dload Upload Total Spent Left Speed 05:21:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24525 0:00:01 0:00:01 --:--:-- 24530 100 29535 0 0 100 29535 0 24519 0:00:01 0:00:01 --:--:-- 24530 05:21:50 05:21:50 05:21:50 [publishToSwagger] Publishing API Name [core-data] 05:21:50 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:50 Dload Upload Total Spent Left Speed 05:21:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61192 0 0 100 61192 0 47849 0:00:01 0:00:01 --:--:-- 47881 100 61192 0 0 100 61192 0 47656 0:00:01 0:00:01 --:--:-- 47694 05:21:51 05:21:51 05:21:51 [publishToSwagger] Publishing API Name [core-metadata] 05:21:51 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:51 Dload Upload Total Spent Left Speed 05:21:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98511 0:00:01 0:00:01 --:--:-- 98522 100 119k 0 0 100 119k 0 98083 0:00:01 0:00:01 --:--:-- 98046 05:21:52 05:21:52 05:21:52 [publishToSwagger] Publishing API Name [support-logging] 05:21:52 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:52 Dload Upload Total Spent Left Speed 05:21:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21174 0:00:01 0:00:01 --:--:-- 21190 100 23691 0 0 100 23691 0 21169 0:00:01 0:00:01 --:--:-- 21190 05:21:53 05:21:53 05:21:53 [publishToSwagger] Publishing API Name [support-notifications] 05:21:53 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:53 Dload Upload Total Spent Left Speed 05:21:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52842 0:00:01 0:00:01 --:--:-- 52903 100 62691 0 0 100 62691 0 52821 0:00:01 0:00:01 --:--:-- 52859 05:21:55 05:21:55 05:21:55 [publishToSwagger] Publishing API Name [support-scheduler] 05:21:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:55 Dload Upload Total Spent Left Speed 05:21:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 36475 0:00:01 0:00:01 --:--:-- 36491 100 46198 0 0 100 46198 0 36464 0:00:01 0:00:01 --:--:-- 36491 05:21:56 05:21:56 05:21:56 [publishToSwagger] Publishing API Name [system-agent] 05:21:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:21:56 Dload Upload Total Spent Left Speed 05:21:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20226 0:00:01 0:00:01 --:--:-- 20225 100 23725 0 0 100 23725 0 20223 0:00:01 0:00:01 --:--:-- 20225 05:21:57 05:21:57 [Pipeline] } 05:21:57 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 05:21:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:21:58 . [Pipeline] withDockerContainer 05:21:58 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:21:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:22:00 $ docker top 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:22:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:22:00 [ssh-agent] Looking for ssh-agent implementation... 05:22:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:22:01 $ docker exec 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 ssh-agent 05:22:01 SSH_AUTH_SOCK=/tmp/ssh-GaqVCtbZ5cRM/agent.11 05:22:01 SSH_AGENT_PID=17 05:22:01 Running ssh-add (command line suppressed) 05:22:01 Identity added: /w/workspace/edgex-go/254@tmp/private_key_702483442062244321.key (/w/workspace/edgex-go/254@tmp/private_key_702483442062244321.key) 05:22:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:22:02 + git semver tag 05:22:02 # -> Open(): unable to determine branch for HEAD 05:22:02 # $GIT_DIR = /w/workspace/edgex-go/254/.git 05:22:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/254 05:22:02 # $SEMVER_REMOTE_NAME = origin 05:22:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:22:02 # $SEMVER_USER_NAME = edgex-jenkins 05:22:02 # $SEMVER_BRANCH = master 05:22:03 # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver 05:22:03 # 5c7d82cd65b8973aa000dcfc910cc709fcfb47af HEAD 05:22:03 # -> Force: false 05:22:03 # 2d171377d6d8344289d82a27a5c0840d5d0d61cf refs/tags/v2.0.0-dev.10 [Pipeline] } 05:22:03 $ docker exec --env ******** --env ******** 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 ssh-agent -k 05:22:04 unset SSH_AUTH_SOCK; 05:22:04 unset SSH_AGENT_PID; 05:22:04 echo Agent pid 17 killed; 05:22:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:22:05 + git semver [Pipeline] } 05:22:05 $ docker stop --time=1 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 05:22:07 $ docker rm -f 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:22:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:08 05:22:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:22:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:08 0.23.1-centos7: Pulling from edgex-lftools 05:22:08 ab5ef0e58194: Pulling fs layer 05:22:08 9712f1f96733: Pulling fs layer 05:22:08 63f879dbbcfc: Pulling fs layer 05:22:08 0d9ebad4ef96: Pulling fs layer 05:22:08 e9a5061849ea: Pulling fs layer 05:22:08 d747dcd14b5f: Pulling fs layer 05:22:08 2de7ff778b66: Pulling fs layer 05:22:08 0d9ebad4ef96: Waiting 05:22:08 e9a5061849ea: Waiting 05:22:08 d747dcd14b5f: Waiting 05:22:08 2de7ff778b66: Waiting 05:22:08 9712f1f96733: Download complete 05:22:12 63f879dbbcfc: Verifying Checksum 05:22:12 63f879dbbcfc: Download complete 05:22:12 e9a5061849ea: Verifying Checksum 05:22:12 e9a5061849ea: Download complete 05:22:12 d747dcd14b5f: Verifying Checksum 05:22:12 d747dcd14b5f: Download complete 05:22:13 2de7ff778b66: Verifying Checksum 05:22:13 2de7ff778b66: Download complete 05:22:13 0d9ebad4ef96: Verifying Checksum 05:22:13 0d9ebad4ef96: Download complete 05:22:13 ab5ef0e58194: Verifying Checksum 05:22:13 ab5ef0e58194: Download complete 05:22:23 ab5ef0e58194: Pull complete 05:22:23 9712f1f96733: Pull complete 05:22:25 63f879dbbcfc: Pull complete 05:22:40 0d9ebad4ef96: Pull complete 05:22:40 e9a5061849ea: Pull complete 05:22:40 d747dcd14b5f: Pull complete 05:22:45 2de7ff778b66: Pull complete 05:22:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:22:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:22:46 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:22:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:22:49 $ docker top e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:22:50 provisioning config files... 05:22:50 copy managed file [sigul-config] to file:/w/workspace/edgex-go/254@tmp/config9173138724419386779tmp 05:22:50 copy managed file [sigul-password] to file:/w/workspace/edgex-go/254@tmp/config4388544116771963711tmp 05:22:50 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/254@tmp/config8848119856745879666tmp [Pipeline] { [Pipeline] echo 05:22:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:22:50 ---> sigul-configuration.sh 05:22:50 gpg: directory `/root/.gnupg' created 05:22:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:22:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:22:50 gpg: keyring `/root/.gnupg/secring.gpg' created 05:22:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:22:50 gpg: CAST5 encrypted data 05:22:50 gpg: encrypted with 1 passphrase 05:22:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:22:51 + mkdir /home/jenkins 05:22:51 + mkdir /home/jenkins/sigul [Pipeline] sh 05:22:51 + 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 05:22:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:22:52 ---> sigul-install.sh 05:22:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:22:59 + git tag --list 05:22:59 0.6.0 05:22:59 0.6.1 05:22:59 0.7.0 05:22:59 0.7.1 05:22:59 v1.0.0 05:22:59 v1.0.1 05:22:59 v1.1.0 05:22:59 v1.2.0 05:22:59 v1.2.1 05:22:59 v1.2.2-dev.1 05:22:59 v1.2.2-dev.10 05:22:59 v1.2.2-dev.100 05:22:59 v1.2.2-dev.101 05:22:59 v1.2.2-dev.102 05:22:59 v1.2.2-dev.103 05:22:59 v1.2.2-dev.104 05:22:59 v1.2.2-dev.105 05:22:59 v1.2.2-dev.106 05:22:59 v1.2.2-dev.107 05:22:59 v1.2.2-dev.11 05:22:59 v1.2.2-dev.12 05:22:59 v1.2.2-dev.13 05:22:59 v1.2.2-dev.14 05:22:59 v1.2.2-dev.15 05:22:59 v1.2.2-dev.16 05:22:59 v1.2.2-dev.17 05:22:59 v1.2.2-dev.18 05:22:59 v1.2.2-dev.19 05:22:59 v1.2.2-dev.2 05:22:59 v1.2.2-dev.20 05:22:59 v1.2.2-dev.21 05:22:59 v1.2.2-dev.22 05:22:59 v1.2.2-dev.23 05:22:59 v1.2.2-dev.24 05:22:59 v1.2.2-dev.25 05:22:59 v1.2.2-dev.26 05:22:59 v1.2.2-dev.27 05:22:59 v1.2.2-dev.28 05:22:59 v1.2.2-dev.29 05:22:59 v1.2.2-dev.3 05:22:59 v1.2.2-dev.30 05:22:59 v1.2.2-dev.31 05:22:59 v1.2.2-dev.32 05:22:59 v1.2.2-dev.33 05:22:59 v1.2.2-dev.34 05:22:59 v1.2.2-dev.35 05:22:59 v1.2.2-dev.36 05:22:59 v1.2.2-dev.37 05:22:59 v1.2.2-dev.38 05:22:59 v1.2.2-dev.39 05:22:59 v1.2.2-dev.4 05:22:59 v1.2.2-dev.40 05:22:59 v1.2.2-dev.41 05:22:59 v1.2.2-dev.42 05:22:59 v1.2.2-dev.43 05:22:59 v1.2.2-dev.44 05:22:59 v1.2.2-dev.45 05:22:59 v1.2.2-dev.46 05:22:59 v1.2.2-dev.47 05:22:59 v1.2.2-dev.48 05:22:59 v1.2.2-dev.49 05:22:59 v1.2.2-dev.5 05:22:59 v1.2.2-dev.50 05:22:59 v1.2.2-dev.51 05:22:59 v1.2.2-dev.52 05:22:59 v1.2.2-dev.53 05:22:59 v1.2.2-dev.54 05:22:59 v1.2.2-dev.55 05:22:59 v1.2.2-dev.56 05:22:59 v1.2.2-dev.57 05:22:59 v1.2.2-dev.58 05:22:59 v1.2.2-dev.59 05:22:59 v1.2.2-dev.6 05:22:59 v1.2.2-dev.60 05:22:59 v1.2.2-dev.61 05:22:59 v1.2.2-dev.62 05:22:59 v1.2.2-dev.63 05:22:59 v1.2.2-dev.64 05:22:59 v1.2.2-dev.65 05:22:59 v1.2.2-dev.66 05:22:59 v1.2.2-dev.67 05:22:59 v1.2.2-dev.68 05:22:59 v1.2.2-dev.69 05:22:59 v1.2.2-dev.7 05:22:59 v1.2.2-dev.70 05:22:59 v1.2.2-dev.71 05:22:59 v1.2.2-dev.72 05:22:59 v1.2.2-dev.73 05:22:59 v1.2.2-dev.74 05:22:59 v1.2.2-dev.75 05:22:59 v1.2.2-dev.76 05:22:59 v1.2.2-dev.77 05:22:59 v1.2.2-dev.78 05:22:59 v1.2.2-dev.79 05:22:59 v1.2.2-dev.8 05:22:59 v1.2.2-dev.80 05:22:59 v1.2.2-dev.81 05:22:59 v1.2.2-dev.82 05:22:59 v1.2.2-dev.83 05:22:59 v1.2.2-dev.84 05:22:59 v1.2.2-dev.85 05:22:59 v1.2.2-dev.86 05:22:59 v1.2.2-dev.87 05:22:59 v1.2.2-dev.88 05:22:59 v1.2.2-dev.89 05:22:59 v1.2.2-dev.9 05:22:59 v1.2.2-dev.90 05:22:59 v1.2.2-dev.91 05:22:59 v1.2.2-dev.92 05:22:59 v1.2.2-dev.93 05:22:59 v1.2.2-dev.94 05:22:59 v1.2.2-dev.95 05:22:59 v1.2.2-dev.96 05:22:59 v1.2.2-dev.97 05:22:59 v1.2.2-dev.98 05:22:59 v1.2.2-dev.99 05:22:59 v1.3.0 05:22:59 v1.3.1-dev.1 05:22:59 v1.3.1-dev.10 05:22:59 v1.3.1-dev.11 05:22:59 v1.3.1-dev.12 05:22:59 v1.3.1-dev.13 05:22:59 v1.3.1-dev.14 05:22:59 v1.3.1-dev.15 05:22:59 v1.3.1-dev.16 05:22:59 v1.3.1-dev.17 05:22:59 v1.3.1-dev.18 05:22:59 v1.3.1-dev.2 05:22:59 v1.3.1-dev.3 05:22:59 v1.3.1-dev.4 05:22:59 v1.3.1-dev.5 05:22:59 v1.3.1-dev.6 05:22:59 v1.3.1-dev.7 05:22:59 v1.3.1-dev.8 05:22:59 v1.3.1-dev.9 05:22:59 v2.0.0-dev.1 05:22:59 v2.0.0-dev.10 05:22:59 v2.0.0-dev.2 05:22:59 v2.0.0-dev.3 05:22:59 v2.0.0-dev.4 05:22:59 v2.0.0-dev.5 05:22:59 v2.0.0-dev.6 05:22:59 v2.0.0-dev.7 05:22:59 v2.0.0-dev.8 05:22:59 v2.0.0-dev.9 [Pipeline] sh 05:23:00 + lftools sign git-tag v2.0.0-dev.10 05:23:02 Signing Git tag with Sigul... 05:23:02 Signing v2.0.0-dev.10 [Pipeline] echo 05:23:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:23:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:23:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:23:04 $ docker stop --time=1 e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 05:23:06 $ docker rm -f e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:23:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:07 . [Pipeline] withDockerContainer 05:23:07 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:23:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:23:09 $ docker top 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:09 [ssh-agent] Looking for ssh-agent implementation... 05:23:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:10 $ docker exec 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e ssh-agent 05:23:10 SSH_AUTH_SOCK=/tmp/ssh-TJMfRInmSHrr/agent.12 05:23:10 SSH_AGENT_PID=17 05:23:10 Running ssh-add (command line suppressed) 05:23:10 Identity added: /w/workspace/edgex-go/254@tmp/private_key_948072659994637980.key (/w/workspace/edgex-go/254@tmp/private_key_948072659994637980.key) 05:23:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:11 + git semver bump pre 05:23:11 # -> Open(): unable to determine branch for HEAD 05:23:11 # $GIT_DIR = /w/workspace/edgex-go/254/.git 05:23:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/254 05:23:11 # $SEMVER_REMOTE_NAME = origin 05:23:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:11 # $SEMVER_USER_NAME = edgex-jenkins 05:23:11 # $SEMVER_BRANCH = master 05:23:11 # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver 05:23:11 2.0.0-dev.11 [Pipeline] } 05:23:11 $ docker exec --env ******** --env ******** 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e ssh-agent -k 05:23:11 unset SSH_AUTH_SOCK; 05:23:11 unset SSH_AGENT_PID; 05:23:11 echo Agent pid 17 killed; 05:23:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:12 + git semver [Pipeline] } 05:23:12 $ docker stop --time=1 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e 05:23:14 $ docker rm -f 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:15 . [Pipeline] withDockerContainer 05:23:15 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:23:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:23:16 $ docker top 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:17 [ssh-agent] Looking for ssh-agent implementation... 05:23:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:17 $ docker exec 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df ssh-agent 05:23:18 SSH_AUTH_SOCK=/tmp/ssh-OGg13UL49Sfn/agent.12 05:23:18 SSH_AGENT_PID=17 05:23:18 Running ssh-add (command line suppressed) 05:23:18 Identity added: /w/workspace/edgex-go/254@tmp/private_key_7486017451412110434.key (/w/workspace/edgex-go/254@tmp/private_key_7486017451412110434.key) 05:23:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:19 + git semver push 05:23:19 # -> Open(): unable to determine branch for HEAD 05:23:19 # $GIT_DIR = /w/workspace/edgex-go/254/.git 05:23:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/254 05:23:19 # $SEMVER_REMOTE_NAME = origin 05:23:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:19 # $SEMVER_USER_NAME = edgex-jenkins 05:23:19 # $SEMVER_BRANCH = master 05:23:19 # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [Pipeline] } 05:23:31 $ docker exec --env ******** --env ******** 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df ssh-agent -k 05:23:32 unset SSH_AUTH_SOCK; 05:23:32 unset SSH_AGENT_PID; 05:23:32 echo Agent pid 17 killed; 05:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:33 + git semver [Pipeline] } 05:23:33 $ docker stop --time=1 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df 05:23:35 $ docker rm -f 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df [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 05:23:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:23:37 ---> package-listing.sh 05:23:37 ++ facter osfamily 05:23:37 ++ tr '[:upper:]' '[:lower:]' 05:23:38 + OS_FAMILY=redhat 05:23:38 + workspace=/w/workspace/edgex-go/254 05:23:38 + START_PACKAGES=/tmp/packages_start.txt 05:23:38 + END_PACKAGES=/tmp/packages_end.txt 05:23:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:23:38 + PACKAGES=/tmp/packages_start.txt 05:23:38 + '[' /w/workspace/edgex-go/254 ']' 05:23:38 + PACKAGES=/tmp/packages_end.txt 05:23:38 + case "${OS_FAMILY}" in 05:23:38 + rpm -qa 05:23:38 + sort 05:23:43 + '[' -f /tmp/packages_start.txt ']' 05:23:43 + '[' -f /tmp/packages_end.txt ']' 05:23:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:23:43 + '[' /w/workspace/edgex-go/254 ']' 05:23:43 + mkdir -p /w/workspace/edgex-go/254/archives/ 05:23:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/254/archives/ [Pipeline] echo 05:23:43 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/254/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:23:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:23:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:23:44 05:23:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:23:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:23:44 alpine: Pulling from edgex-lftools-log-publisher 05:23:44 df20fa9351a1: Pulling fs layer 05:23:44 36b3adc4ff6f: Pulling fs layer 05:23:44 8ad3a11d3b57: Pulling fs layer 05:23:44 46f8f816bc3b: Pulling fs layer 05:23:44 93b61091891f: Pulling fs layer 05:23:44 93b9cdb0e59b: Pulling fs layer 05:23:44 5e14af77c1be: Pulling fs layer 05:23:44 01666e4c0597: Pulling fs layer 05:23:44 aa168da1d23b: Pulling fs layer 05:23:44 93b9cdb0e59b: Waiting 05:23:44 5e14af77c1be: Waiting 05:23:44 01666e4c0597: Waiting 05:23:44 46f8f816bc3b: Waiting 05:23:44 93b61091891f: Waiting 05:23:44 aa168da1d23b: Waiting 05:23:45 36b3adc4ff6f: Verifying Checksum 05:23:45 36b3adc4ff6f: Download complete 05:23:45 46f8f816bc3b: Verifying Checksum 05:23:45 46f8f816bc3b: Download complete 05:23:45 df20fa9351a1: Verifying Checksum 05:23:45 93b9cdb0e59b: Verifying Checksum 05:23:45 93b9cdb0e59b: Download complete 05:23:45 5e14af77c1be: Verifying Checksum 05:23:45 5e14af77c1be: Download complete 05:23:45 93b61091891f: Verifying Checksum 05:23:45 93b61091891f: Download complete 05:23:45 01666e4c0597: Verifying Checksum 05:23:45 01666e4c0597: Download complete 05:23:46 df20fa9351a1: Pull complete 05:23:46 8ad3a11d3b57: Verifying Checksum 05:23:46 8ad3a11d3b57: Download complete 05:23:46 36b3adc4ff6f: Pull complete 05:23:47 8ad3a11d3b57: Pull complete 05:23:47 46f8f816bc3b: Pull complete 05:23:49 93b61091891f: Pull complete 05:23:49 93b9cdb0e59b: Pull complete 05:23:50 5e14af77c1be: Pull complete 05:23:50 aa168da1d23b: Verifying Checksum 05:23:50 aa168da1d23b: Download complete 05:23:50 01666e4c0597: Pull complete 05:24:06 aa168da1d23b: Pull complete 05:24:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:24:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:24:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:24:06 prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container 05:24:06 $ 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/254/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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:24:09 $ docker top 62eb78a84516a638df279a3c32964bac8a4cc3e802a3e525d034025f03447372 -eo pid,comm [Pipeline] { [Pipeline] sh 05:24:10 + touch /tmp/pre-build-complete [Pipeline] sh 05:24:11 + mkdir -p /var/log/sa [Pipeline] sh 05:24:11 + ls /var/log/sa-host 05:24:11 + sadf -c /var/log/sa-host/sa15 05:24:11 file_magic: OK 05:24:11 HZ: Using current value: 100 05:24:11 file_header: OK 05:24:11 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 05:24:11 Statistics: 05:24:11 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... 05:24:11 File successfully converted to sysstat format version 12.2.1 05:24:11 + sadf -c /var/log/sa-host/sa23 05:24:11 file_magic: OK 05:24:11 HZ: Using current value: 100 05:24:11 file_header: OK 05:24:11 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 05:24:11 Statistics: 05:24:11 Hnuu...uuuununununu... 05:24:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:24:12 provisioning config files... 05:24:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/254@tmp/config1294098186408599163tmp [Pipeline] { [Pipeline] echo 05:24:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:24:13 ---> create-netrc.sh [Pipeline] } 05:24:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:24:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:24:13 ---> python-tools-install.sh [Pipeline] echo 05:24:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:24:14 ---> sudo-logs.sh 05:24:14 Archiving 'sudo' log.. [Pipeline] echo 05:24:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:24:14 ---> job-cost.sh 05:24:14 lf-activate-venv: SKIPPING 05:24:14 INFO: No Stack... 05:24:16 INFO: Retrieving Pricing Info for: v1-standard-2 05:24:17 INFO: Archiving Costs [Pipeline] echo 05:24:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:24:17 ---> logs-deploy.sh 05:24:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/254 05:24:17 INFO: archiving workspace using pattern(s): 05:24:20 Archives upload complete. 05:24:20 INFO: archiving logs to Nexus 05:24:21 ---> uname -a: 05:24:21 Linux prd-centos7-docker-4c-2g-16055.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:24:21 05:24:21 05:24:21 ---> lscpu: 05:24:21 Architecture: x86_64 05:24:21 CPU op-mode(s): 32-bit, 64-bit 05:24:21 Byte Order: Little Endian 05:24:21 Address sizes: 40 bits physical, 48 bits virtual 05:24:21 CPU(s): 4 05:24:21 On-line CPU(s) list: 0-3 05:24:21 Thread(s) per core: 1 05:24:21 Core(s) per socket: 1 05:24:21 Socket(s): 4 05:24:21 NUMA node(s): 1 05:24:21 Vendor ID: GenuineIntel 05:24:21 CPU family: 6 05:24:21 Model: 44 05:24:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:24:21 Stepping: 1 05:24:21 CPU MHz: 2933.438 05:24:21 BogoMIPS: 5866.87 05:24:21 Virtualization: VT-x 05:24:21 Hypervisor vendor: KVM 05:24:21 Virtualization type: full 05:24:21 L1d cache: 128 KiB 05:24:21 L1i cache: 128 KiB 05:24:21 L2 cache: 16 MiB 05:24:21 L3 cache: 64 MiB 05:24:21 NUMA node0 CPU(s): 0-3 05:24:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:24:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:24:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:24:21 Vulnerability Meltdown: Mitigation; PTI 05:24:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:24:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:24:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:24:21 Vulnerability Srbds: Not affected 05:24:21 Vulnerability Tsx async abort: Not affected 05:24:21 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 05:24:21 05:24:21 05:24:21 ---> nproc: 05:24:21 4 05:24:21 05:24:21 05:24:21 ---> df -h: 05:24:21 Filesystem Size Used Available Use% Mounted on 05:24:21 overlay 50.0G 13.6G 36.4G 27% / 05:24:21 tmpfs 64.0M 0 64.0M 0% /dev 05:24:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:24:21 shm 64.0M 0 64.0M 0% /dev/shm 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/254 05:24:21 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/254@tmp 05:24:21 05:24:21 05:24:21 ---> free -m: 05:24:21 total used free shared buff/cache available 05:24:21 Mem: 1837 782 140 0 914 995 05:24:21 Swap: 1023 52 971 05:24:21 05:24:21 05:24:21 ---> ip addr: 05:24:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:24:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:24:21 inet 127.0.0.1/8 scope host lo 05:24:21 valid_lft forever preferred_lft forever 05:24:21 inet6 ::1/128 scope host 05:24:21 valid_lft forever preferred_lft forever 05:24:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:24:21 link/ether fa:16:3e:68:9b:05 brd ff:ff:ff:ff:ff:ff 05:24:21 inet 10.30.122.199/23 brd 10.30.123.255 scope global dynamic eth0 05:24:21 valid_lft 84847sec preferred_lft 84847sec 05:24:21 inet6 fe80::f816:3eff:fe68:9b05/64 scope link 05:24:21 valid_lft forever preferred_lft forever 05:24:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:24:21 link/ether 02:42:7d:34:b7:6b brd ff:ff:ff:ff:ff:ff 05:24:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:24:21 valid_lft forever preferred_lft forever 05:24:21 inet6 fe80::42:7dff:fe34:b76b/64 scope link 05:24:21 valid_lft forever preferred_lft forever 05:24:21 05:24:21 05:24:21 ---> sar -b -r -n DEV: 05:24:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 05:24:21 05:24:21 04:58:12 LINUX RESTART (4 CPU) 05:24:21 05:24:21 04:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:24:21 05:00:01 19.60 5.22 14.38 0.00 617.88 4355.96 0.00 05:24:21 05:01:02 52.83 13.60 39.22 0.00 4732.00 5717.43 0.00 05:24:21 05:02:01 107.13 77.43 29.70 0.00 5106.88 17719.88 0.00 05:24:21 05:03:01 121.12 27.66 93.46 0.00 1062.94 26365.34 0.00 05:24:21 05:04:01 190.17 45.07 145.10 0.00 3457.72 31049.17 0.00 05:24:21 05:05:01 158.74 96.46 62.28 0.00 3411.26 6231.07 0.00 05:24:21 05:06:02 92.86 41.64 51.22 0.00 1293.34 5135.09 0.00 05:24:21 05:07:01 105.56 44.96 60.60 0.00 2252.87 7006.47 0.00 05:24:21 05:08:01 46.85 11.58 35.27 0.00 869.67 14037.59 0.00 05:24:21 05:09:03 314.82 119.47 195.35 0.00 61167.37 122018.74 0.00 05:24:21 05:10:04 1771.96 1536.92 235.04 0.00 112231.40 119223.76 0.00 05:24:21 05:11:02 953.34 800.07 153.27 0.00 69889.13 72098.42 0.00 05:24:21 05:12:01 307.15 107.43 199.71 0.00 13249.09 33872.68 0.00 05:24:21 05:13:03 937.53 676.03 261.50 0.00 107234.68 142871.32 0.00 05:24:21 05:14:02 927.98 690.77 237.21 0.00 67991.57 72440.54 0.00 05:24:21 05:15:01 342.23 170.75 171.48 0.00 7963.56 21943.70 0.00 05:24:21 05:16:01 68.04 17.25 50.79 0.00 4283.25 2948.00 0.00 05:24:21 05:17:01 33.57 23.99 9.58 0.00 2477.59 204.56 0.00 05:24:21 05:18:02 324.22 184.76 139.47 0.00 9185.32 34205.28 0.00 05:24:21 05:19:01 161.42 88.32 73.10 0.00 5114.59 3229.18 0.00 05:24:21 05:20:01 76.56 5.94 70.62 0.00 792.42 870.22 0.00 05:24:21 05:21:01 71.84 1.66 70.18 0.00 106.18 817.24 0.00 05:24:21 05:22:01 53.76 1.36 52.40 0.00 184.28 677.61 0.00 05:24:21 05:23:01 215.06 64.22 150.84 0.00 3925.92 30404.01 0.00 05:24:21 05:24:02 144.24 74.65 69.58 0.00 6642.79 16750.73 0.00 05:24:21 Average: 304.28 197.18 107.10 0.00 19933.36 31936.89 0.00 05:24:21 05:24:21 04:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:24:21 05:00:01 65148 0 550528 29.26 2620 1263248 1093112 37.31 511436 1107728 69548 05:24:21 05:01:02 75432 0 651508 34.63 2620 1151984 1314800 44.87 523720 1075804 4052 05:24:21 05:02:01 66592 0 636192 33.81 2620 1176140 1455104 49.66 721100 884520 92424 05:24:21 05:03:01 72712 0 688260 36.58 2592 1117980 1412808 48.22 554100 1012580 46956 05:24:21 05:04:01 231312 0 740656 39.36 1416 908160 1595236 54.44 551872 823156 48 05:24:21 05:05:01 244296 0 751392 39.93 556 885300 1770444 60.42 645660 718024 54408 05:24:21 05:06:02 344736 0 761952 40.50 420 774436 1651868 56.38 573888 684252 25188 05:24:21 05:07:01 311864 0 730228 38.81 360 839092 1658448 56.60 616748 667152 30920 05:24:21 05:08:01 77172 0 742736 39.47 360 1061276 1523360 51.99 655764 878684 95216 05:24:21 05:09:03 76548 0 810360 43.07 0 994636 2301748 78.55 719028 878600 25748 05:24:21 05:10:04 69040 0 821548 43.66 0 990956 2306280 78.71 698952 885512 21944 05:24:21 05:11:02 131484 0 1179416 62.68 0 570644 3423932 116.85 824596 658752 44196 05:24:21 05:12:01 77208 0 727980 38.69 0 1076356 1550340 52.91 656368 888316 29556 05:24:21 05:13:03 77384 0 935584 49.72 0 868576 3006304 102.60 704128 872876 3388 05:24:21 05:14:02 112612 0 725264 38.55 0 1043668 2161396 73.76 533680 1008988 23392 05:24:21 05:15:01 270468 0 673828 35.81 0 937248 1374016 46.89 634828 728000 25080 05:24:21 05:16:01 251052 0 652080 34.66 0 978412 1449020 49.45 607320 782484 36 05:24:21 05:17:01 187436 0 646152 34.34 0 1047956 1307720 44.63 678792 771788 48 05:24:21 05:18:02 80080 0 776996 41.30 0 1024468 1570252 53.59 651932 846236 29772 05:24:21 05:19:01 359644 0 668496 35.53 0 853404 1203128 41.06 598596 641856 20 05:24:21 05:20:01 405388 0 698060 37.10 0 778096 1501160 51.23 572664 619976 52 05:24:21 05:21:01 411560 0 688832 36.61 0 781152 1264248 43.15 580956 606200 24 05:24:21 05:22:01 393988 0 701028 37.26 0 786528 1699776 58.01 599948 602628 44 05:24:21 05:23:01 73416 0 798520 42.44 0 1009608 1429016 48.77 623424 827712 65456 05:24:21 05:24:02 72804 0 794316 42.22 0 1014424 1689032 57.64 674116 782572 84428 05:24:21 Average: 181575 0 742076 39.44 543 957350 1708502 58.31 628545 810176 30878 05:24:21 05:24:21 04:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:24:21 05:00:01 eth0 654.32 544.09 2975.90 68.74 0.00 0.00 0.00 0.00 05:24:21 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:01:02 veth5567cab 466.06 341.18 42.04 1053.45 0.00 0.00 0.00 0.00 05:24:21 05:01:02 eth0 477.10 565.75 1615.10 83.51 0.00 0.00 0.00 0.00 05:24:21 05:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:01:02 docker0 466.06 341.04 35.67 1053.44 0.00 0.00 0.00 0.00 05:24:21 05:02:01 eth0 525.17 674.27 1657.10 64.18 0.00 0.00 0.00 0.00 05:24:21 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:02:01 docker0 661.20 501.27 47.84 1637.50 0.00 0.00 0.00 0.00 05:24:21 05:03:01 eth0 361.82 293.39 3154.91 26.57 0.00 0.00 0.00 0.00 05:24:21 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:03:01 veth2e76522 51.91 70.06 3.45 329.58 0.00 0.00 0.00 0.00 05:24:21 05:03:01 docker0 51.91 69.93 2.74 329.57 0.00 0.00 0.00 0.00 05:24:21 05:04:01 eth0 342.31 191.58 1821.86 80.96 0.00 0.00 0.00 0.00 05:24:21 05:04:01 veth8a0ab54 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:04:01 docker0 90.70 120.39 6.83 503.60 0.00 0.00 0.00 0.00 05:24:21 05:05:01 eth0 19.81 13.77 20.71 8.57 0.00 0.00 0.00 0.00 05:24:21 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:05:01 veth3d8d92b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:06:02 eth0 33.30 27.27 22.87 41.98 0.00 0.00 0.00 0.00 05:24:21 05:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:06:02 veth3d8d92b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:07:01 eth0 18.07 12.12 13.44 26.80 0.00 0.00 0.00 0.00 05:24:21 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:07:01 veth3d8d92b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:08:01 eth0 185.26 147.73 1686.80 21.39 0.00 0.00 0.00 0.00 05:24:21 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:09:03 eth0 26.68 23.43 22.50 55.98 0.00 0.00 0.00 0.00 05:24:21 05:09:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:09:03 veth3d0e9ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:09:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:10:04 eth0 49.92 33.55 162.41 11.02 0.00 0.00 0.00 0.00 05:24:21 05:10:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:10:04 veth3d0e9ee 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:10:04 docker0 16.13 26.48 0.89 144.36 0.00 0.00 0.00 0.00 05:24:21 05:11:02 vethb032444 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:11:02 eth0 6.26 4.80 5.05 2.77 0.00 0.00 0.00 0.00 05:24:21 05:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:11:02 vethcb840a8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:12:01 veth82d2ac8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:12:01 veth42fb549 1.76 5.30 0.12 41.07 0.00 0.00 0.00 0.00 05:24:21 05:12:01 eth0 73.17 53.83 216.79 64.11 0.00 0.00 0.00 0.00 05:24:21 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:13:03 vethf786a66 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:13:03 veth88c83bd 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:13:03 eth0 32.98 24.33 54.91 12.80 0.00 0.00 0.00 0.00 05:24:21 05:13:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:14:02 veth907d423 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:14:02 eth0 39.13 33.67 52.46 66.62 0.00 0.00 0.00 0.00 05:24:21 05:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:14:02 veth3d0e9ee 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 05:24:21 05:15:01 eth0 96.54 55.66 379.61 66.28 0.00 0.00 0.00 0.00 05:24:21 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:15:01 veth3d0e9ee 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:15:01 docker0 1338.58 1157.64 97.05 4261.32 0.00 0.00 0.00 0.00 05:24:21 05:16:01 eth0 191.85 169.55 147.10 544.06 0.00 0.00 0.00 0.00 05:24:21 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:16:01 docker0 12.99 16.08 0.97 56.63 0.00 0.00 0.00 0.00 05:24:21 05:17:01 eth0 330.08 313.86 151.18 1181.15 0.00 0.00 0.00 0.00 05:24:21 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:18:02 veth6ce064c 29.84 30.91 2.94 221.55 0.00 0.00 0.00 0.00 05:24:21 05:18:02 eth0 435.15 364.52 4250.16 68.77 0.00 0.00 0.00 0.00 05:24:21 05:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:18:02 docker0 29.84 30.78 2.53 221.54 0.00 0.00 0.00 0.00 05:24:21 05:19:01 eth0 39.27 32.83 35.46 39.89 0.00 0.00 0.00 0.00 05:24:21 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:19:01 docker0 3.99 3.58 0.70 1.78 0.00 0.00 0.00 0.00 05:24:21 05:20:01 vethcc64e17 0.57 0.67 0.13 0.30 0.00 0.00 0.00 0.00 05:24:21 05:20:01 eth0 44.44 35.91 44.28 39.40 0.00 0.00 0.00 0.00 05:24:21 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:20:01 docker0 1.48 1.43 0.30 0.67 0.00 0.00 0.00 0.00 05:24:21 05:21:01 eth0 56.11 43.52 52.41 68.21 0.00 0.00 0.00 0.00 05:24:21 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:21:01 docker0 1.35 1.38 0.29 0.66 0.00 0.00 0.00 0.00 05:24:21 05:22:01 vethc60c258 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:24:21 05:22:01 eth0 61.24 47.40 61.94 69.51 0.00 0.00 0.00 0.00 05:24:21 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:22:01 docker0 0.95 0.93 0.22 0.45 0.00 0.00 0.00 0.00 05:24:21 05:23:01 veth7df18ce 19.52 36.74 1.34 185.62 0.00 0.00 0.00 0.00 05:24:21 05:23:01 eth0 404.39 333.42 3397.72 60.86 0.00 0.00 0.00 0.00 05:24:21 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:23:01 docker0 19.52 36.61 1.07 185.61 0.00 0.00 0.00 0.00 05:24:21 05:24:02 eth0 233.64 180.33 2200.18 62.59 0.00 0.00 0.00 0.00 05:24:21 05:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 05:24:02 docker0 2.84 2.21 0.70 0.92 0.00 0.00 0.00 0.00 05:24:21 Average: eth0 189.32 168.56 968.17 113.62 0.00 0.00 0.00 0.00 05:24:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:24:21 Average: docker0 55.82 49.48 4.11 187.19 0.00 0.00 0.00 0.00 05:24:21 05:24:21 05:24:21 ---> sar -P ALL: 05:24:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 05:24:21 05:24:21 04:58:12 LINUX RESTART (4 CPU) 05:24:21 05:24:21 04:59:02 CPU %user %nice %system %iowait %steal %idle 05:24:21 05:00:01 all 8.31 0.00 1.65 0.16 3.99 85.89 05:24:21 05:00:01 0 9.50 0.00 2.13 0.14 3.94 84.29 05:24:21 05:00:01 1 9.22 0.00 1.79 0.09 3.96 84.94 05:24:21 05:00:01 2 6.06 0.00 1.71 0.33 4.97 86.93 05:24:21 05:00:01 3 8.49 0.00 0.99 0.07 3.12 87.33 05:24:21 05:01:02 all 3.91 0.00 2.68 1.07 14.30 78.04 05:24:21 05:01:02 0 3.96 0.00 2.67 0.21 15.71 77.45 05:24:21 05:01:02 1 4.52 0.00 2.85 0.50 13.50 78.63 05:24:21 05:01:02 2 3.57 0.00 2.92 2.07 13.18 78.27 05:24:21 05:01:02 3 3.61 0.00 2.27 1.50 14.80 77.82 05:24:21 05:02:01 all 6.49 0.00 2.75 1.19 14.83 74.74 05:24:21 05:02:01 0 4.84 0.00 2.17 0.93 15.76 76.30 05:24:21 05:02:01 1 7.44 0.00 2.82 0.69 14.87 74.18 05:24:21 05:02:01 2 8.82 0.00 2.83 2.36 14.36 71.64 05:24:21 05:02:01 3 4.90 0.00 3.20 0.78 14.31 76.81 05:24:21 05:03:01 all 3.07 0.00 2.85 0.43 12.50 81.16 05:24:21 05:03:01 0 3.61 0.00 3.24 0.39 13.05 79.70 05:24:21 05:03:01 1 3.24 0.00 3.44 0.53 13.01 79.78 05:24:21 05:03:01 2 2.77 0.00 2.18 0.23 12.37 82.45 05:24:21 05:03:01 3 2.65 0.00 2.54 0.56 11.56 82.68 05:24:21 05:04:01 all 5.16 0.00 5.22 3.65 22.26 63.71 05:24:21 05:04:01 0 5.16 0.00 5.43 3.53 23.03 62.85 05:24:21 05:04:01 1 4.59 0.00 5.00 3.50 21.97 64.93 05:24:21 05:04:01 2 4.73 0.00 5.42 3.58 22.16 64.11 05:24:21 05:04:01 3 6.19 0.00 5.03 3.99 21.86 62.93 05:24:21 05:05:01 all 34.50 0.00 10.57 4.12 21.53 29.29 05:24:21 05:05:01 0 30.06 0.00 10.27 4.35 23.14 32.19 05:24:21 05:05:01 1 32.69 0.00 10.24 4.85 22.80 29.41 05:24:21 05:05:01 2 42.28 0.00 12.05 3.92 17.99 23.76 05:24:21 05:05:01 3 33.36 0.00 9.80 3.35 22.03 31.46 05:24:21 05:06:02 all 38.36 0.00 11.71 2.41 25.83 21.69 05:24:21 05:06:02 0 33.65 0.00 12.47 2.24 27.21 24.43 05:24:21 05:06:02 1 39.05 0.00 11.07 1.59 25.32 22.98 05:24:21 05:06:02 2 39.53 0.00 12.63 2.47 25.02 20.36 05:24:21 05:06:02 3 41.30 0.00 10.70 3.39 25.74 18.86 05:24:21 05:07:01 all 35.23 0.00 14.43 3.27 18.39 28.68 05:24:21 05:07:01 0 34.08 0.00 14.86 3.24 18.94 28.87 05:24:21 05:07:01 1 32.94 0.00 13.14 3.20 19.32 31.40 05:24:21 05:07:01 2 38.74 0.00 15.08 3.63 16.62 25.94 05:24:21 05:07:01 3 35.22 0.00 14.67 3.00 18.64 28.47 05:24:21 05:08:01 all 15.31 0.00 8.50 0.85 25.53 49.80 05:24:21 05:08:01 0 13.62 0.00 7.71 1.74 26.92 50.02 05:24:21 05:08:01 1 15.06 0.00 8.32 0.30 24.94 51.37 05:24:21 05:08:01 2 16.11 0.00 9.56 1.03 25.69 47.61 05:24:21 05:08:01 3 16.50 0.00 8.44 0.34 24.57 50.15 05:24:21 05:09:03 all 9.45 0.00 10.69 3.79 31.18 44.88 05:24:21 05:09:03 0 7.92 0.00 10.31 3.42 31.07 47.28 05:24:21 05:09:03 1 10.30 0.00 12.21 4.44 31.06 42.00 05:24:21 05:09:03 2 11.12 0.00 10.65 4.58 31.19 42.46 05:24:21 05:09:03 3 8.51 0.00 9.63 2.73 31.41 47.72 05:24:21 05:10:04 all 10.93 0.00 15.71 17.52 31.42 24.41 05:24:21 05:10:04 0 10.30 0.00 15.21 17.84 31.77 24.87 05:24:21 05:10:04 1 11.03 0.00 15.93 16.79 31.31 24.94 05:24:21 05:10:04 2 11.65 0.00 16.54 17.81 31.16 22.83 05:24:21 05:10:04 3 10.75 0.00 15.17 17.65 31.45 24.98 05:24:21 05:24:21 05:10:04 CPU %user %nice %system %iowait %steal %idle 05:24:21 05:11:02 all 33.98 0.00 13.57 9.56 27.14 15.75 05:24:21 05:11:02 0 34.46 0.00 14.66 9.54 26.59 14.76 05:24:21 05:11:02 1 32.41 0.00 13.59 8.24 27.92 17.83 05:24:21 05:11:02 2 33.17 0.00 12.34 10.71 27.50 16.27 05:24:21 05:11:02 3 35.91 0.00 13.72 9.77 26.51 14.09 05:24:21 05:12:01 all 39.67 0.00 15.23 6.78 24.17 14.15 05:24:21 05:12:01 0 39.95 0.00 15.78 7.60 25.10 11.58 05:24:21 05:12:01 1 38.33 0.00 14.22 7.92 25.53 14.01 05:24:21 05:12:01 2 39.02 0.00 14.78 4.78 23.06 18.36 05:24:21 05:12:01 3 41.52 0.00 16.23 6.82 22.93 12.50 05:24:21 05:13:03 all 17.63 0.00 16.86 9.76 33.07 22.68 05:24:21 05:13:03 0 18.70 0.00 17.88 7.97 33.43 22.01 05:24:21 05:13:03 1 17.96 0.00 18.44 9.56 32.85 21.18 05:24:21 05:13:03 2 15.58 0.00 14.96 11.48 33.54 24.44 05:24:21 05:13:03 3 18.31 0.00 16.23 9.99 32.45 23.02 05:24:21 05:14:02 all 39.07 0.00 17.50 10.16 23.81 9.45 05:24:21 05:14:02 0 39.54 0.00 16.21 11.74 24.37 8.14 05:24:21 05:14:02 1 40.55 0.00 17.77 10.27 22.68 8.72 05:24:21 05:14:02 2 39.41 0.00 17.39 8.72 23.12 11.36 05:24:21 05:14:02 3 36.76 0.00 18.61 9.93 25.10 9.60 05:24:21 05:15:01 all 24.96 0.00 12.27 8.38 18.79 35.60 05:24:21 05:15:01 0 26.02 0.00 14.01 5.84 18.67 35.46 05:24:21 05:15:01 1 25.83 0.00 12.15 8.24 17.86 35.91 05:24:21 05:15:01 2 24.13 0.00 11.10 12.89 19.38 32.49 05:24:21 05:15:01 3 23.84 0.00 11.78 6.59 19.24 38.54 05:24:21 05:16:01 all 6.22 0.00 4.01 2.18 13.62 73.97 05:24:21 05:16:01 0 4.68 0.00 3.44 1.25 14.17 76.45 05:24:21 05:16:01 1 8.57 0.00 4.74 1.85 13.57 71.27 05:24:21 05:16:01 2 5.92 0.00 4.46 4.84 13.75 71.03 05:24:21 05:16:01 3 5.74 0.00 3.41 0.80 12.97 77.08 05:24:21 05:17:01 all 5.60 0.00 3.58 0.96 24.19 65.67 05:24:21 05:17:01 0 4.98 0.00 3.53 0.54 25.04 65.92 05:24:21 05:17:01 1 5.37 0.00 3.54 0.42 24.66 66.01 05:24:21 05:17:01 2 5.63 0.00 3.61 0.67 22.91 67.17 05:24:21 05:17:01 3 6.44 0.00 3.63 2.25 24.12 63.56 05:24:21 05:18:02 all 6.04 0.00 6.14 4.21 23.88 59.73 05:24:21 05:18:02 0 5.83 0.00 6.29 5.42 24.28 58.18 05:24:21 05:18:02 1 6.22 0.00 6.17 3.09 24.17 60.36 05:24:21 05:18:02 2 5.80 0.00 5.60 2.53 23.79 62.28 05:24:21 05:18:02 3 6.31 0.00 6.51 5.81 23.28 58.09 05:24:21 05:19:01 all 4.69 0.00 6.82 3.50 14.68 70.31 05:24:21 05:19:01 0 4.59 0.00 6.62 3.45 15.10 70.24 05:24:21 05:19:01 1 3.45 0.00 5.74 3.84 14.53 72.44 05:24:21 05:19:01 2 3.88 0.00 6.87 3.68 15.38 70.19 05:24:21 05:19:01 3 6.90 0.00 8.11 3.01 13.70 68.28 05:24:21 05:20:01 all 5.44 0.00 7.82 2.19 17.11 67.45 05:24:21 05:20:01 0 6.52 0.00 8.43 2.19 17.73 65.13 05:24:21 05:20:01 1 4.81 0.00 7.55 2.29 17.21 68.13 05:24:21 05:20:01 2 6.28 0.00 7.77 3.06 16.93 65.96 05:24:21 05:20:01 3 4.16 0.00 7.52 1.23 16.57 70.53 05:24:21 05:21:01 all 5.63 0.00 7.37 1.92 14.77 70.31 05:24:21 05:21:01 0 6.93 0.00 8.20 1.45 14.21 69.21 05:24:21 05:21:01 1 6.21 0.00 7.44 2.37 15.31 68.67 05:24:21 05:21:01 2 5.01 0.00 6.92 2.12 14.78 71.17 05:24:21 05:21:01 3 4.39 0.00 6.93 1.74 14.77 72.17 05:24:21 05:24:21 05:21:01 CPU %user %nice %system %iowait %steal %idle 05:24:21 05:22:01 all 4.42 0.00 6.30 1.62 11.79 75.87 05:24:21 05:22:01 0 4.25 0.00 6.64 1.29 11.83 75.98 05:24:21 05:22:01 1 4.55 0.00 6.42 1.85 11.11 76.07 05:24:21 05:22:01 2 4.42 0.00 6.10 1.42 11.54 76.52 05:24:21 05:22:01 3 4.45 0.00 6.05 1.91 12.65 74.93 05:24:21 05:23:01 all 6.88 0.00 7.08 1.21 19.17 65.66 05:24:21 05:23:01 0 5.45 0.00 7.27 0.73 19.81 66.74 05:24:21 05:23:01 1 5.40 0.00 6.95 0.72 19.35 67.57 05:24:21 05:23:01 2 6.20 0.00 7.68 1.59 18.41 66.12 05:24:21 05:23:01 3 10.45 0.00 6.43 1.80 19.09 62.23 05:24:21 05:24:02 all 5.55 0.00 6.00 1.94 15.26 71.24 05:24:21 05:24:02 0 4.80 0.00 5.26 0.52 16.00 73.41 05:24:21 05:24:02 1 6.94 0.00 6.26 4.25 15.76 66.79 05:24:21 05:24:02 2 5.60 0.00 5.82 2.51 14.71 71.36 05:24:21 05:24:02 3 4.87 0.00 6.66 0.48 14.57 73.41 05:24:21 Average: all 14.25 0.00 8.47 3.99 20.05 53.24 05:24:21 Average: 0 13.72 0.00 8.59 3.76 20.62 53.31 05:24:21 Average: 1 14.34 0.00 8.51 3.93 20.12 53.09 05:24:21 Average: 2 14.53 0.00 8.45 4.41 19.67 52.94 05:24:21 Average: 3 14.42 0.00 8.33 3.86 19.80 53.59 05:24:21 05:24:21 05:24:21