Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c250855f865f8c62af0409146ed617a84f3308da 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24969 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/340 [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/340 # 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 > 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 Checking out Revision c250855f865f8c62af0409146ed617a84f3308da (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c250855f865f8c62af0409146ed617a84f3308da # timeout=10 Commit message: "Merge pull request #3127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.7" > git rev-list --no-walk 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:47:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:47:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:47:16 ========================================================= 10:47:16 EdgeX Global Pipelines Version Info 10:47:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:47:18 ------------------- 10:47:18 stable info: 10:47:18 ------------------- 10:47:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:47:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:47:18 Message: update stable to v1.0.179 10:47:19 ------------------- 10:47:19 experimental info: 10:47:19 ------------------- 10:47:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:47:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:47:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:47:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:47:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:47:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:47:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:47:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:47:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:47:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:47:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:47:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:47:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:47:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c250855f865f8c62af0409146ed617a84f3308da [Pipeline] echo 10:47:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c250855 [Pipeline] echo 10:47:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:47:24 provisioning config files... 10:47:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/340@tmp/config3769775370242181328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:25 ---> docker-login.sh 10:47:25 nexus3.edgexfoundry.org:10001 10:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:25 Configure a credential helper to remove this warning. See 10:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:25 10:47:25 Login Succeeded 10:47:25 nexus3.edgexfoundry.org:10002 10:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:25 Configure a credential helper to remove this warning. See 10:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:25 10:47:25 Login Succeeded 10:47:25 nexus3.edgexfoundry.org:10003 10:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:25 Configure a credential helper to remove this warning. See 10:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:25 10:47:25 Login Succeeded 10:47:25 nexus3.edgexfoundry.org:10004 10:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:26 Configure a credential helper to remove this warning. See 10:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:26 10:47:26 Login Succeeded 10:47:26 docker.io 10:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:27 Configure a credential helper to remove this warning. See 10:47:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:27 10:47:27 Login Succeeded 10:47:27 ---> docker-login.sh ends [Pipeline] } 10:47:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:27 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/core-command/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo core-command,cmd/core-command/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/core-data/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo core-data,cmd/core-data/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/core-metadata/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo core-metadata,cmd/core-metadata/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/security-bootstrapper/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/security-proxy-setup/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/support-notifications/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo support-notifications,cmd/support-notifications/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/support-scheduler/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:47:27 + for file in '`ls cmd/**/Dockerfile`' 10:47:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:47:27 ++ cut -d/ -f2 10:47:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:47:27 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-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 10:47:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:47:29 10:47:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:47:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:47:29 latest: Pulling from edgex-devops/git-semver 10:47:29 31603596830f: Pulling fs layer 10:47:29 2a8b12db71e7: Pulling fs layer 10:47:29 6ca5941a6612: Pulling fs layer 10:47:29 ecc8261a40a4: Pulling fs layer 10:47:29 ecc8261a40a4: Waiting 10:47:29 2a8b12db71e7: Verifying Checksum 10:47:29 2a8b12db71e7: Download complete 10:47:30 31603596830f: Download complete 10:47:30 ecc8261a40a4: Verifying Checksum 10:47:30 ecc8261a40a4: Download complete 10:47:30 6ca5941a6612: Download complete 10:47:30 31603596830f: Pull complete 10:47:30 2a8b12db71e7: Pull complete 10:47:31 6ca5941a6612: Pull complete 10:47:31 ecc8261a40a4: Pull complete 10:47:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:47:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:47:31 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:47:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:47:34 $ docker top 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:47:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:35 [ssh-agent] Looking for ssh-agent implementation... 10:47:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:35 $ docker exec 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 ssh-agent 10:47:35 SSH_AUTH_SOCK=/tmp/ssh-op0KNh278lbO/agent.12 10:47:35 SSH_AGENT_PID=17 10:47:35 Running ssh-add (command line suppressed) 10:47:35 Identity added: /w/workspace/edgex-go/340@tmp/private_key_8859507449526933146.key (/w/workspace/edgex-go/340@tmp/private_key_8859507449526933146.key) 10:47:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:35 + git tag --points-at HEAD [Pipeline] } 10:47:36 $ docker exec --env ******** --env ******** 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 ssh-agent -k 10:47:36 unset SSH_AUTH_SOCK; 10:47:36 unset SSH_AGENT_PID; 10:47:36 echo Agent pid 17 killed; 10:47:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:47:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:36 [ssh-agent] Looking for ssh-agent implementation... 10:47:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:36 $ docker exec 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 ssh-agent 10:47:36 SSH_AUTH_SOCK=/tmp/ssh-bXcgmFex6yHZ/agent.47 10:47:36 SSH_AGENT_PID=52 10:47:36 Running ssh-add (command line suppressed) 10:47:36 Identity added: /w/workspace/edgex-go/340@tmp/private_key_407496121361270194.key (/w/workspace/edgex-go/340@tmp/private_key_407496121361270194.key) 10:47:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:37 + git semver init 10:47:37 # -> Open(): unable to determine branch for HEAD 10:47:37 # $GIT_DIR = /w/workspace/edgex-go/340/.git 10:47:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/340 10:47:37 # $SEMVER_REMOTE_NAME = origin 10:47:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:47:37 # $SEMVER_USER_NAME = edgex-jenkins 10:47:37 # $SEMVER_BRANCH = master 10:47:37 # $SEMVER_TEMP = /tmp/semver-645535700 10:47:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:47:55 # '/tmp/semver-645535700' -> '/w/workspace/edgex-go/340/.semver' 10:47:55 # -> Force: false 10:47:55 # $SEMVER_DIR = /w/workspace/edgex-go/340/.semver [Pipeline] } 10:47:55 $ docker exec --env ******** --env ******** 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 ssh-agent -k 10:47:55 unset SSH_AUTH_SOCK; 10:47:55 unset SSH_AGENT_PID; 10:47:55 echo Agent pid 52 killed; 10:47:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:56 + git semver [Pipeline] } 10:47:56 $ docker stop --time=1 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 10:47:58 $ docker rm -f 51addac48814a0f867c2dd769e66cc8d21d335b31e380c8c8c7d538f08560e37 [Pipeline] // withDockerContainer [Pipeline] sh 10:47:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:47:59 Stashed 1 file(s) [Pipeline] echo 10:47:59 [edgeXSemver]: initialized semver on version 2.0.0-dev.75 [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) 10:47:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24963 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 10:47:59 Running in /w/workspace/edgex-go/340 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 10:48:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:48:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:48:01 + true 10:48:01 + sudo service docker restart 10:48:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:48:01 ========================================================= 10:48:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:48:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:48:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 10:48:04 using credential edgex-jenkins-ssh 10:48:04 Cloning the remote Git repository 10:48:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:48:05 > git init /w/workspace/edgex-go/340 # timeout=10 10:48:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:48:05 > git --version # timeout=10 10:48:05 > git --version # 'git version 2.17.1' 10:48:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:48:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:48:06 Sending build context to Docker daemon 327.5MB 10:48:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:48:06 Step 2/6 : FROM ${BASE} 10:48:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:48:06 188c0c94c7c5: Pulling fs layer 10:48:06 0ef7d3d256c8: Pulling fs layer 10:48:06 de9db76c5a1d: Pulling fs layer 10:48:06 bca2f99d35d6: Pulling fs layer 10:48:06 93359f2a8cfa: Pulling fs layer 10:48:06 7c6f9722023f: Pulling fs layer 10:48:06 a35cf1a2eb13: Pulling fs layer 10:48:06 93359f2a8cfa: Waiting 10:48:06 7c6f9722023f: Waiting 10:48:06 a35cf1a2eb13: Waiting 10:48:06 bca2f99d35d6: Waiting 10:48:06 de9db76c5a1d: Verifying Checksum 10:48:06 de9db76c5a1d: Download complete 10:48:06 0ef7d3d256c8: Download complete 10:48:06 93359f2a8cfa: Verifying Checksum 10:48:06 93359f2a8cfa: Download complete 10:48:06 188c0c94c7c5: Verifying Checksum 10:48:06 188c0c94c7c5: Download complete 10:48:06 7c6f9722023f: Verifying Checksum 10:48:06 7c6f9722023f: Download complete 10:48:06 188c0c94c7c5: Pull complete 10:48:06 0ef7d3d256c8: Pull complete 10:48:06 de9db76c5a1d: Pull complete 10:48:08 a35cf1a2eb13: Verifying Checksum 10:48:08 a35cf1a2eb13: Download complete 10:48:09 bca2f99d35d6: Verifying Checksum 10:48:09 bca2f99d35d6: Download complete 10:48:14 bca2f99d35d6: Pull complete 10:48:14 93359f2a8cfa: Pull complete 10:48:14 7c6f9722023f: Pull complete 10:48:20 a35cf1a2eb13: Pull complete 10:48:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:48:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:48:20 ---> a62c8e92a672 10:48:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:48:20 ---> Running in 438323bc3b62 10:48:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:48:22 (1/12) Installing libmagic (5.38-r0) 10:48:22 (2/12) Installing file (5.38-r0) 10:48:22 (3/12) Installing libc-dev (0.7.2-r3) 10:48:22 (4/12) Installing g++ (9.3.0-r2) 10:48:25 Checking out Revision c250855f865f8c62af0409146ed617a84f3308da (master) 10:48:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:48:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:48:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:48:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:48:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:48:26 > git config core.sparsecheckout # timeout=10 10:48:26 > git checkout -f c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:48:30 Commit message: "Merge pull request #3127 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:48:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:48:32 (5/12) Installing fortify-headers (1.1-r0) 10:48:32 (6/12) Installing patch (2.7.6-r6) 10:48:32 (7/12) Installing build-base (0.5-r2) 10:48:32 (8/12) Installing libsodium (1.0.18-r0) 10:48:32 (9/12) Installing pkgconf (1.7.2-r0) 10:48:32 (10/12) Installing libsodium-dev (1.0.18-r0) 10:48:32 (11/12) Installing libzmq (4.3.3-r0) 10:48:32 (12/12) Installing zeromq-dev (4.3.3-r0) 10:48:32 Executing busybox-1.31.1-r19.trigger 10:48:32 OK: 233 MiB in 51 packages 10:48:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:48:32 + true 10:48:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:48:34 provisioning config files... 10:48:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/340@tmp/config4984308751367845633tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:48:35 ---> docker-login.sh 10:48:35 nexus3.edgexfoundry.org:10001 10:48:35 Removing intermediate container 438323bc3b62 10:48:35 ---> d05beced6d2d 10:48:35 Step 4/6 : WORKDIR /edgex-go 10:48:35 ---> Running in 17050b6870ee 10:48:35 Removing intermediate container 17050b6870ee 10:48:35 ---> f7a93e06fdda 10:48:35 Step 5/6 : COPY go.mod . 10:48:36 ---> 64babf3dca02 10:48:36 Step 6/6 : RUN go mod download 10:48:36 ---> Running in 150837b96aa1 10:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:48:36 Configure a credential helper to remove this warning. See 10:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:48:36 10:48:36 Login Succeeded 10:48:36 nexus3.edgexfoundry.org:10002 10:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:48:37 Configure a credential helper to remove this warning. See 10:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:48:37 10:48:37 Login Succeeded 10:48:37 nexus3.edgexfoundry.org:10003 10:48:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:48:37 Configure a credential helper to remove this warning. See 10:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:48:37 10:48:37 Login Succeeded 10:48:37 nexus3.edgexfoundry.org:10004 10:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:48:38 Configure a credential helper to remove this warning. See 10:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:48:38 10:48:38 Login Succeeded 10:48:38 docker.io 10:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:48:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:48:39 Configure a credential helper to remove this warning. See 10:48:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:48:39 10:48:39 Login Succeeded 10:48:39 ---> docker-login.sh ends [Pipeline] } 10:48:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:48:40 ========================================================= 10:48:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:48:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:48:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 10:48:42 Sending build context to Docker daemon 166.1MB 10:48:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:48:42 Step 2/6 : FROM ${BASE} 10:48:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:48:42 5f621e34cdf4: Pulling fs layer 10:48:42 a4357932f1b6: Pulling fs layer 10:48:42 18c013af1878: Pulling fs layer 10:48:42 00ac8860ef70: Pulling fs layer 10:48:42 63d7cb157983: Pulling fs layer 10:48:42 b116817d02f9: Pulling fs layer 10:48:42 745a02a5169b: Pulling fs layer 10:48:42 00ac8860ef70: Waiting 10:48:42 63d7cb157983: Waiting 10:48:42 b116817d02f9: Waiting 10:48:42 18c013af1878: Verifying Checksum 10:48:42 18c013af1878: Download complete 10:48:42 a4357932f1b6: Download complete 10:48:42 63d7cb157983: Verifying Checksum 10:48:42 63d7cb157983: Download complete 10:48:42 b116817d02f9: Download complete 10:48:42 5f621e34cdf4: Verifying Checksum 10:48:42 5f621e34cdf4: Download complete 10:48:43 5f621e34cdf4: Pull complete 10:48:44 a4357932f1b6: Pull complete 10:48:44 18c013af1878: Pull complete 10:48:45 745a02a5169b: Verifying Checksum 10:48:45 745a02a5169b: Download complete 10:48:46 00ac8860ef70: Verifying Checksum 10:48:46 00ac8860ef70: Download complete 10:48:56 00ac8860ef70: Pull complete 10:48:56 63d7cb157983: Pull complete 10:48:57 b116817d02f9: Pull complete 10:48:58 Removing intermediate container 150837b96aa1 10:48:58 ---> 3017b9b30c75 10:48:58 Successfully built 3017b9b30c75 10:48:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:48:58 + docker inspect -f . ci-base-image-x86_64 10:48:58 . [Pipeline] withDockerContainer 10:48:58 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:48:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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 ******** ci-base-image-x86_64 cat 10:48:59 $ docker top 738b4d1cc5a3395d4f13d28f1c140787776f1fc0df98fa4558fa42aadd774601 -eo pid,comm [Pipeline] { [Pipeline] sh 10:49:00 + go version 10:49:00 go version go1.15.5 linux/amd64 [Pipeline] } 10:49:00 $ docker stop --time=1 738b4d1cc5a3395d4f13d28f1c140787776f1fc0df98fa4558fa42aadd774601 10:49:01 $ docker rm -f 738b4d1cc5a3395d4f13d28f1c140787776f1fc0df98fa4558fa42aadd774601 10:49:01 745a02a5169b: Pull complete 10:49:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:49:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:49:01 ---> b7e6874047d6 10:49:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:49:02 + docker inspect -f . ci-base-image-x86_64 10:49:02 . [Pipeline] withDockerContainer 10:49:02 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:49:02 $ 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/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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 ******** ci-base-image-x86_64 cat 10:49:03 $ docker top cf6011edfd02b5a877c288f75602f5bc11f0d5ecb24681fc168ef26e7ddfcd2a -eo pid,comm [Pipeline] { [Pipeline] echo 10:49:03 ========================================================= 10:49:03 [edgeXBuildGoParallel] Running Tests and Build... 10:49:03 ========================================================= [Pipeline] sh 10:49:04 + make test 10:49:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:49:04 ---> Running in 4ba9354c7d6f 10:49:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:49:07 (1/12) Installing libmagic (5.38-r0) 10:49:07 (2/12) Installing file (5.38-r0) 10:49:07 (3/12) Installing libc-dev (0.7.2-r3) 10:49:07 (4/12) Installing g++ (9.3.0-r2) 10:49:11 (5/12) Installing fortify-headers (1.1-r0) 10:49:11 (6/12) Installing patch (2.7.6-r6) 10:49:11 (7/12) Installing build-base (0.5-r2) 10:49:11 (8/12) Installing libsodium (1.0.18-r0) 10:49:11 (9/12) Installing pkgconf (1.7.2-r0) 10:49:11 (10/12) Installing libsodium-dev (1.0.18-r0) 10:49:11 (11/12) Installing libzmq (4.3.3-r0) 10:49:11 (12/12) Installing zeromq-dev (4.3.3-r0) 10:49:11 Executing busybox-1.31.1-r19.trigger 10:49:11 OK: 217 MiB in 51 packages 10:49:14 ? github.com/edgexfoundry/edgex-go [no test files] 10:49:16 Removing intermediate container 4ba9354c7d6f 10:49:16 ---> 28c234aa1c58 10:49:16 Step 4/6 : WORKDIR /edgex-go 10:49:16 ---> Running in 1e3b703dee8b 10:49:16 Removing intermediate container 1e3b703dee8b 10:49:16 ---> 095f7274a42d 10:49:16 Step 5/6 : COPY go.mod . 10:49:17 ---> b44c8fc22a5e 10:49:17 Step 6/6 : RUN go mod download 10:49:17 ---> Running in c68be92265cd 10:49:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:49:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:49:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:49:44 Removing intermediate container c68be92265cd 10:49:44 ---> 9687d85e7be1 10:49:44 Successfully built 9687d85e7be1 10:49:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:49:44 + docker inspect -f . ci-base-image-arm64 10:49:44 . [Pipeline] withDockerContainer 10:49:44 prd-ubuntu18.04-docker-arm64-4c-16g-24963 does not seem to be running inside a container 10:49:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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 ******** ci-base-image-arm64 cat 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.0% of statements 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.069s coverage: 100.0% of statements 10:49:46 $ docker top 7cc071f313875e6f8d3a7eed4eacefd067d680835ee452db400f6d64781f97d3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:49:47 + go version 10:49:47 go version go1.15.5 linux/arm64 [Pipeline] } 10:49:47 $ docker stop --time=1 7cc071f313875e6f8d3a7eed4eacefd067d680835ee452db400f6d64781f97d3 10:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 65.8% of statements 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:49:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 82.3% of statements 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:49:49 $ docker rm -f 7cc071f313875e6f8d3a7eed4eacefd067d680835ee452db400f6d64781f97d3 [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) 10:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 10:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [Pipeline] script [Pipeline] { 10:49:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] isUnix [Pipeline] sh 10:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:49:53 10:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:49:54 latest: Pulling from edgex-devops/edgex-compose-arm64 10:49:54 29e5d40040c1: Pulling fs layer 10:49:54 1ce36da41761: Pulling fs layer 10:49:54 25b303627fd3: Pulling fs layer 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.1% of statements 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.041s coverage: 79.5% of statements 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 10:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 10:49:54 29e5d40040c1: Download complete 10:49:55 1ce36da41761: Verifying Checksum 10:49:55 1ce36da41761: Download complete 10:49:55 29e5d40040c1: Pull complete 10:49:57 1ce36da41761: Pull complete 10:49:57 25b303627fd3: Verifying Checksum 10:49:57 25b303627fd3: Download complete 10:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements 10:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 10:50:07 25b303627fd3: Pull complete 10:50:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:50:07 prd-ubuntu18.04-docker-arm64-4c-16g-24963 does not seem to be running inside a container 10:50:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:50:11 $ docker top 29bf627c9d440df6538cfbd50e0c585392c8d5323f35416b3fb3b15dfa749b97 -eo pid,comm [Pipeline] { [Pipeline] sh 10:50:12 + + docker-compose buildgrep --help parallel 10:50:12 10:50:15 --parallel Build images in parallel. [Pipeline] } 10:50:15 $ docker stop --time=1 29bf627c9d440df6538cfbd50e0c585392c8d5323f35416b3fb3b15dfa749b97 10:50:17 $ docker rm -f 29bf627c9d440df6538cfbd50e0c585392c8d5323f35416b3fb3b15dfa749b97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:18 . [Pipeline] withDockerContainer 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.286s coverage: 68.9% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.075s coverage: 90.4% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:50:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 10:50:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:50:18 GO111MODULE=on go vet ./... 10:50:18 prd-ubuntu18.04-docker-arm64-4c-16g-24963 does not seem to be running inside a container 10:50: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/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:50:20 $ docker top 2b980de8dce5eb2881f12adb94aba48a68087a67d0b84f0e550e8518e369809b -eo pid,comm [Pipeline] { [Pipeline] sh 10:50:21 + docker-compose -f ./docker-compose-build.yml build --parallel 10:50:24 Building docker-core-command-go ... 10:50:24 Building docker-core-data-go ... 10:50:24 Building docker-core-metadata-go ... 10:50:24 Building docker-security-bootstrapper-go ... 10:50:24 Building docker-security-proxy-setup-go ... 10:50:24 Building docker-security-secretstore-setup-go ... 10:50:24 Building docker-support-notifications-go ... 10:50:24 Building docker-support-scheduler-go ... 10:50:24 Building docker-sys-mgmt-agent-go ... 10:50:24 Building docker-support-notifications-go 10:50:24 Building docker-security-secretstore-setup-go 10:50:24 Building docker-security-proxy-setup-go 10:50:24 Building docker-core-command-go 10:50:24 Building docker-sys-mgmt-agent-go 10:50:45 gofmt -l . 10:50:45 [ "`gofmt -l .`" = "" ] 10:50:45 ./bin/test-go-mod-tidy.sh 10:50:45 ./bin/test-attribution-txt.sh [Pipeline] sh 10:50:45 + ls -al . 10:50:45 total 684 10:50:45 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:50 . 10:50:45 drwxr-xr-x 4 root root 32 Feb 4 10:49 .. 10:50:45 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:47 .dockerignore 10:50:45 drwxrwxr-x 8 1001 1001 162 Feb 4 10:47 .git 10:50:45 drwxrwxr-x 3 1001 1001 125 Feb 4 10:47 .github 10:50:45 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:47 .gitignore 10:50:45 drwx------ 3 1001 1001 45 Feb 4 10:47 .semver 10:50:45 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:47 .sonarcloud.properties 10:50:45 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:47 Attribution.txt 10:50:45 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:47 CONTRIBUTING.md 10:50:45 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:47 Dockerfile.build 10:50:45 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:47 Jenkinsfile 10:50:45 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:47 LICENSE 10:50:45 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:47 Makefile 10:50:45 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:47 README.md 10:50:45 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:47 SECURITY.md 10:50:45 -rw-rw-r-- 1 1001 1001 12 Feb 4 10:47 VERSION 10:50:45 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:47 ZMQWindows.md 10:50:45 drwxrwxr-x 2 1001 1001 117 Feb 4 10:47 bin 10:50:45 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:47 cmd 10:50:45 -rw-r--r-- 1 root root 580808 Feb 4 10:50 coverage.out 10:50:45 -rw-r--r-- 1 root root 1054 Feb 4 10:50 go.mod 10:50:45 -rw-r--r-- 1 root root 19290 Feb 4 10:50 go.sum 10:50:45 drwxrwxr-x 8 1001 1001 127 Feb 4 10:47 internal 10:50:45 drwxrwxr-x 4 1001 1001 26 Feb 4 10:47 openapi 10:50:45 drwxrwxr-x 4 1001 1001 71 Feb 4 10:47 snap 10:50:45 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:47 version.go [Pipeline] sh 10:50:46 + '[' -e coverage.out ] 10:50:46 + chown 1001:1001 coverage.out [Pipeline] stash 10:50:46 Stashed 1 file(s) [Pipeline] sh 10:50:46 + make build 10:50:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-data/core-data ./cmd/core-data 10:50:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:50:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-command/core-command ./cmd/core-command 10:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:51:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:51:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:51:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:51:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:51:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:51:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:51:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/secrets-config ./cmd/secrets-config 10:51:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:51:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:51:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:51:11 ---> 9687d85e7be1 10:51:11 Step 3/21 : WORKDIR /edgex-go 10:51:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:51:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:51:11 ---> 9687d85e7be1 10:51:11 Step 3/24 : WORKDIR /edgex-go 10:51:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:51:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:51:11 ---> 9687d85e7be1 10:51:11 Step 3/22 : WORKDIR /edgex-go 10:51:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:51:11 10:51:11 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 10:51:11 10:51:11 ---> 9687d85e7be1 10:51:11 ---> 9687d85e7be1 10:51:11 Step 3/23 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go 10:51:11 10:51:11 ---> Running in 9a5a9fd776c0 10:51:11 ---> Running in ffd8e370cf84 10:51:11 ---> Running in 31557deee1ab 10:51:11 ---> Running in 21f4db84a483 10:51:11 ---> Running in 289de429d5c1 10:51:11 Removing intermediate container 9a5a9fd776c0 10:51:11 ---> d20a9f3eab07 10:51:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:11 Removing intermediate container 289de429d5c1 10:51:11 ---> f0663dbc03f4 10:51:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:12 Removing intermediate container ffd8e370cf84 10:51:12 ---> bdf4453c56d2 10:51:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:12 ---> Running in 6ea191224f6a 10:51:12 Removing intermediate container 21f4db84a483 10:51:12 ---> 35afca3af1aa 10:51:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:12 Removing intermediate container 31557deee1ab 10:51:12 ---> b5cbe26b373a 10:51:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:12 ---> Running in 7c678bf6141e 10:51:12 ---> Running in f1d714db3b21 10:51:12 ---> Running in da5149f958aa 10:51:12 ---> Running in c25c3c6817dd [Pipeline] } 10:51:13 $ docker stop --time=1 cf6011edfd02b5a877c288f75602f5bc11f0d5ecb24681fc168ef26e7ddfcd2a 10:51:14 $ docker rm -f cf6011edfd02b5a877c288f75602f5bc11f0d5ecb24681fc168ef26e7ddfcd2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 10:51:15 Removing intermediate container 6ea191224f6a 10:51:15 ---> e67f3f4ed21b 10:51:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:16 Removing intermediate container 7c678bf6141e 10:51:16 ---> faf1171f47a3 10:51:16 Step 5/26 : RUN apk add --update --no-cache make bash git 10:51:16 ---> Running in f82a18b17c15 10:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:16 10:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 10:51:16 ---> Running in aa0e3a437c80 [Pipeline] sh 10:51:16 Removing intermediate container f1d714db3b21 10:51:16 ---> 5947c2b6075c 10:51:16 Step 5/24 : RUN apk add --update --no-cache make git 10:51:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:16 latest: Pulling from edgex-devops/edgex-compose 10:51:16 cbdbe7a5bc2a: Pulling fs layer 10:51:16 ca9280d653b3: Pulling fs layer 10:51:16 7e9c9ca2126c: Pulling fs layer 10:51:17 Removing intermediate container c25c3c6817dd 10:51:17 ---> 3b691d06223e 10:51:17 Step 5/21 : RUN apk add --update --no-cache make git 10:51:17 ---> Running in 54664b1eec5b 10:51:17 Removing intermediate container da5149f958aa 10:51:17 ---> f6d292e1bb81 10:51:17 Step 5/23 : RUN apk add --update --no-cache make git 10:51:17 cbdbe7a5bc2a: Download complete 10:51:17 ---> Running in c0b8e011208b 10:51:17 ---> Running in 1861cf6039e9 10:51:17 cbdbe7a5bc2a: Pull complete 10:51:17 ca9280d653b3: Verifying Checksum 10:51:17 ca9280d653b3: Download complete 10:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:18 7e9c9ca2126c: Verifying Checksum 10:51:18 7e9c9ca2126c: Download complete 10:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:18 ca9280d653b3: Pull complete 10:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:20 OK: 217 MiB in 51 packages 10:51:20 OK: 217 MiB in 51 packages 10:51:20 OK: 217 MiB in 51 packages 10:51:20 OK: 217 MiB in 51 packages 10:51:20 OK: 217 MiB in 51 packages 10:51:21 Removing intermediate container f82a18b17c15 10:51:21 ---> 34250f336023 10:51:21 Step 6/22 : COPY go.mod . 10:51:22 Removing intermediate container 54664b1eec5b 10:51:22 ---> 9a44ea6b48eb 10:51:22 Step 6/24 : COPY go.mod . 10:51:22 Removing intermediate container aa0e3a437c80 10:51:22 ---> 50924f75617c 10:51:22 Step 6/26 : COPY go.mod . 10:51:22 Removing intermediate container 1861cf6039e9 10:51:22 ---> df788cd70909 10:51:22 Step 6/23 : COPY go.mod . 10:51:22 Removing intermediate container c0b8e011208b 10:51:22 ---> 563463659602 10:51:22 Step 6/21 : COPY go.mod . 10:51:22 ---> c2b671218480 10:51:22 Step 7/22 : RUN go mod download 10:51:22 ---> Running in 721933dd97fb 10:51:23 ---> 5b494fdd6caf 10:51:23 Step 7/24 : RUN go mod download 10:51:23 ---> Running in ca6591c548fd 10:51:23 ---> 6dab75a14199 10:51:23 Step 7/26 : RUN go mod download 10:51:23 ---> b2fd9d6eff8d 10:51:23 Step 7/21 : RUN go mod download 10:51:23 ---> Running in 1b777c83714d 10:51:23 ---> 5612db655680 10:51:24 Step 7/23 : RUN go mod download 10:51:24 ---> Running in 70b3f0a077bd 10:51:24 ---> Running in 4674bf33348b 10:51:25 7e9c9ca2126c: Pull complete 10:51:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:51:25 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:51:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:51:27 Removing intermediate container 721933dd97fb 10:51:27 ---> 840a41f817d9 10:51:27 Step 8/22 : COPY . . 10:51:28 Removing intermediate container ca6591c548fd 10:51:28 ---> b84d95a33790 10:51:28 Step 8/24 : COPY . . 10:51:28 $ docker top f6196f3b4e655b246cfb9e8771789ce8f921a323b862e35d1d9c7d1be469be72 -eo pid,comm 10:51:29 Removing intermediate container 1b777c83714d 10:51:29 ---> 2be43ffdea2e 10:51:29 Step 8/26 : COPY . . [Pipeline] { [Pipeline] sh 10:51:29 + docker-compose build --help 10:51:29 + grep parallel 10:51:29 Removing intermediate container 4674bf33348b 10:51:29 ---> d763e4e3f03f 10:51:29 Step 8/23 : COPY . . 10:51:30 Removing intermediate container 70b3f0a077bd 10:51:30 ---> 9c04eaca15b7 10:51:30 Step 8/21 : COPY . . 10:51:30 --parallel Build images in parallel. [Pipeline] } 10:51:30 $ docker stop --time=1 f6196f3b4e655b246cfb9e8771789ce8f921a323b862e35d1d9c7d1be469be72 10:51:32 $ docker rm -f f6196f3b4e655b246cfb9e8771789ce8f921a323b862e35d1d9c7d1be469be72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:32 . [Pipeline] withDockerContainer 10:51:32 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:51:32 $ 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/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:51:33 $ docker top 34ed7c0dda28073367f92ecc6b733c6787ee77caaedcf26cd2a1201e4efda892 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:34 + docker-compose -f ./docker-compose-build.yml build --parallel 10:51:35 Building docker-core-command-go ... 10:51:35 Building docker-core-data-go ... 10:51:35 Building docker-core-metadata-go ... 10:51:35 Building docker-security-bootstrapper-go ... 10:51:35 Building docker-security-proxy-setup-go ... 10:51:35 Building docker-security-secretstore-setup-go ... 10:51:35 Building docker-support-notifications-go ... 10:51:35 Building docker-support-scheduler-go ... 10:51:35 Building docker-sys-mgmt-agent-go ... 10:51:35 Building docker-support-scheduler-go 10:51:35 Building docker-core-data-go 10:51:35 Building docker-core-metadata-go 10:51:35 Building docker-security-bootstrapper-go 10:51:35 Building docker-support-notifications-go 10:51:48 ---> d9590fb3b903 10:51:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:51:48 ---> b441abadb235 10:51:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:51:48 ---> c58ab97d4d25 10:51:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:51:48 ---> 2fd70f42e0e4 10:51:48 Step 9/23 : RUN make cmd/core-command/core-command 10:51:48 ---> 316c228b92a9 10:51:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:51:48 ---> Running in 7c758b42a1ca 10:51:48 ---> Running in 538170312c56 10:51:48 ---> Running in f4e9e271e7ca 10:51:48 ---> Running in fe950898a14b 10:51:48 ---> Running in 8c6b5d9b3b35 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-command/core-command ./cmd/core-command 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:52:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:52:07 ---> 3017b9b30c75 10:52:07 Step 3/22 : WORKDIR /edgex-go 10:52:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:52:07 ---> 3017b9b30c75 10:52:07 Step 3/22 : WORKDIR /edgex-go 10:52:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:52:08 ---> 3017b9b30c75 10:52:08 Step 3/23 : WORKDIR /edgex-go 10:52:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:52:08 ---> 3017b9b30c75 10:52:08 Step 3/31 : WORKDIR /edgex-go 10:52:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:52:08 ---> 3017b9b30c75 10:52:08 Step 3/23 : WORKDIR /edgex-go 10:52:09 ---> Running in e6f59a235633 10:52:09 ---> Running in c99d52c3a794 10:52:09 ---> Running in 75b345e1e636 10:52:09 ---> Running in 7f4cb725e290 10:52:09 ---> Running in c181b41787a7 10:52:09 Removing intermediate container c99d52c3a794 10:52:09 ---> ac1e76cf6f39 10:52:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:10 Removing intermediate container 75b345e1e636 10:52:10 ---> 6051eaed7073 10:52:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:10 Removing intermediate container c181b41787a7 10:52:10 ---> 5d297b5ccdf8 10:52:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:10 Removing intermediate container e6f59a235633 10:52:10 ---> 6d40fcefa41c 10:52:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:10 Removing intermediate container 7f4cb725e290 10:52:10 ---> d1546319a99a 10:52:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:10 ---> Running in e691f3a477ed 10:52:10 ---> Running in 3fc58d1249e8 10:52:10 ---> Running in 3bab847e72b2 10:52:10 ---> Running in b236bdd0e76b 10:52:10 ---> Running in 42ed53d7d813 10:52:11 Removing intermediate container e691f3a477ed 10:52:11 ---> 211fba8fda5e 10:52:11 Step 5/31 : RUN apk add --update --no-cache make git 10:52:11 ---> Running in f018660d51c7 10:52:12 Removing intermediate container 3bab847e72b2 10:52:12 ---> d314918d6024 10:52:12 Step 5/22 : RUN apk add --update --no-cache make git 10:52:12 ---> Running in c5fcc2c5524a 10:52:12 Removing intermediate container 3fc58d1249e8 10:52:12 ---> f8253253d8a9 10:52:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:52:12 ---> Running in 08ecf6699026 10:52:12 Removing intermediate container b236bdd0e76b 10:52:12 ---> 441002799f5b 10:52:12 Step 5/23 : RUN apk add --update --no-cache make git 10:52:12 Removing intermediate container 42ed53d7d813 10:52:12 ---> e2150dccc334 10:52:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:52:12 ---> Running in 3273d6fd70d6 10:52:12 ---> Running in c2a1e0399359 10:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:52:14 OK: 233 MiB in 51 packages 10:52:14 OK: 233 MiB in 51 packages 10:52:15 OK: 233 MiB in 51 packages 10:52:15 OK: 233 MiB in 51 packages 10:52:15 OK: 233 MiB in 51 packages 10:52:15 Removing intermediate container c5fcc2c5524a 10:52:15 ---> 0109519cf81c 10:52:15 Step 6/22 : COPY go.mod . 10:52:15 Removing intermediate container 08ecf6699026 10:52:15 ---> 65c361e8b4fb 10:52:15 Step 6/22 : COPY go.mod . 10:52:16 Removing intermediate container c2a1e0399359 10:52:16 ---> dbb3306daba0 10:52:16 Step 6/23 : COPY go.mod . 10:52:16 ---> 9d99c752acf2 10:52:16 Step 7/22 : RUN go mod download 10:52:16 ---> 09298af9565d 10:52:16 Step 7/22 : RUN go mod download 10:52:16 Removing intermediate container 3273d6fd70d6 10:52:16 ---> bbb06292fd1e 10:52:16 Step 6/23 : COPY go.mod . 10:52:16 ---> Running in ef950cf6db01 10:52:16 ---> Running in df8a6e361abd 10:52:16 ---> be3446618db0 10:52:16 Step 7/23 : RUN go mod download 10:52:16 Removing intermediate container f018660d51c7 10:52:16 ---> 6e7f67423ae7 10:52:16 Step 6/31 : COPY go.mod . 10:52:16 ---> Running in f36a451febb5 10:52:17 ---> dc646466a455 10:52:17 Step 7/23 : RUN go mod download 10:52:17 ---> Running in fa7c40bbd0e0 10:52:17 ---> e67fbfaf58a3 10:52:17 Step 7/31 : RUN go mod download 10:52:17 ---> Running in 5b5cdd30fc65 10:52:19 Removing intermediate container f36a451febb5 10:52:19 ---> fdbf279e0d17 10:52:19 Step 8/23 : COPY . . 10:52:19 Removing intermediate container df8a6e361abd 10:52:19 ---> 4ba6fe5362dc 10:52:19 Step 8/22 : COPY . . 10:52:19 Removing intermediate container ef950cf6db01 10:52:19 ---> a503c34ee165 10:52:19 Step 8/22 : COPY . . 10:52:20 Removing intermediate container 5b5cdd30fc65 10:52:20 ---> 0e5c31a6daeb 10:52:20 Step 8/31 : COPY . . 10:52:20 Removing intermediate container fa7c40bbd0e0 10:52:20 ---> 3c8cdf06f6aa 10:52:20 Step 8/23 : COPY . . 10:52:59 ---> 1e98209c2a2b 10:52:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:52:59 ---> f8fc82a56c98 10:52:59 ---> 3b547902daf2 10:52:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:52:59 Step 9/23 : RUN make cmd/core-data/core-data 10:52:59 ---> Running in d7c54c379b07 10:52:59 ---> Running in 28f5c94ec423 10:52:59 ---> Running in a8ba800d5ad8 10:52:59 ---> 6d574edad2ca 10:52:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:52:59 ---> 36554bb6d1b2 10:52:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:52:59 ---> Running in db8923ac79cf 10:52:59 ---> Running in 8cbe907a637c 10:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:53:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-data/core-data ./cmd/core-data 10:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:53:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:53:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/secrets-config ./cmd/secrets-config 10:53:22 Removing intermediate container 7c758b42a1ca 10:53:22 ---> 1215da1caa9d 10:53:22 10:53:22 Step 10/24 : FROM alpine:3.12 10:53:22 3.12: Pulling from library/alpine 10:53:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:53:24 Status: Downloaded newer image for alpine:3.12 10:53:24 ---> afeebe901d6b 10:53:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:53:25 ---> Running in 8cdf7f2d376a 10:53:26 Removing intermediate container 8c6b5d9b3b35 10:53:26 ---> c1f9c41739e6 10:53:26 10:53:26 Step 10/21 : FROM alpine:3.12 10:53:26 ---> afeebe901d6b 10:53:26 Step 11/21 : RUN apk add --update --no-cache curl 10:53:27 ---> Running in 7ac2b52406ed 10:53:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:53:29 Removing intermediate container 538170312c56 10:53:29 ---> a3ae5d6b554f 10:53:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:29 ---> Running in d2f0e162329d 10:53:29 (1/5) Installing ca-certificates (20191127-r4) 10:53:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:53:29 (3/5) Installing libcurl (7.69.1-r3) 10:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:53:29 (4/5) Installing curl (7.69.1-r3) 10:53:29 (5/5) Installing dumb-init (1.2.2-r1) 10:53:29 Executing busybox-1.31.1-r19.trigger 10:53:29 Executing ca-certificates-20191127-r4.trigger 10:53:29 OK: 7 MiB in 19 packages 10:53:30 (1/4) Installing ca-certificates (20191127-r4) 10:53:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:53:30 (3/4) Installing libcurl (7.69.1-r3) 10:53:30 (4/4) Installing curl (7.69.1-r3) 10:53:30 Executing busybox-1.31.1-r19.trigger 10:53:30 Executing ca-certificates-20191127-r4.trigger 10:53:31 OK: 7 MiB in 18 packages 10:53:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:53:32 Removing intermediate container 8cdf7f2d376a 10:53:32 ---> 4ba8db8f9e32 10:53:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:53:32 ---> Running in cae852be840b 10:53:33 Removing intermediate container cae852be840b 10:53:33 ---> 4582bcc194e7 10:53:33 Step 13/24 : WORKDIR / 10:53:33 Removing intermediate container 7ac2b52406ed 10:53:33 ---> f45f8cfd437f 10:53:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:53:33 ---> Running in 1a72d6526b4d 10:53:33 ---> Running in 69966ac992e0 10:53:34 Removing intermediate container 69966ac992e0 10:53:34 ---> cbb5548205af 10:53:34 Step 13/21 : WORKDIR /edgex 10:53:34 Removing intermediate container 1a72d6526b4d 10:53:34 ---> 30fe3c6514f8 10:53:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:53:35 ---> Running in 61f865d57dfe 10:53:36 ---> afdce854c9a5 10:53:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:53:36 Removing intermediate container 61f865d57dfe 10:53:36 ---> 68755c1c4ef5 10:53:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:53:36 Removing intermediate container d2f0e162329d 10:53:36 ---> d0382f70c77b 10:53:36 10:53:36 Step 11/26 : FROM docker:20.10.0 10:53:36 20.10.0: Pulling from library/docker 10:53:38 ---> 4792ba46d431 10:53:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:53:38 ---> ec84d14bde57 10:53:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:53:40 Removing intermediate container fe950898a14b 10:53:40 ---> 1bbac05a2dcb 10:53:40 10:53:40 Step 10/23 : FROM alpine:3.12 10:53:40 ---> afeebe901d6b 10:53:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:53:40 ---> 18968815fd24 10:53:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:53:40 ---> Running in 2a5fa89e93bd 10:53:40 ---> 2f43bc14541b 10:53:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:42 Removing intermediate container f4e9e271e7ca 10:53:42 ---> 559141d6b062 10:53:42 10:53:42 Step 10/22 : FROM alpine:3.12 10:53:42 ---> afeebe901d6b 10:53:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:53:42 ---> 47964def72e0 10:53:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:53:42 ---> c3e0b3f4ec52 10:53:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:53:43 ---> Running in 74bd208c55be 10:53:43 ---> Running in b8d5815e5c27 10:53:43 (1/1) Installing dumb-init (1.2.2-r1) 10:53:43 Executing busybox-1.31.1-r19.trigger 10:53:43 OK: 5 MiB in 15 packages 10:53:44 Removing intermediate container b8d5815e5c27 10:53:44 ---> cba5a2d628f3 10:53:44 Step 18/21 : CMD ["--init=true"] 10:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:53:45 ---> Running in b877130c8b0c 10:53:46 (1/2) Installing ca-certificates (20191127-r4) 10:53:46 (2/2) Installing dumb-init (1.2.2-r1) 10:53:46 Executing busybox-1.31.1-r19.trigger 10:53:46 Executing ca-certificates-20191127-r4.trigger 10:53:46 ---> 77b7f69ddbe5 10:53:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:53:46 OK: 6 MiB in 16 packages 10:53:46 Removing intermediate container 2a5fa89e93bd 10:53:46 ---> 74020293f6ca 10:53:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:53:47 Removing intermediate container b877130c8b0c 10:53:47 ---> 0bb40aca89d3 10:53:47 Step 19/21 : LABEL arch=arm64 10:53:47 ---> Running in 3d8e174f52b0 10:53:47 ---> Running in 4eacda6e52a2 10:53:47 ---> 213913151468 10:53:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:53:48 Removing intermediate container 3d8e174f52b0 10:53:48 ---> 094397b772ef 10:53:48 Step 13/23 : ENV APP_PORT=48082 10:53:48 ---> Running in f3d620790ed5 10:53:49 ---> Running in 7b915bf79750 10:53:49 Removing intermediate container 4eacda6e52a2 10:53:49 ---> 8a1ee7de241a 10:53:49 Step 20/21 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:53:49 Removing intermediate container 74bd208c55be 10:53:49 ---> 3ebb2485722a 10:53:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:53:49 ---> Running in 04c3be4db5b0 10:53:49 ---> Running in f037227884f1 10:53:50 Removing intermediate container 7b915bf79750 10:53:50 ---> f10a543be347 10:53:50 Step 14/23 : EXPOSE $APP_PORT 10:53:50 Removing intermediate container 04c3be4db5b0 10:53:50 ---> b46f5c2930d8 10:53:50 Step 21/21 : LABEL version=2.0.0-dev.75 10:53:50 Removing intermediate container d7c54c379b07 10:53:50 ---> 0d6984e10a51 10:53:50 10:53:50 Step 10/22 : FROM alpine:3.12 10:53:50 Removing intermediate container 28f5c94ec423 10:53:50 ---> ae510f39c4a6 10:53:50 10:53:50 Step 10/22 : FROM alpine:3.12 10:53:50 3.12: Pulling from library/alpine 10:53:50 3.12: Pulling from library/alpine 10:53:50 Removing intermediate container db8923ac79cf 10:53:50 ---> f3834ef464b4 10:53:50 10:53:50 Step 10/31 : FROM alpine:3.12 10:53:50 3.12: Pulling from library/alpine 10:53:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:53:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:53:50 Status: Image is up to date for alpine:3.12 10:53:50 ---> 389fef711851 10:53:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:53:50 Status: Downloaded newer image for alpine:3.12 10:53:50 ---> 389fef711851 10:53:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:53:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:53:50 Status: Image is up to date for alpine:3.12 10:53:50 ---> 389fef711851 10:53:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:53:50 ---> Running in 847724d2eeb2 10:53:50 Removing intermediate container f037227884f1 10:53:50 ---> f2fbd47b3508 10:53:50 Step 13/22 : ENV APP_PORT=48060 10:53:50 ---> Running in 78754f096114 10:53:51 ---> Running in baa4d0810572 10:53:51 Removing intermediate container 847724d2eeb2 10:53:51 ---> 612c3823f660 10:53:51 Step 15/23 : WORKDIR / 10:53:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:53:51 ---> Running in 4fa4d1a73193 10:53:51 ---> Running in 31a3b3322ea6 10:53:51 ---> Running in c0637af6dc1a 10:53:51 Status: Downloaded newer image for docker:20.10.0 10:53:51 ---> eeaf43b92773 10:53:51 Step 12/26 : RUN apk add --no-cache bash 10:53:51 ---> Running in be8e21a68e2e 10:53:51 ---> Running in ae34272fb3d8 10:53:51 Removing intermediate container 78754f096114 10:53:51 ---> b41285168fdd 10:53:51 10:53:51 Removing intermediate container baa4d0810572 10:53:51 ---> 9b66328d5532 10:53:51 Step 14/22 : EXPOSE $APP_PORT 10:53:52 ---> Running in 41b5e209daf4 10:53:52 Successfully built b41285168fdd 10:53:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:53:52  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 10:53:52 Removing intermediate container be8e21a68e2e 10:53:52 ---> 6e65d8793c9b 10:53:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:53:52 Removing intermediate container f3d620790ed5 10:53:52 ---> f33529295788 10:53:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:53:52 ---> Running in 89a3f1544c00 10:53:53 Removing intermediate container 41b5e209daf4 10:53:53 ---> da4477f97209 10:53:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:53:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:53 Removing intermediate container 89a3f1544c00 10:53:53 ---> 69f62089ad65 10:53:53 Step 22/24 : LABEL arch=arm64 10:53:53 ---> f20364190b36 10:53:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:53:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:53:54 ---> Running in dcaa555fd7ad 10:53:54 (1/2) Installing readline (8.0.4-r0) 10:53:54 (2/2) Installing bash (5.0.17-r0) 10:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:53:54 Executing bash-5.0.17-r0.post-install 10:53:54 Executing busybox-1.31.1-r19.trigger 10:53:54 OK: 12 MiB in 22 packages 10:53:54 Removing intermediate container c0637af6dc1a 10:53:54 ---> 21e7b052fe47 10:53:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:53:54 Removing intermediate container 8cbe907a637c 10:53:54 ---> 2891785bb3f9 10:53:54 10:53:54 Step 10/23 : FROM alpine:3.12 10:53:54 ---> 389fef711851 10:53:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:53:54 (1/1) Installing dumb-init (1.2.2-r1) 10:53:54 Removing intermediate container a8ba800d5ad8 10:53:54 ---> fb78a10f4b43 10:53:54 10:53:54 Step 10/23 : FROM alpine:3.12 10:53:54 ---> 389fef711851 10:53:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:53:54 Executing busybox-1.31.1-r19.trigger 10:53:54 OK: 6 MiB in 15 packages 10:53:54 ---> Running in 9a1253ed1eb9 10:53:55 ---> Running in c030c665dad0 10:53:55 (1/2) Installing ca-certificates (20191127-r4) 10:53:55 ---> Running in f4cd0d9159fe 10:53:55 (2/2) Installing dumb-init (1.2.2-r1) 10:53:55 Executing busybox-1.31.1-r19.trigger 10:53:55 Executing ca-certificates-20191127-r4.trigger 10:53:55 OK: 6 MiB in 16 packages 10:53:55 ---> 71bcfac57ee2 10:53:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:53:55 Removing intermediate container f4cd0d9159fe 10:53:55 ---> dd2b0608046a 10:53:55 Step 12/23 : ENV APP_PORT=48080 10:53:56 ---> Running in 3632eae05c52 10:53:56 Removing intermediate container dcaa555fd7ad 10:53:56 ---> 2e2de8e4ed7e 10:53:56 Step 23/24 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:53:56 ---> bd2c0bc0d1d9 10:53:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:53:56 ---> Running in 92609914f008 10:53:56 ---> 16d5bbddb708 10:53:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:53:56 Removing intermediate container 3632eae05c52 10:53:56 ---> 0d6397a7bfe0 10:53:56 Step 13/23 : EXPOSE $APP_PORT 10:53:56 Removing intermediate container 31a3b3322ea6 10:53:56 ---> 2adb4c7095c1 10:53:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:53:56 (1/2) Installing dumb-init (1.2.2-r1) 10:53:56 (2/2) Installing su-exec (0.2-r1) 10:53:56 Executing busybox-1.31.1-r19.trigger 10:53:56 OK: 6 MiB in 16 packages 10:53:56 (1/1) Installing dumb-init (1.2.2-r1) 10:53:56 Executing busybox-1.31.1-r19.trigger 10:53:56 OK: 6 MiB in 15 packages 10:53:56 ---> Running in f53241ea39ce 10:53:56 ---> Running in 28c228d9cff2 10:53:57 Removing intermediate container 4fa4d1a73193 10:53:57 ---> a19b47731fb7 10:53:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:53:57 ---> Running in c8a62d40a5b7 10:53:57 Removing intermediate container f53241ea39ce 10:53:57 ---> d39d1013e2df 10:53:57 Step 13/22 : ENV APP_PORT=48085 10:53:57 Removing intermediate container 28c228d9cff2 10:53:57 ---> 369da7ea0417 10:53:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:57 Removing intermediate container 92609914f008 10:53:57 ---> 497c55b2b0a3 10:53:57 Step 24/24 : LABEL version=2.0.0-dev.75 10:53:57 Removing intermediate container ae34272fb3d8 10:53:57 ---> f52e6ef657b6 10:53:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:53:57 ---> db582d353395 10:53:57 Step 19/23 : ENTRYPOINT ["/core-command"] 10:53:57 ---> Running in 252c5d9def26 10:53:57 ---> Running in 0fa0cdba91b5 10:53:57 ---> Running in 0c7bcfa66190 10:53:57 Removing intermediate container 9a1253ed1eb9 10:53:57 ---> 9a67f1544b3b 10:53:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:53:57 ---> Running in c1b451b243a7 10:53:57 ---> Running in b40b4b16581d 10:53:58 Removing intermediate container c8a62d40a5b7 10:53:58 ---> 3e9ce580a97f 10:53:58 Step 13/22 : ENV APP_PORT=48060 10:53:58 Removing intermediate container c030c665dad0 10:53:58 ---> 790a876e497f 10:53:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:53:58 ---> Running in 3fb4b682707a 10:53:58 ---> 1d9a6f93c669 10:53:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:53:58 ---> Running in de771ff73838 10:53:58 ---> Running in 8adbc1f5f7cf 10:53:58 ---> Running in 0c9b831f9d43 10:53:58 Removing intermediate container 0c7bcfa66190 10:53:58 ---> 24306fcd68fe 10:53:58 Step 14/22 : EXPOSE $APP_PORT 10:53:58 Removing intermediate container 252c5d9def26 10:53:58 ---> 314b78129630 10:53:58 10:53:58 Removing intermediate container c1b451b243a7 10:53:58 ---> c18776ace7d5 10:53:58 Step 14/26 : ENV APP_PORT=48090 10:53:58 ---> Running in db88518a2e40 10:53:58 Removing intermediate container 3fb4b682707a 10:53:58 ---> 47f9eefe73af 10:53:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:53:58 ---> Running in 4c2f8824174d 10:53:58 Removing intermediate container 8adbc1f5f7cf 10:53:58 ---> 470a354237da 10:53:58 Step 14/22 : EXPOSE $APP_PORT 10:53:58 Removing intermediate container 0c9b831f9d43 10:53:58 ---> 191ed608b729 10:53:58 Step 13/23 : ENV APP_PORT=48081 10:53:58 Removing intermediate container b40b4b16581d 10:53:58 ---> 33d41259485a 10:53:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:53:58 Successfully built 314b78129630 10:53:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:53:58  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 10:53:58 ---> Running in a0628e7a2e21 10:53:58 ---> Running in 73174182f796 10:53:58 Removing intermediate container db88518a2e40 10:53:58 ---> 04e228efc7ac 10:53:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:53:59 ---> Running in d5c12be8ddb7 10:53:59 ---> Running in 5390c732719c 10:53:59 Removing intermediate container de771ff73838 10:53:59 ---> 930122bee8cf 10:53:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:53:59 Removing intermediate container 4c2f8824174d 10:53:59 ---> 092034b1db6a 10:53:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:53:59 Removing intermediate container a0628e7a2e21 10:53:59 ---> 8d6a87fdc3db 10:53:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:53:59 ---> Running in 882715e6a34a 10:53:59 ---> Running in 1b5b9524b2ea 10:53:59 Removing intermediate container 73174182f796 10:53:59 ---> e2a27fff1f67 10:53:59 Step 14/23 : EXPOSE $APP_PORT 10:53:59 Removing intermediate container 5390c732719c 10:53:59 ---> a60efcc46ff2 10:53:59 Step 21/23 : LABEL arch=arm64 10:53:59 Removing intermediate container d5c12be8ddb7 10:53:59 ---> 47ef0ea67ebd 10:53:59 Step 15/26 : EXPOSE $APP_PORT 10:53:59 ---> b4214cdf8e8d 10:53:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:53:59 Removing intermediate container 0fa0cdba91b5 10:53:59 ---> 33dbe5b17c28 10:53:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:53:59 ---> Running in 2f619dcb9c55 10:53:59 ---> Running in 18fb862d04fb 10:53:59 ---> Running in 20f015eb9eb2 10:53:59 ---> Running in 7238b5a8c00f 10:53:59 ---> 242363748264 10:53:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:54:00 Removing intermediate container 882715e6a34a 10:54:00 ---> e60f5bf18273 10:54:00 Step 20/22 : LABEL arch=arm64 10:54:00 ---> Running in 62088614a4bd 10:54:00 Removing intermediate container 2f619dcb9c55 10:54:00 ---> ce9574240225 10:54:00 Step 15/23 : WORKDIR / 10:54:00 ---> Running in c69095a02d80 10:54:00 ---> 2979d5004091 10:54:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:54:00 Removing intermediate container c69095a02d80 10:54:00 ---> a88f4da4dbf6 10:54:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:54:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:00 ---> be15084a411b 10:54:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:54:00 ---> 174b10a9ff6f 10:54:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:54:00 Removing intermediate container 18fb862d04fb 10:54:00 ---> e335b5d94c3c 10:54:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:54:01 Removing intermediate container 62088614a4bd 10:54:01 ---> 86f9547aa416 10:54:01 Step 21/22 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:01 ---> Running in ae1fa208d551 10:54:01 Removing intermediate container 20f015eb9eb2 10:54:01 ---> e4d63b8a8534 10:54:01 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:01 ---> 2bcc26deeb7e 10:54:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:54:01 ---> e40a0397356c 10:54:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:54:01 ---> Running in 565a58f2a28d 10:54:01 Removing intermediate container 1b5b9524b2ea 10:54:01 ---> 7d19c5a0f9ac 10:54:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:54:01 Removing intermediate container ae1fa208d551 10:54:01 ---> 54ce5c84fb9a 10:54:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:01 (1/6) Installing dumb-init (1.2.2-r1) 10:54:01 ---> Running in f48648bfbb62 10:54:01 (2/6) Installing libgcc (9.3.0-r2) 10:54:01 ---> Running in b1d47497dab6 10:54:01 ---> Running in 4e2463d6f437 10:54:02 ---> Running in f17495cb75a8 10:54:02 Removing intermediate container 565a58f2a28d 10:54:02 ---> 8b6f2e608161 10:54:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:02 (3/6) Installing libsodium (1.0.18-r0) 10:54:02 (4/6) Installing libstdc++ (9.3.0-r2) 10:54:02 ---> Running in 57fc08d20d6c 10:54:02 ---> 406301f49662 10:54:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:54:02 Removing intermediate container f48648bfbb62 10:54:02 ---> 9d6faf56c17d 10:54:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:54:02 Removing intermediate container f17495cb75a8 10:54:02 ---> 7cec20ddf092 10:54:02 Step 20/22 : LABEL arch=x86_64 10:54:02 (5/6) Installing libzmq (4.3.3-r0) 10:54:02 (6/6) Installing zeromq (4.3.3-r0) 10:54:02 Executing busybox-1.31.1-r19.trigger 10:54:02 OK: 8 MiB in 20 packages 10:54:02 ---> Running in 46c58cdc10e2 10:54:02 Removing intermediate container 57fc08d20d6c 10:54:02 ---> f242194e372d 10:54:02 Step 20/22 : LABEL arch=x86_64 10:54:02 ---> 691ca27cf30f 10:54:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:54:02 ---> 4b4f79a21f87 10:54:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:54:02 ---> Running in df9fce23cae3 10:54:02 ---> Running in 94635a2bebce 10:54:02 ---> Running in 928e9c035d92 10:54:02 Removing intermediate container 46c58cdc10e2 10:54:02 ---> 885a2a2074fb 10:54:02 Step 21/22 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:02 ---> 3b4e477a1e84 10:54:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:54:03 ---> Running in 31b5fd1f89a8 10:54:03 Removing intermediate container 4e2463d6f437 10:54:03 ---> 80217a222847 10:54:03 Step 22/22 : LABEL version=2.0.0-dev.75 10:54:03 Removing intermediate container b1d47497dab6 10:54:03 ---> 3aca01b64c80 10:54:03 Step 23/23 : LABEL version=2.0.0-dev.75 10:54:03 Removing intermediate container df9fce23cae3 10:54:03 ---> 63af26014e35 10:54:03 Step 21/22 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:03 Removing intermediate container 94635a2bebce 10:54:03 ---> ac1611b04eba 10:54:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:03 Removing intermediate container 7238b5a8c00f 10:54:03 ---> f2d91cc8198c 10:54:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:54:03 Removing intermediate container 31b5fd1f89a8 10:54:03 ---> 49adb4c360d8 10:54:03 Step 22/22 : LABEL version=2.0.0-dev.75 10:54:03 ---> Running in 7eab2e534b83 10:54:03 ---> Running in 8e2da549b007 10:54:04 ---> Running in 39f0a8928a81 10:54:04 ---> Running in e7556f629ccc 10:54:04 ---> Running in 622edf95d709 10:54:04 Removing intermediate container 8e2da549b007 10:54:04 ---> 7e38b0156b92 10:54:04 Step 21/23 : LABEL arch=x86_64 10:54:04 Removing intermediate container 7eab2e534b83 10:54:04 ---> a9370711d7fc 10:54:04 Step 22/22 : LABEL version=2.0.0-dev.75 10:54:04 ---> 52228c56ac3c 10:54:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:54:04 Removing intermediate container 39f0a8928a81 10:54:04 ---> abcf5a3bcd00 10:54:04 10:54:04 ---> Running in 262c1520b638 10:54:04 ---> Running in 55fcdb45a61f 10:54:04 Successfully built abcf5a3bcd00 10:54:04 ---> b6884b976c6e 10:54:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:54:05 Successfully tagged docker-support-scheduler-go:latest 10:54:05  Building docker-support-scheduler-go ... done Building docker-core-command-go 10:54:05 Removing intermediate container 55fcdb45a61f 10:54:05 ---> 2088e550f894 10:54:05 10:54:05 Removing intermediate container 262c1520b638 10:54:05 ---> fe7522ed1ae4 10:54:05 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:05 Successfully built 2088e550f894 10:54:05 ---> Running in b3f7038e9268 10:54:05 Removing intermediate container e7556f629ccc 10:54:05 ---> b3518566beea 10:54:05 10:54:05 Removing intermediate container 622edf95d709 10:54:05 ---> 4c0e02004039 10:54:05 10:54:05 Removing intermediate container 928e9c035d92 10:54:05 ---> cbb56831b2d1 10:54:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:54:05 Successfully tagged docker-support-notifications-go:latest 10:54:05 ---> 8a5009ecb9c1 10:54:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.tomlBuilding docker-security-secretstore-setup-go 10:54:05 10:54:05  Building docker-support-notifications-go ... done Removing intermediate container b3f7038e9268 10:54:05 ---> 95e1e47983c4 10:54:05 Step 23/23 : LABEL version=2.0.0-dev.75 10:54:05 ---> Running in 8cdd86bfb6f6 10:54:05 ---> 42b56357bd9a 10:54:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:54:05 ---> 690d8aa094a8 10:54:05 Step 19/23 : ENTRYPOINT ["/core-data"] 10:54:05 ---> Running in 848f150401da 10:54:05 Successfully built b3518566beea 10:54:05 Successfully built 4c0e02004039 10:54:05 Successfully tagged docker-core-command-go-arm64:latest 10:54:05  Building docker-core-command-go ... done Building docker-core-data-go 10:54:05 Successfully tagged docker-support-notifications-go-arm64:latest 10:54:05  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 10:54:05 Removing intermediate container 8cdd86bfb6f6 10:54:05 ---> ccb2c67da621 10:54:05 10:54:06 ---> 5c69c0ddc203 10:54:06 Step 19/26 : RUN apk --no-cache add py3-pip 10:54:06 Successfully built ccb2c67da621 10:54:06 ---> Running in 433b1f2a32f7 10:54:06 Successfully tagged docker-core-metadata-go:latest 10:54:06  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 10:54:06 Removing intermediate container 848f150401da 10:54:06 ---> 8d6c633dfdc3 10:54:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:06 ---> Running in 220015a027dc 10:54:06 ---> 0c3512733c3d 10:54:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:08 (1/33) Installing libbz2 (1.0.8-r1) 10:54:08 (2/33) Installing expat (2.2.9-r1) 10:54:08 (3/33) Installing libffi (3.3-r2) 10:54:08 (4/33) Installing gdbm (1.13-r1) 10:54:08 (5/33) Installing xz-libs (5.2.5-r0) 10:54:08 (6/33) Installing sqlite-libs (3.32.1-r0) 10:54:09 (7/33) Installing python3 (3.8.5-r0) 10:54:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:54:10 ---> 9687d85e7be1 10:54:10 Step 3/23 : WORKDIR /edgex-go 10:54:10 ---> Using cache 10:54:10 ---> b5cbe26b373a 10:54:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 ---> Using cache 10:54:10 ---> 3b691d06223e 10:54:10 Step 5/23 : RUN apk add --update --no-cache make git 10:54:10 ---> Using cache 10:54:10 ---> 563463659602 10:54:10 Step 6/23 : COPY go.mod . 10:54:10 ---> Using cache 10:54:10 ---> b2fd9d6eff8d 10:54:10 Step 7/23 : RUN go mod download 10:54:10 ---> Using cache 10:54:10 ---> 9c04eaca15b7 10:54:10 Step 8/23 : COPY . . 10:54:10 ---> Using cache 10:54:10 ---> 316c228b92a9 10:54:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:54:10 (8/33) Installing py3-appdirs (1.4.4-r1) 10:54:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:54:10 (10/33) Installing py3-parsing (2.4.7-r0) 10:54:10 (11/33) Installing py3-six (1.15.0-r0) 10:54:10 (12/33) Installing py3-packaging (20.4-r0) 10:54:10 (13/33) Installing py3-setuptools (47.0.0-r0) 10:54:11 (14/33) Installing py3-chardet (3.0.4-r4) 10:54:11 (15/33) Installing py3-idna (2.9-r0) 10:54:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:54:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:54:11 (18/33) Installing py3-requests (2.23.0-r0) 10:54:11 (19/33) Installing py3-msgpack (1.0.0-r0) 10:54:11 (20/33) Installing py3-lockfile (0.12.2-r3) 10:54:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:54:11 (22/33) Installing py3-colorama (0.4.3-r0) 10:54:11 (23/33) Installing py3-distlib (0.3.0-r0) 10:54:11 (24/33) Installing py3-distro (1.5.0-r1) 10:54:11 (25/33) Installing py3-webencodings (0.5.1-r3) 10:54:11 (26/33) Installing py3-html5lib (1.0.1-r4) 10:54:11 (27/33) Installing py3-pytoml (0.1.21-r0) 10:54:11 (28/33) Installing py3-pep517 (0.8.2-r0) 10:54:11 (29/33) Installing py3-progress (1.5-r0) 10:54:11 (30/33) Installing py3-toml (0.10.1-r0) 10:54:11 (31/33) Installing py3-retrying (1.3.3-r0) 10:54:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:54:11 (33/33) Installing py3-pip (20.1.1-r0) 10:54:11 Executing busybox-1.31.1-r19.trigger 10:54:11 OK: 71 MiB in 55 packages 10:54:12 Removing intermediate container 220015a027dc 10:54:12 ---> 536fe1ee17e0 10:54:12 Step 21/23 : LABEL arch=x86_64 10:54:12 ---> b40f53c491bb 10:54:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:54:13 ---> Running in 2ce6cb2700bb 10:54:14 ---> Running in 1d147caad23b 10:54:14 Removing intermediate container 1d147caad23b 10:54:14 ---> 4bc6086a336b 10:54:14 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:14 ---> Running in 5f043dd1b920 10:54:14 ---> fb1b2de5058e 10:54:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:54:14 Removing intermediate container 5f043dd1b920 10:54:14 ---> b825b094f8ab 10:54:14 Step 23/23 : LABEL version=2.0.0-dev.75 10:54:14 ---> Running in 16612ebc2a09 10:54:14 ---> b7dba95af5e2 10:54:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:54:15 ---> Running in 1a6a2b17b5a0 10:54:15 Removing intermediate container 16612ebc2a09 10:54:15 ---> e53741c2025a 10:54:15 10:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:54:17 Successfully built e53741c2025a 10:54:18 Successfully tagged docker-core-data-go:latest 10:54:18  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 10:54:23 Removing intermediate container 1a6a2b17b5a0 10:54:23 ---> 309e02fa05a4 10:54:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:54:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:54:26 ---> 9687d85e7be1 10:54:26 Step 3/22 : WORKDIR /edgex-go 10:54:26 ---> Using cache 10:54:26 ---> b5cbe26b373a 10:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 433b1f2a32f7 10:54:26 ---> baf2facbf3db 10:54:26 Step 20/26 : RUN pip install docker-compose==1.23.2 10:54:26 10:54:26 ---> Using cache 10:54:26 ---> 3b691d06223e 10:54:26 Step 5/22 : RUN apk add --update --no-cache make git 10:54:26 ---> Using cache 10:54:26 ---> 563463659602 10:54:26 Step 6/22 : COPY go.mod . 10:54:26 ---> Using cache 10:54:26 ---> b2fd9d6eff8d 10:54:26 Step 7/22 : RUN go mod download 10:54:26 ---> Using cache 10:54:26 ---> 9c04eaca15b7 10:54:26 Step 8/22 : COPY . . 10:54:26 ---> Using cache 10:54:26 ---> 316c228b92a9 10:54:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:54:26 ---> Running in ef75e6b59c9d 10:54:26 ---> Running in 2c0909f9ef0a 10:54:29 ---> ca5b915d6944 10:54:29 Step 26/31 : RUN chmod +x /entrypoint.sh 10:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:54:30 ---> Running in 9b5b9da922d6 10:54:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:54:32 ---> 3017b9b30c75 10:54:32 Step 3/23 : WORKDIR /edgex-go 10:54:32 ---> Using cache 10:54:32 ---> d1546319a99a 10:54:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:32 ---> Using cache 10:54:32 ---> 441002799f5b 10:54:32 Step 5/23 : RUN apk add --update --no-cache make git 10:54:32 ---> Using cache 10:54:32 ---> bbb06292fd1e 10:54:32 Step 6/23 : COPY go.mod . 10:54:32 ---> Using cache 10:54:32 ---> dc646466a455 10:54:32 Step 7/23 : RUN go mod download 10:54:32 ---> Using cache 10:54:32 ---> 3c8cdf06f6aa 10:54:32 Step 8/23 : COPY . . 10:54:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:54:32 ---> 3017b9b30c75 10:54:32 Step 3/24 : WORKDIR /edgex-go 10:54:32 ---> Using cache 10:54:32 ---> d1546319a99a 10:54:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:32 ---> Using cache 10:54:32 ---> 441002799f5b 10:54:32 Step 5/24 : RUN apk add --update --no-cache make git 10:54:32 ---> Using cache 10:54:32 ---> bbb06292fd1e 10:54:32 Step 6/24 : COPY go.mod . 10:54:32 ---> Using cache 10:54:32 ---> dc646466a455 10:54:32 Step 7/24 : RUN go mod download 10:54:32 ---> Using cache 10:54:32 ---> 3c8cdf06f6aa 10:54:32 Step 8/24 : COPY . . 10:54:32 ---> Using cache 10:54:32 ---> 36554bb6d1b2 10:54:32 Step 9/23 : RUN make cmd/core-command/core-command 10:54:32 ---> Using cache 10:54:32 ---> 36554bb6d1b2 10:54:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:54:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:54:33 ---> 3017b9b30c75 10:54:33 Step 3/21 : WORKDIR /edgex-go 10:54:33 ---> Using cache 10:54:33 ---> d1546319a99a 10:54:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:33 ---> Using cache 10:54:33 ---> 441002799f5b 10:54:33 Step 5/21 : RUN apk add --update --no-cache make git 10:54:33 ---> Using cache 10:54:33 ---> bbb06292fd1e 10:54:33 Step 6/21 : COPY go.mod . 10:54:33 ---> Using cache 10:54:33 ---> dc646466a455 10:54:33 Step 7/21 : RUN go mod download 10:54:33 ---> Using cache 10:54:33 ---> 3c8cdf06f6aa 10:54:33 Step 8/21 : COPY . . 10:54:33 ---> Using cache 10:54:33 ---> 36554bb6d1b2 10:54:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:54:34 ---> Running in 6aa0ca5d0038 10:54:34 ---> Running in 99da79157db6 10:54:34 ---> Running in 70a841277000 10:54:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:54:34 ---> 9687d85e7be1 10:54:34 Step 3/23 : WORKDIR /edgex-go 10:54:34 ---> Using cache 10:54:34 ---> b5cbe26b373a 10:54:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:34 ---> Using cache 10:54:34 ---> 3b691d06223e 10:54:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:54:34 Collecting docker-compose==1.23.2 10:54:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:54:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:54:34 ---> 9687d85e7be1 10:54:34 Step 3/31 : WORKDIR /edgex-go 10:54:34 ---> Using cache 10:54:34 ---> b5cbe26b373a 10:54:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:35 ---> Using cache 10:54:35 ---> 3b691d06223e 10:54:35 Step 5/31 : RUN apk add --update --no-cache make git 10:54:35 ---> Using cache 10:54:35 ---> 563463659602 10:54:35 Step 6/31 : COPY go.mod . 10:54:35 ---> Using cache 10:54:35 ---> b2fd9d6eff8d 10:54:35 Step 7/31 : RUN go mod download 10:54:35 ---> Using cache 10:54:35 ---> 9c04eaca15b7 10:54:35 Step 8/31 : COPY . . 10:54:35 ---> Using cache 10:54:35 ---> 316c228b92a9 10:54:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:54:36 ---> Running in d737f50ecca9 10:54:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:54:36 ---> Running in 63c0ca7bd4ac 10:54:37 Removing intermediate container 9b5b9da922d6 10:54:37 ---> eac34fc4b770 10:54:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:54:37 Collecting cached-property<2,>=1.2.0 10:54:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:54:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-command/core-command ./cmd/core-command 10:54:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:54:38 ---> Running in 44fb152f0b38 10:54:38 Collecting websocket-client<1.0,>=0.32.0 10:54:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:54:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:54:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:39 Removing intermediate container 44fb152f0b38 10:54:39 ---> b6672c3e1275 10:54:39 Step 28/31 : CMD ["gate"] 10:54:39 Collecting docker<4.0,>=3.6.0 10:54:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:54:40 ---> Running in 7ab602e8d51e 10:54:40 OK: 217 MiB in 51 packages 10:54:41 Removing intermediate container 7ab602e8d51e 10:54:41 ---> 39dc5b3b2c5b 10:54:41 Step 29/31 : LABEL arch=x86_64 10:54:41 Collecting PyYAML<4,>=3.10 10:54:41 Removing intermediate container d737f50ecca9 10:54:41 ---> 73a671b35c1c 10:54:41 Step 6/23 : COPY go.mod . 10:54:41 Downloading PyYAML-3.13.tar.gz (270 kB) 10:54:42 ---> Running in a496b5ff374c 10:54:42 Removing intermediate container a496b5ff374c 10:54:42 ---> 1a1ac2658d18 10:54:42 Step 30/31 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:54:43 ---> 5e5b7d97ddf7 10:54:43 Step 7/23 : RUN go mod download 10:54:43 ---> Running in 7a5c6f9a5a15 10:54:43 ---> Running in 9d93355cf873 10:54:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:54:44 ---> 3017b9b30c75 10:54:44 Step 3/26 : WORKDIR /edgex-go 10:54:44 ---> Using cache 10:54:44 ---> d1546319a99a 10:54:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:44 ---> Using cache 10:54:44 ---> 441002799f5b 10:54:44 Step 5/26 : RUN apk add --update --no-cache make bash git 10:54:44 Removing intermediate container 9d93355cf873 10:54:44 ---> 86926f2c8d4f 10:54:44 Step 31/31 : LABEL version=2.0.0-dev.75 10:54:44 ---> Running in 336479f1cf15 10:54:45 ---> Running in 16c9ed1d0310 10:54:45 Removing intermediate container 16c9ed1d0310 10:54:45 ---> 7283c0558e54 10:54:45 10:54:46 Successfully built 7283c0558e54 10:54:46 Successfully tagged docker-security-bootstrapper-go:latest 10:54:46  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:47 Removing intermediate container 7a5c6f9a5a15 10:54:47 ---> 9943dad8d346 10:54:47 Step 8/23 : COPY . . 10:54:47 Collecting docopt<0.7,>=0.6.1 10:54:47 Downloading docopt-0.6.2.tar.gz (25 kB) 10:54:47 OK: 233 MiB in 51 packages 10:54:48 Removing intermediate container 336479f1cf15 10:54:48 ---> 9749ac51a7d3 10:54:48 Step 6/26 : COPY go.mod . 10:54:49 ---> 3a3a1051f958 10:54:49 Step 7/26 : RUN go mod download 10:54:49 ---> Running in 8170a7f31933 10:54:52 Removing intermediate container 8170a7f31933 10:54:52 ---> 27b80e660e73 10:54:52 Step 8/26 : COPY . . 10:54:52 Collecting texttable<0.10,>=0.9.0 10:54:52 Downloading texttable-0.9.1.tar.gz (11 kB) 10:54:55 Collecting dockerpty<0.5,>=0.4.1 10:54:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:54:59 Collecting jsonschema<3,>=2.5.1 10:54:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:55:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:55:00 ---> 76ef987b2b17 10:55:00 Step 9/23 : RUN make cmd/core-data/core-data 10:55:01 ---> Running in b44506f78c84 10:55:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:55:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:55:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/core-data/core-data ./cmd/core-data 10:55:03 Collecting docker-pycreds>=0.4.0 10:55:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/secrets-config ./cmd/secrets-config 10:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:55:04 Collecting urllib3<1.25,>=1.21.1 10:55:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:55:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:55:05 Collecting idna<2.8,>=2.5 10:55:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:55:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:55:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:55:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:55:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:55:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:55:07 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docopt, texttable, dockerpty, jsonschema, docker-compose 10:55:07 Attempting uninstall: urllib3 10:55:07 Found existing installation: urllib3 1.25.9 10:55:07 Uninstalling urllib3-1.25.9: 10:55:08 Successfully uninstalled urllib3-1.25.9 10:55:08 Attempting uninstall: idna 10:55:08 Found existing installation: idna 2.9 10:55:08 Uninstalling idna-2.9: 10:55:09 Successfully uninstalled idna-2.9 10:55:09 Attempting uninstall: requests 10:55:09 Found existing installation: requests 2.23.0 10:55:09 Uninstalling requests-2.23.0: 10:55:09 Successfully uninstalled requests-2.23.0 10:55:11 Running setup.py install for PyYAML: started 10:55:15 Running setup.py install for PyYAML: finished with status 'done' 10:55:15 Running setup.py install for docopt: started 10:55:16 Removing intermediate container 70a841277000 10:55:16 ---> 3c557ece135d 10:55:16 10:55:16 Step 10/24 : FROM alpine:3.12 10:55:16 Removing intermediate container 6aa0ca5d0038 10:55:16 ---> 06d9e3877836 10:55:16 10:55:16 Step 10/21 : FROM alpine:3.12 10:55:16 ---> 389fef711851 10:55:16 Step 11/21 : RUN apk add --update --no-cache curl 10:55:16 ---> 389fef711851 10:55:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:55:16 Removing intermediate container 99da79157db6 10:55:16 ---> 9eb3159c8bf3 10:55:16 10:55:16 Step 10/23 : FROM alpine:3.12 10:55:16 ---> 389fef711851 10:55:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:55:16 ---> Using cache 10:55:16 ---> 790a876e497f 10:55:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:55:16 ---> Using cache 10:55:16 ---> 191ed608b729 10:55:16 Step 13/23 : ENV APP_PORT=48082 10:55:16 ---> a25de29afa3e 10:55:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:55:16 ---> Running in f87e65844c74 10:55:16 ---> Running in 0fb427d94e15 10:55:16 ---> Running in 87eaa985a4a4 10:55:16 ---> Running in f0096fa6475f 10:55:17 Removing intermediate container 87eaa985a4a4 10:55:17 ---> 97fdfe3b2c60 10:55:17 Step 14/23 : EXPOSE $APP_PORT 10:55:17 ---> Running in 56e5c0355834 10:55:17 Removing intermediate container 56e5c0355834 10:55:17 ---> ec235bf25dc0 10:55:17 Step 15/23 : WORKDIR / 10:55:17 ---> Running in b0be770c3f5a 10:55:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:55:17 Running setup.py install for docopt: finished with status 'done' 10:55:17 Running setup.py install for texttable: started 10:55:18 Removing intermediate container b0be770c3f5a 10:55:18 ---> 983e07f37c5e 10:55:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:18 (1/5) Installing ca-certificates (20191127-r4) 10:55:18 (1/4) Installing ca-certificates (20191127-r4) 10:55:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:55:18 (3/5) Installing libcurl (7.69.1-r3) 10:55:18 (4/5) Installing curl (7.69.1-r3) 10:55:18 (5/5) Installing dumb-init (1.2.2-r1) 10:55:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:55:18 (3/4) Installing libcurl (7.69.1-r3) 10:55:18 Executing busybox-1.31.1-r19.trigger 10:55:18 (4/4) Installing curl (7.69.1-r3) 10:55:18 Executing busybox-1.31.1-r19.trigger 10:55:18 Executing ca-certificates-20191127-r4.trigger 10:55:18 Executing ca-certificates-20191127-r4.trigger 10:55:18 OK: 7 MiB in 18 packages 10:55:18 OK: 7 MiB in 19 packages 10:55:18 ---> 980c62cf9fd2 10:55:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:55:20 Removing intermediate container f87e65844c74 10:55:20 ---> 2c7b4026d6b0 10:55:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:21 ---> Running in 267a31ad68b4 10:55:21 Removing intermediate container 0fb427d94e15 10:55:21 ---> e3a90807aeeb 10:55:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:21 ---> 55c7705dd0f5 10:55:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:55:21 Running setup.py install for texttable: finished with status 'done' 10:55:21 Running setup.py install for dockerpty: started 10:55:21 ---> Running in 70eba3541f81 10:55:21 Removing intermediate container 267a31ad68b4 10:55:21 ---> a19354bd4035 10:55:21 Step 13/24 : WORKDIR / 10:55:21 ---> Running in a250ea3d75d8 10:55:21 ---> 4ec34019d189 10:55:21 Step 19/23 : ENTRYPOINT ["/core-command"] 10:55:22 Removing intermediate container 70eba3541f81 10:55:22 ---> 750e1de1f649 10:55:22 Step 13/21 : WORKDIR /edgex 10:55:22 ---> Running in 90a7376092dd 10:55:22 ---> Running in b7c637e5fec2 10:55:22 Removing intermediate container a250ea3d75d8 10:55:22 ---> e0a1474a3325 10:55:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:55:22 Removing intermediate container 90a7376092dd 10:55:22 ---> 42755983039f 10:55:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:22 Removing intermediate container b7c637e5fec2 10:55:22 ---> 805bb8020d99 10:55:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:55:22 ---> Running in 144ec653536e 10:55:22 Removing intermediate container 144ec653536e 10:55:22 ---> 944c69cfc8c3 10:55:22 Step 21/23 : LABEL arch=x86_64 10:55:22 ---> bd7a6c64bd22 10:55:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:55:23 ---> Running in 74e84be6837e 10:55:23 ---> 002e171a6b1c 10:55:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:55:23 ---> 213d78e645c2 10:55:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:55:23 Running setup.py install for dockerpty: finished with status 'done' 10:55:24 Removing intermediate container 74e84be6837e 10:55:24 ---> 4965cfa037f2 10:55:24 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:55:24 ---> Running in 211cefa9ec60 10:55:25 ---> 1ca3d121c7b1 10:55:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:55:25 Removing intermediate container 211cefa9ec60 10:55:25 ---> 74afa246caa4 10:55:25 Step 23/23 : LABEL version=2.0.0-dev.75 10:55:25 ---> 061f8bf1073c 10:55:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:55:25 ---> Running in c1dad7a133cc 10:55:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 10:55:25 ---> 165f6c8021be 10:55:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:55:25 Removing intermediate container c1dad7a133cc 10:55:25 ---> 6afa26814cb7 10:55:25 10:55:25 ---> 9e2157637f01 10:55:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:55:25 ---> Running in d8c4c825cda4 10:55:26 Successfully built 6afa26814cb7 10:55:26 Successfully tagged docker-core-command-go:latest 10:55:26  Building docker-core-command-go ... done Removing intermediate container d8c4c825cda4 10:55:26 ---> 93c3dee6626f 10:55:26 Step 18/21 : CMD ["--init=true"] 10:55:26 ---> Running in fe6f1018dcab 10:55:26 ---> 121466dea868 10:55:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:55:26 Removing intermediate container fe6f1018dcab 10:55:26 ---> ec797b5d3dd1 10:55:26 Step 19/21 : LABEL arch=x86_64 10:55:26 ---> Running in 745dfd2a2210 10:55:26 ---> 0f4b511d0e4e 10:55:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:55:27 ---> Running in d0a132028771 10:55:27 Removing intermediate container 745dfd2a2210 10:55:27 ---> dc3468239d28 10:55:27 Step 20/21 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:55:27 ---> Running in 907a3e231d3e 10:55:28 Removing intermediate container 907a3e231d3e 10:55:28 ---> e42a8ecd63e1 10:55:28 Step 21/21 : LABEL version=2.0.0-dev.75 10:55:28 ---> Running in a0081829e69d 10:55:28 Removing intermediate container a0081829e69d 10:55:28 ---> 2aa99d08b512 10:55:28 10:55:28 Successfully built 2aa99d08b512 10:55:28 Successfully tagged docker-security-proxy-setup-go:latest 10:55:28  Building docker-security-proxy-setup-go ... done Removing intermediate container d0a132028771 10:55:28 ---> e9f0fd3293b0 10:55:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:55:28 ---> Running in a983ff39b9e2 10:55:28 Removing intermediate container a983ff39b9e2 10:55:28 ---> eb01e02f916d 10:55:28 Step 22/24 : LABEL arch=x86_64 10:55:28 ---> Running in b7db0caf2c90 10:55:29 Removing intermediate container b7db0caf2c90 10:55:29 ---> 2c2ba1a6b369 10:55:29 Step 23/24 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:55:29 ---> Running in 51709761cd48 10:55:29 Removing intermediate container 51709761cd48 10:55:29 ---> a1e9d62b1412 10:55:29 Step 24/24 : LABEL version=2.0.0-dev.75 10:55:29 ---> Running in 6d4472380b2a 10:55:29 Removing intermediate container 6d4472380b2a 10:55:29 ---> 21c5bc4f554a 10:55:29 10:55:29 Successfully built 21c5bc4f554a 10:55:29 Successfully tagged docker-security-secretstore-setup-go:latest 10:55:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container f0096fa6475f 10:55:31 ---> 9c7c6ba02a4f 10:55:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:55:31 ---> Running in da19c8e3b83f 10:55:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:55:32 Removing intermediate container 2c0909f9ef0a 10:55:32 ---> 9cd98ce0bfec 10:55:32 Step 21/26 : RUN apk --no-cache add curl 10:55:32 ---> Running in d03b556613d4 10:55:33 Removing intermediate container da19c8e3b83f 10:55:33 ---> 60e738c104a3 10:55:33 10:55:33 Step 11/26 : FROM docker:20.10.0 10:55:33 20.10.0: Pulling from library/docker 10:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:55:35 (2/3) Installing libcurl (7.69.1-r3) 10:55:35 (3/3) Installing curl (7.69.1-r3) 10:55:35 Executing busybox-1.31.1-r19.trigger 10:55:35 OK: 71 MiB in 58 packages 10:55:37 Removing intermediate container d03b556613d4 10:55:37 ---> f96a0b052383 10:55:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:55:37 ---> Running in 8967cdf2daae 10:55:37 Removing intermediate container 8967cdf2daae 10:55:37 ---> 2a7d313d985f 10:55:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:38 ---> Running in aac94d519f1e 10:55:38 Removing intermediate container aac94d519f1e 10:55:38 ---> 94fc5204a988 10:55:38 Step 24/26 : LABEL arch=arm64 10:55:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:55:38 Status: Downloaded newer image for docker:20.10.0 10:55:38 ---> aefe523efa57 10:55:38 Step 12/26 : RUN apk add --no-cache bash 10:55:38 ---> Running in 4cee85aaabdf 10:55:38 ---> Running in 6fd21b4ce2d2 10:55:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:39 Removing intermediate container 6fd21b4ce2d2 10:55:39 ---> 5f28a9c9ada8 10:55:39 Step 25/26 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:55:39 (1/2) Installing readline (8.0.4-r0) 10:55:39 (2/2) Installing bash (5.0.17-r0) 10:55:39 Executing bash-5.0.17-r0.post-install 10:55:39 Executing busybox-1.31.1-r19.trigger 10:55:39 OK: 12 MiB in 22 packages 10:55:39 ---> Running in 8f2782084925 10:55:39 Removing intermediate container 4cee85aaabdf 10:55:39 ---> 0d450f164f94 10:55:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:55:40 ---> Running in 72bc56f7b990 10:55:40 Removing intermediate container 72bc56f7b990 10:55:40 ---> 515dfc35c146 10:55:40 Step 14/26 : ENV APP_PORT=48090 10:55:40 ---> Running in f2f251d90cd3 10:55:40 Removing intermediate container f2f251d90cd3 10:55:40 ---> 892d6752c6f3 10:55:40 Step 15/26 : EXPOSE $APP_PORT 10:55:40 Removing intermediate container 8f2782084925 10:55:40 ---> 9f7a26588c7e 10:55:40 Step 26/26 : LABEL version=2.0.0-dev.75 10:55:40 ---> Running in a98245b64a8a 10:55:40 ---> Running in eae7c0835611 10:55:40 Removing intermediate container eae7c0835611 10:55:40 ---> 834c52b8fe5c 10:55:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:55:41 Removing intermediate container a98245b64a8a 10:55:41 ---> 3d453902b007 10:55:41 10:55:41 ---> 02c3671d9a7c 10:55:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:55:41 ---> 8515b7c719ef 10:55:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:55:41 Successfully built 3d453902b007 10:55:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:55:42 ---> 14c3c7163d53 10:55:42 Step 19/26 : RUN apk --no-cache add py3-pip 10:55:42 ---> Running in 70357b9bfcdd 10:55:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:42 (1/33) Installing libbz2 (1.0.8-r1) 10:55:42 (2/33) Installing expat (2.2.9-r1) 10:55:42 (3/33) Installing libffi (3.3-r2) 10:55:42 (4/33) Installing gdbm (1.13-r1) 10:55:42 (5/33) Installing xz-libs (5.2.5-r0) 10:55:42 (6/33) Installing sqlite-libs (3.32.1-r0) 10:55:42 (7/33) Installing python3 (3.8.5-r0) 10:55:43 (8/33) Installing py3-appdirs (1.4.4-r1) 10:55:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:55:43 (10/33) Installing py3-parsing (2.4.7-r0) 10:55:43 (11/33) Installing py3-six (1.15.0-r0) 10:55:43 (12/33) Installing py3-packaging (20.4-r0) 10:55:43 (13/33) Installing py3-setuptools (47.0.0-r0) 10:55:43 (14/33) Installing py3-chardet (3.0.4-r4) 10:55:44 (15/33) Installing py3-idna (2.9-r0) 10:55:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:55:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:55:44 (18/33) Installing py3-requests (2.23.0-r0) 10:55:44 (19/33) Installing py3-msgpack (1.0.0-r0) 10:55:44 (20/33) Installing py3-lockfile (0.12.2-r3) 10:55:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:55:44 (22/33) Installing py3-colorama (0.4.3-r0) 10:55:44 (23/33) Installing py3-distlib (0.3.0-r0) 10:55:44 (24/33) Installing py3-distro (1.5.0-r1) 10:55:44 (25/33) Installing py3-webencodings (0.5.1-r3) 10:55:44 (26/33) Installing py3-html5lib (1.0.1-r4) 10:55:44 (27/33) Installing py3-pytoml (0.1.21-r0) 10:55:44 (28/33) Installing py3-pep517 (0.8.2-r0) 10:55:44 (29/33) Installing py3-progress (1.5-r0) 10:55:44 (30/33) Installing py3-toml (0.10.1-r0) 10:55:44 (31/33) Installing py3-retrying (1.3.3-r0) 10:55:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:55:44 (33/33) Installing py3-pip (20.1.1-r0) 10:55:44 Executing busybox-1.31.1-r19.trigger 10:55:44 OK: 71 MiB in 55 packages 10:55:52 Removing intermediate container 70357b9bfcdd 10:55:52 ---> 42ea142e6a97 10:55:52 Step 20/26 : RUN pip install docker-compose==1.23.2 10:55:52 ---> Running in 849c9bd7f486 10:55:54 Collecting docker-compose==1.23.2 10:55:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:55:55 Collecting docker<4.0,>=3.6.0 10:55:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:55:55 Collecting websocket-client<1.0,>=0.32.0 10:55:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:55:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:55:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:55:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:55:55 Collecting jsonschema<3,>=2.5.1 10:55:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:55:56 Collecting texttable<0.10,>=0.9.0 10:55:56 Downloading texttable-0.9.1.tar.gz (11 kB) 10:55:56 Collecting dockerpty<0.5,>=0.4.1 10:55:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:55:57 Collecting PyYAML<4,>=3.10 10:55:57 Downloading PyYAML-3.13.tar.gz (270 kB) 10:55:58 Collecting docopt<0.7,>=0.6.1 10:55:58 Downloading docopt-0.6.2.tar.gz (25 kB) 10:55:59 Collecting cached-property<2,>=1.2.0 10:55:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:55:59 Collecting docker-pycreds>=0.4.0 10:55:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:55:59 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:55:59 Collecting idna<2.8,>=2.5 10:55:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:55:59 Collecting urllib3<1.25,>=1.21.1 10:55:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:55:59 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:55:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:55:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:55:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:55:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:55:59 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, dockerpty, PyYAML, docopt, cached-property, docker-compose 10:55:59 Attempting uninstall: idna 10:55:59 Found existing installation: idna 2.9 10:55:59 Uninstalling idna-2.9: 10:55:59 Successfully uninstalled idna-2.9 10:56:00 Attempting uninstall: urllib3 10:56:00 Found existing installation: urllib3 1.25.9 10:56:00 Uninstalling urllib3-1.25.9: 10:56:00 Successfully uninstalled urllib3-1.25.9 10:56:00 Attempting uninstall: requests 10:56:00 Found existing installation: requests 2.23.0 10:56:00 Uninstalling requests-2.23.0: 10:56:00 Successfully uninstalled requests-2.23.0 10:56:01 Running setup.py install for texttable: started 10:56:01 Running setup.py install for texttable: finished with status 'done' 10:56:01 Running setup.py install for dockerpty: started 10:56:01 Running setup.py install for dockerpty: finished with status 'done' 10:56:01 Running setup.py install for PyYAML: started 10:56:02 Running setup.py install for PyYAML: finished with status 'done' 10:56:02 Running setup.py install for docopt: started 10:56:02 Running setup.py install for docopt: finished with status 'done' 10:56:03 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 10:56:05 Removing intermediate container 849c9bd7f486 10:56:05 ---> d886095d9d92 10:56:05 Step 21/26 : RUN apk --no-cache add curl 10:56:05 ---> Running in f704fd28f481 10:56:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:56:06 (2/3) Installing libcurl (7.69.1-r3) 10:56:06 (3/3) Installing curl (7.69.1-r3) 10:56:06 Executing busybox-1.31.1-r19.trigger 10:56:06 OK: 72 MiB in 58 packages 10:56:07 Removing intermediate container f704fd28f481 10:56:07 ---> 841ee47f1aa5 10:56:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:56:07 ---> Running in 40a6b5505731 10:56:07 Removing intermediate container 40a6b5505731 10:56:07 ---> 0a34e5de54ab 10:56:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:07 ---> Running in e97943766951 10:56:07 Removing intermediate container e97943766951 10:56:07 ---> ca0295313998 10:56:07 Step 24/26 : LABEL arch=x86_64 10:56:07 ---> Running in 67148ed9b7b9 10:56:07 Removing intermediate container 67148ed9b7b9 10:56:07 ---> 89e3b2aaa333 10:56:07 Step 25/26 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:56:07 ---> Running in d17781aefb53 10:56:08 Removing intermediate container d17781aefb53 10:56:08 ---> a43ed0fced90 10:56:08 Step 26/26 : LABEL version=2.0.0-dev.75 10:56:08 ---> Running in be2245a09462 10:56:08 Removing intermediate container be2245a09462 10:56:08 ---> 78aaa4dc05b8 10:56:08 10:56:08 Successfully built 78aaa4dc05b8 10:56:08  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.75" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:56:08 Successfully tagged docker-sys-mgmt-agent-go:latest 10:56:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:56:08 $ docker stop --time=1 34ed7c0dda28073367f92ecc6b733c6787ee77caaedcf26cd2a1201e4efda892 10:56:10 Removing intermediate container 2ce6cb2700bb 10:56:10 ---> e5138f390514 10:56:10 10:56:10 Step 10/23 : FROM alpine:3.12 10:56:10 ---> afeebe901d6b 10:56:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:56:10 ---> Using cache 10:56:10 ---> 74020293f6ca 10:56:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:10 ---> Using cache 10:56:10 ---> 094397b772ef 10:56:10 Step 13/23 : ENV APP_PORT=48081 10:56:10 $ docker rm -f 34ed7c0dda28073367f92ecc6b733c6787ee77caaedcf26cd2a1201e4efda892 10:56:10 ---> Running in 5fc906175c81 [Pipeline] // withDockerContainer [Pipeline] sh 10:56:11 + docker images 10:56:11 + grep docker 10:56:11 Removing intermediate container 5fc906175c81 10:56:11 ---> 7e01d825c477 10:56:11 Step 14/23 : EXPOSE $APP_PORT 10:56:11 docker-sys-mgmt-agent-go latest 78aaa4dc05b8 3 seconds ago 313MB 10:56:11 docker-security-secretstore-setup-go latest 21c5bc4f554a 42 seconds ago 24.6MB 10:56:11 docker-security-proxy-setup-go latest 2aa99d08b512 43 seconds ago 24.4MB 10:56:11 docker-core-command-go latest 6afa26814cb7 46 seconds ago 16.9MB 10:56:11 docker-security-bootstrapper-go latest 7283c0558e54 About a minute ago 23.8MB 10:56:11 docker-core-data-go latest e53741c2025a About a minute ago 22.3MB 10:56:11 docker-core-metadata-go latest ccb2c67da621 2 minutes ago 18.8MB 10:56:11 docker-support-scheduler-go latest abcf5a3bcd00 2 minutes ago 17MB 10:56:11 docker-support-notifications-go latest 2088e550f894 2 minutes ago 17.5MB 10:56:11 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 10:56:11 ---> Running in ceac54360023 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 10:56:12 Removing intermediate container ceac54360023 10:56:12 ---> 95aff2c8756f 10:56:12 Step 15/23 : WORKDIR / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:56:12 provisioning config files... 10:56:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/340@tmp/config8363305700459830081tmp [Pipeline] { 10:56:12 ---> Running in de7e4a6816b3 [Pipeline] libraryResource [Pipeline] sh 10:56:12 ---> docker-login.sh 10:56:12 nexus3.edgexfoundry.org:10001 10:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:13 Removing intermediate container de7e4a6816b3 10:56:13 ---> bbe987f61a4b 10:56:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:13 Configure a credential helper to remove this warning. See 10:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:13 10:56:13 Login Succeeded 10:56:13 nexus3.edgexfoundry.org:10002 10:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:13 Configure a credential helper to remove this warning. See 10:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:13 10:56:13 Login Succeeded 10:56:13 nexus3.edgexfoundry.org:10003 10:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:13 Configure a credential helper to remove this warning. See 10:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:13 10:56:13 Login Succeeded 10:56:13 nexus3.edgexfoundry.org:10004 10:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:13 Configure a credential helper to remove this warning. See 10:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:13 10:56:13 Login Succeeded 10:56:13 docker.io 10:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:14 ---> 68d6fe9f4071 10:56:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:56:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:14 Configure a credential helper to remove this warning. See 10:56:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:14 10:56:14 Login Succeeded 10:56:14 ---> docker-login.sh ends [Pipeline] } 10:56:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:15 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:56:15 c250855f865f8c62af0409146ed617a84f3308da 10:56:15 2.0.0-dev.75 10:56:15 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:15 master 10:56:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:15 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:16 ---> 68f2b65714b5 10:56:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:56:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:56:16 6f73c52bae68: Preparing 10:56:16 87c59976997f: Preparing 10:56:16 b6a7537fc366: Preparing 10:56:16 ae390088f45d: Preparing 10:56:16 777b2c648970: Preparing 10:56:16 777b2c648970: Layer already exists 10:56:16 6f73c52bae68: Pushed 10:56:16 b6a7537fc366: Pushed 10:56:16 ae390088f45d: Pushed 10:56:17 87c59976997f: Pushed 10:56:17 ---> 95ff5467dbc1 10:56:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:56:17 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:66a642bd5f5f1fd9e09e6892707eb2639e2a9daf34608e8abf1b3536b0b468be size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:17 ---> Running in df2b4df57827 10:56:18 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.75 10:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:56:18 6f73c52bae68: Preparing 10:56:18 87c59976997f: Preparing 10:56:18 b6a7537fc366: Preparing 10:56:18 ae390088f45d: Preparing 10:56:18 777b2c648970: Preparing 10:56:18 777b2c648970: Layer already exists 10:56:18 b6a7537fc366: Layer already exists 10:56:18 6f73c52bae68: Layer already exists 10:56:18 ae390088f45d: Layer already exists 10:56:18 87c59976997f: Layer already exists 10:56:18 2.0.0-dev.75: digest: sha256:66a642bd5f5f1fd9e09e6892707eb2639e2a9daf34608e8abf1b3536b0b468be size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:18 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:18 Removing intermediate container df2b4df57827 10:56:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:56:19 6f73c52bae68: Preparing 10:56:19 87c59976997f: Preparing 10:56:19 b6a7537fc366: Preparing 10:56:19 ae390088f45d: Preparing 10:56:19 777b2c648970: Preparing 10:56:19 777b2c648970: Layer already exists 10:56:19 ae390088f45d: Layer already exists 10:56:19 6f73c52bae68: Layer already exists 10:56:19 87c59976997f: Layer already exists 10:56:19 b6a7537fc366: Layer already exists 10:56:19 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:66a642bd5f5f1fd9e09e6892707eb2639e2a9daf34608e8abf1b3536b0b468be size: 1363 [Pipeline] isUnix 10:56:19 ---> db6ece8be79b 10:56:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] sh 10:56:19 ---> Running in bf2cea62bfc6 10:56:19 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:56:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:56:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:56:19 6f73c52bae68: Preparing 10:56:19 87c59976997f: Preparing 10:56:19 b6a7537fc366: Preparing 10:56:19 ae390088f45d: Preparing 10:56:19 777b2c648970: Preparing 10:56:19 6f73c52bae68: Layer already exists 10:56:19 87c59976997f: Layer already exists 10:56:19 777b2c648970: Layer already exists 10:56:19 b6a7537fc366: Layer already exists 10:56:19 ae390088f45d: Layer already exists 10:56:19 master: digest: sha256:66a642bd5f5f1fd9e09e6892707eb2639e2a9daf34608e8abf1b3536b0b468be size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:20 ===================================================== [Pipeline] echo 10:56:20 taggedImages: 10:56:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.75 10:56:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:56:20 Removing intermediate container bf2cea62bfc6 10:56:20 ---> f34b9891e7cc 10:56:20 Step 21/23 : LABEL arch=arm64 [Pipeline] echo 10:56:20 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:56:20 c250855f865f8c62af0409146ed617a84f3308da 10:56:20 2.0.0-dev.75 10:56:20 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:20 master 10:56:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:56:20 ---> Running in 9594479dd72a [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:21 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:21 Removing intermediate container ef75e6b59c9d 10:56:21 ---> 81bd74057b50 10:56:21 10:56:21 Step 10/22 : FROM alpine:3.12 10:56:21 ---> afeebe901d6b 10:56:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:56:21 ---> Using cache 10:56:21 ---> 74020293f6ca 10:56:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:21 ---> Using cache 10:56:21 ---> 094397b772ef 10:56:21 Step 13/22 : ENV APP_PORT=48085 10:56:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:56:21 fa91831bab5a: Preparing 10:56:21 aac784fe6f8a: Preparing 10:56:21 b6a7537fc366: Preparing 10:56:21 86c1b61217f7: Preparing 10:56:21 3a350c3280ba: Preparing 10:56:21 777b2c648970: Preparing 10:56:21 777b2c648970: Waiting 10:56:21 b6a7537fc366: Layer already exists 10:56:21 777b2c648970: Layer already exists 10:56:21 ---> Running in 38dc809c89df 10:56:21 Removing intermediate container 9594479dd72a 10:56:21 ---> 2343208da6bd 10:56:21 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:56:21 3a350c3280ba: Pushed 10:56:21 fa91831bab5a: Pushed 10:56:21 86c1b61217f7: Pushed 10:56:21 ---> Running in 2d4cdea5c960 10:56:22 Removing intermediate container 38dc809c89df 10:56:22 ---> 307710ec58d3 10:56:22 Step 14/22 : EXPOSE $APP_PORT 10:56:22 ---> Running in e3cc9590af36 10:56:22 Removing intermediate container 2d4cdea5c960 10:56:22 ---> d25c10acea73 10:56:22 Step 23/23 : LABEL version=2.0.0-dev.75 10:56:23 aac784fe6f8a: Pushed 10:56:23 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:c1800a752720271f4d6c3eb1dea60d9b89cc65a1be7e7702b13391ae49277dfd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:56:23 ---> Running in e691fbc732c7 10:56:23 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:23 Removing intermediate container e3cc9590af36 10:56:23 ---> 0d9d26bb72b0 10:56:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.75 10:56:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:56:23 fa91831bab5a: Preparing 10:56:23 aac784fe6f8a: Preparing 10:56:23 b6a7537fc366: Preparing 10:56:23 86c1b61217f7: Preparing 10:56:23 3a350c3280ba: Preparing 10:56:23 777b2c648970: Preparing 10:56:23 777b2c648970: Waiting 10:56:23 aac784fe6f8a: Layer already exists 10:56:23 86c1b61217f7: Layer already exists 10:56:23 3a350c3280ba: Layer already exists 10:56:23 fa91831bab5a: Layer already exists 10:56:23 b6a7537fc366: Layer already exists 10:56:23 777b2c648970: Layer already exists 10:56:23 2.0.0-dev.75: digest: sha256:c1800a752720271f4d6c3eb1dea60d9b89cc65a1be7e7702b13391ae49277dfd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:56:24 Removing intermediate container e691fbc732c7 10:56:24 ---> 3ea9abbf05f5 10:56:24 10:56:24 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:56:25 fa91831bab5a: Preparing 10:56:25 aac784fe6f8a: Preparing 10:56:25 b6a7537fc366: Preparing 10:56:25 86c1b61217f7: Preparing 10:56:25 3a350c3280ba: Preparing 10:56:25 777b2c648970: Preparing 10:56:25 777b2c648970: Waiting 10:56:25 fa91831bab5a: Layer already exists 10:56:25 b6a7537fc366: Layer already exists 10:56:25 aac784fe6f8a: Layer already exists 10:56:25 86c1b61217f7: Layer already exists 10:56:25 3a350c3280ba: Layer already exists 10:56:25 777b2c648970: Layer already exists 10:56:25 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:c1800a752720271f4d6c3eb1dea60d9b89cc65a1be7e7702b13391ae49277dfd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:56:25 ---> e6300157cbae 10:56:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:56:25 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:56:25 Successfully built 3ea9abbf05f5 10:56:25 Successfully tagged docker-core-metadata-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:56:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:56:25 fa91831bab5a: Preparing 10:56:25 aac784fe6f8a: Preparing 10:56:25 b6a7537fc366: Preparing 10:56:25 86c1b61217f7: Preparing 10:56:25 3a350c3280ba: Preparing 10:56:25 777b2c648970: Preparing 10:56:25 777b2c648970: Waiting 10:56:25 3a350c3280ba: Layer already exists 10:56:25 fa91831bab5a: Layer already exists 10:56:25 b6a7537fc366: Layer already exists 10:56:25 86c1b61217f7: Layer already exists 10:56:25 aac784fe6f8a: Layer already exists 10:56:25 777b2c648970: Layer already exists 10:56:25 master: digest: sha256:c1800a752720271f4d6c3eb1dea60d9b89cc65a1be7e7702b13391ae49277dfd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:26 ===================================================== [Pipeline] echo 10:56:26 taggedImages: 10:56:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.75 10:56:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:56:26 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:56:26 c250855f865f8c62af0409146ed617a84f3308da 10:56:26 2.0.0-dev.75 10:56:26 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:26 master 10:56:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:26 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:56:27 723f3039a101: Preparing 10:56:27 fe523a33a298: Preparing 10:56:27 b6a7537fc366: Preparing 10:56:27 ae390088f45d: Preparing 10:56:27 777b2c648970: Preparing 10:56:27 777b2c648970: Layer already exists 10:56:27 ae390088f45d: Layer already exists 10:56:27 b6a7537fc366: Layer already exists 10:56:27 723f3039a101: Pushed 10:56:28 fe523a33a298: Pushed 10:56:28 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:fd83f4e98971c50013f8f353266072a54ba7f67108b6fe0e3b151235415b7e24 size: 1363 10:56:28  Building docker-core-metadata-go ... done  ---> 430b3ce6a53b 10:56:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:56:28 Removing intermediate container 63c0ca7bd4ac 10:56:28 ---> 1c397323d26c 10:56:28 10:56:28 Step 10/31 : FROM alpine:3.12 10:56:28 ---> afeebe901d6b 10:56:28 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:56:28 ---> Running in 1607461ab860 [Pipeline] isUnix [Pipeline] sh 10:56:29 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.75 10:56:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:56:29 723f3039a101: Preparing 10:56:29 fe523a33a298: Preparing 10:56:29 b6a7537fc366: Preparing 10:56:29 ae390088f45d: Preparing 10:56:29 777b2c648970: Preparing 10:56:29 b6a7537fc366: Layer already exists 10:56:29 fe523a33a298: Layer already exists 10:56:29 ae390088f45d: Layer already exists 10:56:29 777b2c648970: Layer already exists 10:56:29 723f3039a101: Layer already exists 10:56:29 2.0.0-dev.75: digest: sha256:fd83f4e98971c50013f8f353266072a54ba7f67108b6fe0e3b151235415b7e24 size: 1363 10:56:29 Removing intermediate container 1607461ab860 10:56:29 ---> 293111872a8d 10:56:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:56:29 ---> c81689f5aea2 10:56:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] [Pipeline] isUnix [Pipeline] sh 10:56:29 ---> Running in bc375126a886 10:56:29 ---> Running in 66e66e10090f 10:56:29 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:56:30 723f3039a101: Preparing 10:56:30 fe523a33a298: Preparing 10:56:30 b6a7537fc366: Preparing 10:56:30 ae390088f45d: Preparing 10:56:30 777b2c648970: Preparing 10:56:30 777b2c648970: Layer already exists 10:56:30 ae390088f45d: Layer already exists 10:56:30 fe523a33a298: Layer already exists 10:56:30 723f3039a101: Layer already exists 10:56:30 b6a7537fc366: Layer already exists 10:56:30 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:fd83f4e98971c50013f8f353266072a54ba7f67108b6fe0e3b151235415b7e24 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:30 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:56:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:56:30 723f3039a101: Preparing 10:56:30 fe523a33a298: Preparing 10:56:30 b6a7537fc366: Preparing 10:56:30 ae390088f45d: Preparing 10:56:30 777b2c648970: Preparing 10:56:30 777b2c648970: Layer already exists 10:56:30 fe523a33a298: Layer already exists 10:56:30 723f3039a101: Layer already exists 10:56:30 ae390088f45d: Layer already exists 10:56:30 b6a7537fc366: Layer already exists 10:56:30 master: digest: sha256:fd83f4e98971c50013f8f353266072a54ba7f67108b6fe0e3b151235415b7e24 size: 1363 [Pipeline] } 10:56:30 Removing intermediate container 66e66e10090f 10:56:30 ---> 7a6bec636bc6 10:56:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:56:30 ---> Running in 0d20595f44c4 [Pipeline] echo 10:56:31 ===================================================== [Pipeline] echo 10:56:31 taggedImages: 10:56:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.75 10:56:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:56:31 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 10:56:31 c250855f865f8c62af0409146ed617a84f3308da 10:56:31 2.0.0-dev.75 10:56:31 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:31 master 10:56:31 ===================================================== 10:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:56:31 Removing intermediate container 0d20595f44c4 10:56:31 ---> b08b1cd7e8bd 10:56:31 Step 20/22 : LABEL arch=arm64 10:56:31 ---> Running in 9fe2995421e6 10:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 10:56:31 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:32 Removing intermediate container 9fe2995421e6 10:56:32 ---> 2810bd6d4bb7 10:56:32 Step 21/22 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:56:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:56:32 2924aa1a0590: Preparing 10:56:32 2924aa1a0590: Preparing 10:56:32 3beae1bc46a8: Preparing 10:56:32 b83f25353373: Preparing 10:56:32 3d976c928f50: Preparing 10:56:32 fd26e0208b8c: Preparing 10:56:32 b6a7537fc366: Preparing 10:56:32 2fd19da89c82: Preparing 10:56:32 2fd19da89c82: Preparing 10:56:32 17bf1b73e6ed: Preparing 10:56:32 13623cbf2c77: Preparing 10:56:32 777b2c648970: Preparing 10:56:32 17bf1b73e6ed: Waiting 10:56:32 b6a7537fc366: Waiting 10:56:32 13623cbf2c77: Waiting 10:56:32 2fd19da89c82: Waiting 10:56:32 777b2c648970: Waiting 10:56:32 (1/2) Installing dumb-init (1.2.2-r1) 10:56:32 (2/2) Installing su-exec (0.2-r1) 10:56:32 ---> Running in 7dea76685140 10:56:32 Executing busybox-1.31.1-r19.trigger 10:56:32 OK: 5 MiB in 16 packages 10:56:32 3beae1bc46a8: Pushed 10:56:32 3d976c928f50: Pushed 10:56:32 2924aa1a0590: Pushed 10:56:32 b6a7537fc366: Layer already exists 10:56:32 2fd19da89c82: Pushed 10:56:32 17bf1b73e6ed: Pushed 10:56:32 13623cbf2c77: Pushed 10:56:32 777b2c648970: Layer already exists 10:56:32 Removing intermediate container 7dea76685140 10:56:32 ---> 916f9ff31765 10:56:32 Step 22/22 : LABEL version=2.0.0-dev.75 10:56:32 ---> Running in 8b1232a78b2a 10:56:33 b83f25353373: Pushed 10:56:33 fd26e0208b8c: Pushed 10:56:33 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:dd9f325d5ae6b65e6e078f316bc76bb448919fc66b5214fe965c244c1979b0e0 size: 2820 10:56:33 Removing intermediate container 8b1232a78b2a 10:56:33 ---> aeaa78e67774 10:56:33 [Pipeline] isUnix [Pipeline] sh 10:56:33 Removing intermediate container bc375126a886 10:56:33 ---> a8e363899486 10:56:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:56:33 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:34 Successfully built aeaa78e67774 10:56:34 Successfully tagged docker-support-scheduler-go-arm64:latest 10:56:34  Building docker-support-scheduler-go ... done  ---> Running in dfd1a463eaf1 10:56:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.75 10:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:56:34 2924aa1a0590: Preparing 10:56:34 2924aa1a0590: Preparing 10:56:34 3beae1bc46a8: Preparing 10:56:34 b83f25353373: Preparing 10:56:34 3d976c928f50: Preparing 10:56:34 fd26e0208b8c: Preparing 10:56:34 b6a7537fc366: Preparing 10:56:34 2fd19da89c82: Preparing 10:56:34 2fd19da89c82: Preparing 10:56:34 17bf1b73e6ed: Preparing 10:56:34 13623cbf2c77: Preparing 10:56:34 777b2c648970: Preparing 10:56:34 2fd19da89c82: Waiting 10:56:34 17bf1b73e6ed: Waiting 10:56:34 13623cbf2c77: Waiting 10:56:34 777b2c648970: Waiting 10:56:34 b6a7537fc366: Waiting 10:56:34 b83f25353373: Layer already exists 10:56:34 3d976c928f50: Layer already exists 10:56:34 fd26e0208b8c: Layer already exists 10:56:34 2924aa1a0590: Layer already exists 10:56:34 3beae1bc46a8: Layer already exists 10:56:34 2fd19da89c82: Layer already exists 10:56:34 b6a7537fc366: Layer already exists 10:56:34 17bf1b73e6ed: Layer already exists 10:56:34 13623cbf2c77: Layer already exists 10:56:34 777b2c648970: Layer already exists 10:56:34 2.0.0-dev.75: digest: sha256:dd9f325d5ae6b65e6e078f316bc76bb448919fc66b5214fe965c244c1979b0e0 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:56:34 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:34 Removing intermediate container dfd1a463eaf1 10:56:34 ---> df63f0abaf96 10:56:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:56:34 ---> Running in 8118f2326409 10:56:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:56:34 2924aa1a0590: Preparing 10:56:34 2924aa1a0590: Preparing 10:56:34 3beae1bc46a8: Preparing 10:56:34 b83f25353373: Preparing 10:56:34 3d976c928f50: Preparing 10:56:34 fd26e0208b8c: Preparing 10:56:34 b6a7537fc366: Preparing 10:56:34 2fd19da89c82: Preparing 10:56:34 2fd19da89c82: Preparing 10:56:34 17bf1b73e6ed: Preparing 10:56:34 13623cbf2c77: Preparing 10:56:34 777b2c648970: Preparing 10:56:34 2fd19da89c82: Waiting 10:56:34 17bf1b73e6ed: Waiting 10:56:34 13623cbf2c77: Waiting 10:56:34 777b2c648970: Waiting 10:56:34 b6a7537fc366: Waiting 10:56:34 2924aa1a0590: Layer already exists 10:56:34 3beae1bc46a8: Layer already exists 10:56:34 b83f25353373: Layer already exists 10:56:34 3d976c928f50: Layer already exists 10:56:34 fd26e0208b8c: Layer already exists 10:56:34 b6a7537fc366: Layer already exists 10:56:34 2fd19da89c82: Layer already exists 10:56:34 17bf1b73e6ed: Layer already exists 10:56:34 13623cbf2c77: Layer already exists 10:56:34 777b2c648970: Layer already exists 10:56:34 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:dd9f325d5ae6b65e6e078f316bc76bb448919fc66b5214fe965c244c1979b0e0 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:56:35 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 10:56:35 Removing intermediate container 8118f2326409 10:56:35 ---> d26a2e71ddc1 10:56:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:56:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 10:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:56:35 2924aa1a0590: Preparing 10:56:35 2924aa1a0590: Preparing 10:56:35 3beae1bc46a8: Preparing 10:56:35 b83f25353373: Preparing 10:56:35 3d976c928f50: Preparing 10:56:35 fd26e0208b8c: Preparing 10:56:35 b6a7537fc366: Preparing 10:56:35 2fd19da89c82: Preparing 10:56:35 2fd19da89c82: Preparing 10:56:35 17bf1b73e6ed: Preparing 10:56:35 13623cbf2c77: Preparing 10:56:35 777b2c648970: Preparing 10:56:35 b6a7537fc366: Waiting 10:56:35 2fd19da89c82: Waiting 10:56:35 17bf1b73e6ed: Waiting 10:56:35 13623cbf2c77: Waiting 10:56:35 777b2c648970: Waiting 10:56:35 fd26e0208b8c: Layer already exists 10:56:35 2924aa1a0590: Layer already exists 10:56:35 3beae1bc46a8: Layer already exists 10:56:35 b83f25353373: Layer already exists 10:56:35 3d976c928f50: Layer already exists 10:56:35 b6a7537fc366: Layer already exists 10:56:35 2fd19da89c82: Layer already exists 10:56:35 13623cbf2c77: Layer already exists 10:56:35 17bf1b73e6ed: Layer already exists 10:56:35 777b2c648970: Layer already exists 10:56:35 master: digest: sha256:dd9f325d5ae6b65e6e078f316bc76bb448919fc66b5214fe965c244c1979b0e0 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry 10:56:35 ---> Running in e4d41633ff45 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:35 ===================================================== [Pipeline] echo 10:56:35 taggedImages: 10:56:35 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:35 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.75 10:56:35 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:35 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 10:56:36 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:56:36 c250855f865f8c62af0409146ed617a84f3308da 10:56:36 2.0.0-dev.75 10:56:36 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:36 master 10:56:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:36 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:56:36 747714d7842d: Preparing 10:56:36 43d025207ef4: Preparing 10:56:36 25477b674e14: Preparing 10:56:36 a085a1f78119: Preparing 10:56:36 e79f3afeaf36: Preparing 10:56:36 777b2c648970: Preparing 10:56:36 777b2c648970: Waiting 10:56:37 25477b674e14: Pushed 10:56:37 a085a1f78119: Pushed 10:56:37 777b2c648970: Layer already exists 10:56:37 e79f3afeaf36: Pushed 10:56:38 747714d7842d: Pushed 10:56:38 43d025207ef4: Pushed 10:56:38 Removing intermediate container e4d41633ff45 10:56:38 ---> 9c1e7523d39f 10:56:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:56:38 ---> Running in 00a61bdb0e04 10:56:38 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:885a0a289d7bb0969554c4286970b705d128f8489bd2fc9849860b64f157567a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:56:38 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:38 Removing intermediate container 00a61bdb0e04 10:56:38 ---> bca0bc8f341e 10:56:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:56:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.75 10:56:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:56:38 747714d7842d: Preparing 10:56:38 43d025207ef4: Preparing 10:56:38 25477b674e14: Preparing 10:56:38 a085a1f78119: Preparing 10:56:38 e79f3afeaf36: Preparing 10:56:38 777b2c648970: Preparing 10:56:38 777b2c648970: Waiting 10:56:38 43d025207ef4: Layer already exists 10:56:38 25477b674e14: Layer already exists 10:56:38 a085a1f78119: Layer already exists 10:56:38 747714d7842d: Layer already exists 10:56:38 e79f3afeaf36: Layer already exists 10:56:38 777b2c648970: Layer already exists 10:56:38 2.0.0-dev.75: digest: sha256:885a0a289d7bb0969554c4286970b705d128f8489bd2fc9849860b64f157567a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:56:39 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:56:39 747714d7842d: Preparing 10:56:39 43d025207ef4: Preparing 10:56:39 25477b674e14: Preparing 10:56:39 a085a1f78119: Preparing 10:56:39 e79f3afeaf36: Preparing 10:56:39 777b2c648970: Preparing 10:56:39 777b2c648970: Waiting 10:56:39 747714d7842d: Layer already exists 10:56:39 a085a1f78119: Layer already exists 10:56:39 25477b674e14: Layer already exists 10:56:39 e79f3afeaf36: Layer already exists 10:56:39 43d025207ef4: Layer already exists 10:56:39 777b2c648970: Layer already exists 10:56:39 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:885a0a289d7bb0969554c4286970b705d128f8489bd2fc9849860b64f157567a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:56:39 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:56:39 ---> 535c13642b4e 10:56:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:56:40 ---> Running in 5553b026a15d 10:56:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:56:40 747714d7842d: Preparing 10:56:40 43d025207ef4: Preparing 10:56:40 25477b674e14: Preparing 10:56:40 a085a1f78119: Preparing 10:56:40 e79f3afeaf36: Preparing 10:56:40 777b2c648970: Preparing 10:56:40 777b2c648970: Waiting 10:56:40 25477b674e14: Layer already exists 10:56:40 e79f3afeaf36: Layer already exists 10:56:40 43d025207ef4: Layer already exists 10:56:40 a085a1f78119: Layer already exists 10:56:40 747714d7842d: Layer already exists 10:56:40 777b2c648970: Layer already exists 10:56:40 master: digest: sha256:885a0a289d7bb0969554c4286970b705d128f8489bd2fc9849860b64f157567a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:40 ===================================================== [Pipeline] echo 10:56:40 taggedImages: 10:56:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.75 10:56:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:56:40 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:56:40 c250855f865f8c62af0409146ed617a84f3308da 10:56:40 2.0.0-dev.75 10:56:40 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:40 master 10:56:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:41 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:56:41 d43085ab81bb: Preparing 10:56:41 68c877613c12: Preparing 10:56:41 d6a3054d60f9: Preparing 10:56:41 7118a346d889: Preparing 10:56:41 28c7bb35c267: Preparing 10:56:41 dc61fff6e339: Preparing 10:56:41 035cd85cb71c: Preparing 10:56:41 ac149e073b35: Preparing 10:56:41 777b2c648970: Preparing 10:56:41 035cd85cb71c: Waiting 10:56:41 ac149e073b35: Waiting 10:56:41 777b2c648970: Waiting 10:56:41 dc61fff6e339: Waiting 10:56:41 28c7bb35c267: Pushed 10:56:41 d43085ab81bb: Pushed 10:56:41 68c877613c12: Pushed 10:56:41 dc61fff6e339: Pushed 10:56:41 035cd85cb71c: Pushed 10:56:42 777b2c648970: Layer already exists 10:56:42 ac149e073b35: Pushed 10:56:42 7118a346d889: Pushed 10:56:42 d6a3054d60f9: Pushed 10:56:42 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:ae6e2bd6e4c14728311ccecd8c50feed780d140efb716541198a06bbc5c77021 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:56:42 Removing intermediate container 5553b026a15d 10:56:42 ---> 7a20823e945f 10:56:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:43 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.75 10:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:56:43 d43085ab81bb: Preparing 10:56:43 68c877613c12: Preparing 10:56:43 d6a3054d60f9: Preparing 10:56:43 7118a346d889: Preparing 10:56:43 28c7bb35c267: Preparing 10:56:43 dc61fff6e339: Preparing 10:56:43 035cd85cb71c: Preparing 10:56:43 ac149e073b35: Preparing 10:56:43 777b2c648970: Preparing 10:56:43 dc61fff6e339: Waiting 10:56:43 035cd85cb71c: Waiting 10:56:43 ac149e073b35: Waiting 10:56:43 777b2c648970: Waiting 10:56:43 28c7bb35c267: Layer already exists 10:56:43 7118a346d889: Layer already exists 10:56:43 d6a3054d60f9: Layer already exists 10:56:43 68c877613c12: Layer already exists 10:56:43 d43085ab81bb: Layer already exists 10:56:43 035cd85cb71c: Layer already exists 10:56:43 dc61fff6e339: Layer already exists 10:56:43 777b2c648970: Layer already exists 10:56:43 ac149e073b35: Layer already exists 10:56:43 2.0.0-dev.75: digest: sha256:ae6e2bd6e4c14728311ccecd8c50feed780d140efb716541198a06bbc5c77021 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:56:43 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:43 ---> 3a281545cadb 10:56:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:56:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:56:43 d43085ab81bb: Preparing 10:56:43 68c877613c12: Preparing 10:56:43 d6a3054d60f9: Preparing 10:56:43 7118a346d889: Preparing 10:56:43 28c7bb35c267: Preparing 10:56:43 dc61fff6e339: Preparing 10:56:43 035cd85cb71c: Preparing 10:56:43 ac149e073b35: Preparing 10:56:43 777b2c648970: Preparing 10:56:43 dc61fff6e339: Waiting 10:56:43 777b2c648970: Waiting 10:56:43 035cd85cb71c: Waiting 10:56:43 ac149e073b35: Waiting 10:56:43 68c877613c12: Layer already exists 10:56:43 28c7bb35c267: Layer already exists 10:56:43 7118a346d889: Layer already exists 10:56:43 d43085ab81bb: Layer already exists 10:56:43 d6a3054d60f9: Layer already exists 10:56:43 035cd85cb71c: Layer already exists 10:56:43 ac149e073b35: Layer already exists 10:56:43 dc61fff6e339: Layer already exists 10:56:43 777b2c648970: Layer already exists 10:56:43 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:ae6e2bd6e4c14728311ccecd8c50feed780d140efb716541198a06bbc5c77021 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:56:44 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:56:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:56:44 d43085ab81bb: Preparing 10:56:44 68c877613c12: Preparing 10:56:44 d6a3054d60f9: Preparing 10:56:44 7118a346d889: Preparing 10:56:44 28c7bb35c267: Preparing 10:56:44 dc61fff6e339: Preparing 10:56:44 035cd85cb71c: Preparing 10:56:44 ac149e073b35: Preparing 10:56:44 777b2c648970: Preparing 10:56:44 035cd85cb71c: Waiting 10:56:44 ac149e073b35: Waiting 10:56:44 dc61fff6e339: Waiting 10:56:44 777b2c648970: Waiting 10:56:44 68c877613c12: Layer already exists 10:56:44 d6a3054d60f9: Layer already exists 10:56:44 28c7bb35c267: Layer already exists 10:56:44 7118a346d889: Layer already exists 10:56:44 d43085ab81bb: Layer already exists 10:56:44 dc61fff6e339: Layer already exists 10:56:44 ac149e073b35: Layer already exists 10:56:44 777b2c648970: Layer already exists 10:56:44 035cd85cb71c: Layer already exists 10:56:44 master: digest: sha256:ae6e2bd6e4c14728311ccecd8c50feed780d140efb716541198a06bbc5c77021 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:44 ===================================================== [Pipeline] echo 10:56:44 taggedImages: 10:56:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.75 10:56:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:56:45 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:56:45 c250855f865f8c62af0409146ed617a84f3308da 10:56:45 2.0.0-dev.75 10:56:45 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:45 master 10:56:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:45 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:45 ---> 825a82ae80c7 10:56:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:56:45 Removing intermediate container b44506f78c84 10:56:45 ---> 5ee0878e029a 10:56:45 10:56:45 Step 10/23 : FROM alpine:3.12 10:56:45 ---> afeebe901d6b 10:56:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:56:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:56:45 d5683d860e44: Preparing 10:56:45 17b8647343cf: Preparing 10:56:45 b6a7537fc366: Preparing 10:56:45 d0734718d854: Preparing 10:56:45 777b2c648970: Preparing 10:56:45 777b2c648970: Layer already exists 10:56:45 b6a7537fc366: Layer already exists 10:56:45 ---> Running in 569e40ff5b58 10:56:46 d5683d860e44: Pushed 10:56:46 ---> 572ddb8cb3df 10:56:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:56:46 d0734718d854: Pushed 10:56:46 Removing intermediate container 569e40ff5b58 10:56:46 ---> 7390b461bbd5 10:56:46 Step 12/23 : ENV APP_PORT=48080 10:56:46 ---> Running in 01cecb43ad8b 10:56:46 17b8647343cf: Pushed 10:56:47 Removing intermediate container 01cecb43ad8b 10:56:47 ---> f88fc5371be7 10:56:47 Step 13/23 : EXPOSE $APP_PORT 10:56:47 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:b697fcbe90b3bc95f53118f5f9704777d1d60631ed06dd216f527cc1fcc2de21 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:56:47 ---> 7774e76ee545 10:56:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:56:47 ---> Running in be965d297855 10:56:47 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.75 10:56:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:56:47 d5683d860e44: Preparing 10:56:47 17b8647343cf: Preparing 10:56:47 b6a7537fc366: Preparing 10:56:47 d0734718d854: Preparing 10:56:47 777b2c648970: Preparing 10:56:47 777b2c648970: Layer already exists 10:56:47 17b8647343cf: Layer already exists 10:56:47 d0734718d854: Layer already exists 10:56:47 d5683d860e44: Layer already exists 10:56:47 b6a7537fc366: Layer already exists 10:56:47 2.0.0-dev.75: digest: sha256:b697fcbe90b3bc95f53118f5f9704777d1d60631ed06dd216f527cc1fcc2de21 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:56:47 Removing intermediate container be965d297855 10:56:47 ---> a88b8800ac8f 10:56:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:47 ---> Running in 7a1d49aa54b0 10:56:48 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:48 ---> 3f9fe2e88e89 10:56:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:56:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:56:48 d5683d860e44: Preparing 10:56:48 17b8647343cf: Preparing 10:56:48 b6a7537fc366: Preparing 10:56:48 d0734718d854: Preparing 10:56:48 777b2c648970: Preparing 10:56:48 17b8647343cf: Layer already exists 10:56:48 b6a7537fc366: Layer already exists 10:56:48 d5683d860e44: Layer already exists 10:56:48 777b2c648970: Layer already exists 10:56:48 d0734718d854: Layer already exists 10:56:48 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:b697fcbe90b3bc95f53118f5f9704777d1d60631ed06dd216f527cc1fcc2de21 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:56:48 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:56:48 ---> Running in 12824cb58188 10:56:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:56:49 d5683d860e44: Preparing 10:56:49 17b8647343cf: Preparing 10:56:49 b6a7537fc366: Preparing 10:56:49 d0734718d854: Preparing 10:56:49 777b2c648970: Preparing 10:56:49 b6a7537fc366: Layer already exists 10:56:49 d0734718d854: Layer already exists 10:56:49 d5683d860e44: Layer already exists 10:56:49 777b2c648970: Layer already exists 10:56:49 17b8647343cf: Layer already exists 10:56:49 master: digest: sha256:b697fcbe90b3bc95f53118f5f9704777d1d60631ed06dd216f527cc1fcc2de21 size: 1364 [Pipeline] } 10:56:49 Removing intermediate container 12824cb58188 10:56:49 ---> 3c1d3ecf4e44 10:56:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:49 ===================================================== [Pipeline] echo 10:56:49 taggedImages: 10:56:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.75 10:56:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 10:56:49 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:56:49 c250855f865f8c62af0409146ed617a84f3308da 10:56:49 2.0.0-dev.75 10:56:49 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:49 master 10:56:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:50 ---> 14eb496d835d 10:56:50 Step 26/31 : RUN chmod +x /entrypoint.sh 10:56:50 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:56:50 04e34043724e: Preparing 10:56:50 80eeb069b444: Preparing 10:56:50 b6a7537fc366: Preparing 10:56:50 6c5b388319fe: Preparing 10:56:50 777b2c648970: Preparing 10:56:50 b6a7537fc366: Layer already exists 10:56:50 777b2c648970: Layer already exists 10:56:50 04e34043724e: Pushed 10:56:50 6c5b388319fe: Pushed 10:56:50 ---> Running in fdd4065cccf6 10:56:50 Removing intermediate container 7a1d49aa54b0 10:56:50 ---> 81f8143d854d 10:56:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:56:50 ---> Running in 5ced4aa34a62 10:56:51 80eeb069b444: Pushed 10:56:51 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:2e6037f48431488246a09d9f2f04df43ef0c6abd4dbf3f5405d07778cb164340 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.75 10:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:56:52 04e34043724e: Preparing 10:56:52 80eeb069b444: Preparing 10:56:52 b6a7537fc366: Preparing 10:56:52 6c5b388319fe: Preparing 10:56:52 777b2c648970: Preparing 10:56:52 6c5b388319fe: Layer already exists 10:56:52 777b2c648970: Layer already exists 10:56:52 80eeb069b444: Layer already exists 10:56:52 04e34043724e: Layer already exists 10:56:52 b6a7537fc366: Layer already exists 10:56:52 2.0.0-dev.75: digest: sha256:2e6037f48431488246a09d9f2f04df43ef0c6abd4dbf3f5405d07778cb164340 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:56:52 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:56:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:56:52 04e34043724e: Preparing 10:56:52 80eeb069b444: Preparing 10:56:52 b6a7537fc366: Preparing 10:56:52 6c5b388319fe: Preparing 10:56:52 777b2c648970: Preparing 10:56:52 b6a7537fc366: Layer already exists 10:56:52 80eeb069b444: Layer already exists 10:56:52 04e34043724e: Layer already exists 10:56:52 6c5b388319fe: Layer already exists 10:56:52 777b2c648970: Layer already exists 10:56:52 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:2e6037f48431488246a09d9f2f04df43ef0c6abd4dbf3f5405d07778cb164340 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:56:53 Removing intermediate container fdd4065cccf6 10:56:53 ---> 8ceb5c6e7201 10:56:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:56:53 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:56:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:56:53 04e34043724e: Preparing 10:56:53 80eeb069b444: Preparing 10:56:53 b6a7537fc366: Preparing 10:56:53 6c5b388319fe: Preparing 10:56:53 777b2c648970: Preparing 10:56:53 80eeb069b444: Layer already exists 10:56:53 777b2c648970: Layer already exists 10:56:53 b6a7537fc366: Layer already exists 10:56:53 6c5b388319fe: Layer already exists 10:56:53 04e34043724e: Layer already exists 10:56:53 master: digest: sha256:2e6037f48431488246a09d9f2f04df43ef0c6abd4dbf3f5405d07778cb164340 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry 10:56:53 ---> Running in 15fdfd6740d3 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:53 ===================================================== [Pipeline] echo 10:56:53 taggedImages: 10:56:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.75 10:56:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:56:53 Removing intermediate container 15fdfd6740d3 10:56:53 ---> cde31c0571cb 10:56:53 Step 28/31 : CMD ["gate"] [Pipeline] echo 10:56:53 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:56:53 c250855f865f8c62af0409146ed617a84f3308da 10:56:53 2.0.0-dev.75 10:56:53 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:56:53 master 10:56:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:56:54 (1/6) Installing dumb-init (1.2.2-r1) 10:56:54 (2/6) Installing libgcc (9.3.0-r2) [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:54 (3/6) Installing libsodium (1.0.18-r0) 10:56:54 ---> Running in 81aaab08242e 10:56:54 (4/6) Installing libstdc++ (9.3.0-r2) 10:56:54 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:56:54 (5/6) Installing libzmq (4.3.3-r0) 10:56:55 Removing intermediate container 81aaab08242e 10:56:55 ---> aad6dae1f308 10:56:55 Step 29/31 : LABEL arch=arm64 10:56:55 (6/6) Installing zeromq (4.3.3-r0) 10:56:55 Executing busybox-1.31.1-r19.trigger 10:56:55 OK: 8 MiB in 20 packages 10:56:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da 10:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:56:55 77082ad2ddfa: Preparing 10:56:55 b422cce152ae: Preparing 10:56:55 71af0c0b2640: Preparing 10:56:55 f3b66f0ad2df: Preparing 10:56:55 7c9930aea322: Preparing 10:56:55 738a24549aa9: Preparing 10:56:55 c26d46479186: Preparing 10:56:55 0754057c0ad3: Preparing 10:56:55 998cdf262ab1: Preparing 10:56:55 02e56110abd2: Preparing 10:56:55 abc36efb885a: Preparing 10:56:55 b0b09059f4e1: Preparing 10:56:55 bb961f40224b: Preparing 10:56:55 f4666769fca7: Preparing 10:56:55 738a24549aa9: Waiting 10:56:55 c26d46479186: Waiting 10:56:55 0754057c0ad3: Waiting 10:56:55 998cdf262ab1: Waiting 10:56:55 02e56110abd2: Waiting 10:56:55 abc36efb885a: Waiting 10:56:55 b0b09059f4e1: Waiting 10:56:55 bb961f40224b: Waiting 10:56:55 f4666769fca7: Waiting 10:56:55 ---> Running in a4499f203318 10:56:55 7c9930aea322: Pushed 10:56:55 77082ad2ddfa: Pushed 10:56:55 f3b66f0ad2df: Pushed 10:56:55 0754057c0ad3: Layer already exists 10:56:55 998cdf262ab1: Layer already exists 10:56:55 c26d46479186: Pushed 10:56:55 02e56110abd2: Layer already exists 10:56:55 abc36efb885a: Layer already exists 10:56:55 b0b09059f4e1: Layer already exists 10:56:55 bb961f40224b: Layer already exists 10:56:55 f4666769fca7: Layer already exists 10:56:55 b422cce152ae: Pushed 10:56:56 Removing intermediate container a4499f203318 10:56:56 ---> 189478c709c2 10:56:56 Step 30/31 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:56:56 738a24549aa9: Pushed 10:56:56 ---> Running in a264ac622cb8 10:56:56 Removing intermediate container 5ced4aa34a62 10:56:56 ---> 693ce3e3469c 10:56:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:56 Removing intermediate container a264ac622cb8 10:56:56 ---> a825e8c5b127 10:56:56 Step 31/31 : LABEL version=2.0.0-dev.75 10:56:57 ---> Running in ddfb98734014 10:56:57 ---> 09b14fbfedb7 10:56:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:56:58 Removing intermediate container ddfb98734014 10:56:58 ---> 125617fdf8e6 10:56:58 10:56:58 Successfully built 125617fdf8e6 10:56:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:56:59  Building docker-security-bootstrapper-go ... done  ---> cdda0af046ba 10:56:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:56:59 71af0c0b2640: Pushed 10:56:59 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:72d4fe9283a9b2b3febff96fd9c7578bfd90fab90772d71cc288fa9780c77639 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:57:00 ---> 318f05fccdf9 10:57:00 Step 19/23 : ENTRYPOINT ["/core-data"] 10:57:00 ---> Running in d1324ad23876 10:57:00 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:00 Removing intermediate container d1324ad23876 10:57:00 ---> 9f14c647ca14 10:57:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.75 10:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:57:00 77082ad2ddfa: Preparing 10:57:00 b422cce152ae: Preparing 10:57:00 71af0c0b2640: Preparing 10:57:00 f3b66f0ad2df: Preparing 10:57:00 7c9930aea322: Preparing 10:57:00 738a24549aa9: Preparing 10:57:00 c26d46479186: Preparing 10:57:00 0754057c0ad3: Preparing 10:57:00 998cdf262ab1: Preparing 10:57:00 02e56110abd2: Preparing 10:57:00 abc36efb885a: Preparing 10:57:00 b0b09059f4e1: Preparing 10:57:00 bb961f40224b: Preparing 10:57:00 f4666769fca7: Preparing 10:57:00 0754057c0ad3: Waiting 10:57:00 998cdf262ab1: Waiting 10:57:00 02e56110abd2: Waiting 10:57:00 abc36efb885a: Waiting 10:57:00 b0b09059f4e1: Waiting 10:57:00 bb961f40224b: Waiting 10:57:00 f4666769fca7: Waiting 10:57:00 738a24549aa9: Waiting 10:57:00 c26d46479186: Waiting 10:57:00 b422cce152ae: Layer already exists 10:57:00 f3b66f0ad2df: Layer already exists 10:57:00 7c9930aea322: Layer already exists 10:57:00 71af0c0b2640: Layer already exists 10:57:00 77082ad2ddfa: Layer already exists 10:57:00 998cdf262ab1: Layer already exists 10:57:00 c26d46479186: Layer already exists 10:57:00 738a24549aa9: Layer already exists 10:57:00 0754057c0ad3: Layer already exists 10:57:00 02e56110abd2: Layer already exists 10:57:00 abc36efb885a: Layer already exists 10:57:00 b0b09059f4e1: Layer already exists 10:57:00 bb961f40224b: Layer already exists 10:57:00 f4666769fca7: Layer already exists 10:57:00 ---> Running in 0a2a147148db 10:57:00 2.0.0-dev.75: digest: sha256:72d4fe9283a9b2b3febff96fd9c7578bfd90fab90772d71cc288fa9780c77639 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:57:01 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:01 Removing intermediate container 0a2a147148db 10:57:01 ---> f1a195b01d16 10:57:01 Step 21/23 : LABEL arch=arm64 10:57:01 ---> Running in ed1ac10a3235 10:57:01 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:57:01 77082ad2ddfa: Preparing 10:57:01 b422cce152ae: Preparing 10:57:01 71af0c0b2640: Preparing 10:57:01 f3b66f0ad2df: Preparing 10:57:01 7c9930aea322: Preparing 10:57:01 738a24549aa9: Preparing 10:57:01 c26d46479186: Preparing 10:57:01 0754057c0ad3: Preparing 10:57:01 998cdf262ab1: Preparing 10:57:01 02e56110abd2: Preparing 10:57:01 abc36efb885a: Preparing 10:57:01 b0b09059f4e1: Preparing 10:57:01 bb961f40224b: Preparing 10:57:01 f4666769fca7: Preparing 10:57:01 738a24549aa9: Waiting 10:57:01 c26d46479186: Waiting 10:57:01 0754057c0ad3: Waiting 10:57:01 b0b09059f4e1: Waiting 10:57:01 bb961f40224b: Waiting 10:57:01 f4666769fca7: Waiting 10:57:01 02e56110abd2: Waiting 10:57:01 998cdf262ab1: Waiting 10:57:01 abc36efb885a: Waiting 10:57:01 f3b66f0ad2df: Layer already exists 10:57:01 b422cce152ae: Layer already exists 10:57:01 77082ad2ddfa: Layer already exists 10:57:01 71af0c0b2640: Layer already exists 10:57:01 7c9930aea322: Layer already exists 10:57:01 738a24549aa9: Layer already exists 10:57:01 c26d46479186: Layer already exists 10:57:01 0754057c0ad3: Layer already exists 10:57:01 02e56110abd2: Layer already exists 10:57:01 998cdf262ab1: Layer already exists 10:57:01 abc36efb885a: Layer already exists 10:57:01 f4666769fca7: Layer already exists 10:57:01 bb961f40224b: Layer already exists 10:57:01 b0b09059f4e1: Layer already exists 10:57:01 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:72d4fe9283a9b2b3febff96fd9c7578bfd90fab90772d71cc288fa9780c77639 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:57:01 Removing intermediate container ed1ac10a3235 10:57:01 ---> e6a5c857663c 10:57:01 Step 22/23 : LABEL git_sha=c250855f865f8c62af0409146ed617a84f3308da 10:57:01 ---> Running in fc6af017dfe3 10:57:01 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:57:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:57:02 77082ad2ddfa: Preparing 10:57:02 b422cce152ae: Preparing 10:57:02 71af0c0b2640: Preparing 10:57:02 f3b66f0ad2df: Preparing 10:57:02 7c9930aea322: Preparing 10:57:02 738a24549aa9: Preparing 10:57:02 c26d46479186: Preparing 10:57:02 0754057c0ad3: Preparing 10:57:02 998cdf262ab1: Preparing 10:57:02 02e56110abd2: Preparing 10:57:02 abc36efb885a: Preparing 10:57:02 b0b09059f4e1: Preparing 10:57:02 bb961f40224b: Preparing 10:57:02 f4666769fca7: Preparing 10:57:02 c26d46479186: Waiting 10:57:02 0754057c0ad3: Waiting 10:57:02 998cdf262ab1: Waiting 10:57:02 02e56110abd2: Waiting 10:57:02 abc36efb885a: Waiting 10:57:02 b0b09059f4e1: Waiting 10:57:02 bb961f40224b: Waiting 10:57:02 f4666769fca7: Waiting 10:57:02 738a24549aa9: Waiting 10:57:02 7c9930aea322: Layer already exists 10:57:02 77082ad2ddfa: Layer already exists 10:57:02 71af0c0b2640: Layer already exists 10:57:02 f3b66f0ad2df: Layer already exists 10:57:02 b422cce152ae: Layer already exists 10:57:02 738a24549aa9: Layer already exists 10:57:02 c26d46479186: Layer already exists 10:57:02 02e56110abd2: Layer already exists 10:57:02 998cdf262ab1: Layer already exists 10:57:02 0754057c0ad3: Layer already exists 10:57:02 b0b09059f4e1: Layer already exists 10:57:02 abc36efb885a: Layer already exists 10:57:02 bb961f40224b: Layer already exists 10:57:02 f4666769fca7: Layer already exists 10:57:02 Removing intermediate container fc6af017dfe3 10:57:02 ---> a94ad175c67f 10:57:02 Step 23/23 : LABEL version=2.0.0-dev.75 10:57:02 ---> Running in 351ef73a2101 10:57:02 master: digest: sha256:72d4fe9283a9b2b3febff96fd9c7578bfd90fab90772d71cc288fa9780c77639 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:02 ===================================================== [Pipeline] echo 10:57:02 taggedImages: 10:57:02 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da 10:57:02 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.75 10:57:02 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:02 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } 10:57:02 Removing intermediate container 351ef73a2101 10:57:02 ---> 884c49bcead6 10:57:02 [Pipeline] // script [Pipeline] } [Pipeline] // stage 10:57:03 Successfully built 884c49bcead6 10:57:03 Successfully tagged docker-core-data-go-arm64:latest [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 10:57:03  Building docker-core-data-go ... done  [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 10:57:04 $ docker stop --time=1 2b980de8dce5eb2881f12adb94aba48a68087a67d0b84f0e550e8518e369809b 10:57:06 $ docker rm -f 2b980de8dce5eb2881f12adb94aba48a68087a67d0b84f0e550e8518e369809b [Pipeline] // withDockerContainer [Pipeline] sh 10:57:06 + docker images 10:57:06 + grep docker 10:57:07 docker-core-data-go-arm64 latest 884c49bcead6 4 seconds ago 21MB 10:57:07 docker-security-bootstrapper-go-arm64 latest 125617fdf8e6 9 seconds ago 22.6MB 10:57:07 docker-support-scheduler-go-arm64 latest aeaa78e67774 33 seconds ago 16.1MB 10:57:07 docker-core-metadata-go-arm64 latest 3ea9abbf05f5 43 seconds ago 17.7MB 10:57:07 docker-sys-mgmt-agent-go-arm64 latest 3d453902b007 About a minute ago 300MB 10:57:07 docker-core-command-go-arm64 latest b3518566beea 3 minutes ago 16MB 10:57:07 docker-support-notifications-go-arm64 latest 4c0e02004039 3 minutes ago 16.7MB 10:57:07 docker-security-secretstore-setup-go-arm64 latest 314b78129630 3 minutes ago 23.4MB 10:57:07 docker-security-proxy-setup-go-arm64 latest b41285168fdd 3 minutes ago 23.2MB 10:57:07 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:57:08 provisioning config files... 10:57:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/340@tmp/config6535911834901351330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:08 ---> docker-login.sh 10:57:08 nexus3.edgexfoundry.org:10001 10:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:09 Configure a credential helper to remove this warning. See 10:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:09 10:57:09 Login Succeeded 10:57:09 nexus3.edgexfoundry.org:10002 10:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:09 Configure a credential helper to remove this warning. See 10:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:09 10:57:09 Login Succeeded 10:57:09 nexus3.edgexfoundry.org:10003 10:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:10 Configure a credential helper to remove this warning. See 10:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:10 10:57:10 Login Succeeded 10:57:10 nexus3.edgexfoundry.org:10004 10:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:10 Configure a credential helper to remove this warning. See 10:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:10 10:57:10 Login Succeeded 10:57:10 docker.io 10:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:12 Configure a credential helper to remove this warning. See 10:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:12 10:57:12 Login Succeeded 10:57:12 ---> docker-login.sh ends [Pipeline] } 10:57:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:12 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:57:12 c250855f865f8c62af0409146ed617a84f3308da 10:57:12 2.0.0-dev.75 10:57:12 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:12 master 10:57:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:57:13 062052789c61: Preparing 10:57:13 4393e4307c2e: Preparing 10:57:13 406bda121907: Preparing 10:57:13 4d75464e99bd: Preparing 10:57:13 379067d0cb53: Preparing 10:57:13 379067d0cb53: Layer already exists 10:57:13 406bda121907: Pushed 10:57:13 062052789c61: Pushed 10:57:13 4d75464e99bd: Pushed 10:57:16 4393e4307c2e: Pushed 10:57:16 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:930707ecb73ec45073594cda13dd946b6012891d9a320d75b22023cfc207bb58 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:17 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.75 10:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:57:17 062052789c61: Preparing 10:57:17 4393e4307c2e: Preparing 10:57:17 406bda121907: Preparing 10:57:17 4d75464e99bd: Preparing 10:57:17 379067d0cb53: Preparing 10:57:17 379067d0cb53: Layer already exists 10:57:17 406bda121907: Layer already exists 10:57:17 4d75464e99bd: Layer already exists 10:57:17 062052789c61: Layer already exists 10:57:17 4393e4307c2e: Layer already exists 10:57:17 2.0.0-dev.75: digest: sha256:930707ecb73ec45073594cda13dd946b6012891d9a320d75b22023cfc207bb58 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:18 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:57:18 062052789c61: Preparing 10:57:18 4393e4307c2e: Preparing 10:57:18 406bda121907: Preparing 10:57:18 4d75464e99bd: Preparing 10:57:18 379067d0cb53: Preparing 10:57:18 406bda121907: Layer already exists 10:57:18 4d75464e99bd: Layer already exists 10:57:18 4393e4307c2e: Layer already exists 10:57:18 062052789c61: Layer already exists 10:57:18 379067d0cb53: Layer already exists 10:57:18 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:930707ecb73ec45073594cda13dd946b6012891d9a320d75b22023cfc207bb58 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:19 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:57:19 062052789c61: Preparing 10:57:19 4393e4307c2e: Preparing 10:57:19 406bda121907: Preparing 10:57:19 4d75464e99bd: Preparing 10:57:19 379067d0cb53: Preparing 10:57:19 062052789c61: Layer already exists 10:57:19 379067d0cb53: Layer already exists 10:57:19 4393e4307c2e: Layer already exists 10:57:19 4d75464e99bd: Layer already exists 10:57:19 406bda121907: Layer already exists 10:57:19 master: digest: sha256:930707ecb73ec45073594cda13dd946b6012891d9a320d75b22023cfc207bb58 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:20 ===================================================== [Pipeline] echo 10:57:20 taggedImages: 10:57:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.75 10:57:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:57:20 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:57:20 c250855f865f8c62af0409146ed617a84f3308da 10:57:20 2.0.0-dev.75 10:57:20 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:20 master 10:57:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:57:21 482956924640: Preparing 10:57:21 1250c3aad788: Preparing 10:57:21 406bda121907: Preparing 10:57:21 81cbf2191b1b: Preparing 10:57:21 2a6aa1b91467: Preparing 10:57:21 379067d0cb53: Preparing 10:57:21 379067d0cb53: Waiting 10:57:21 406bda121907: Layer already exists 10:57:21 379067d0cb53: Layer already exists 10:57:21 482956924640: Pushed 10:57:21 2a6aa1b91467: Pushed 10:57:22 81cbf2191b1b: Pushed 10:57:24 1250c3aad788: Pushed 10:57:25 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:7001019b4fa766c316a43a956d2c33f20b8c870bbcaa86ef35b124461ec91861 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:57:25 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.75 10:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:57:25 482956924640: Preparing 10:57:25 1250c3aad788: Preparing 10:57:25 406bda121907: Preparing 10:57:25 81cbf2191b1b: Preparing 10:57:25 2a6aa1b91467: Preparing 10:57:25 379067d0cb53: Preparing 10:57:25 379067d0cb53: Waiting 10:57:26 406bda121907: Layer already exists 10:57:26 2a6aa1b91467: Layer already exists 10:57:26 482956924640: Layer already exists 10:57:26 81cbf2191b1b: Layer already exists 10:57:26 1250c3aad788: Layer already exists 10:57:26 379067d0cb53: Layer already exists 10:57:26 2.0.0-dev.75: digest: sha256:7001019b4fa766c316a43a956d2c33f20b8c870bbcaa86ef35b124461ec91861 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:57:26 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:57:26 482956924640: Preparing 10:57:26 1250c3aad788: Preparing 10:57:26 406bda121907: Preparing 10:57:26 81cbf2191b1b: Preparing 10:57:26 2a6aa1b91467: Preparing 10:57:26 379067d0cb53: Preparing 10:57:26 379067d0cb53: Waiting 10:57:27 482956924640: Layer already exists 10:57:27 81cbf2191b1b: Layer already exists 10:57:27 1250c3aad788: Layer already exists 10:57:27 406bda121907: Layer already exists 10:57:27 2a6aa1b91467: Layer already exists 10:57:27 379067d0cb53: Layer already exists 10:57:27 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:7001019b4fa766c316a43a956d2c33f20b8c870bbcaa86ef35b124461ec91861 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:57:27 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:57:27 482956924640: Preparing 10:57:27 1250c3aad788: Preparing 10:57:27 406bda121907: Preparing 10:57:27 81cbf2191b1b: Preparing 10:57:27 2a6aa1b91467: Preparing 10:57:27 379067d0cb53: Preparing 10:57:27 379067d0cb53: Waiting 10:57:28 2a6aa1b91467: Layer already exists 10:57:28 1250c3aad788: Layer already exists 10:57:28 482956924640: Layer already exists 10:57:28 406bda121907: Layer already exists 10:57:28 81cbf2191b1b: Layer already exists 10:57:28 379067d0cb53: Layer already exists 10:57:28 master: digest: sha256:7001019b4fa766c316a43a956d2c33f20b8c870bbcaa86ef35b124461ec91861 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:28 ===================================================== [Pipeline] echo 10:57:28 taggedImages: 10:57:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.75 10:57:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:28 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:57:28 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:57:28 c250855f865f8c62af0409146ed617a84f3308da 10:57:28 2.0.0-dev.75 10:57:28 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:28 master 10:57:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:57:29 9a4ffbd52f40: Preparing 10:57:29 3dc9a38b4f8e: Preparing 10:57:29 406bda121907: Preparing 10:57:29 4d75464e99bd: Preparing 10:57:29 379067d0cb53: Preparing 10:57:29 379067d0cb53: Layer already exists 10:57:29 4d75464e99bd: Layer already exists 10:57:29 406bda121907: Layer already exists 10:57:29 9a4ffbd52f40: Pushed 10:57:33 3dc9a38b4f8e: Pushed 10:57:33 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:abdbd9b7bfdeefc667a49687fbcf0c875bafcf910500a35653b620bd42cd7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:33 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.75 10:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:57:34 9a4ffbd52f40: Preparing 10:57:34 3dc9a38b4f8e: Preparing 10:57:34 406bda121907: Preparing 10:57:34 4d75464e99bd: Preparing 10:57:34 379067d0cb53: Preparing 10:57:34 9a4ffbd52f40: Layer already exists 10:57:34 379067d0cb53: Layer already exists 10:57:34 406bda121907: Layer already exists 10:57:34 4d75464e99bd: Layer already exists 10:57:34 3dc9a38b4f8e: Layer already exists 10:57:34 2.0.0-dev.75: digest: sha256:abdbd9b7bfdeefc667a49687fbcf0c875bafcf910500a35653b620bd42cd7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:34 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:57:34 9a4ffbd52f40: Preparing 10:57:34 3dc9a38b4f8e: Preparing 10:57:34 406bda121907: Preparing 10:57:34 4d75464e99bd: Preparing 10:57:34 379067d0cb53: Preparing 10:57:34 3dc9a38b4f8e: Layer already exists 10:57:34 379067d0cb53: Layer already exists 10:57:34 9a4ffbd52f40: Layer already exists 10:57:34 4d75464e99bd: Layer already exists 10:57:34 406bda121907: Layer already exists 10:57:35 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:abdbd9b7bfdeefc667a49687fbcf0c875bafcf910500a35653b620bd42cd7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:57:35 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:57:35 9a4ffbd52f40: Preparing 10:57:35 3dc9a38b4f8e: Preparing 10:57:35 406bda121907: Preparing 10:57:35 4d75464e99bd: Preparing 10:57:35 379067d0cb53: Preparing 10:57:36 379067d0cb53: Layer already exists 10:57:36 406bda121907: Layer already exists 10:57:36 3dc9a38b4f8e: Layer already exists 10:57:36 4d75464e99bd: Layer already exists 10:57:36 9a4ffbd52f40: Layer already exists 10:57:36 master: digest: sha256:abdbd9b7bfdeefc667a49687fbcf0c875bafcf910500a35653b620bd42cd7d9b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:36 ===================================================== [Pipeline] echo 10:57:36 taggedImages: 10:57:36 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:36 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.75 10:57:36 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:36 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:57:36 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 10:57:36 c250855f865f8c62af0409146ed617a84f3308da 10:57:36 2.0.0-dev.75 10:57:36 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:36 master 10:57:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:37 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:57:37 358b92d27abc: Preparing 10:57:37 358b92d27abc: Preparing 10:57:37 09bfc41aea04: Preparing 10:57:37 b12d82dd92a0: Preparing 10:57:37 e5110547c393: Preparing 10:57:37 75047d1a475a: Preparing 10:57:37 406bda121907: Preparing 10:57:37 96ad0483d9b0: Preparing 10:57:37 96ad0483d9b0: Preparing 10:57:37 177ed5434cdd: Preparing 10:57:37 e37177f0e403: Preparing 10:57:37 379067d0cb53: Preparing 10:57:37 96ad0483d9b0: Waiting 10:57:37 177ed5434cdd: Waiting 10:57:37 e37177f0e403: Waiting 10:57:37 379067d0cb53: Waiting 10:57:37 406bda121907: Waiting 10:57:38 358b92d27abc: Pushed 10:57:38 e5110547c393: Pushed 10:57:38 09bfc41aea04: Pushed 10:57:38 406bda121907: Layer already exists 10:57:38 177ed5434cdd: Pushed 10:57:38 96ad0483d9b0: Pushed 10:57:38 e37177f0e403: Pushed 10:57:38 379067d0cb53: Layer already exists 10:57:40 b12d82dd92a0: Pushed 10:57:40 75047d1a475a: Pushed 10:57:40 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:c598fe26e6ce53024978ac65e7cd3cef7aafcb4ddbc42a045261eec9778a8e50 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:57:41 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.75 10:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:57:41 358b92d27abc: Preparing 10:57:41 358b92d27abc: Preparing 10:57:41 09bfc41aea04: Preparing 10:57:41 b12d82dd92a0: Preparing 10:57:41 e5110547c393: Preparing 10:57:41 75047d1a475a: Preparing 10:57:41 406bda121907: Preparing 10:57:41 96ad0483d9b0: Preparing 10:57:41 96ad0483d9b0: Preparing 10:57:41 177ed5434cdd: Preparing 10:57:41 e37177f0e403: Preparing 10:57:41 379067d0cb53: Preparing 10:57:41 406bda121907: Waiting 10:57:41 96ad0483d9b0: Waiting 10:57:41 177ed5434cdd: Waiting 10:57:41 e37177f0e403: Waiting 10:57:41 379067d0cb53: Waiting 10:57:41 b12d82dd92a0: Layer already exists 10:57:41 e5110547c393: Layer already exists 10:57:41 09bfc41aea04: Layer already exists 10:57:41 75047d1a475a: Layer already exists 10:57:41 358b92d27abc: Layer already exists 10:57:41 e37177f0e403: Layer already exists 10:57:41 177ed5434cdd: Layer already exists 10:57:41 96ad0483d9b0: Layer already exists 10:57:41 406bda121907: Layer already exists 10:57:41 379067d0cb53: Layer already exists 10:57:41 2.0.0-dev.75: digest: sha256:c598fe26e6ce53024978ac65e7cd3cef7aafcb4ddbc42a045261eec9778a8e50 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:57:42 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:57:42 358b92d27abc: Preparing 10:57:42 358b92d27abc: Preparing 10:57:42 09bfc41aea04: Preparing 10:57:42 b12d82dd92a0: Preparing 10:57:42 e5110547c393: Preparing 10:57:42 75047d1a475a: Preparing 10:57:42 406bda121907: Preparing 10:57:42 96ad0483d9b0: Preparing 10:57:42 96ad0483d9b0: Preparing 10:57:42 177ed5434cdd: Preparing 10:57:42 e37177f0e403: Preparing 10:57:42 379067d0cb53: Preparing 10:57:42 406bda121907: Waiting 10:57:42 96ad0483d9b0: Waiting 10:57:42 177ed5434cdd: Waiting 10:57:42 e37177f0e403: Waiting 10:57:42 379067d0cb53: Waiting 10:57:42 b12d82dd92a0: Layer already exists 10:57:42 75047d1a475a: Layer already exists 10:57:42 09bfc41aea04: Layer already exists 10:57:42 e5110547c393: Layer already exists 10:57:42 358b92d27abc: Layer already exists 10:57:42 177ed5434cdd: Layer already exists 10:57:42 406bda121907: Layer already exists 10:57:42 96ad0483d9b0: Layer already exists 10:57:42 e37177f0e403: Layer already exists 10:57:42 379067d0cb53: Layer already exists 10:57:42 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:c598fe26e6ce53024978ac65e7cd3cef7aafcb4ddbc42a045261eec9778a8e50 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:57:43 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 10:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:57:43 358b92d27abc: Preparing 10:57:43 358b92d27abc: Preparing 10:57:43 09bfc41aea04: Preparing 10:57:43 b12d82dd92a0: Preparing 10:57:43 e5110547c393: Preparing 10:57:43 75047d1a475a: Preparing 10:57:43 406bda121907: Preparing 10:57:43 96ad0483d9b0: Preparing 10:57:43 96ad0483d9b0: Preparing 10:57:43 177ed5434cdd: Preparing 10:57:43 e37177f0e403: Preparing 10:57:43 379067d0cb53: Preparing 10:57:43 406bda121907: Waiting 10:57:43 177ed5434cdd: Waiting 10:57:43 e37177f0e403: Waiting 10:57:43 379067d0cb53: Waiting 10:57:43 96ad0483d9b0: Waiting 10:57:43 09bfc41aea04: Layer already exists 10:57:43 358b92d27abc: Layer already exists 10:57:43 b12d82dd92a0: Layer already exists 10:57:43 e5110547c393: Layer already exists 10:57:43 75047d1a475a: Layer already exists 10:57:43 177ed5434cdd: Layer already exists 10:57:43 406bda121907: Layer already exists 10:57:43 96ad0483d9b0: Layer already exists 10:57:43 e37177f0e403: Layer already exists 10:57:43 379067d0cb53: Layer already exists 10:57:43 master: digest: sha256:c598fe26e6ce53024978ac65e7cd3cef7aafcb4ddbc42a045261eec9778a8e50 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:44 ===================================================== [Pipeline] echo 10:57:44 taggedImages: 10:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.75 10:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 10:57:44 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:57:44 c250855f865f8c62af0409146ed617a84f3308da 10:57:44 2.0.0-dev.75 10:57:44 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:44 master 10:57:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:45 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:57:45 cd3e715a232b: Preparing 10:57:45 d5531b7d7b6a: Preparing 10:57:45 f7210da494f2: Preparing 10:57:45 c88c4963a553: Preparing 10:57:45 4e7c669959b4: Preparing 10:57:45 379067d0cb53: Preparing 10:57:45 379067d0cb53: Waiting 10:57:45 f7210da494f2: Pushed 10:57:45 c88c4963a553: Pushed 10:57:45 379067d0cb53: Layer already exists 10:57:46 4e7c669959b4: Pushed 10:57:47 d5531b7d7b6a: Pushed 10:57:47 cd3e715a232b: Pushed 10:57:47 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:bf4fe05e22ca7e95a90caa0197d3da8999235afedb883ccef650b72b1b55229a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:57:48 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.75 10:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:57:48 cd3e715a232b: Preparing 10:57:48 d5531b7d7b6a: Preparing 10:57:48 f7210da494f2: Preparing 10:57:48 c88c4963a553: Preparing 10:57:48 4e7c669959b4: Preparing 10:57:48 379067d0cb53: Preparing 10:57:49 cd3e715a232b: Layer already exists 10:57:49 4e7c669959b4: Layer already exists 10:57:49 d5531b7d7b6a: Layer already exists 10:57:49 f7210da494f2: Layer already exists 10:57:49 c88c4963a553: Layer already exists 10:57:49 379067d0cb53: Layer already exists 10:57:49 2.0.0-dev.75: digest: sha256:bf4fe05e22ca7e95a90caa0197d3da8999235afedb883ccef650b72b1b55229a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:57:49 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:57:49 cd3e715a232b: Preparing 10:57:49 d5531b7d7b6a: Preparing 10:57:49 f7210da494f2: Preparing 10:57:49 c88c4963a553: Preparing 10:57:49 4e7c669959b4: Preparing 10:57:49 379067d0cb53: Preparing 10:57:49 379067d0cb53: Waiting 10:57:50 c88c4963a553: Layer already exists 10:57:50 cd3e715a232b: Layer already exists 10:57:50 f7210da494f2: Layer already exists 10:57:50 d5531b7d7b6a: Layer already exists 10:57:50 4e7c669959b4: Layer already exists 10:57:50 379067d0cb53: Layer already exists 10:57:50 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:bf4fe05e22ca7e95a90caa0197d3da8999235afedb883ccef650b72b1b55229a size: 1574 [Pipeline] isUnix [Pipeline] sh 10:57:50 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:57:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:57:50 cd3e715a232b: Preparing 10:57:50 d5531b7d7b6a: Preparing 10:57:50 f7210da494f2: Preparing 10:57:50 c88c4963a553: Preparing 10:57:50 4e7c669959b4: Preparing 10:57:50 379067d0cb53: Preparing 10:57:50 379067d0cb53: Waiting 10:57:51 d5531b7d7b6a: Layer already exists 10:57:51 4e7c669959b4: Layer already exists 10:57:51 c88c4963a553: Layer already exists 10:57:51 f7210da494f2: Layer already exists 10:57:51 cd3e715a232b: Layer already exists 10:57:51 379067d0cb53: Layer already exists 10:57:51 master: digest: sha256:bf4fe05e22ca7e95a90caa0197d3da8999235afedb883ccef650b72b1b55229a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:51 ===================================================== [Pipeline] echo 10:57:51 taggedImages: 10:57:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.75 10:57:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:57:51 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:57:51 c250855f865f8c62af0409146ed617a84f3308da 10:57:51 2.0.0-dev.75 10:57:51 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:51 master 10:57:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:57:52 b14a414ea94c: Preparing 10:57:52 e8b380ea2b07: Preparing 10:57:52 443966d1ced4: Preparing 10:57:52 516f5c76099f: Preparing 10:57:52 e123a5d126ff: Preparing 10:57:52 a2c724d8230b: Preparing 10:57:52 5cf435ae8f0f: Preparing 10:57:52 a6649c68836e: Preparing 10:57:52 379067d0cb53: Preparing 10:57:52 a2c724d8230b: Waiting 10:57:52 a6649c68836e: Waiting 10:57:52 379067d0cb53: Waiting 10:57:52 5cf435ae8f0f: Waiting 10:57:52 e8b380ea2b07: Pushed 10:57:52 e123a5d126ff: Pushed 10:57:52 b14a414ea94c: Pushed 10:57:53 a2c724d8230b: Pushed 10:57:53 5cf435ae8f0f: Pushed 10:57:53 379067d0cb53: Layer already exists 10:57:53 a6649c68836e: Pushed 10:57:55 443966d1ced4: Pushed 10:57:55 516f5c76099f: Pushed 10:57:55 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:e91d1f8e025f5d4b100d85142914c40ee138e3637670b2b90f984cdc30770c2c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:57:55 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.75 10:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:57:55 b14a414ea94c: Preparing 10:57:55 e8b380ea2b07: Preparing 10:57:55 443966d1ced4: Preparing 10:57:55 516f5c76099f: Preparing 10:57:55 e123a5d126ff: Preparing 10:57:55 a2c724d8230b: Preparing 10:57:55 5cf435ae8f0f: Preparing 10:57:55 a6649c68836e: Preparing 10:57:55 379067d0cb53: Preparing 10:57:55 a2c724d8230b: Waiting 10:57:55 5cf435ae8f0f: Waiting 10:57:55 a6649c68836e: Waiting 10:57:55 379067d0cb53: Waiting 10:57:56 e8b380ea2b07: Layer already exists 10:57:56 b14a414ea94c: Layer already exists 10:57:56 516f5c76099f: Layer already exists 10:57:56 443966d1ced4: Layer already exists 10:57:56 e123a5d126ff: Layer already exists 10:57:56 a2c724d8230b: Layer already exists 10:57:56 a6649c68836e: Layer already exists 10:57:56 5cf435ae8f0f: Layer already exists 10:57:56 379067d0cb53: Layer already exists 10:57:56 2.0.0-dev.75: digest: sha256:e91d1f8e025f5d4b100d85142914c40ee138e3637670b2b90f984cdc30770c2c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:57:56 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:57:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:57:56 b14a414ea94c: Preparing 10:57:56 e8b380ea2b07: Preparing 10:57:56 443966d1ced4: Preparing 10:57:56 516f5c76099f: Preparing 10:57:56 e123a5d126ff: Preparing 10:57:56 a2c724d8230b: Preparing 10:57:56 5cf435ae8f0f: Preparing 10:57:56 a6649c68836e: Preparing 10:57:56 379067d0cb53: Preparing 10:57:57 a2c724d8230b: Waiting 10:57:57 5cf435ae8f0f: Waiting 10:57:57 a6649c68836e: Waiting 10:57:57 379067d0cb53: Waiting 10:57:57 b14a414ea94c: Layer already exists 10:57:57 516f5c76099f: Layer already exists 10:57:57 e123a5d126ff: Layer already exists 10:57:57 443966d1ced4: Layer already exists 10:57:57 e8b380ea2b07: Layer already exists 10:57:57 a2c724d8230b: Layer already exists 10:57:57 379067d0cb53: Layer already exists 10:57:57 5cf435ae8f0f: Layer already exists 10:57:57 a6649c68836e: Layer already exists 10:57:57 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:e91d1f8e025f5d4b100d85142914c40ee138e3637670b2b90f984cdc30770c2c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:57:57 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:57:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:57:57 b14a414ea94c: Preparing 10:57:57 e8b380ea2b07: Preparing 10:57:57 443966d1ced4: Preparing 10:57:57 516f5c76099f: Preparing 10:57:57 e123a5d126ff: Preparing 10:57:57 a2c724d8230b: Preparing 10:57:57 5cf435ae8f0f: Preparing 10:57:57 a6649c68836e: Preparing 10:57:57 379067d0cb53: Preparing 10:57:57 5cf435ae8f0f: Waiting 10:57:57 a6649c68836e: Waiting 10:57:57 379067d0cb53: Waiting 10:57:57 a2c724d8230b: Waiting 10:57:58 b14a414ea94c: Layer already exists 10:57:58 443966d1ced4: Layer already exists 10:57:58 516f5c76099f: Layer already exists 10:57:58 e123a5d126ff: Layer already exists 10:57:58 e8b380ea2b07: Layer already exists 10:57:58 a2c724d8230b: Layer already exists 10:57:58 5cf435ae8f0f: Layer already exists 10:57:58 379067d0cb53: Layer already exists 10:57:58 a6649c68836e: Layer already exists 10:57:58 master: digest: sha256:e91d1f8e025f5d4b100d85142914c40ee138e3637670b2b90f984cdc30770c2c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:58 ===================================================== [Pipeline] echo 10:57:58 taggedImages: 10:57:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.75 10:57:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:57:58 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:57:58 c250855f865f8c62af0409146ed617a84f3308da 10:57:58 2.0.0-dev.75 10:57:58 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:57:58 master 10:57:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:57:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:57:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:57:59 83c0a3022a23: Preparing 10:57:59 df75a779c4dd: Preparing 10:57:59 406bda121907: Preparing 10:57:59 03fb099d1cd8: Preparing 10:57:59 379067d0cb53: Preparing 10:58:00 379067d0cb53: Layer already exists 10:58:00 406bda121907: Layer already exists 10:58:00 83c0a3022a23: Pushed 10:58:00 03fb099d1cd8: Pushed 10:58:02 df75a779c4dd: Pushed 10:58:02 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:b9ea069ca041e0ad01a8b228e8b7f0694323b58ab27aef3f841ae3730f71aa5d size: 1364 [Pipeline] isUnix [Pipeline] sh 10:58:03 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.75 10:58:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:58:03 83c0a3022a23: Preparing 10:58:03 df75a779c4dd: Preparing 10:58:03 406bda121907: Preparing 10:58:03 03fb099d1cd8: Preparing 10:58:03 379067d0cb53: Preparing 10:58:03 03fb099d1cd8: Layer already exists 10:58:03 406bda121907: Layer already exists 10:58:03 df75a779c4dd: Layer already exists 10:58:03 379067d0cb53: Layer already exists 10:58:03 83c0a3022a23: Layer already exists 10:58:03 2.0.0-dev.75: digest: sha256:b9ea069ca041e0ad01a8b228e8b7f0694323b58ab27aef3f841ae3730f71aa5d size: 1364 [Pipeline] isUnix [Pipeline] sh 10:58:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:58:04 83c0a3022a23: Preparing 10:58:04 df75a779c4dd: Preparing 10:58:04 406bda121907: Preparing 10:58:04 03fb099d1cd8: Preparing 10:58:04 379067d0cb53: Preparing 10:58:04 03fb099d1cd8: Layer already exists 10:58:04 406bda121907: Layer already exists 10:58:04 379067d0cb53: Layer already exists 10:58:04 83c0a3022a23: Layer already exists 10:58:04 df75a779c4dd: Layer already exists 10:58:04 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:b9ea069ca041e0ad01a8b228e8b7f0694323b58ab27aef3f841ae3730f71aa5d size: 1364 [Pipeline] isUnix [Pipeline] sh 10:58:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:58:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:58:05 83c0a3022a23: Preparing 10:58:05 df75a779c4dd: Preparing 10:58:05 406bda121907: Preparing 10:58:05 03fb099d1cd8: Preparing 10:58:05 379067d0cb53: Preparing 10:58:05 df75a779c4dd: Layer already exists 10:58:05 379067d0cb53: Layer already exists 10:58:05 03fb099d1cd8: Layer already exists 10:58:05 406bda121907: Layer already exists 10:58:05 83c0a3022a23: Layer already exists 10:58:05 master: digest: sha256:b9ea069ca041e0ad01a8b228e8b7f0694323b58ab27aef3f841ae3730f71aa5d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:06 ===================================================== [Pipeline] echo 10:58:06 taggedImages: 10:58:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:58:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.75 10:58:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:58:06 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:58:06 c250855f865f8c62af0409146ed617a84f3308da 10:58:06 2.0.0-dev.75 10:58:06 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:06 master 10:58:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:58:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:58:07 03a9d38485aa: Preparing 10:58:07 8250a669ed8f: Preparing 10:58:07 406bda121907: Preparing 10:58:07 4d75464e99bd: Preparing 10:58:07 379067d0cb53: Preparing 10:58:07 379067d0cb53: Layer already exists 10:58:07 406bda121907: Layer already exists 10:58:07 4d75464e99bd: Layer already exists 10:58:07 03a9d38485aa: Pushed 10:58:10 8250a669ed8f: Pushed 10:58:10 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:1505ba9ec990a39539481280a39678bdf5736ff096b85723b20fdb381bb24b27 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:58:10 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.75 10:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:58:11 03a9d38485aa: Preparing 10:58:11 8250a669ed8f: Preparing 10:58:11 406bda121907: Preparing 10:58:11 4d75464e99bd: Preparing 10:58:11 379067d0cb53: Preparing 10:58:11 379067d0cb53: Layer already exists 10:58:11 8250a669ed8f: Layer already exists 10:58:11 4d75464e99bd: Layer already exists 10:58:11 406bda121907: Layer already exists 10:58:11 03a9d38485aa: Layer already exists 10:58:11 2.0.0-dev.75: digest: sha256:1505ba9ec990a39539481280a39678bdf5736ff096b85723b20fdb381bb24b27 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:58:11 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:58:11 03a9d38485aa: Preparing 10:58:11 8250a669ed8f: Preparing 10:58:11 406bda121907: Preparing 10:58:11 4d75464e99bd: Preparing 10:58:11 379067d0cb53: Preparing 10:58:12 379067d0cb53: Layer already exists 10:58:12 4d75464e99bd: Layer already exists 10:58:12 03a9d38485aa: Layer already exists 10:58:12 8250a669ed8f: Layer already exists 10:58:12 406bda121907: Layer already exists 10:58:12 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:1505ba9ec990a39539481280a39678bdf5736ff096b85723b20fdb381bb24b27 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:58:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:58:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:58:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:58:12 03a9d38485aa: Preparing 10:58:12 8250a669ed8f: Preparing 10:58:12 406bda121907: Preparing 10:58:12 4d75464e99bd: Preparing 10:58:12 379067d0cb53: Preparing 10:58:13 4d75464e99bd: Layer already exists 10:58:13 379067d0cb53: Layer already exists 10:58:13 406bda121907: Layer already exists 10:58:13 03a9d38485aa: Layer already exists 10:58:13 8250a669ed8f: Layer already exists 10:58:13 master: digest: sha256:1505ba9ec990a39539481280a39678bdf5736ff096b85723b20fdb381bb24b27 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:13 ===================================================== [Pipeline] echo 10:58:13 taggedImages: 10:58:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:58:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.75 10:58:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:58:13 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:58:13 c250855f865f8c62af0409146ed617a84f3308da 10:58:13 2.0.0-dev.75 10:58:13 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:13 master 10:58:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:14 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da [Pipeline] isUnix [Pipeline] sh 10:58:14 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:58:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:58:14 768e44504f8a: Preparing 10:58:14 5cc87abe03ce: Preparing 10:58:14 047ef8b5df7b: Preparing 10:58:14 1138d9ed0a8a: Preparing 10:58:14 700698dd5328: Preparing 10:58:14 f6068b62ea1d: Preparing 10:58:14 dd892c559a76: Preparing 10:58:14 9ded3b6bb9b5: Preparing 10:58:14 fa1afe8e6ed9: Preparing 10:58:14 87a09b4c083e: Preparing 10:58:14 0f74e9ff2a61: Preparing 10:58:14 f6068b62ea1d: Waiting 10:58:14 b122376c33c6: Preparing 10:58:14 f8381ed47b22: Preparing 10:58:14 dd892c559a76: Waiting 10:58:14 e934a737d657: Preparing 10:58:14 9ded3b6bb9b5: Waiting 10:58:14 f8381ed47b22: Waiting 10:58:14 fa1afe8e6ed9: Waiting 10:58:14 b122376c33c6: Waiting 10:58:14 e934a737d657: Waiting 10:58:14 87a09b4c083e: Waiting 10:58:14 0f74e9ff2a61: Waiting 10:58:15 700698dd5328: Pushed 10:58:15 768e44504f8a: Pushed 10:58:15 1138d9ed0a8a: Pushed 10:58:16 9ded3b6bb9b5: Layer already exists 10:58:16 fa1afe8e6ed9: Layer already exists 10:58:16 dd892c559a76: Pushed 10:58:16 87a09b4c083e: Layer already exists 10:58:16 0f74e9ff2a61: Layer already exists 10:58:16 b122376c33c6: Layer already exists 10:58:16 f8381ed47b22: Layer already exists 10:58:16 e934a737d657: Layer already exists 10:58:16 5cc87abe03ce: Pushed 10:58:17 f6068b62ea1d: Pushed 10:58:29 047ef8b5df7b: Pushed 10:58:29 c250855f865f8c62af0409146ed617a84f3308da: digest: sha256:8db459902b16ea80ffd64dc2ed1046ca478a907a22864d9590ae09ac9f31012f size: 3252 [Pipeline] isUnix [Pipeline] sh 10:58:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.75 10:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:58:29 768e44504f8a: Preparing 10:58:29 5cc87abe03ce: Preparing 10:58:29 047ef8b5df7b: Preparing 10:58:29 1138d9ed0a8a: Preparing 10:58:29 700698dd5328: Preparing 10:58:29 f6068b62ea1d: Preparing 10:58:29 dd892c559a76: Preparing 10:58:29 9ded3b6bb9b5: Preparing 10:58:29 fa1afe8e6ed9: Preparing 10:58:29 87a09b4c083e: Preparing 10:58:29 0f74e9ff2a61: Preparing 10:58:29 b122376c33c6: Preparing 10:58:29 f8381ed47b22: Preparing 10:58:29 e934a737d657: Preparing 10:58:29 fa1afe8e6ed9: Waiting 10:58:29 87a09b4c083e: Waiting 10:58:29 f6068b62ea1d: Waiting 10:58:29 dd892c559a76: Waiting 10:58:29 9ded3b6bb9b5: Waiting 10:58:29 f8381ed47b22: Waiting 10:58:29 e934a737d657: Waiting 10:58:29 0f74e9ff2a61: Waiting 10:58:30 5cc87abe03ce: Layer already exists 10:58:30 1138d9ed0a8a: Layer already exists 10:58:30 768e44504f8a: Layer already exists 10:58:30 047ef8b5df7b: Layer already exists 10:58:30 700698dd5328: Layer already exists 10:58:30 9ded3b6bb9b5: Layer already exists 10:58:30 fa1afe8e6ed9: Layer already exists 10:58:30 f6068b62ea1d: Layer already exists 10:58:30 dd892c559a76: Layer already exists 10:58:30 87a09b4c083e: Layer already exists 10:58:30 b122376c33c6: Layer already exists 10:58:30 0f74e9ff2a61: Layer already exists 10:58:30 f8381ed47b22: Layer already exists 10:58:30 e934a737d657: Layer already exists 10:58:30 2.0.0-dev.75: digest: sha256:8db459902b16ea80ffd64dc2ed1046ca478a907a22864d9590ae09ac9f31012f size: 3252 [Pipeline] isUnix [Pipeline] sh 10:58:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 [Pipeline] isUnix [Pipeline] sh 10:58:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:58:30 768e44504f8a: Preparing 10:58:30 5cc87abe03ce: Preparing 10:58:30 047ef8b5df7b: Preparing 10:58:30 1138d9ed0a8a: Preparing 10:58:30 700698dd5328: Preparing 10:58:30 f6068b62ea1d: Preparing 10:58:30 dd892c559a76: Preparing 10:58:30 9ded3b6bb9b5: Preparing 10:58:30 fa1afe8e6ed9: Preparing 10:58:30 87a09b4c083e: Preparing 10:58:30 0f74e9ff2a61: Preparing 10:58:30 b122376c33c6: Preparing 10:58:30 f8381ed47b22: Preparing 10:58:30 e934a737d657: Preparing 10:58:30 87a09b4c083e: Waiting 10:58:30 0f74e9ff2a61: Waiting 10:58:30 f6068b62ea1d: Waiting 10:58:30 b122376c33c6: Waiting 10:58:30 dd892c559a76: Waiting 10:58:30 f8381ed47b22: Waiting 10:58:30 9ded3b6bb9b5: Waiting 10:58:30 e934a737d657: Waiting 10:58:30 fa1afe8e6ed9: Waiting 10:58:31 700698dd5328: Layer already exists 10:58:31 047ef8b5df7b: Layer already exists 10:58:31 5cc87abe03ce: Layer already exists 10:58:31 1138d9ed0a8a: Layer already exists 10:58:31 768e44504f8a: Layer already exists 10:58:31 f6068b62ea1d: Layer already exists 10:58:31 dd892c559a76: Layer already exists 10:58:31 9ded3b6bb9b5: Layer already exists 10:58:31 87a09b4c083e: Layer already exists 10:58:31 fa1afe8e6ed9: Layer already exists 10:58:31 b122376c33c6: Layer already exists 10:58:31 0f74e9ff2a61: Layer already exists 10:58:31 e934a737d657: Layer already exists 10:58:31 f8381ed47b22: Layer already exists 10:58:31 c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75: digest: sha256:8db459902b16ea80ffd64dc2ed1046ca478a907a22864d9590ae09ac9f31012f size: 3252 [Pipeline] isUnix [Pipeline] sh 10:58:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:58:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:58:32 768e44504f8a: Preparing 10:58:32 5cc87abe03ce: Preparing 10:58:32 047ef8b5df7b: Preparing 10:58:32 1138d9ed0a8a: Preparing 10:58:32 700698dd5328: Preparing 10:58:32 f6068b62ea1d: Preparing 10:58:32 dd892c559a76: Preparing 10:58:32 9ded3b6bb9b5: Preparing 10:58:32 fa1afe8e6ed9: Preparing 10:58:32 87a09b4c083e: Preparing 10:58:32 0f74e9ff2a61: Preparing 10:58:32 b122376c33c6: Preparing 10:58:32 f8381ed47b22: Preparing 10:58:32 e934a737d657: Preparing 10:58:32 fa1afe8e6ed9: Waiting 10:58:32 b122376c33c6: Waiting 10:58:32 f8381ed47b22: Waiting 10:58:32 e934a737d657: Waiting 10:58:32 f6068b62ea1d: Waiting 10:58:32 87a09b4c083e: Waiting 10:58:32 0f74e9ff2a61: Waiting 10:58:32 dd892c559a76: Waiting 10:58:32 047ef8b5df7b: Layer already exists 10:58:32 700698dd5328: Layer already exists 10:58:32 768e44504f8a: Layer already exists 10:58:32 5cc87abe03ce: Layer already exists 10:58:32 1138d9ed0a8a: Layer already exists 10:58:32 f6068b62ea1d: Layer already exists 10:58:32 dd892c559a76: Layer already exists 10:58:32 fa1afe8e6ed9: Layer already exists 10:58:32 9ded3b6bb9b5: Layer already exists 10:58:32 87a09b4c083e: Layer already exists 10:58:32 0f74e9ff2a61: Layer already exists 10:58:32 f8381ed47b22: Layer already exists 10:58:32 b122376c33c6: Layer already exists 10:58:32 e934a737d657: Layer already exists 10:58:32 master: digest: sha256:8db459902b16ea80ffd64dc2ed1046ca478a907a22864d9590ae09ac9f31012f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:32 ===================================================== [Pipeline] echo 10:58:32 taggedImages: 10:58:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da 10:58:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.75 10:58:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c250855f865f8c62af0409146ed617a84f3308da-2.0.0-dev.75 10:58:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:58:35 provisioning config files... 10:58:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/340@tmp/config3055392957230054191tmp [Pipeline] { [Pipeline] sh 10:58:35 + set +x 10:58:35 + curl -s https://codecov.io/bash 10:58:35 + bash -s -- 10:58:35 10:58:35 _____ _ 10:58:35 / ____| | | 10:58:35 | | ___ __| | ___ ___ _____ __ 10:58:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:58:35 | |___| (_) | (_| | __/ (_| (_) \ V / 10:58:35 \_____\___/ \__,_|\___|\___\___/ \_/ 10:58:35 Bash-20210129-7c25fce 10:58:35 10:58:35 10:58:35 ==> git version 2.24.3 found 10:58:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:58:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:58:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:58:36 ==> Jenkins CI detected. 10:58:36 project root: . 10:58:36 --> token set from env 10:58:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:58:36 ==> Running gcov in . (disable via -X gcov) 10:58:36 ==> Python coveragepy not found 10:58:36 ==> Searching for coverage reports in: 10:58:36 + . 10:58:36 -> Found 1 reports 10:58:36 ==> Detecting git/mercurial file structure 10:58:36 ==> Reading reports 10:58:36 + ./coverage.out bytes=580808 10:58:36 ==> Appending adjustments 10:58:36 https://docs.codecov.io/docs/fixing-reports 10:58:39 + Found adjustments 10:58:39 ==> Gzipping contents 10:58:39 88K /tmp/codecov.UtnlVX.gz 10:58:39 ==> Uploading reports 10:58:39 url: https://codecov.io 10:58:39 query: branch=master&commit=c250855f865f8c62af0409146ed617a84f3308da&build=340&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F340%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:58:39 -> Pinging Codecov 10:58:39 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=c250855f865f8c62af0409146ed617a84f3308da&build=340&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F340%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:58:39 -> Uploading to 10:58:39 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/c250855f865f8c62af0409146ed617a84f3308da/b444487a-89aa-45d9-996e-5aa475f046cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T105839Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9de01dece617f383ce0813239aaaede77ad721c6af0473e73023df03305680b 10:58:39 % Total % Received % Xferd Average Speed Time Time Time Current 10:58:39 Dload Upload Total Spent Left Speed 10:58:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87666 0 0 100 87666 0 167k --:--:-- --:--:-- --:--:-- 167k 10:58:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c250855f865f8c62af0409146ed617a84f3308da [Pipeline] } 10:58:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:58:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:58:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:42 10:58:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:58:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:42 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:58:42 188c0c94c7c5: Already exists 10:58:42 0ef7d3d256c8: Already exists 10:58:42 de9db76c5a1d: Already exists 10:58:42 0eba1c9be4d2: Pulling fs layer 10:58:42 0d57e429df01: Pulling fs layer 10:58:42 4e4be7b47b0d: Pulling fs layer 10:58:42 e1f770b5df2f: Pulling fs layer 10:58:42 85a0685a4137: Pulling fs layer 10:58:42 e1f770b5df2f: Waiting 10:58:42 0d57e429df01: Verifying Checksum 10:58:42 0d57e429df01: Download complete 10:58:42 4e4be7b47b0d: Verifying Checksum 10:58:42 4e4be7b47b0d: Download complete 10:58:43 e1f770b5df2f: Verifying Checksum 10:58:43 e1f770b5df2f: Download complete 10:58:45 0eba1c9be4d2: Verifying Checksum 10:58:45 0eba1c9be4d2: Download complete 10:58:46 85a0685a4137: Verifying Checksum 10:58:46 85a0685a4137: Download complete 10:58:53 0eba1c9be4d2: Pull complete 10:58:53 0d57e429df01: Pull complete 10:58:53 4e4be7b47b0d: Pull complete 10:58:57 e1f770b5df2f: Pull complete 10:59:03 85a0685a4137: Pull complete 10:59:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:59:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:59:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:59:04 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:59: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/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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-snyk-go:1.410.4 cat 10:59:05 $ docker top 712ba0169f6259ab88b4370e98ceb02b7768f1d5591ec32ea5b2852b18cb5d4d -eo pid,comm [Pipeline] { [Pipeline] echo 10:59:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:59:06 + set -o pipefail 10:59:06 + snyk monitor '--org=edgex-jenkins' 10:59:16 10:59:16 Monitoring /w/workspace/edgex-go/340 (github.com/edgexfoundry/edgex-go)... 10:59:16 10:59:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/27123784-df57-4c51-95c8-b80d57b88bdb 10:59:16 10:59:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:59:16 10:59:16 [Pipeline] } 10:59:16 $ docker stop --time=1 712ba0169f6259ab88b4370e98ceb02b7768f1d5591ec32ea5b2852b18cb5d4d 10:59:19 $ docker rm -f 712ba0169f6259ab88b4370e98ceb02b7768f1d5591ec32ea5b2852b18cb5d4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:59:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:21 provisioning config files... 10:59:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/340@tmp/config6613852519452899967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:21 --> edgex-publish-swagger.sh 10:59:21 === Publish openapi/v1 API === 10:59:21 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:59:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/340/openapi/v1/core-command.yaml] 10:59:21 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:21 Dload Upload Total Spent Left Speed 10:59:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7148 0:00:01 0:00:01 --:--:-- 7148 100 10522 0 0 100 10522 0 6467 0:00:01 0:00:01 --:--:-- 6467 10:59:23 10:59:23 10:59:23 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/340/openapi/v1/core-data.yaml] 10:59:23 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:23 Dload Upload Total Spent Left Speed 10:59:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 32557 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 24090 0:00:01 0:00:01 --:--:-- 24098 10:59:24 10:59:24 10:59:24 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/340/openapi/v1/core-metadata.yaml] 10:59:24 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:24 Dload Upload Total Spent Left Speed 10:59:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 54285 0:00:01 0:00:01 --:--:-- 54286 100 73721 0 0 100 73721 0 46021 0:00:01 0:00:01 --:--:-- 46018 10:59:26 10:59:26 10:59:26 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/340/openapi/v1/support-logging.yaml] 10:59:26 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:26 Dload Upload Total Spent Left Speed 10:59:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 13581 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11036 0:00:01 0:00:01 --:--:-- 11041 10:59:27 10:59:27 10:59:27 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/340/openapi/v1/support-notifications.yaml] 10:59:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:27 Dload Upload Total Spent Left Speed 10:59:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 28817 0:00:01 0:00:01 --:--:-- 28807 100 38890 0 0 100 38890 0 23385 0:00:01 0:00:01 --:--:-- 23385 10:59:29 10:59:29 10:59:29 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/340/openapi/v1/support-scheduler.yaml] 10:59:29 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:29 Dload Upload Total Spent Left Speed 10:59:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 10831 0:00:01 0:00:01 --:--:-- 10835 100 14249 0 0 100 14249 0 10829 0:00:01 0:00:01 --:--:-- 10835 10:59:30 10:59:30 10:59:30 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/340/openapi/v1/system-agent.yaml] 10:59:30 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:30 Dload Upload Total Spent Left Speed 10:59:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3149 0:00:01 0:00:01 --:--:-- 3149 100 4110 0 0 100 4110 0 3063 0:00:01 0:00:01 --:--:-- 3062 10:59:32 10:59:32 10:59:32 === Publish openapi/v2 API === 10:59:32 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:59:32 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/340/openapi/v2/core-command.yaml] 10:59:32 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:32 Dload Upload Total Spent Left Speed 10:59:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 16202 0:00:01 0:00:01 --:--:-- 16216 100 21325 0 0 100 21325 0 15440 0:00:01 0:00:01 --:--:-- 15452 10:59:33 10:59:33 10:59:33 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/340/openapi/v2/core-data.yaml] 10:59:33 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:33 Dload Upload Total Spent Left Speed 10:59:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 128k --:--:-- --:--:-- --:--:-- 128k 100 57013 0 0 100 57013 0 41786 0:00:01 0:00:01 --:--:-- 41798 10:59:34 10:59:34 10:59:34 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/340/openapi/v2/core-metadata.yaml] 10:59:34 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:34 Dload Upload Total Spent Left Speed 10:59:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 90360 0:00:01 0:00:01 --:--:-- 90368 100 117k 0 0 100 117k 0 81105 0:00:01 0:00:01 --:--:-- 81112 10:59:36 10:59:36 10:59:36 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/340/openapi/v2/support-notifications.yaml] 10:59:36 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:36 Dload Upload Total Spent Left Speed 10:59:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 43475 0:00:01 0:00:01 --:--:-- 43533 100 58553 0 0 100 58553 0 37971 0:00:01 0:00:01 --:--:-- 37972 100 58553 0 0 100 58553 0 37963 0:00:01 0:00:01 --:--:-- 37972 10:59:37 10:59:37 10:59:37 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/340/openapi/v2/support-scheduler.yaml] 10:59:37 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:37 Dload Upload Total Spent Left Speed 10:59:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 29027 0:00:01 0:00:01 --:--:-- 29036 100 38851 0 0 100 38851 0 28319 0:00:01 0:00:01 --:--:-- 28337 10:59:39 10:59:39 10:59:39 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/340/openapi/v2/system-agent.yaml] 10:59:39 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:39 Dload Upload Total Spent Left Speed 10:59:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 17649 0:00:01 0:00:01 --:--:-- 17661 100 23684 0 0 100 23684 0 16824 0:00:01 0:00:01 --:--:-- 16832 10:59:40 10:59:40 [Pipeline] } 10:59:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:59:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:59:41 . [Pipeline] withDockerContainer 10:59:42 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 10:59:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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:10004/edgex-devops/git-semver:latest cat 10:59:43 $ docker top 8862c8825254392ce99d0b4fc4dcd1dae84253c267c2da7c29e242392f79df7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:59:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:43 [ssh-agent] Looking for ssh-agent implementation... 10:59:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:44 $ docker exec 8862c8825254392ce99d0b4fc4dcd1dae84253c267c2da7c29e242392f79df7d ssh-agent 10:59:44 SSH_AUTH_SOCK=/tmp/ssh-6d58J5PMHBLx/agent.13 10:59:44 SSH_AGENT_PID=18 10:59:44 Running ssh-add (command line suppressed) 10:59:44 Identity added: /w/workspace/edgex-go/340@tmp/private_key_141945066780694417.key (/w/workspace/edgex-go/340@tmp/private_key_141945066780694417.key) 10:59:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:44 + git semver tag 10:59:45 # -> Open(): unable to determine branch for HEAD 10:59:45 # $GIT_DIR = /w/workspace/edgex-go/340/.git 10:59:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/340 10:59:45 # $SEMVER_REMOTE_NAME = origin 10:59:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:59:45 # $SEMVER_USER_NAME = edgex-jenkins 10:59:45 # $SEMVER_BRANCH = master 10:59:45 # $SEMVER_DIR = /w/workspace/edgex-go/340/.semver 10:59:45 # c250855f865f8c62af0409146ed617a84f3308da HEAD 10:59:45 # -> Force: false 10:59:45 # 25ac56566ae7a045fed5ebc0f91e9e7f0af3019b refs/tags/v2.0.0-dev.75 [Pipeline] } 10:59:45 $ docker exec --env ******** --env ******** 8862c8825254392ce99d0b4fc4dcd1dae84253c267c2da7c29e242392f79df7d ssh-agent -k 10:59:45 unset SSH_AUTH_SOCK; 10:59:45 unset SSH_AGENT_PID; 10:59:45 echo Agent pid 18 killed; 10:59:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:59:46 + git semver [Pipeline] } 10:59:46 $ docker stop --time=1 8862c8825254392ce99d0b4fc4dcd1dae84253c267c2da7c29e242392f79df7d 10:59:47 $ docker rm -f 8862c8825254392ce99d0b4fc4dcd1dae84253c267c2da7c29e242392f79df7d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:59:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:59:48 10:59:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:59:49 0.23.1-centos7: Pulling from edgex-lftools 10:59:49 ab5ef0e58194: Pulling fs layer 10:59:49 9712f1f96733: Pulling fs layer 10:59:49 63f879dbbcfc: Pulling fs layer 10:59:49 0d9ebad4ef96: Pulling fs layer 10:59:49 e9a5061849ea: Pulling fs layer 10:59:49 d747dcd14b5f: Pulling fs layer 10:59:49 2de7ff778b66: Pulling fs layer 10:59:49 0d9ebad4ef96: Waiting 10:59:49 e9a5061849ea: Waiting 10:59:49 d747dcd14b5f: Waiting 10:59:49 2de7ff778b66: Waiting 10:59:49 9712f1f96733: Verifying Checksum 10:59:49 9712f1f96733: Download complete 10:59:51 63f879dbbcfc: Verifying Checksum 10:59:51 63f879dbbcfc: Download complete 10:59:51 e9a5061849ea: Verifying Checksum 10:59:51 e9a5061849ea: Download complete 10:59:51 d747dcd14b5f: Verifying Checksum 10:59:51 d747dcd14b5f: Download complete 10:59:51 2de7ff778b66: Verifying Checksum 10:59:51 2de7ff778b66: Download complete 10:59:51 0d9ebad4ef96: Verifying Checksum 10:59:51 0d9ebad4ef96: Download complete 10:59:52 ab5ef0e58194: Verifying Checksum 10:59:52 ab5ef0e58194: Download complete 10:59:57 ab5ef0e58194: Pull complete 10:59:57 9712f1f96733: Pull complete 11:00:00 63f879dbbcfc: Pull complete 11:00:08 0d9ebad4ef96: Pull complete 11:00:09 e9a5061849ea: Pull complete 11:00:09 d747dcd14b5f: Pull complete 11:00:12 2de7ff778b66: Pull complete 11:00:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:00:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:00:12 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 11:00:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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-lftools:0.23.1-centos7 cat 11:00:16 $ docker top f82fd84cdc2a39d0efa1f467f589a8108cc5ecf52a16f6328f6b679da15db94e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:00:17 provisioning config files... 11:00:17 copy managed file [sigul-config] to file:/w/workspace/edgex-go/340@tmp/config9021434858571430157tmp 11:00:17 copy managed file [sigul-password] to file:/w/workspace/edgex-go/340@tmp/config5317924493214666720tmp 11:00:17 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/340@tmp/config894620609449990638tmp [Pipeline] { [Pipeline] echo 11:00:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:00:17 ---> sigul-configuration.sh 11:00:17 gpg: directory `/root/.gnupg' created 11:00:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:00:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:00:17 gpg: keyring `/root/.gnupg/secring.gpg' created 11:00:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:00:17 gpg: CAST5 encrypted data 11:00:18 gpg: encrypted with 1 passphrase 11:00:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:00:18 + mkdir /home/jenkins 11:00:18 + mkdir /home/jenkins/sigul [Pipeline] sh 11:00:18 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:00:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:00:18 ---> sigul-install.sh 11:00:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:00:25 + git tag --list 11:00:25 0.6.0 11:00:25 0.6.1 11:00:25 0.7.0 11:00:25 0.7.1 11:00:25 v0.0.0 11:00:25 v0.0.1-dev.1 11:00:25 v1.0.0 11:00:25 v1.0.1 11:00:25 v1.1.0 11:00:25 v1.2.0 11:00:25 v1.2.1 11:00:25 v1.2.2-dev.1 11:00:25 v1.2.2-dev.10 11:00:25 v1.2.2-dev.100 11:00:25 v1.2.2-dev.101 11:00:25 v1.2.2-dev.102 11:00:25 v1.2.2-dev.103 11:00:25 v1.2.2-dev.104 11:00:25 v1.2.2-dev.105 11:00:25 v1.2.2-dev.106 11:00:25 v1.2.2-dev.107 11:00:25 v1.2.2-dev.11 11:00:25 v1.2.2-dev.12 11:00:25 v1.2.2-dev.13 11:00:25 v1.2.2-dev.14 11:00:25 v1.2.2-dev.15 11:00:25 v1.2.2-dev.16 11:00:25 v1.2.2-dev.17 11:00:25 v1.2.2-dev.18 11:00:25 v1.2.2-dev.19 11:00:25 v1.2.2-dev.2 11:00:25 v1.2.2-dev.20 11:00:25 v1.2.2-dev.21 11:00:25 v1.2.2-dev.22 11:00:25 v1.2.2-dev.23 11:00:25 v1.2.2-dev.24 11:00:25 v1.2.2-dev.25 11:00:25 v1.2.2-dev.26 11:00:25 v1.2.2-dev.27 11:00:25 v1.2.2-dev.28 11:00:25 v1.2.2-dev.29 11:00:25 v1.2.2-dev.3 11:00:25 v1.2.2-dev.30 11:00:25 v1.2.2-dev.31 11:00:25 v1.2.2-dev.32 11:00:25 v1.2.2-dev.33 11:00:25 v1.2.2-dev.34 11:00:25 v1.2.2-dev.35 11:00:25 v1.2.2-dev.36 11:00:25 v1.2.2-dev.37 11:00:25 v1.2.2-dev.38 11:00:25 v1.2.2-dev.39 11:00:25 v1.2.2-dev.4 11:00:25 v1.2.2-dev.40 11:00:25 v1.2.2-dev.41 11:00:25 v1.2.2-dev.42 11:00:25 v1.2.2-dev.43 11:00:25 v1.2.2-dev.44 11:00:25 v1.2.2-dev.45 11:00:25 v1.2.2-dev.46 11:00:25 v1.2.2-dev.47 11:00:25 v1.2.2-dev.48 11:00:25 v1.2.2-dev.49 11:00:25 v1.2.2-dev.5 11:00:25 v1.2.2-dev.50 11:00:25 v1.2.2-dev.51 11:00:25 v1.2.2-dev.52 11:00:25 v1.2.2-dev.53 11:00:25 v1.2.2-dev.54 11:00:25 v1.2.2-dev.55 11:00:25 v1.2.2-dev.56 11:00:25 v1.2.2-dev.57 11:00:25 v1.2.2-dev.58 11:00:25 v1.2.2-dev.59 11:00:25 v1.2.2-dev.6 11:00:25 v1.2.2-dev.60 11:00:25 v1.2.2-dev.61 11:00:25 v1.2.2-dev.62 11:00:25 v1.2.2-dev.63 11:00:25 v1.2.2-dev.64 11:00:25 v1.2.2-dev.65 11:00:25 v1.2.2-dev.66 11:00:25 v1.2.2-dev.67 11:00:25 v1.2.2-dev.68 11:00:25 v1.2.2-dev.69 11:00:25 v1.2.2-dev.7 11:00:25 v1.2.2-dev.70 11:00:25 v1.2.2-dev.71 11:00:25 v1.2.2-dev.72 11:00:25 v1.2.2-dev.73 11:00:25 v1.2.2-dev.74 11:00:25 v1.2.2-dev.75 11:00:25 v1.2.2-dev.76 11:00:25 v1.2.2-dev.77 11:00:25 v1.2.2-dev.78 11:00:25 v1.2.2-dev.79 11:00:25 v1.2.2-dev.8 11:00:25 v1.2.2-dev.80 11:00:25 v1.2.2-dev.81 11:00:25 v1.2.2-dev.82 11:00:25 v1.2.2-dev.83 11:00:25 v1.2.2-dev.84 11:00:25 v1.2.2-dev.85 11:00:25 v1.2.2-dev.86 11:00:25 v1.2.2-dev.87 11:00:25 v1.2.2-dev.88 11:00:25 v1.2.2-dev.89 11:00:25 v1.2.2-dev.9 11:00:25 v1.2.2-dev.90 11:00:25 v1.2.2-dev.91 11:00:25 v1.2.2-dev.92 11:00:25 v1.2.2-dev.93 11:00:25 v1.2.2-dev.94 11:00:25 v1.2.2-dev.95 11:00:25 v1.2.2-dev.96 11:00:25 v1.2.2-dev.97 11:00:25 v1.2.2-dev.98 11:00:25 v1.2.2-dev.99 11:00:25 v1.3.0 11:00:25 v1.3.1-dev.1 11:00:25 v1.3.1-dev.10 11:00:25 v1.3.1-dev.11 11:00:25 v1.3.1-dev.12 11:00:25 v1.3.1-dev.13 11:00:25 v1.3.1-dev.14 11:00:25 v1.3.1-dev.15 11:00:25 v1.3.1-dev.16 11:00:25 v1.3.1-dev.17 11:00:25 v1.3.1-dev.18 11:00:25 v1.3.1-dev.2 11:00:25 v1.3.1-dev.3 11:00:25 v1.3.1-dev.4 11:00:25 v1.3.1-dev.5 11:00:25 v1.3.1-dev.6 11:00:25 v1.3.1-dev.7 11:00:25 v1.3.1-dev.8 11:00:25 v1.3.1-dev.9 11:00:25 v2.0.0-dev.1 11:00:25 v2.0.0-dev.10 11:00:25 v2.0.0-dev.11 11:00:25 v2.0.0-dev.12 11:00:25 v2.0.0-dev.13 11:00:25 v2.0.0-dev.14 11:00:25 v2.0.0-dev.15 11:00:25 v2.0.0-dev.16 11:00:25 v2.0.0-dev.17 11:00:25 v2.0.0-dev.18 11:00:25 v2.0.0-dev.19 11:00:25 v2.0.0-dev.2 11:00:25 v2.0.0-dev.20 11:00:25 v2.0.0-dev.21 11:00:25 v2.0.0-dev.22 11:00:25 v2.0.0-dev.23 11:00:25 v2.0.0-dev.24 11:00:25 v2.0.0-dev.25 11:00:25 v2.0.0-dev.26 11:00:25 v2.0.0-dev.27 11:00:25 v2.0.0-dev.28 11:00:25 v2.0.0-dev.29 11:00:25 v2.0.0-dev.3 11:00:25 v2.0.0-dev.30 11:00:25 v2.0.0-dev.31 11:00:25 v2.0.0-dev.32 11:00:25 v2.0.0-dev.33 11:00:25 v2.0.0-dev.34 11:00:25 v2.0.0-dev.35 11:00:25 v2.0.0-dev.36 11:00:25 v2.0.0-dev.37 11:00:25 v2.0.0-dev.38 11:00:25 v2.0.0-dev.39 11:00:25 v2.0.0-dev.4 11:00:25 v2.0.0-dev.40 11:00:25 v2.0.0-dev.41 11:00:25 v2.0.0-dev.42 11:00:25 v2.0.0-dev.43 11:00:25 v2.0.0-dev.44 11:00:25 v2.0.0-dev.45 11:00:25 v2.0.0-dev.46 11:00:25 v2.0.0-dev.47 11:00:25 v2.0.0-dev.48 11:00:25 v2.0.0-dev.49 11:00:25 v2.0.0-dev.5 11:00:25 v2.0.0-dev.50 11:00:25 v2.0.0-dev.51 11:00:25 v2.0.0-dev.52 11:00:25 v2.0.0-dev.53 11:00:25 v2.0.0-dev.54 11:00:25 v2.0.0-dev.55 11:00:25 v2.0.0-dev.56 11:00:25 v2.0.0-dev.57 11:00:25 v2.0.0-dev.58 11:00:25 v2.0.0-dev.59 11:00:25 v2.0.0-dev.6 11:00:25 v2.0.0-dev.60 11:00:25 v2.0.0-dev.61 11:00:25 v2.0.0-dev.62 11:00:25 v2.0.0-dev.63 11:00:25 v2.0.0-dev.64 11:00:25 v2.0.0-dev.65 11:00:25 v2.0.0-dev.66 11:00:25 v2.0.0-dev.67 11:00:25 v2.0.0-dev.68 11:00:25 v2.0.0-dev.69 11:00:25 v2.0.0-dev.7 11:00:25 v2.0.0-dev.70 11:00:25 v2.0.0-dev.71 11:00:25 v2.0.0-dev.72 11:00:25 v2.0.0-dev.73 11:00:25 v2.0.0-dev.74 11:00:25 v2.0.0-dev.75 11:00:25 v2.0.0-dev.8 11:00:25 v2.0.0-dev.9 [Pipeline] sh 11:00:26 + lftools sign git-tag v2.0.0-dev.75 11:00:27 Signing Git tag with Sigul... 11:00:27 Signing v2.0.0-dev.75 [Pipeline] echo 11:00:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:00:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:00:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:00:29 $ docker stop --time=1 f82fd84cdc2a39d0efa1f467f589a8108cc5ecf52a16f6328f6b679da15db94e 11:00:31 $ docker rm -f f82fd84cdc2a39d0efa1f467f589a8108cc5ecf52a16f6328f6b679da15db94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:00:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:32 . [Pipeline] withDockerContainer 11:00:32 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 11:00:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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:10004/edgex-devops/git-semver:latest cat 11:00:33 $ docker top a2291667efbabe273778b60b05791a0b7b162ec684ca7d37584c1db4fd82629b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:33 [ssh-agent] Looking for ssh-agent implementation... 11:00:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:34 $ docker exec a2291667efbabe273778b60b05791a0b7b162ec684ca7d37584c1db4fd82629b ssh-agent 11:00:34 SSH_AUTH_SOCK=/tmp/ssh-v3YKXonCi1Im/agent.11 11:00:34 SSH_AGENT_PID=16 11:00:34 Running ssh-add (command line suppressed) 11:00:34 Identity added: /w/workspace/edgex-go/340@tmp/private_key_2489295789540435398.key (/w/workspace/edgex-go/340@tmp/private_key_2489295789540435398.key) 11:00:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:34 + git semver bump pre 11:00:34 # -> Open(): unable to determine branch for HEAD 11:00:34 # $GIT_DIR = /w/workspace/edgex-go/340/.git 11:00:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/340 11:00:34 # $SEMVER_REMOTE_NAME = origin 11:00:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:00:34 # $SEMVER_USER_NAME = edgex-jenkins 11:00:34 # $SEMVER_BRANCH = master 11:00:34 # $SEMVER_DIR = /w/workspace/edgex-go/340/.semver 11:00:34 2.0.0-dev.76 [Pipeline] } 11:00:34 $ docker exec --env ******** --env ******** a2291667efbabe273778b60b05791a0b7b162ec684ca7d37584c1db4fd82629b ssh-agent -k 11:00:35 unset SSH_AUTH_SOCK; 11:00:35 unset SSH_AGENT_PID; 11:00:35 echo Agent pid 16 killed; 11:00:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:35 + git semver [Pipeline] } 11:00:35 $ docker stop --time=1 a2291667efbabe273778b60b05791a0b7b162ec684ca7d37584c1db4fd82629b 11:00:37 $ docker rm -f a2291667efbabe273778b60b05791a0b7b162ec684ca7d37584c1db4fd82629b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:00:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:37 . [Pipeline] withDockerContainer 11:00:38 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 11:00:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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:10004/edgex-devops/git-semver:latest cat 11:00:39 $ docker top 4de4222891a854869f34ba9d78a875c2aca94841123ded252aa69e08b6136e83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:39 [ssh-agent] Looking for ssh-agent implementation... 11:00:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:39 $ docker exec 4de4222891a854869f34ba9d78a875c2aca94841123ded252aa69e08b6136e83 ssh-agent 11:00:40 SSH_AUTH_SOCK=/tmp/ssh-kewMOmiZcxqy/agent.11 11:00:40 SSH_AGENT_PID=16 11:00:40 Running ssh-add (command line suppressed) 11:00:40 Identity added: /w/workspace/edgex-go/340@tmp/private_key_4965153790623108065.key (/w/workspace/edgex-go/340@tmp/private_key_4965153790623108065.key) 11:00:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:40 + git semver push 11:00:40 # -> Open(): unable to determine branch for HEAD 11:00:40 # $GIT_DIR = /w/workspace/edgex-go/340/.git 11:00:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/340 11:00:40 # $SEMVER_REMOTE_NAME = origin 11:00:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:00:40 # $SEMVER_USER_NAME = edgex-jenkins 11:00:40 # $SEMVER_BRANCH = master 11:00:40 # $SEMVER_DIR = /w/workspace/edgex-go/340/.semver [Pipeline] } 11:00:52 $ docker exec --env ******** --env ******** 4de4222891a854869f34ba9d78a875c2aca94841123ded252aa69e08b6136e83 ssh-agent -k 11:00:53 unset SSH_AUTH_SOCK; 11:00:53 unset SSH_AGENT_PID; 11:00:53 echo Agent pid 16 killed; 11:00:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:53 + git semver [Pipeline] } 11:00:53 $ docker stop --time=1 4de4222891a854869f34ba9d78a875c2aca94841123ded252aa69e08b6136e83 11:00:55 $ docker rm -f 4de4222891a854869f34ba9d78a875c2aca94841123ded252aa69e08b6136e83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 11:00:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:00:57 ---> package-listing.sh 11:00:57 ++ facter osfamily 11:00:57 ++ tr '[:upper:]' '[:lower:]' 11:00:57 + OS_FAMILY=redhat 11:00:57 + workspace=/w/workspace/edgex-go/340 11:00:57 + START_PACKAGES=/tmp/packages_start.txt 11:00:57 + END_PACKAGES=/tmp/packages_end.txt 11:00:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:00:57 + PACKAGES=/tmp/packages_start.txt 11:00:57 + '[' /w/workspace/edgex-go/340 ']' 11:00:57 + PACKAGES=/tmp/packages_end.txt 11:00:57 + case "${OS_FAMILY}" in 11:00:57 + rpm -qa 11:00:57 + sort 11:01:03 + '[' -f /tmp/packages_start.txt ']' 11:01:03 + '[' -f /tmp/packages_end.txt ']' 11:01:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:01:03 + '[' /w/workspace/edgex-go/340 ']' 11:01:03 + mkdir -p /w/workspace/edgex-go/340/archives/ 11:01:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/340/archives/ [Pipeline] echo 11:01:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/340/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:01:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:01:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:03 11:01:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:01:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:04 alpine: Pulling from edgex-lftools-log-publisher 11:01:04 df20fa9351a1: Pulling fs layer 11:01:04 36b3adc4ff6f: Pulling fs layer 11:01:04 8ad3a11d3b57: Pulling fs layer 11:01:04 46f8f816bc3b: Pulling fs layer 11:01:04 93b61091891f: Pulling fs layer 11:01:04 93b9cdb0e59b: Pulling fs layer 11:01:04 5e14af77c1be: Pulling fs layer 11:01:04 01666e4c0597: Pulling fs layer 11:01:04 aa168da1d23b: Pulling fs layer 11:01:04 93b9cdb0e59b: Waiting 11:01:04 5e14af77c1be: Waiting 11:01:04 01666e4c0597: Waiting 11:01:04 aa168da1d23b: Waiting 11:01:04 46f8f816bc3b: Waiting 11:01:04 93b61091891f: Waiting 11:01:04 36b3adc4ff6f: Verifying Checksum 11:01:04 36b3adc4ff6f: Download complete 11:01:04 46f8f816bc3b: Verifying Checksum 11:01:04 46f8f816bc3b: Download complete 11:01:04 df20fa9351a1: Verifying Checksum 11:01:04 93b9cdb0e59b: Verifying Checksum 11:01:04 93b9cdb0e59b: Download complete 11:01:04 93b61091891f: Verifying Checksum 11:01:04 93b61091891f: Download complete 11:01:04 5e14af77c1be: Verifying Checksum 11:01:04 5e14af77c1be: Download complete 11:01:04 01666e4c0597: Verifying Checksum 11:01:04 01666e4c0597: Download complete 11:01:04 8ad3a11d3b57: Verifying Checksum 11:01:04 8ad3a11d3b57: Download complete 11:01:05 df20fa9351a1: Pull complete 11:01:05 36b3adc4ff6f: Pull complete 11:01:06 8ad3a11d3b57: Pull complete 11:01:06 46f8f816bc3b: Pull complete 11:01:06 aa168da1d23b: Download complete 11:01:07 93b61091891f: Pull complete 11:01:07 93b9cdb0e59b: Pull complete 11:01:07 5e14af77c1be: Pull complete 11:01:07 01666e4c0597: Pull complete 11:01:15 aa168da1d23b: Pull complete 11:01:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:01:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:01:15 prd-centos7-docker-4c-2g-24969 does not seem to be running inside a container 11:01:15 $ 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/340/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/340 -v /w/workspace/edgex-go/340:/w/workspace/edgex-go/340:rw,z -v /w/workspace/edgex-go/340@tmp:/w/workspace/edgex-go/340@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-lftools-log-publisher:alpine cat 11:01:19 $ docker top 0251b0b9827a8b71602241bf7ecedc038a686f0eabda416db45fe32df7f0baa3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:19 + touch /tmp/pre-build-complete [Pipeline] sh 11:01:20 + mkdir -p /var/log/sa [Pipeline] sh 11:01:20 + ls /var/log/sa-host 11:01:20 + sadf -c /var/log/sa-host/sa04 11:01:20 file_magic: OK 11:01:20 HZ: Using current value: 100 11:01:20 file_header: OK 11:01:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:01:20 Statistics: 11:01:20 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... 11:01:20 File successfully converted to sysstat format version 12.2.1 11:01:20 + sadf -c /var/log/sa-host/sa23 11:01:20 file_magic: OK 11:01:20 HZ: Using current value: 100 11:01:20 file_header: OK 11:01:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:01:20 Statistics: 11:01:20 Hnuu...uuuununununu... 11:01:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:01:21 provisioning config files... 11:01:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/340@tmp/config8850644215004020739tmp [Pipeline] { [Pipeline] echo 11:01:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:01:21 ---> create-netrc.sh [Pipeline] } 11:01:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:01:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:01:22 ---> python-tools-install.sh [Pipeline] echo 11:01:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:01:22 ---> sudo-logs.sh 11:01:22 Archiving 'sudo' log.. [Pipeline] echo 11:01:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:01:22 ---> job-cost.sh 11:01:22 lf-activate-venv: SKIPPING 11:01:22 INFO: No Stack... 11:01:24 INFO: Retrieving Pricing Info for: v1-standard-2 11:01:25 INFO: Archiving Costs [Pipeline] echo 11:01:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:01:25 ---> logs-deploy.sh 11:01:25 lf-activate-venv: SKIPPING 11:01:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/340 11:01:25 INFO: archiving workspace using pattern(s): 11:01:27 Archives upload complete. 11:01:27 INFO: archiving logs to Nexus 11:01:28 ---> uname -a: 11:01:28 Linux prd-centos7-docker-4c-2g-24969.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:01:28 11:01:28 11:01:28 ---> lscpu: 11:01:28 Architecture: x86_64 11:01:28 CPU op-mode(s): 32-bit, 64-bit 11:01:28 Byte Order: Little Endian 11:01:28 Address sizes: 40 bits physical, 48 bits virtual 11:01:28 CPU(s): 4 11:01:28 On-line CPU(s) list: 0-3 11:01:28 Thread(s) per core: 1 11:01:28 Core(s) per socket: 1 11:01:28 Socket(s): 4 11:01:28 NUMA node(s): 1 11:01:28 Vendor ID: GenuineIntel 11:01:28 CPU family: 6 11:01:28 Model: 44 11:01:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:01:28 Stepping: 1 11:01:28 CPU MHz: 2933.438 11:01:28 BogoMIPS: 5866.87 11:01:28 Virtualization: VT-x 11:01:28 Hypervisor vendor: KVM 11:01:28 Virtualization type: full 11:01:28 L1d cache: 128 KiB 11:01:28 L1i cache: 128 KiB 11:01:28 L2 cache: 16 MiB 11:01:28 L3 cache: 64 MiB 11:01:28 NUMA node0 CPU(s): 0-3 11:01:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:01:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:01:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:01:28 Vulnerability Meltdown: Mitigation; PTI 11:01:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:01:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:01:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:01:28 Vulnerability Srbds: Not affected 11:01:28 Vulnerability Tsx async abort: Not affected 11:01:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 11:01:28 11:01:28 11:01:28 ---> nproc: 11:01:28 4 11:01:28 11:01:28 11:01:28 ---> df -h: 11:01:28 Filesystem Size Used Available Use% Mounted on 11:01:28 overlay 50.0G 13.0G 37.0G 26% / 11:01:28 tmpfs 64.0M 0 64.0M 0% /dev 11:01:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:01:28 shm 64.0M 0 64.0M 0% /dev/shm 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/340 11:01:28 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/340@tmp 11:01:28 11:01:28 11:01:28 ---> free -m: 11:01:28 total used free shared buff/cache available 11:01:28 Mem: 1837 783 158 0 895 994 11:01:28 Swap: 1023 79 944 11:01:28 11:01:28 11:01:28 ---> ip addr: 11:01:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:01:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:01:28 inet 127.0.0.1/8 scope host lo 11:01:28 valid_lft forever preferred_lft forever 11:01:28 inet6 ::1/128 scope host 11:01:28 valid_lft forever preferred_lft forever 11:01:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:01:28 link/ether fa:16:3e:41:d7:02 brd ff:ff:ff:ff:ff:ff 11:01:28 inet 10.30.123.182/23 brd 10.30.123.255 scope global dynamic eth0 11:01:28 valid_lft 85505sec preferred_lft 85505sec 11:01:28 inet6 fe80::f816:3eff:fe41:d702/64 scope link 11:01:28 valid_lft forever preferred_lft forever 11:01:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:01:28 link/ether 02:42:3f:b8:9a:68 brd ff:ff:ff:ff:ff:ff 11:01:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:01:28 valid_lft forever preferred_lft forever 11:01:28 inet6 fe80::42:3fff:feb8:9a68/64 scope link 11:01:28 valid_lft forever preferred_lft forever 11:01:28 11:01:28 11:01:28 ---> sar -b -r -n DEV: 11:01:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:01:28 11:01:28 10:46:21 LINUX RESTART (4 CPU) 11:01:28 11:01:28 10:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:01:28 10:48:02 110.62 48.93 61.69 0.00 8368.78 19221.05 0.00 11:01:28 10:49:01 270.43 75.37 195.06 0.00 3479.16 52009.78 0.00 11:01:28 10:50:01 184.50 95.53 88.97 0.00 3028.37 9835.22 0.00 11:01:28 10:51:01 133.06 62.83 70.23 0.00 3445.32 9370.72 0.00 11:01:28 10:52:02 356.03 145.41 210.62 0.00 71066.78 142852.38 0.00 11:01:28 10:53:01 3467.23 3115.25 351.98 0.00 164474.41 181209.51 0.00 11:01:28 10:54:01 352.75 170.80 181.95 0.00 18745.69 27982.05 0.00 11:01:28 10:55:01 1835.50 1513.03 322.47 0.00 108178.84 146789.68 0.00 11:01:28 10:56:02 592.13 358.34 233.79 0.00 22690.53 49271.37 0.00 11:01:28 10:57:01 55.09 21.14 33.95 0.00 5083.55 1032.13 0.00 11:01:28 10:58:01 2.00 0.25 1.75 0.00 5.06 37.04 0.00 11:01:28 10:59:01 141.91 60.20 81.71 0.00 3076.44 25240.21 0.00 11:01:28 11:00:02 240.74 127.30 113.44 0.00 9246.43 30503.53 0.00 11:01:28 11:01:01 200.44 102.44 98.00 0.00 8529.41 14342.52 0.00 11:01:28 Average: 565.88 419.77 146.11 0.00 30663.67 50741.17 0.00 11:01:28 11:01:28 10:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:01:28 10:48:02 324292 0 610128 32.43 2620 944504 1330768 45.42 541792 813200 16 11:01:28 10:49:01 308904 0 711652 37.82 1492 859496 1411340 48.17 468064 830400 40 11:01:28 10:50:01 159044 0 832336 44.24 756 889408 1852356 63.22 717040 717984 70952 11:01:28 10:51:01 232552 0 781900 41.56 656 866436 1431356 48.85 644596 710816 69496 11:01:28 10:52:02 75884 0 835376 44.40 0 970284 2268440 77.42 715296 883928 88496 11:01:28 10:53:01 440104 0 776880 41.29 0 664560 2428536 82.88 551968 625032 60 11:01:28 10:54:01 471968 0 774448 41.16 0 635128 1698768 57.98 511736 645056 28 11:01:28 10:55:01 83496 0 805572 42.81 0 992476 2412112 82.32 602208 953564 83668 11:01:28 10:56:02 105300 0 725280 38.55 0 1050964 1556728 53.13 618080 908880 12984 11:01:28 10:57:01 108144 0 636764 33.84 0 1136636 1236556 42.20 628380 900276 28 11:01:28 10:58:01 115604 0 629288 33.45 0 1136652 1191396 40.66 623428 899852 12 11:01:28 10:59:01 225600 0 745024 39.60 0 910920 1608516 54.90 637216 726092 93020 11:01:28 11:00:02 78832 0 748476 39.78 0 1054236 1599992 54.61 675116 827480 65664 11:01:28 11:01:01 72136 0 760056 40.40 0 1049352 1219636 41.62 512488 945936 20 11:01:28 Average: 200133 0 740941 39.38 395 940075 1660464 56.67 603386 813464 34606 11:01:28 11:01:28 10:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:01:28 10:48:02 eth0 2047.93 1501.61 6057.43 194.63 0.00 0.00 0.00 0.00 11:01:28 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:48:02 docker0 841.27 926.96 69.63 2690.47 0.00 0.00 0.00 0.00 11:01:28 10:49:01 veth28398bb 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:49:01 eth0 531.34 430.24 3730.53 42.69 0.00 0.00 0.00 0.00 11:01:28 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:49:01 docker0 150.32 203.89 10.48 843.91 0.00 0.00 0.00 0.00 11:01:28 10:50:01 veth338afc1 0.53 0.67 0.04 0.07 0.00 0.00 0.00 0.00 11:01:28 10:50:01 eth0 41.06 26.36 29.84 65.77 0.00 0.00 0.00 0.00 11:01:28 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:50:01 docker0 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 11:01:28 10:51:01 veth338afc1 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 11:01:28 10:51:01 eth0 21.68 12.31 17.84 9.71 0.00 0.00 0.00 0.00 11:01:28 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:51:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 11:01:28 10:52:02 veth9c71058 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:52:02 eth0 203.87 160.02 1685.92 82.01 0.00 0.00 0.00 0.00 11:01:28 10:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:53:01 veth9c71058 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:53:01 veth805e02c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:53:01 veth63082d1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:53:01 vethdc79a2a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:54:01 vethe595a89 1.65 3.51 0.11 20.41 0.00 0.00 0.00 0.00 11:01:28 10:54:01 veth9c71058 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:54:01 eth0 3214.63 2345.79 12240.58 490.09 0.00 0.00 0.00 0.00 11:01:28 10:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:01:28 10:55:01 veth9c71058 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:55:01 vethb6dc32a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:55:01 eth0 53.68 27.85 87.14 18.17 0.00 0.00 0.00 0.00 11:01:28 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:56:02 veth8e58c97 7.34 8.07 0.98 22.40 0.00 0.00 0.00 0.00 11:01:28 10:56:02 veth9c71058 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 11:01:28 10:56:02 eth0 257.00 187.24 1695.53 90.04 0.00 0.00 0.00 0.00 11:01:28 10:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:57:01 eth0 420.35 412.88 224.21 1647.85 0.00 0.00 0.00 0.00 11:01:28 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:57:01 docker0 1120.43 1322.90 88.40 4419.70 0.00 0.00 0.00 0.00 11:01:28 10:58:01 eth0 11.75 9.87 8.80 2.96 0.00 0.00 0.00 0.00 11:01:28 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:59:01 eth0 447.46 379.19 3986.71 33.12 0.00 0.00 0.00 0.00 11:01:28 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 11:00:02 eth0 470.49 413.52 3450.01 95.05 0.00 0.00 0.00 0.00 11:01:28 11:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 11:00:02 docker0 31.98 31.76 3.07 220.76 0.00 0.00 0.00 0.00 11:01:28 11:01:01 eth0 126.41 94.16 289.63 90.57 0.00 0.00 0.00 0.00 11:01:28 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 11:01:01 docker0 27.56 40.63 2.09 222.06 0.00 0.00 0.00 0.00 11:01:28 Average: eth0 339.98 267.36 1548.53 172.94 0.00 0.00 0.00 0.00 11:01:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:28 Average: docker0 83.11 98.27 6.59 342.62 0.00 0.00 0.00 0.00 11:01:28 11:01:28 11:01:28 ---> sar -P ALL: 11:01:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:01:28 11:01:28 10:46:21 LINUX RESTART (4 CPU) 11:01:28 11:01:28 10:47:01 CPU %user %nice %system %iowait %steal %idle 11:01:28 10:48:02 all 16.70 0.00 7.14 1.93 0.11 74.12 11:01:28 10:48:02 0 22.48 0.00 10.49 1.08 0.09 65.85 11:01:28 10:48:02 1 17.69 0.00 6.92 0.63 0.14 74.62 11:01:28 10:48:02 2 14.88 0.00 4.61 1.20 0.10 79.20 11:01:28 10:48:02 3 11.78 0.00 6.59 4.82 0.12 76.69 11:01:28 10:49:01 all 11.37 0.00 9.44 4.96 0.16 74.07 11:01:28 10:49:01 0 12.96 0.00 10.58 3.40 0.14 72.92 11:01:28 10:49:01 1 10.86 0.00 8.79 9.34 0.12 70.88 11:01:28 10:49:01 2 10.32 0.00 9.05 4.53 0.16 75.95 11:01:28 10:49:01 3 11.35 0.00 9.36 2.55 0.23 76.51 11:01:28 10:50:01 all 54.12 0.00 13.10 4.41 0.21 28.16 11:01:28 10:50:01 0 53.23 0.00 12.50 3.18 0.25 30.84 11:01:28 10:50:01 1 53.47 0.00 13.52 3.85 0.24 28.91 11:01:28 10:50:01 2 55.18 0.00 12.75 3.41 0.21 28.45 11:01:28 10:50:01 3 54.57 0.00 13.64 7.18 0.16 24.45 11:01:28 10:51:01 all 46.22 0.00 13.84 3.18 0.25 36.51 11:01:28 10:51:01 0 45.90 0.00 13.54 3.16 0.24 37.15 11:01:28 10:51:01 1 46.75 0.00 14.05 2.74 0.24 36.21 11:01:28 10:51:01 2 44.98 0.00 13.46 4.41 0.21 36.95 11:01:28 10:51:01 3 47.27 0.00 14.32 2.39 0.30 35.73 11:01:28 10:52:02 all 23.61 0.00 19.16 6.53 0.89 49.81 11:01:28 10:52:02 0 24.94 0.00 18.53 6.38 0.78 49.37 11:01:28 10:52:02 1 24.52 0.00 19.49 7.38 0.96 47.64 11:01:28 10:52:02 2 22.77 0.00 19.34 6.70 0.81 50.38 11:01:28 10:52:02 3 22.20 0.00 19.28 5.66 0.99 51.88 11:01:28 10:53:01 all 21.03 0.00 28.76 24.07 1.57 24.58 11:01:28 10:53:01 0 21.74 0.00 29.23 24.23 1.64 23.16 11:01:28 10:53:01 1 20.25 0.00 27.88 23.66 1.58 26.63 11:01:28 10:53:01 2 21.27 0.00 28.28 25.05 1.56 23.84 11:01:28 10:53:01 3 20.86 0.00 29.65 23.31 1.47 24.71 11:01:28 10:54:01 all 62.43 0.00 15.75 10.56 0.46 10.81 11:01:28 10:54:01 0 62.62 0.00 15.64 13.34 0.47 7.93 11:01:28 10:54:01 1 59.89 0.00 16.72 9.48 0.40 13.50 11:01:28 10:54:01 2 62.30 0.00 15.54 11.06 0.40 10.71 11:01:28 10:54:01 3 64.90 0.00 15.10 8.34 0.56 11.10 11:01:28 10:55:01 all 41.04 0.00 25.89 15.09 0.45 17.53 11:01:28 10:55:01 0 41.98 0.00 24.73 13.79 0.44 19.06 11:01:28 10:55:01 1 39.52 0.00 25.50 16.46 0.42 18.10 11:01:28 10:55:01 2 41.09 0.00 25.33 14.50 0.53 18.56 11:01:28 10:55:01 3 41.58 0.00 28.03 15.63 0.43 14.33 11:01:28 10:56:02 all 25.55 0.00 14.46 10.57 0.85 48.57 11:01:28 10:56:02 0 25.45 0.00 15.53 9.66 0.89 48.47 11:01:28 10:56:02 1 26.02 0.00 13.98 8.72 0.80 50.48 11:01:28 10:56:02 2 26.49 0.00 14.41 13.04 0.89 45.17 11:01:28 10:56:02 3 24.22 0.00 13.94 10.86 0.84 50.15 11:01:28 10:57:01 all 11.16 0.00 5.03 1.12 0.60 82.09 11:01:28 10:57:01 0 10.78 0.00 5.47 0.53 0.64 82.58 11:01:28 10:57:01 1 11.60 0.00 5.42 2.22 0.48 80.28 11:01:28 10:57:01 2 11.43 0.00 4.72 0.84 0.67 82.34 11:01:28 10:57:01 3 10.82 0.00 4.52 0.88 0.60 83.18 11:01:28 10:58:01 all 0.25 0.00 0.20 0.00 0.02 99.52 11:01:28 10:58:01 0 0.18 0.00 0.18 0.02 0.03 99.58 11:01:28 10:58:01 1 0.40 0.00 0.20 0.00 0.02 99.38 11:01:28 10:58:01 2 0.22 0.00 0.13 0.00 0.02 99.63 11:01:28 10:58:01 3 0.22 0.00 0.27 0.00 0.02 99.50 11:01:28 11:01:28 10:58:01 CPU %user %nice %system %iowait %steal %idle 11:01:28 10:59:01 all 7.35 0.00 5.30 3.45 0.13 83.77 11:01:28 10:59:01 0 7.57 0.00 6.00 1.99 0.12 84.33 11:01:28 10:59:01 1 7.40 0.00 5.51 5.29 0.12 81.67 11:01:28 10:59:01 2 7.04 0.00 4.65 2.41 0.12 85.78 11:01:28 10:59:01 3 7.40 0.00 5.04 4.08 0.17 83.31 11:01:28 11:00:02 all 9.42 0.00 7.54 4.28 0.11 78.65 11:01:28 11:00:02 0 11.28 0.00 8.41 4.92 0.09 75.30 11:01:28 11:00:02 1 8.70 0.00 6.90 5.13 0.10 79.17 11:01:28 11:00:02 2 8.45 0.00 7.78 2.79 0.10 80.88 11:01:28 11:00:02 3 9.28 0.00 7.08 4.27 0.14 79.23 11:01:28 11:01:01 all 8.32 0.00 6.77 3.02 0.08 81.80 11:01:28 11:01:01 0 6.52 0.00 6.31 2.63 0.07 84.48 11:01:28 11:01:01 1 7.41 0.00 6.55 3.04 0.10 82.88 11:01:28 11:01:01 2 11.25 0.00 7.27 3.41 0.07 78.00 11:01:28 11:01:01 3 8.11 0.00 6.96 3.00 0.09 81.84 11:01:28 Average: all 23.99 0.00 12.17 6.54 0.41 56.88 11:01:28 Average: 0 24.66 0.00 12.52 6.21 0.41 56.20 11:01:28 Average: 1 23.69 0.00 12.11 6.89 0.40 56.90 11:01:28 Average: 2 23.95 0.00 11.81 6.56 0.41 57.27 11:01:28 Average: 3 23.68 0.00 12.23 6.52 0.43 57.14 11:01:28 11:01:28 11:01:28