Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e25094879da38d58945b339cb800433d3a77391e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16323 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/258 [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/258 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e25094879da38d58945b339cb800433d3a77391e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e25094879da38d58945b339cb800433d3a77391e # timeout=10 Commit message: "Merge pull request #2955 from judehung/issue-2875" > git rev-list --no-walk 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:58:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:58:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:58:25 ========================================================= 09:58:25 EdgeX Global Pipelines Version Info 09:58:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:58:26 ------------------- 09:58:26 stable info: 09:58:26 ------------------- 09:58:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:58:26 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 09:58:26 Message: update stable to v1.0.172 09:58:27 ------------------- 09:58:27 experimental info: 09:58:27 ------------------- 09:58:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:58:27 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 09:58:27 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:58:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:58:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:58:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:58:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e25094879da38d58945b339cb800433d3a77391e [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e250948 [Pipeline] echo 09:58:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:58:31 provisioning config files... 09:58:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config2965641548799849065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:58:31 ---> docker-login.sh 09:58:31 nexus3.edgexfoundry.org:10001 09:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:31 Configure a credential helper to remove this warning. See 09:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:31 09:58:31 Login Succeeded 09:58:31 nexus3.edgexfoundry.org:10002 09:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:31 Configure a credential helper to remove this warning. See 09:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:31 09:58:31 Login Succeeded 09:58:31 nexus3.edgexfoundry.org:10003 09:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:32 Configure a credential helper to remove this warning. See 09:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:32 09:58:32 Login Succeeded 09:58:32 nexus3.edgexfoundry.org:10004 09:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:32 Configure a credential helper to remove this warning. See 09:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:32 09:58:32 Login Succeeded 09:58:32 docker.io 09:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:32 Configure a credential helper to remove this warning. See 09:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:32 09:58:32 Login Succeeded 09:58:32 ---> docker-login.sh ends [Pipeline] } 09:58:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:58:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/core-command/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo core-command,cmd/core-command/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/core-data/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo core-data,cmd/core-data/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/core-metadata/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo core-metadata,cmd/core-metadata/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/security-proxy-setup/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/security-secrets-setup/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/support-notifications/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo support-notifications,cmd/support-notifications/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/support-scheduler/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:58:33 + for file in '`ls cmd/**/Dockerfile`' 09:58:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:58:33 ++ cut -d/ -f2 09:58:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:58:33 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:58:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:58:34 09:58:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:58:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:58:35 latest: Pulling from edgex-devops/git-semver 09:58:35 31603596830f: Pulling fs layer 09:58:35 2a8b12db71e7: Pulling fs layer 09:58:35 6ca5941a6612: Pulling fs layer 09:58:35 ecc8261a40a4: Pulling fs layer 09:58:35 ecc8261a40a4: Waiting 09:58:35 2a8b12db71e7: Download complete 09:58:35 31603596830f: Verifying Checksum 09:58:35 31603596830f: Download complete 09:58:35 ecc8261a40a4: Verifying Checksum 09:58:35 ecc8261a40a4: Download complete 09:58:35 6ca5941a6612: Verifying Checksum 09:58:35 6ca5941a6612: Download complete 09:58:35 31603596830f: Pull complete 09:58:35 2a8b12db71e7: Pull complete 09:58:36 6ca5941a6612: Pull complete 09:58:36 ecc8261a40a4: Pull complete 09:58:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:58:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:58:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:58:36 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 09:58:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:58:39 $ docker top c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:58:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:58:39 [ssh-agent] Looking for ssh-agent implementation... 09:58:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:58:40 $ docker exec c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent 09:58:40 SSH_AUTH_SOCK=/tmp/ssh-TtAJGQ3YxDnV/agent.12 09:58:40 SSH_AGENT_PID=17 09:58:40 Running ssh-add (command line suppressed) 09:58:40 Identity added: /w/workspace/edgex-go/258@tmp/private_key_151156615855845437.key (/w/workspace/edgex-go/258@tmp/private_key_151156615855845437.key) 09:58:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:58:40 + git tag --points-at HEAD [Pipeline] } 09:58:40 $ docker exec --env ******** --env ******** c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent -k 09:58:40 unset SSH_AUTH_SOCK; 09:58:40 unset SSH_AGENT_PID; 09:58:40 echo Agent pid 17 killed; 09:58:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:58:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:58:41 [ssh-agent] Looking for ssh-agent implementation... 09:58:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:58:41 $ docker exec c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent 09:58:41 SSH_AUTH_SOCK=/tmp/ssh-jvFqBC7oqbmt/agent.45 09:58:41 SSH_AGENT_PID=51 09:58:41 Running ssh-add (command line suppressed) 09:58:41 Identity added: /w/workspace/edgex-go/258@tmp/private_key_3127720154281260480.key (/w/workspace/edgex-go/258@tmp/private_key_3127720154281260480.key) 09:58:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:58:41 + git semver init 09:58:41 # -> Open(): unable to determine branch for HEAD 09:58:41 # $GIT_DIR = /w/workspace/edgex-go/258/.git 09:58:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/258 09:58:41 # $SEMVER_REMOTE_NAME = origin 09:58:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:58:41 # $SEMVER_USER_NAME = edgex-jenkins 09:58:41 # $SEMVER_BRANCH = master 09:58:41 # $SEMVER_TEMP = /tmp/semver-054205065 09:58:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:59:20 # '/tmp/semver-054205065' -> '/w/workspace/edgex-go/258/.semver' 09:59:20 # -> Force: false 09:59:20 # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [Pipeline] } 09:59:20 $ docker exec --env ******** --env ******** c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent -k 09:59:21 unset SSH_AUTH_SOCK; 09:59:21 unset SSH_AGENT_PID; 09:59:21 echo Agent pid 51 killed; 09:59:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:59:21 + git semver [Pipeline] } 09:59:21 $ docker stop --time=1 c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd 09:59:23 $ docker rm -f c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd [Pipeline] // withDockerContainer [Pipeline] sh 09:59:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:59:24 Stashed 1 file(s) [Pipeline] echo 09:59:24 [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:59:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:59:26 + sudo service docker restart 09:59:26 + true 09:59:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:59:26 ========================================================= 09:59:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:59:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:59:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:59:31 Sending build context to Docker daemon 326.4MB 09:59:31 Step 1/7 : ARG BASE=golang:1.15-alpine 09:59:31 Step 2/7 : FROM ${BASE} 09:59:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:59:31 188c0c94c7c5: Pulling fs layer 09:59:31 0ef7d3d256c8: Pulling fs layer 09:59:31 de9db76c5a1d: Pulling fs layer 09:59:31 bca2f99d35d6: Pulling fs layer 09:59:31 93359f2a8cfa: Pulling fs layer 09:59:31 7c6f9722023f: Pulling fs layer 09:59:31 a35cf1a2eb13: Pulling fs layer 09:59:31 93359f2a8cfa: Waiting 09:59:31 7c6f9722023f: Waiting 09:59:31 a35cf1a2eb13: Waiting 09:59:31 bca2f99d35d6: Waiting 09:59:31 de9db76c5a1d: Download complete 09:59:31 0ef7d3d256c8: Download complete 09:59:31 93359f2a8cfa: Verifying Checksum 09:59:31 93359f2a8cfa: Download complete 09:59:31 7c6f9722023f: Verifying Checksum 09:59:31 7c6f9722023f: Download complete 09:59:31 188c0c94c7c5: Verifying Checksum 09:59:31 188c0c94c7c5: Download complete 09:59:32 188c0c94c7c5: Pull complete 09:59:32 0ef7d3d256c8: Pull complete 09:59:32 de9db76c5a1d: Pull complete 09:59:33 a35cf1a2eb13: Verifying Checksum 09:59:33 a35cf1a2eb13: Download complete 09:59:34 bca2f99d35d6: Download complete 09:59:39 bca2f99d35d6: Pull complete 09:59:39 93359f2a8cfa: Pull complete 09:59:39 7c6f9722023f: Pull complete 09:59:40 Still waiting to schedule task 09:59:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:59:44 a35cf1a2eb13: Pull complete 09:59:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:59:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:59:44 ---> a62c8e92a672 09:59:44 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:59:45 ---> Running in c7b21252d278 09:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:59:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:59:49 (1/12) Installing libmagic (5.38-r0) 09:59:49 (2/12) Installing file (5.38-r0) 09:59:49 (3/12) Installing libc-dev (0.7.2-r3) 09:59:49 (4/12) Installing g++ (9.3.0-r2) 10:00:28 (5/12) Installing fortify-headers (1.1-r0) 10:00:28 (6/12) Installing patch (2.7.6-r6) 10:00:28 (7/12) Installing build-base (0.5-r2) 10:00:28 (8/12) Installing libsodium (1.0.18-r0) 10:00:28 (9/12) Installing pkgconf (1.7.2-r0) 10:00:28 (10/12) Installing libsodium-dev (1.0.18-r0) 10:00:28 (11/12) Installing libzmq (4.3.3-r0) 10:00:28 (12/12) Installing zeromq-dev (4.3.3-r0) 10:00:28 Executing busybox-1.31.1-r19.trigger 10:00:28 OK: 233 MiB in 51 packages 10:00:28 Removing intermediate container c7b21252d278 10:00:28 ---> db647d6c8433 10:00:28 Step 4/7 : WORKDIR /edgex-go 10:00:28 ---> Running in 7a51b3d3ca72 10:00:28 Removing intermediate container 7a51b3d3ca72 10:00:28 ---> c9d92a52d982 10:00:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:00:28 latest: Pulling from library/docker 10:00:28 05e7bc50f07f: Pulling fs layer 10:00:28 6db28d0fdbf6: Pulling fs layer 10:00:28 292df0bc6bf3: Pulling fs layer 10:00:28 a3104fdc50d0: Pulling fs layer 10:00:28 a8e67d69e12c: Pulling fs layer 10:00:28 1ede2b221ee4: Pulling fs layer 10:00:28 fc74c0d5b799: Pulling fs layer 10:00:28 a8e67d69e12c: Waiting 10:00:28 1ede2b221ee4: Waiting 10:00:28 fc74c0d5b799: Waiting 10:00:28 a3104fdc50d0: Waiting 10:00:28 292df0bc6bf3: Verifying Checksum 10:00:28 292df0bc6bf3: Download complete 10:00:28 05e7bc50f07f: Verifying Checksum 10:00:28 05e7bc50f07f: Download complete 10:00:28 6db28d0fdbf6: Verifying Checksum 10:00:28 6db28d0fdbf6: Download complete 10:00:28 a8e67d69e12c: Download complete 10:00:28 1ede2b221ee4: Verifying Checksum 10:00:28 1ede2b221ee4: Download complete 10:00:28 05e7bc50f07f: Pull complete 10:00:28 fc74c0d5b799: Verifying Checksum 10:00:28 fc74c0d5b799: Download complete 10:00:28 6db28d0fdbf6: Pull complete 10:00:28 292df0bc6bf3: Pull complete 10:00:28 a3104fdc50d0: Download complete 10:00:31 a3104fdc50d0: Pull complete 10:00:31 a8e67d69e12c: Pull complete 10:00:31 1ede2b221ee4: Pull complete 10:00:31 fc74c0d5b799: Pull complete 10:00:31 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 10:00:31 Status: Downloaded newer image for docker:latest 10:00:33 ---> 34aaf1b313e8 10:00:33 Step 6/7 : COPY go.mod . 10:00:33 ---> 25aecb7d38f8 10:00:33 Step 7/7 : RUN go mod download 10:00:33 ---> Running in 94e01ac8aab7 10:00:55 Removing intermediate container 94e01ac8aab7 10:00:55 ---> 506aa39090d9 10:00:55 Successfully built 506aa39090d9 10:00:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:00:55 + docker inspect -f . ci-base-image-x86_64 10:00:55 . [Pipeline] withDockerContainer 10:00:56 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:00:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:00:56 $ docker top 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:57 + go version 10:00:57 go version go1.15.5 linux/amd64 [Pipeline] } 10:00:57 $ docker stop --time=1 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff 10:00:58 $ docker rm -f 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:00:59 + docker inspect -f . ci-base-image-x86_64 10:00:59 . [Pipeline] withDockerContainer 10:00:59 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:00:59 $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:01:00 $ docker top 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 -eo pid,comm [Pipeline] { [Pipeline] echo 10:01:00 ========================================================= 10:01:00 [edgeXBuildGoParallel] Running Tests and Build... 10:01:00 ========================================================= [Pipeline] sh 10:01:01 + make test 10:01:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:01:09 ? github.com/edgexfoundry/edgex-go [no test files] 10:01:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:01:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:01:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:01:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:01:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:01:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:01:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:01:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16328 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 10:01:32 Running in /w/workspace/edgex-go/258 [Pipeline] { [Pipeline] checkout 10:01:34 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 10:01:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:01:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:01:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:01:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:01:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:01:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:01:37 using credential edgex-jenkins-ssh 10:01:37 Cloning the remote Git repository 10:01:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:01:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements 10:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:01:37 > git init /w/workspace/edgex-go/258 # timeout=10 10:01:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:01:37 > git --version # timeout=10 10:01:37 > git --version # 'git version 2.17.1' 10:01:37 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 70.5% of statements 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 83.7% of statements 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.292s coverage: 93.8% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements 10:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements 10:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements 10:01:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:01:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements 10:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 10:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 10:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 10:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 10:01:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 55.9% of statements 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:01:49 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.876s coverage: 86.3% of statements 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.088s coverage: 72.2% of statements 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.417s coverage: 72.1% of statements 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements 10:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements 10:01:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:01:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:01:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:01:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 10:01:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:01:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 10:01:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:01:57 GO111MODULE=on go vet ./... 10:02:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:02:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:02:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:02:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:11 Checking out Revision e25094879da38d58945b339cb800433d3a77391e (master) 10:02:11 > git config core.sparsecheckout # timeout=10 10:02:11 > git checkout -f e25094879da38d58945b339cb800433d3a77391e # timeout=10 10:02:16 Commit message: "Merge pull request #2955 from judehung/issue-2875" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:02:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:02:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:02:18 + sudo service docker restart 10:02:18 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:02:21 provisioning config files... 10:02:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config1025535090662552383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:21 ---> docker-login.sh 10:02:21 nexus3.edgexfoundry.org:10001 10:02:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:23 Configure a credential helper to remove this warning. See 10:02:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:23 10:02:23 Login Succeeded 10:02:23 nexus3.edgexfoundry.org:10002 10:02:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:23 Configure a credential helper to remove this warning. See 10:02:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:23 10:02:23 Login Succeeded 10:02:23 nexus3.edgexfoundry.org:10003 10:02:23 gofmt -l . 10:02:23 [ "`gofmt -l .`" = "" ] 10:02:23 ./bin/test-go-mod-tidy.sh 10:02:23 ./bin/test-attribution-txt.sh 10:02:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:24 Configure a credential helper to remove this warning. See 10:02:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:24 10:02:24 Login Succeeded 10:02:24 nexus3.edgexfoundry.org:10004 10:02:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:24 Configure a credential helper to remove this warning. See 10:02:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:24 10:02:24 Login Succeeded 10:02:24 docker.io 10:02:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 10:02:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:25 Configure a credential helper to remove this warning. See 10:02:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:25 10:02:25 Login Succeeded 10:02:25 ---> docker-login.sh ends [Pipeline] } 10:02:25 Deleting 1 temporary files 10:02:25 + ls -al . 10:02:25 total 664 10:02:25 drwxrwxr-x 10 1001 1001 4096 Dec 16 10:02 . 10:02:25 drwxr-xr-x 4 root root 32 Dec 16 10:01 .. 10:02:25 -rw-rw-r-- 1 1001 1001 11 Dec 16 09:58 .dockerignore 10:02:25 drwxrwxr-x 8 1001 1001 162 Dec 16 09:58 .git 10:02:25 drwxrwxr-x 3 1001 1001 125 Dec 16 09:58 .github 10:02:25 -rw-rw-r-- 1 1001 1001 943 Dec 16 09:58 .gitignore 10:02:25 drwx------ 3 1001 1001 32 Dec 16 09:59 .semver 10:02:25 -rw-rw-r-- 1 1001 1001 166 Dec 16 09:58 .sonarcloud.properties 10:02:25 -rw-rw-r-- 1 1001 1001 3804 Dec 16 09:58 CONTRIBUTING.md 10:02:25 -rw-rw-r-- 1 1001 1001 1035 Dec 16 09:58 Dockerfile.build 10:02:25 -rw-rw-r-- 1 1001 1001 863 Dec 16 09:58 Jenkinsfile 10:02:25 -rw-rw-r-- 1 1001 1001 10775 Dec 16 09:58 LICENSE 10:02:25 -rw-rw-r-- 1 1001 1001 6318 Dec 16 09:58 Makefile 10:02:25 -rw-rw-r-- 1 1001 1001 6447 Dec 16 09:58 README.md 10:02:25 -rw-rw-r-- 1 1001 1001 7286 Dec 16 09:58 SECURITY.md 10:02:25 -rw-rw-r-- 1 1001 1001 12 Dec 16 09:59 VERSION 10:02:25 -rw-rw-r-- 1 1001 1001 4131 Dec 16 09:58 ZMQWindows.md 10:02:25 drwxrwxr-x 2 1001 1001 117 Dec 16 09:58 bin 10:02:25 drwxrwxr-x 15 1001 1001 4096 Dec 16 09:58 cmd 10:02:25 -rw-r--r-- 1 root root 568194 Dec 16 10:01 coverage.out 10:02:25 -rw-r--r-- 1 root root 1041 Dec 16 10:02 go.mod 10:02:25 -rw-r--r-- 1 root root 18856 Dec 16 10:02 go.sum 10:02:25 drwxrwxr-x 8 1001 1001 127 Dec 16 09:58 internal 10:02:25 drwxrwxr-x 4 1001 1001 26 Dec 16 09:58 openapi 10:02:25 drwxrwxr-x 4 1001 1001 71 Dec 16 09:58 snap 10:02:25 -rw-rw-r-- 1 1001 1001 168 Dec 16 09:58 version.go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] unstash 10:02:26 + '[' -e coverage.out ] 10:02:26 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] echo 10:02:26 ========================================================= 10:02:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:02:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:02:26 Stashed 1 file(s) [Pipeline] sh 10:02:26 + 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:02:26 + make build 10:02:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data 10:02:29 Sending build context to Docker daemon 165.7MB 10:02:29 Step 1/7 : ARG BASE=golang:1.15-alpine 10:02:29 Step 2/7 : FROM ${BASE} 10:02:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:02:29 5f621e34cdf4: Pulling fs layer 10:02:29 a4357932f1b6: Pulling fs layer 10:02:29 18c013af1878: Pulling fs layer 10:02:29 00ac8860ef70: Pulling fs layer 10:02:29 63d7cb157983: Pulling fs layer 10:02:29 b116817d02f9: Pulling fs layer 10:02:29 745a02a5169b: Pulling fs layer 10:02:29 00ac8860ef70: Waiting 10:02:29 63d7cb157983: Waiting 10:02:29 b116817d02f9: Waiting 10:02:29 745a02a5169b: Waiting 10:02:29 18c013af1878: Verifying Checksum 10:02:29 18c013af1878: Download complete 10:02:29 a4357932f1b6: Verifying Checksum 10:02:29 a4357932f1b6: Download complete 10:02:29 63d7cb157983: Verifying Checksum 10:02:29 63d7cb157983: Download complete 10:02:30 b116817d02f9: Download complete 10:02:30 5f621e34cdf4: Verifying Checksum 10:02:30 5f621e34cdf4: Download complete 10:02:30 5f621e34cdf4: Pull complete 10:02:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:02:31 a4357932f1b6: Pull complete 10:02:31 18c013af1878: Pull complete 10:02:32 745a02a5169b: Verifying Checksum 10:02:32 745a02a5169b: Download complete 10:02:33 00ac8860ef70: Verifying Checksum 10:02:33 00ac8860ef70: Download complete 10:02:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command 10:02:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:02:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:02:43 00ac8860ef70: Pull complete 10:02:43 63d7cb157983: Pull complete 10:02:44 b116817d02f9: Pull complete 10:02:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:02:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:02:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:02:48 745a02a5169b: Pull complete 10:02:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:02:48 ---> b7e6874047d6 10:02:48 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:02:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:02:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 10:02:51 $ docker stop --time=1 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 10:02:52 ---> Running in c18adee95866 10:02:53 $ docker rm -f 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 10:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:02:55 10:02:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:02:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:02:55 latest: Pulling from edgex-devops/edgex-compose 10:02:55 cbdbe7a5bc2a: Pulling fs layer 10:02:55 ca9280d653b3: Pulling fs layer 10:02:55 7e9c9ca2126c: Pulling fs layer 10:02:55 (1/12) Installing libmagic (5.38-r0) 10:02:55 cbdbe7a5bc2a: Verifying Checksum 10:02:55 cbdbe7a5bc2a: Download complete 10:02:56 cbdbe7a5bc2a: Pull complete 10:02:56 ca9280d653b3: Verifying Checksum 10:02:56 ca9280d653b3: Download complete 10:02:56 (2/12) Installing file (5.38-r0) 10:02:56 (3/12) Installing libc-dev (0.7.2-r3) 10:02:56 (4/12) Installing g++ (9.3.0-r2) 10:02:57 ca9280d653b3: Pull complete 10:02:57 7e9c9ca2126c: Verifying Checksum 10:02:57 7e9c9ca2126c: Download complete 10:03:04 7e9c9ca2126c: Pull complete 10:03:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:03:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:03:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:03:04 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:03:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:03:07 $ docker top 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:08 + docker-compose build --help 10:03:08 + grep parallel 10:03:09 --parallel Build images in parallel. [Pipeline] } 10:03:09 $ docker stop --time=1 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 10:03:10 $ docker rm -f 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:03:11 . [Pipeline] withDockerContainer 10:03:11 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:03:11 $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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:03:11 (5/12) Installing fortify-headers (1.1-r0) 10:03:11 (6/12) Installing patch (2.7.6-r6) 10:03:11 (7/12) Installing build-base (0.5-r2) 10:03:11 (8/12) Installing libsodium (1.0.18-r0) 10:03:11 (9/12) Installing pkgconf (1.7.2-r0) 10:03:11 (10/12) Installing libsodium-dev (1.0.18-r0) 10:03:11 (11/12) Installing libzmq (4.3.3-r0) 10:03:11 (12/12) Installing zeromq-dev (4.3.3-r0) 10:03:11 Executing busybox-1.31.1-r19.trigger 10:03:11 OK: 217 MiB in 51 packages 10:03:12 $ docker top d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:12 + docker-compose -f ./docker-compose-build.yml build --parallel 10:03:13 Building docker-core-command-go ... 10:03:13 Building docker-core-data-go ... 10:03:13 Building docker-core-metadata-go ... 10:03:13 Building docker-security-bootstrap-redis-go ... 10:03:13 Building docker-security-proxy-setup-go ... 10:03:13 Building docker-security-secrets-setup-go ... 10:03:13 Building docker-security-secretstore-setup-go ... 10:03:13 Building docker-support-notifications-go ... 10:03:13 Building docker-support-scheduler-go ... 10:03:13 Building docker-sys-mgmt-agent-go ... 10:03:13 Building docker-security-secretstore-setup-go 10:03:13 Building docker-security-proxy-setup-go 10:03:13 Building docker-core-command-go 10:03:13 Building docker-core-data-go 10:03:13 Building docker-support-scheduler-go 10:03:15 Removing intermediate container c18adee95866 10:03:15 ---> a91d9d130314 10:03:15 Step 4/7 : WORKDIR /edgex-go 10:03:15 ---> Running in 3f1ceda062ed 10:03:15 Removing intermediate container 3f1ceda062ed 10:03:15 ---> e6f9499ac4d7 10:03:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:03:15 latest: Pulling from library/docker 10:03:15 a3cc7d3b244e: Pulling fs layer 10:03:15 02a3295e0d61: Pulling fs layer 10:03:15 0f4f2e6d8100: Pulling fs layer 10:03:15 065c9533d613: Pulling fs layer 10:03:15 9fce0df16b8b: Pulling fs layer 10:03:15 e3faa53604c1: Pulling fs layer 10:03:15 04b5adaa2053: Pulling fs layer 10:03:15 065c9533d613: Waiting 10:03:15 9fce0df16b8b: Waiting 10:03:15 e3faa53604c1: Waiting 10:03:15 04b5adaa2053: Waiting 10:03:15 0f4f2e6d8100: Verifying Checksum 10:03:15 0f4f2e6d8100: Download complete 10:03:16 02a3295e0d61: Verifying Checksum 10:03:16 02a3295e0d61: Download complete 10:03:16 a3cc7d3b244e: Verifying Checksum 10:03:16 a3cc7d3b244e: Download complete 10:03:16 9fce0df16b8b: Verifying Checksum 10:03:16 9fce0df16b8b: Download complete 10:03:16 e3faa53604c1: Verifying Checksum 10:03:16 e3faa53604c1: Download complete 10:03:16 04b5adaa2053: Verifying Checksum 10:03:16 04b5adaa2053: Download complete 10:03:16 a3cc7d3b244e: Pull complete 10:03:17 02a3295e0d61: Pull complete 10:03:17 065c9533d613: Verifying Checksum 10:03:17 065c9533d613: Download complete 10:03:17 0f4f2e6d8100: Pull complete 10:03:22 065c9533d613: Pull complete 10:03:22 9fce0df16b8b: Pull complete 10:03:22 e3faa53604c1: Pull complete 10:03:22 04b5adaa2053: Pull complete 10:03:22 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 10:03:22 Status: Downloaded newer image for docker:latest 10:03:26 ---> 6fafc3938c6b 10:03:26 Step 6/7 : COPY go.mod . 10:03:26 ---> 65db7ca14749 10:03:26 Step 7/7 : RUN go mod download 10:03:26 ---> Running in d04f32f0803b 10:03:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:03:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:03:45 ---> 506aa39090d9 10:03:45 Step 3/21 : WORKDIR /edgex-go 10:03:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:03:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:03:45 ---> 506aa39090d9 10:03:45 Step 3/22 : WORKDIR /edgex-go 10:03:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:03:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:03:45 ---> 506aa39090d9 10:03:45 Step 3/21 : WORKDIR /edgex-go 10:03:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:03:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:03:45 ---> 506aa39090d9 10:03:45 Step 3/23 : WORKDIR /edgex-go 10:03:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:03:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:03:45 ---> 506aa39090d9 10:03:45 Step 3/24 : WORKDIR /edgex-go 10:03:45 ---> Running in da8f814d59d1 10:03:45 ---> Running in 67fbec752bd1 10:03:45 ---> Running in 2e2455744c15 10:03:45 ---> Running in 36271d7d6021 10:03:45 ---> Running in 8e2c3fc8a5a6 10:03:45 Removing intermediate container da8f814d59d1 10:03:45 ---> 01b7f285e409 10:03:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 Removing intermediate container 36271d7d6021 10:03:45 ---> 2c9897d96b51 10:03:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 Removing intermediate container 67fbec752bd1 10:03:45 ---> e196443caada 10:03:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 Removing intermediate container 2e2455744c15 10:03:45 ---> 5e6d11a60440 10:03:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 Removing intermediate container 8e2c3fc8a5a6 10:03:45 ---> bb6ef7ddcff1 10:03:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 ---> Running in 781418717c81 10:03:45 ---> Running in 1cf91b2b4689 10:03:45 ---> Running in 2f94a7cb1037 10:03:45 ---> Running in de0b934ff028 10:03:45 ---> Running in afe492973040 10:03:47 Removing intermediate container 1cf91b2b4689 10:03:47 ---> abbb174a6ac7 10:03:47 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:03:47 Removing intermediate container 781418717c81 10:03:47 ---> 961a8bffb08c 10:03:47 Step 5/21 : RUN apk update && apk add make git 10:03:47 ---> Running in 4667a5dcab76 10:03:48 ---> Running in d10372ca7da2 10:03:48 Removing intermediate container de0b934ff028 10:03:48 ---> 1237dea55833 10:03:48 Step 5/21 : RUN apk update && apk add make git 10:03:48 Removing intermediate container afe492973040 10:03:48 ---> 0ea902194dee 10:03:48 Step 5/22 : RUN apk update && apk add make git 10:03:48 ---> Running in 89c8666e7254 10:03:48 ---> Running in 19560589a918 10:03:48 Removing intermediate container 2f94a7cb1037 10:03:48 ---> 8584184a6cc4 10:03:48 Step 5/24 : RUN apk update && apk add make git 10:03:48 ---> Running in 342ddbaa6b1f 10:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:51 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:03:51 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:03:51 OK: 12750 distinct packages available 10:03:51 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:03:51 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:03:51 OK: 12750 distinct packages available 10:03:51 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:03:51 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:03:51 OK: 12750 distinct packages available 10:03:51 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:03:51 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:03:51 OK: 12750 distinct packages available 10:03:51 OK: 233 MiB in 51 packages 10:03:51 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:03:51 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:03:51 OK: 12750 distinct packages available 10:03:51 OK: 233 MiB in 51 packages 10:03:51 OK: 233 MiB in 51 packages 10:03:51 OK: 233 MiB in 51 packages 10:03:51 OK: 233 MiB in 51 packages 10:03:52 Removing intermediate container 4667a5dcab76 10:03:52 ---> cbdd27b086fb 10:03:52 Step 6/23 : COPY go.mod . 10:03:52 Removing intermediate container 342ddbaa6b1f 10:03:52 ---> 42eb3b63ff5e 10:03:52 Step 6/24 : COPY go.mod . 10:03:52 Removing intermediate container 89c8666e7254 10:03:52 ---> 28b90b116b0e 10:03:52 Step 6/21 : COPY go.mod . 10:03:52 Removing intermediate container 19560589a918 10:03:52 ---> ffd8fdff0ff6 10:03:52 Step 6/22 : COPY go.mod . 10:03:52 Removing intermediate container d10372ca7da2 10:03:52 ---> a943024e52d1 10:03:52 Step 6/21 : COPY go.mod . 10:03:52 ---> db5cf2655969 10:03:52 Step 7/24 : RUN go mod download 10:03:52 ---> 587a899f75ee 10:03:52 Step 7/23 : RUN go mod download 10:03:53 ---> Running in 6c587b5ac298 10:03:53 ---> Running in 5b58a9280012 10:03:53 ---> 1f411acbaedc 10:03:53 Step 7/21 : RUN go mod download 10:03:53 ---> 4fe27991417f 10:03:53 Step 7/22 : RUN go mod download 10:03:53 ---> a75b4544ece6 10:03:53 Step 7/21 : RUN go mod download 10:03:53 ---> Running in 018cc187c0fe 10:03:53 ---> Running in df46ee59e763 10:03:53 ---> Running in 54a9f1347301 10:03:53 Removing intermediate container d04f32f0803b 10:03:53 ---> 291893430d7f 10:03:53 Successfully built 291893430d7f 10:03:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:03:54 + docker inspect -f . ci-base-image-arm64 10:03:54 . [Pipeline] withDockerContainer 10:03:54 prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container 10:03:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:03:55 Removing intermediate container 6c587b5ac298 10:03:55 ---> 3bb86be3b51b 10:03:55 Step 8/24 : COPY . . 10:03:55 $ docker top 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 -eo pid,comm 10:03:56 Removing intermediate container 5b58a9280012 10:03:56 ---> 60bee2c7946f 10:03:56 Step 8/23 : COPY . . 10:03:56 Removing intermediate container 018cc187c0fe 10:03:56 ---> 3e71ce3e390e 10:03:56 Step 8/21 : COPY . . 10:03:56 Removing intermediate container df46ee59e763 10:03:56 ---> 2588697c5baf 10:03:56 Step 8/22 : COPY . . [Pipeline] { [Pipeline] sh 10:03:56 Removing intermediate container 54a9f1347301 10:03:56 ---> 1cbf0dfb4597 10:03:56 Step 8/21 : COPY . . 10:03:56 + go version 10:03:56 go version go1.15.5 linux/arm64 [Pipeline] } 10:03:56 $ docker stop --time=1 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 10:03:58 $ docker rm -f 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:03:59 10:03:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:04:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:04:00 latest: Pulling from edgex-devops/edgex-compose-arm64 10:04:00 29e5d40040c1: Pulling fs layer 10:04:00 1ce36da41761: Pulling fs layer 10:04:00 25b303627fd3: Pulling fs layer 10:04:01 29e5d40040c1: Verifying Checksum 10:04:01 29e5d40040c1: Download complete 10:04:01 1ce36da41761: Verifying Checksum 10:04:01 1ce36da41761: Download complete 10:04:01 29e5d40040c1: Pull complete 10:04:02 1ce36da41761: Pull complete 10:04:03 25b303627fd3: Verifying Checksum 10:04:03 25b303627fd3: Download complete 10:04:13 25b303627fd3: Pull complete 10:04:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:04:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:04:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:04:13 prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container 10:04:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:04:18 $ docker top 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:19 + docker-compose build --help 10:04:19 + grep parallel 10:04:23 --parallel Build images in parallel. [Pipeline] } 10:04:23 $ docker stop --time=1 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e 10:04:25 $ docker rm -f 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:04:26 . [Pipeline] withDockerContainer 10:04:26 prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container 10:04:26 $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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:04:28 $ docker top 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:29 + docker-compose -f ./docker-compose-build.yml build --parallel 10:04:34 Building docker-core-command-go ... 10:04:34 Building docker-core-data-go ... 10:04:34 Building docker-core-metadata-go ... 10:04:34 Building docker-security-bootstrap-redis-go ... 10:04:34 Building docker-security-proxy-setup-go ... 10:04:34 Building docker-security-secrets-setup-go ... 10:04:34 Building docker-security-secretstore-setup-go ... 10:04:34 Building docker-support-notifications-go ... 10:04:34 Building docker-support-scheduler-go ... 10:04:34 Building docker-sys-mgmt-agent-go ... 10:04:34 Building docker-core-metadata-go 10:04:34 Building docker-core-command-go 10:04:34 Building docker-security-secretstore-setup-go 10:04:34 Building docker-security-proxy-setup-go 10:04:34 Building docker-security-secrets-setup-go 10:04:35 ---> a4f23ccf8a0a 10:04:35 Step 9/22 : RUN make cmd/core-command/core-command 10:04:35 ---> Running in c90d1a5f8058 10:04:35 ---> 04680e5dd182 10:04:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:04:35 ---> f51479499112 10:04:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:04:35 ---> 9da0242b22e5 10:04:35 Step 9/23 : RUN make cmd/core-data/core-data 10:04:35 ---> f19463fe4c6e 10:04:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:04:35 ---> Running in 20945fd1adcc 10:04:35 ---> Running in 57ee74177b53 10:04:35 ---> Running in 5a432ec5a9c2 10:04:35 ---> Running in a8396ecff7e0 10:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command 10:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:04:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data 10:05:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:05:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config 10:05:10 Removing intermediate container a8396ecff7e0 10:05:10 ---> dabfea901a21 10:05:10 10:05:10 Step 10/24 : FROM alpine:3.10 10:05:10 Removing intermediate container 20945fd1adcc 10:05:10 ---> b0db7c4582e3 10:05:10 10:05:10 Step 10/21 : FROM alpine 10:05:10 3.10: Pulling from library/alpine 10:05:10 latest: Pulling from library/alpine 10:05:10 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 10:05:10 Status: Downloaded newer image for alpine:latest 10:05:10 ---> b14afc6dfb98 10:05:10 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:05:12 ---> Running in 6238567de865 10:05:12 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:05:13 Status: Downloaded newer image for alpine:3.10 10:05:13 ---> be4e4bea2c2e 10:05:13 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:05:16 Removing intermediate container c90d1a5f8058 10:05:16 ---> bc3b22f9b28e 10:05:16 10:05:16 Step 10/22 : FROM scratch 10:05:16 ---> 10:05:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:05:16 Removing intermediate container 57ee74177b53 10:05:16 ---> e48815a3964b 10:05:16 10:05:16 Step 10/21 : FROM scratch 10:05:16 ---> 10:05:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:05:16 ---> Running in 06f876332192 10:05:16 ---> Running in dec77d0a23e4 10:05:16 ---> Running in 55a2529d4b37 10:05:16 Removing intermediate container dec77d0a23e4 10:05:16 ---> 985decb66b30 10:05:16 Step 12/21 : ENV APP_PORT=48085 10:05:16 Removing intermediate container 06f876332192 10:05:16 ---> 7ff1f72b97f2 10:05:16 Step 12/22 : ENV APP_PORT=48082 10:05:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:16 ---> Running in 6690abad8fb6 10:05:16 ---> Running in 0fa34b85be06 10:05:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 10:05:16 Removing intermediate container 6690abad8fb6 10:05:16 ---> 1af383401b03 10:05:16 Step 13/21 : EXPOSE $APP_PORT 10:05:16 Removing intermediate container 0fa34b85be06 10:05:16 ---> b053d965c1c9 10:05:16 Step 13/22 : EXPOSE $APP_PORT 10:05:16 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:05:16 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:05:16 OK: 12747 distinct packages available 10:05:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 10:05:17 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:05:17 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:05:17 OK: 10350 distinct packages available 10:05:17 (1/4) Installing ca-certificates (20191127-r4) 10:05:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:05:17 (3/4) Installing libcurl (7.69.1-r3) 10:05:17 (4/4) Installing curl (7.69.1-r3) 10:05:17 Executing busybox-1.31.1-r19.trigger 10:05:17 (1/5) Installing ca-certificates (20191127-r2) 10:05:17 Executing ca-certificates-20191127-r4.trigger 10:05:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:05:17 OK: 7 MiB in 18 packages 10:05:17 (3/5) Installing libcurl (7.66.0-r3) 10:05:17 (4/5) Installing curl (7.66.0-r3) 10:05:17 (5/5) Installing dumb-init (1.2.2-r1) 10:05:17 Executing busybox-1.30.1-r3.trigger 10:05:17 Executing ca-certificates-20191127-r2.trigger 10:05:17 ---> Running in 4ac256fa952f 10:05:17 OK: 7 MiB in 19 packages 10:05:17 ---> Running in 21843112b804 10:05:19 Removing intermediate container 4ac256fa952f 10:05:19 ---> 0a1773347699 10:05:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:05:19 Removing intermediate container 21843112b804 10:05:19 ---> 0acf28b72802 10:05:19 Step 14/22 : WORKDIR / 10:05:19 ---> Running in ae63f760776c 10:05:19 Removing intermediate container 5a432ec5a9c2 10:05:19 ---> cf4dde4e9947 10:05:19 10:05:19 Step 10/23 : FROM alpine 10:05:20 ---> b14afc6dfb98 10:05:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:05:20 ---> 653c575f1994 10:05:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:05:20 Removing intermediate container 6238567de865 10:05:20 ---> 96322d401555 10:05:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:05:20 Removing intermediate container 55a2529d4b37 10:05:20 ---> b7f5b319d5d6 10:05:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:05:20 ---> Running in 4ef635d2ba7a 10:05:20 ---> Running in db521dd9a0f5 10:05:20 ---> Running in 4d66ccc90232 10:05:20 Removing intermediate container ae63f760776c 10:05:20 ---> 4e3ebc1737a2 10:05:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:05:21 Removing intermediate container 4ef635d2ba7a 10:05:21 ---> 95a7be3c41c4 10:05:21 Step 12/23 : ENV APP_PORT=48080 10:05:21 Removing intermediate container db521dd9a0f5 10:05:21 ---> 8af12e5711ee 10:05:21 Step 13/21 : WORKDIR /edgex 10:05:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:05:21 ---> 291893430d7f 10:05:21 Step 3/21 : WORKDIR /edgex-go 10:05:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:21 ---> 291893430d7f 10:05:21 Step 3/24 : WORKDIR /edgex-go 10:05:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:05:21 ---> 291893430d7f 10:05:21 Step 3/22 : WORKDIR /edgex-go 10:05:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:05:21 ---> 291893430d7f 10:05:21 Step 3/22 : WORKDIR /edgex-go 10:05:21 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:05:21 ---> 291893430d7f 10:05:21 Step 3/29 : WORKDIR /edgex-go 10:05:21 ---> a9c30de80448 10:05:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:05:21 ---> d99f73b0f0db 10:05:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:05:21 Removing intermediate container 4d66ccc90232 10:05:21 ---> eeceaab1e6ba 10:05:21 Step 13/24 : WORKDIR / 10:05:21 ---> Running in 2cf1610a16d6 10:05:21 ---> Running in 4157c7967350 10:05:21 ---> Running in 2fbcf663f929 10:05:21 Removing intermediate container 2cf1610a16d6 10:05:21 ---> 2139c57da024 10:05:21 Step 13/23 : EXPOSE $APP_PORT 10:05:21 ---> c8467f91e908 10:05:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:05:22 Removing intermediate container 4157c7967350 10:05:22 ---> 120e30d33fb2 10:05:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:05:22 ---> Running in b69d958d667c 10:05:22 ---> Running in 08627b1b9110 10:05:22 ---> d5adf5ea4a8d 10:05:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:05:22 Removing intermediate container 2fbcf663f929 10:05:22 ---> 9eac7e6fba60 10:05: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:05:22 ---> Running in c1d91333c1a9 10:05:22 ---> Running in 3343398e34ec 10:05:22 ---> Running in ac8d58c1bcd3 10:05:22 ---> Running in 76ec47263d6d 10:05:22 ---> Running in b4971554d354 10:05:22 Removing intermediate container 08627b1b9110 10:05:22 ---> c573cfaf0400 10:05:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:22 Removing intermediate container b69d958d667c 10:05:22 ---> 74d9e357eccf 10:05:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:22 ---> Running in b7225e59c730 10:05:22 ---> 1c2711b9c85e 10:05:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:05:22 ---> Running in bf681f1f419b 10:05:22 ---> cf057c7dc884 10:05:22 Step 18/22 : ENTRYPOINT ["/core-command"] 10:05:22 ---> b479e2d21ee1 10:05: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:05:23 Removing intermediate container 3343398e34ec 10:05:23 ---> c814e134d9ce 10:05:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:23 Removing intermediate container c1d91333c1a9 10:05:23 ---> a839fa792143 10:05:23 Step 4/29 : RUN apk update && apk add make git 10:05:23 ---> Running in e10107518067 10:05:23 Removing intermediate container b7225e59c730 10:05:23 ---> ae773f00701f 10:05:23 Step 19/21 : LABEL arch=x86_64 10:05:23 Removing intermediate container 76ec47263d6d 10:05:23 ---> 19b1bf513704 10:05:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:23 Removing intermediate container b4971554d354 10:05:23 ---> efe83969d078 10:05:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:23 Removing intermediate container ac8d58c1bcd3 10:05:23 ---> 2fbf89ebc702 10:05:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:23 ---> Running in fe679fe30e42 10:05:23 ---> Running in 594145b48d14 10:05:23 ---> Running in 75f50308c479 10:05:23 ---> Running in 1e8b60588bea 10:05:23 ---> Running in 0bb5f8a380a6 10:05:23 ---> 9093c7cae848 10:05:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:05:23 ---> 829f58f2f49b 10:05:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:05:23 ---> Running in 0fd34202b7cf 10:05:24 Removing intermediate container e10107518067 10:05:24 ---> 3dc2dffdef5f 10:05:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:24 ---> Running in b42b6939ed05 10:05:24 Removing intermediate container 0fd34202b7cf 10:05:24 ---> a2ceaa86dfef 10:05:24 Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:05:24 ---> 4df3ef9cf64c 10:05:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:05:24 ---> Running in 7d1ad9ba8fda 10:05:24 ---> ce689afa1e15 10:05:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:05:24 Removing intermediate container b42b6939ed05 10:05:24 ---> 248e49f310d4 10:05:24 Step 20/22 : LABEL arch=x86_64 10:05:24 ---> Running in b9031b9fadf1 10:05:24 ---> Running in 92a81efa2748 10:05:24 Removing intermediate container bf681f1f419b 10:05:24 ---> 6ced3069d80a 10:05:24 Step 15/23 : RUN apk --no-cache add zeromq 10:05:24 Removing intermediate container 7d1ad9ba8fda 10:05:24 ---> d22f6bbd710a 10:05:24 Step 21/21 : LABEL version=2.0.0-dev.14 10:05:25 ---> Running in 3f64db739fda 10:05:25 ---> Running in 8d115016dc0c 10:05:25 ---> e5200c9fe82d 10:05:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:05:25 Removing intermediate container 92a81efa2748 10:05:25 ---> d0f08b83ecd9 10:05:25 Step 18/21 : CMD ["--init=true"] 10:05:25 Removing intermediate container b9031b9fadf1 10:05:25 ---> d3aed979c3b0 10:05:25 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:05:25 ---> Running in be992dddd79c 10:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:25 ---> Running in eb6aef5f2ca0 10:05:25 Removing intermediate container 8d115016dc0c 10:05:25 ---> 7f8c6e7ce551 10:05:25 10:05:25 ---> 8429c10db76d 10:05:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:05:25 Removing intermediate container be992dddd79c 10:05:25 ---> 7b6e8c704a1c 10:05:25 Step 19/21 : LABEL arch=x86_64 10:05:25 Successfully built 7f8c6e7ce551 10:05:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:26 Successfully tagged docker-support-scheduler-go:latest 10:05:26  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 10:05:26 Removing intermediate container eb6aef5f2ca0 10:05:26 ---> 30b6424d4b4c 10:05:26 Step 22/22 : LABEL version=2.0.0-dev.14 10:05:26 ---> 60d1142e7819 10:05:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:05:26 ---> Running in e856ac04f55f 10:05:26 ---> Running in e841f67d5a0c 10:05:26 ---> Running in cc1f1d746aa0 10:05:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:26 Removing intermediate container e856ac04f55f 10:05:26 ---> 46f01d74b073 10:05:26 Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:05:26 Removing intermediate container e841f67d5a0c 10:05:26 ---> 8d505394abb9 10:05:26 10:05:26 Removing intermediate container fe679fe30e42 10:05:26 ---> 785e4c4c1a3e 10:05:26 Step 5/24 : RUN apk update && apk add make git 10:05:26 ---> Running in 51255b7d5624 10:05:26 Removing intermediate container 75f50308c479 10:05:26 ---> 26f003c01ac6 10:05:26 Step 5/22 : RUN apk update && apk add make git 10:05:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:27 Successfully built 8d505394abb9 10:05:27 Successfully tagged docker-core-command-go:latest 10:05:27 Building docker-security-secrets-setup-go 10:05:27  Building docker-core-command-go ... done  ---> Running in d5fa94f19883 10:05:27 ---> Running in bb05dc0bcf16 10:05:27 Removing intermediate container 0bb5f8a380a6 10:05:27 ---> 68efee6d49e6 10:05:27 Step 5/22 : RUN apk update && apk add make git 10:05:27 Removing intermediate container 1e8b60588bea 10:05:27 ---> 1e027c71e88e 10:05:27 Step 5/21 : RUN apk update && apk add make git 10:05:27 Removing intermediate container d5fa94f19883 10:05:27 ---> 27801aa28620 10:05:27 Step 21/21 : LABEL version=2.0.0-dev.14 10:05:27 ---> Running in 57459ab9519d 10:05:27 ---> Running in 4a45b19dad14 10:05:28 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:28 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:28 OK: 12620 distinct packages available 10:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:29 (1/5) Installing libgcc (9.3.0-r2) 10:05:29 (2/5) Installing libsodium (1.0.18-r0) 10:05:29 OK: 217 MiB in 51 packages 10:05:29 ---> Running in 9a28436a589e 10:05:29 (3/5) Installing libstdc++ (9.3.0-r2) 10:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:30 Removing intermediate container 594145b48d14 10:05:30 ---> 9e72f3a5b505 10:05:30 Step 5/29 : COPY go.mod . 10:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:30 (4/5) Installing libzmq (4.3.3-r0) 10:05:30 Removing intermediate container 9a28436a589e 10:05:30 ---> cb2562acd194 10:05:30 10:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:31 OK: 12620 distinct packages available 10:05:31 ---> 233f4c67bd62 10:05:31 Step 6/29 : RUN go mod download 10:05:31 ---> Running in 039ec855ff45 10:05:31 (5/5) Installing zeromq (4.3.3-r0) 10:05:31 Executing busybox-1.31.1-r19.trigger 10:05:31 OK: 8 MiB in 19 packages 10:05:31 Successfully built cb2562acd194 10:05:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:31 OK: 12620 distinct packages available 10:05:31 Successfully tagged docker-security-proxy-setup-go:latest 10:05:31  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 10:05:32 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:32 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:32 OK: 12620 distinct packages available 10:05:32 Removing intermediate container cc1f1d746aa0 10:05:32 ---> 664ab8dc761e 10:05:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:05:32 OK: 217 MiB in 51 packages 10:05:32 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:32 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:32 OK: 12620 distinct packages available 10:05:33 OK: 217 MiB in 51 packages 10:05:33 OK: 217 MiB in 51 packages 10:05:33 OK: 217 MiB in 51 packages 10:05:34 Removing intermediate container 51255b7d5624 10:05:34 ---> 12aee5da5f0d 10:05:34 Step 6/24 : COPY go.mod . 10:05:35 Removing intermediate container 57459ab9519d 10:05:35 ---> cfef59f8a3cc 10:05:35 Step 6/22 : COPY go.mod .Removing intermediate container bb05dc0bcf16 10:05:35 10:05:35 ---> cceae6b47396 10:05:35 Step 6/22 : COPY go.mod . 10:05:35 Removing intermediate container 4a45b19dad14 10:05:35 ---> 2fbd45b25ff6 10:05:35 Step 6/21 : COPY go.mod . 10:05:35 Removing intermediate container 039ec855ff45 10:05:35 ---> cd5e96940ce0 10:05:35 Step 7/29 : COPY . . 10:05:35 ---> 8f464c54404d 10:05:35 Step 7/24 : RUN go mod download 10:05:36 ---> Running in 58c351d6ea28 10:05:36 ---> Running in 2bcdd831eb97 10:05:36 Removing intermediate container 2bcdd831eb97 10:05:36 ---> 398f421f1c32 10:05:36 Step 22/24 : LABEL arch=x86_64 10:05:36 ---> Running in a3b3d58d2d58 10:05:36 Removing intermediate container 3f64db739fda 10:05:36 ---> 4488f09444d9 10:05:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:05:36 ---> 69e2cadd9656 10:05:36 Step 7/22 : RUN go mod download 10:05:36 ---> d247bf739b9e 10:05:36 Step 7/22 : RUN go mod download 10:05:36 ---> Running in 2aee25faf88f 10:05:37 ---> ec0e29b863e7 10:05:37 Step 7/21 : RUN go mod download 10:05:37 ---> Running in d07a0ca85934 10:05:37 ---> Running in 83c177f98e5b 10:05:39 Removing intermediate container 58c351d6ea28 10:05:39 ---> 5986ea3c8efc 10:05:39 Step 8/24 : COPY . . 10:05:40 Removing intermediate container a3b3d58d2d58 10:05:40 ---> c319b8070d6a 10:05:40 Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:05:41 Removing intermediate container 2aee25faf88f 10:05:41 ---> 6cd490d50b73 10:05:41 Step 8/22 : COPY . . 10:05:42 Removing intermediate container 83c177f98e5b 10:05:42 ---> 5298703f7a61 10:05:42 Step 8/21 : COPY . . 10:05:42 Removing intermediate container d07a0ca85934 10:05:42 ---> ebf370da3fe8 10:05:42 Step 8/22 : COPY . . 10:05:42 ---> 176fc214ac8f 10:05:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:05:42 ---> Running in 9fdb17daf63c 10:05:45 ---> e76e899bf25b 10:05:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:05:45 Removing intermediate container 9fdb17daf63c 10:05:45 ---> b4b62db30cc2 10:05:45 Step 24/24 : LABEL version=2.0.0-dev.14 10:05:45 ---> Running in 8d349a426004 10:05:45 ---> 8c8d76aa6268 10:05:45 Step 19/23 : ENTRYPOINT ["/core-data"] 10:05:46 Removing intermediate container 8d349a426004 10:05:46 ---> 82df388b9589 10:05:46 10:05:46 ---> Running in 501fea0fd445 10:05:46 Successfully built 82df388b9589 10:05:47 Successfully tagged docker-security-secretstore-setup-go:latest 10:05:47  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 10:05:47 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:47 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:05:47 ---> 506aa39090d9 10:05:47 Step 3/29 : WORKDIR /edgex-go 10:05:47 ---> Using cache 10:05:47 ---> bb6ef7ddcff1 10:05:47 Step 4/29 : RUN apk update && apk add make git 10:05:48 Removing intermediate container 501fea0fd445 10:05:48 ---> 47868293ceb9 10:05:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:49 ---> Running in f4235e53a642 10:05:50 ---> Running in 5a830a3b0c2e 10:05:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:05:50 ---> 506aa39090d9 10:05:50 Step 3/22 : WORKDIR /edgex-go 10:05:50 ---> Using cache 10:05:50 ---> bb6ef7ddcff1 10:05:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:50 ---> Using cache 10:05:50 ---> 0ea902194dee 10:05:50 Step 5/22 : RUN apk update && apk add make git 10:05:50 ---> Using cache 10:05:50 ---> ffd8fdff0ff6 10:05:50 Step 6/22 : COPY go.mod . 10:05:50 ---> Using cache 10:05:50 ---> 4fe27991417f 10:05:50 Step 7/22 : RUN go mod download 10:05:50 ---> Using cache 10:05:50 ---> 2588697c5baf 10:05:50 Step 8/22 : COPY . . 10:05:51 ---> Using cache 10:05:51 ---> a4f23ccf8a0a 10:05:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:05:51 Removing intermediate container 5a830a3b0c2e 10:05:51 ---> f5d2aa37a5c4 10:05:51 Step 21/23 : LABEL arch=x86_64 10:05:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:52 ---> Running in 49e22532b2a2 10:05:52 ---> Running in b2fa35310f14 10:05:52 ---> d922cac2fc02 10:05:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:53 Removing intermediate container b2fa35310f14 10:05:53 ---> 2824bc91d934 10:05:53 Step 22/23 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:05:53 ---> Running in c6987921bd6a 10:05:54 ---> Running in bc3935a4427b 10:05:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:54 ---> 506aa39090d9 10:05:54 Step 3/24 : WORKDIR /edgex-go 10:05:54 ---> Using cache 10:05:54 ---> bb6ef7ddcff1 10:05:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:54 ---> Using cache 10:05:54 ---> 0ea902194dee 10:05:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:05:54 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:54 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:54 OK: 12750 distinct packages available 10:05:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:05:54 OK: 233 MiB in 51 packages 10:05:54 ---> 67176a4a6f57 10:05:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:05:55 ---> Running in 366540dd8c73 10:05:55 Removing intermediate container c6987921bd6a 10:05:55 ---> 52ca733236c7 10:05:55 Step 23/23 : LABEL version=2.0.0-dev.14 10:05:55 ---> Running in f950a49a51b3 10:05:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:05:55 ---> Running in 87090b806213 10:05:56 Removing intermediate container 87090b806213 10:05:56 ---> b23626642c9e 10:05:56 10:05:56 ---> 1339dc6cdae5 10:05:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:05:56 ---> 287b0e8f50cd 10:05:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:05:56 Removing intermediate container f4235e53a642 10:05:56 ---> 707b249eea39 10:05:56 Step 5/29 : COPY go.mod . 10:05:56 Successfully built b23626642c9e 10:05:56 Successfully tagged docker-core-data-go:latest 10:05:56 Building docker-sys-mgmt-agent-go 10:05:56  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:56 ---> Running in ae6bc6b679a1 10:05:56 ---> Running in 3d663b85f217 10:05:56 ---> 767ef9585314 10:05:56 Step 9/22 : RUN make cmd/core-command/core-command 10:05:56 ---> 90df14a34d9d 10:05:56 Step 6/29 : RUN go mod download 10:05:57 ---> Running in cad97412aba7 10:05:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:05:58 ---> Running in 0894a6a839ae 10:05:58 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:58 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:58 OK: 12750 distinct packages available 10:05:59 OK: 233 MiB in 51 packages 10:05:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:05:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:05:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command 10:06:01 Removing intermediate container 366540dd8c73 10:06:01 ---> 12d6249c2ba4 10:06:01 Step 6/24 : COPY go.mod . 10:06:01 ---> 15e8ffc63395 10:06:01 Step 7/24 : RUN go mod download 10:06:02 Removing intermediate container 0894a6a839ae 10:06:02 ---> ee9974234502 10:06:02 Step 7/29 : COPY . . 10:06:02 ---> Running in 2ccf751ef453 10:06:07 Removing intermediate container 2ccf751ef453 10:06:07 ---> fa80841a51f4 10:06:07 Step 8/24 : COPY . . 10:06:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:06:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:06:09 ---> 506aa39090d9 10:06:09 Step 3/22 : WORKDIR /edgex-go 10:06:09 ---> Using cache 10:06:09 ---> bb6ef7ddcff1 10:06:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:09 ---> Using cache 10:06:09 ---> 0ea902194dee 10:06:09 Step 5/22 : RUN apk update && apk add make git 10:06:10 ---> Using cache 10:06:10 ---> ffd8fdff0ff6 10:06:10 Step 6/22 : COPY go.mod . 10:06:10 ---> Using cache 10:06:10 ---> 4fe27991417f 10:06:10 Step 7/22 : RUN go mod download 10:06:10 ---> Using cache 10:06:10 ---> 2588697c5baf 10:06:10 Step 8/22 : COPY . . 10:06:10 ---> Using cache 10:06:10 ---> a4f23ccf8a0a 10:06:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:06:20 ---> Running in 1bc591b3d415 10:06:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:06:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:06:22 ---> 506aa39090d9 10:06:22 Step 3/27 : WORKDIR /edgex-go 10:06:22 ---> Using cache 10:06:22 ---> bb6ef7ddcff1 10:06:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:22 ---> Using cache 10:06:22 ---> 0ea902194dee 10:06:22 Step 5/27 : RUN apk update && apk add make bash git 10:06:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:06:25 ---> Running in e6c50cfe41df 10:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:32 Removing intermediate container 49e22532b2a2 10:06:32 ---> 4ebd2b544ac5 10:06:32 10:06:32 Step 10/22 : FROM alpine:3.10 10:06:32 ---> be4e4bea2c2e 10:06:32 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:06:32 ---> Using cache 10:06:32 ---> b7f5b319d5d6 10:06:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:06:32 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:06:32 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:06:32 OK: 12750 distinct packages available 10:06:32 OK: 233 MiB in 51 packages 10:06:34 ---> Running in 25bc8e4f85a9 10:06:36 Removing intermediate container 25bc8e4f85a9 10:06:36 ---> d14205c0b562 10:06:36 Step 13/22 : WORKDIR / 10:06:38 ---> Running in 28213cd19b28 10:06:38 Removing intermediate container e6c50cfe41df 10:06:38 ---> 45021bdfa32c 10:06:38 Step 6/27 : COPY go.mod . 10:06:39 ---> 92f89295f249 10:06:39 Step 7/27 : RUN go mod download 10:06:39 Removing intermediate container 28213cd19b28 10:06:39 ---> 3d7f61f20797 10:06:39 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:06:39 ---> bb3b2e4296bb 10:06:39 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:06:39 ---> Running in a92638b0bc8f 10:06:39 ---> 9467ae389472 10:06:39 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:06:39 ---> Running in b46df55083f8 10:06:39 ---> Running in c11dc1e7ac52 10:06:40 ---> 400ab37597e5 10:06:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:06:41 ---> 33de83ebf4b5 10:06:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:06:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:06:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:06:41 ---> 08bda0ab02d3 10:06:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:06:42 ---> a55d1dbd7b9b 10:06:42 Step 18/22 : RUN chmod +x entrypoint.sh 10:06:42 ---> Running in 0b352845a407 10:06:43 Removing intermediate container a92638b0bc8f 10:06:43 ---> 8a485f43b264 10:06:43 Step 8/27 : COPY . . 10:06:49 Removing intermediate container 0b352845a407 10:06:49 ---> 77021244c6e0 10:06:49 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:06:50 ---> Running in 15df0c7f5bbf 10:06:51 Removing intermediate container 15df0c7f5bbf 10:06:51 ---> 3d4540f13db5 10:06:51 Step 20/22 : LABEL arch=x86_64 10:06:53 ---> Running in 30540ca7fc31 10:06:55 Removing intermediate container 30540ca7fc31 10:06:55 ---> 5faa02c9015e 10:06:55 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:06:55 ---> Running in 681abe667d3d 10:06:56 Removing intermediate container 681abe667d3d 10:06:56 ---> 8f72159a32f5 10:06:56 Step 22/22 : LABEL version=2.0.0-dev.14 10:07:01 ---> Running in 99591bf09ad2 10:07:01 Removing intermediate container 1bc591b3d415 10:07:01 ---> 29f476cd3f2f 10:07:01 10:07:01 Step 10/22 : FROM scratch 10:07:01 ---> 10:07:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:07:01 Removing intermediate container 99591bf09ad2 10:07:01 ---> 313a575132ef 10:07:01 10:07:02 Successfully built 313a575132ef 10:07:02 ---> Using cache 10:07:02 ---> 7ff1f72b97f2 10:07:02 Step 12/22 : ENV APP_PORT=48081 10:07:02 Successfully tagged docker-security-bootstrap-redis-go:latest 10:07:04  Building docker-security-bootstrap-redis-go ... done  ---> Running in a04e9ec5de15 10:07:06 Removing intermediate container a04e9ec5de15 10:07:06 ---> f98091e9182a 10:07:06 Step 13/22 : EXPOSE $APP_PORT 10:07:07 ---> Running in ac38e32985b0 10:07:07 ---> a2f001d93800 10:07:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:07:07 ---> Running in eebb6e044420 10:07:07 Removing intermediate container ac38e32985b0 10:07:07 ---> 0fbc25a41b88 10:07:07 Step 14/22 : WORKDIR / 10:07:08 ---> Running in 81ceee17f3fa 10:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:07:08 Removing intermediate container b46df55083f8 10:07:08 ---> 319fd8b7083f 10:07:08 10:07:08 Step 9/29 : FROM alpine:latest 10:07:08 ---> b14afc6dfb98 10:07:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:07:08 Removing intermediate container 81ceee17f3fa 10:07:08 ---> 9722b40c18b3 10:07:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:07:09 ---> Running in a7c6d1a2e250 10:07:09 ---> 82c2c8b05845 10:07:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:07:09 Removing intermediate container a7c6d1a2e250 10:07:09 ---> 4aea0fc7a5d3 10:07:09 Step 11/29 : USER root 10:07:10 ---> Running in e3c3924dcf5b 10:07:11 Removing intermediate container e3c3924dcf5b 10:07:11 ---> 6de9c719fc4a 10:07:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:07:12 ---> 65e73e2b4d77 10:07:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:07:12 ---> Running in 6e1541ec2bd6 10:07:12 Removing intermediate container c11dc1e7ac52 10:07:12 ---> 8f737ff3fdc8 10:07:12 10:07:12 Step 10/24 : FROM scratch 10:07:12 ---> 10:07:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:07:12 ---> Running in b8b571f6a6b4 10:07:13 ---> a577d9778075 10:07:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:07:13 ---> Running in 639793d9dbb0 10:07:13 Removing intermediate container b8b571f6a6b4 10:07:13 ---> a19bfddb935a 10:07:13 Step 12/24 : ENV APP_PORT=48060 10:07:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:13 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:07:13 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:07:13 OK: 12747 distinct packages available 10:07:13 ---> Running in e287100c74ea 10:07:13 Removing intermediate container 639793d9dbb0 10:07:13 ---> 8bc065ebfd4d 10:07:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:14 (1/2) Installing ca-certificates (20191127-r4) 10:07:14 (2/2) Installing dumb-init (1.2.2-r1) 10:07:14 ---> Running in 58ad10cef7e1 10:07:14 Executing busybox-1.31.1-r19.trigger 10:07:14 Executing ca-certificates-20191127-r4.trigger 10:07:14 Removing intermediate container e287100c74ea 10:07:14 ---> b34317858676 10:07:14 Step 13/24 : EXPOSE $APP_PORT 10:07:14 OK: 6 MiB in 16 packages 10:07:14 ---> Running in b24d379210a0 10:07:14 Removing intermediate container 58ad10cef7e1 10:07:14 ---> 478ae1a79438 10:07:14 Step 20/22 : LABEL arch=x86_64 10:07:14 ---> Running in 1b227805e1c2 10:07:15 Removing intermediate container b24d379210a0 10:07:15 ---> bf5e42015ce9 10:07:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:07:15 Removing intermediate container 1b227805e1c2 10:07:15 ---> 321a43b9c6ba 10:07:15 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:07:15 ---> Running in bfc51081f0ce 10:07:15 ---> f1ae62c16a18 10:07:15 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:07:15 Removing intermediate container bfc51081f0ce 10:07:15 ---> 216f65c1652e 10:07:15 Step 22/22 : LABEL version=2.0.0-dev.14 10:07:16 Removing intermediate container 6e1541ec2bd6 10:07:16 ---> 2c7af4787215 10:07:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:07:16 ---> Running in 15e6c54416b3 10:07:16 ---> Running in a82e945d4143 10:07:17 ---> 8e1f044df028 10:07:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:07:17 Removing intermediate container 15e6c54416b3 10:07:17 ---> 57b51d101064 10:07:17 10:07:17 Removing intermediate container a82e945d4143 10:07:17 ---> 6329f52f00e6 10:07:17 Step 14/29 : WORKDIR $BASE_DIR 10:07:17 Successfully built 57b51d101064 10:07:17 ---> Running in a8ca76f8a94d 10:07:17 Successfully tagged docker-core-metadata-go:latest 10:07:18  Building docker-core-metadata-go ... done  ---> 5c0490fe66d8 10:07:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:07:18 Removing intermediate container a8ca76f8a94d 10:07:18 ---> 0c3603924d14 10:07:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:07:18 ---> Running in e59bf662a924 10:07:19 ---> 6c6c6a2fb13e 10:07:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:07:20 ---> 14b66e8468f5 10:07:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:07:20 ---> 2b3a9a4424d1 10:07:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:07:20 ---> Running in 50769a3d2753 10:07:20 Removing intermediate container e59bf662a924 10:07:20 ---> 90e8d93b7c49 10:07:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:07:20 Removing intermediate container 50769a3d2753 10:07:20 ---> 268e5e25dbb0 10:07:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:20 ---> Running in 731fca8f568e 10:07:21 Removing intermediate container 731fca8f568e 10:07:21 ---> 7f228b3f466a 10:07:21 Step 22/24 : LABEL arch=x86_64 10:07:21 ---> dca54bc5cdb0 10:07:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:07:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:07:21 Removing intermediate container bc3935a4427b 10:07:21 ---> 1a66839d3fdf 10:07:21 10:07:21 Step 9/29 : FROM alpine:latest 10:07:21 latest: Pulling from library/alpine 10:07:21 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 10:07:21 Status: Downloaded newer image for alpine:latest 10:07:21 ---> dd36a01c3f31 10:07:21 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:07:21 ---> Running in 3f6d994655bc 10:07:21 Removing intermediate container 3f6d994655bc 10:07:21 ---> 3c605da0214a 10:07:21 Step 11/29 : USER root 10:07:21 ---> Running in d116a27c45a5 10:07:21 Removing intermediate container d116a27c45a5 10:07:21 ---> 34509122a051 10:07:21 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:07:21 ---> Running in a36104e0d6aa 10:07:22 ---> Running in 1d58e0d897e8 10:07:22 ---> 801d767fc961 10:07:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:07:22 Removing intermediate container eebb6e044420 10:07:22 ---> 35a150bb1ce6 10:07:22 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:07:22 Removing intermediate container 1d58e0d897e8 10:07:22 ---> 4fbf4e36cf15 10:07:22 Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:07:22 ---> Running in a2bfb9562ac7 10:07:23 ---> Running in 8a7d226065fe 10:07:23 ---> f7b1fbaf3c43 10:07:23 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:07:23 Removing intermediate container 8a7d226065fe 10:07:23 ---> c767ba5d5789 10:07:23 Step 24/24 : LABEL version=2.0.0-dev.14 10:07:23 ---> Running in 5fd19e23003d 10:07:23 ---> fc28688f204d 10:07:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:07:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:07:23 Removing intermediate container 5fd19e23003d 10:07:23 ---> 761fb1cc0ec8 10:07:23 10:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:07:23 Successfully built 761fb1cc0ec8 10:07:23 Successfully tagged docker-support-notifications-go:latest 10:07:24  Building docker-support-notifications-go ... done  ---> 65c236622c83 10:07:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:07:24 ---> Running in 9e51fc43e78c 10:07:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config 10:07:24 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:07:24 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:07:24 OK: 12617 distinct packages available 10:07:24 Removing intermediate container a2bfb9562ac7 10:07:24 ---> 8b7cf6e34a86 10:07:24 10:07:24 Step 11/27 : FROM docker:latest 10:07:24 ---> 0c995d0d3006 10:07:24 Step 12/27 : RUN apk add --no-cache bash 10:07:25 ---> Running in bd72885aaf68 10:07:25 Removing intermediate container 9e51fc43e78c 10:07:25 ---> a14f52a414c0 10:07:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:25 ---> 950afa876c7d 10:07:25 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:25 ---> Running in f1569d2cde92 10:07:25 (1/2) Installing ca-certificates (20191127-r4) 10:07:25 (2/2) Installing dumb-init (1.2.2-r1) 10:07:25 Executing busybox-1.31.1-r19.trigger 10:07:25 Executing ca-certificates-20191127-r4.trigger 10:07:25 (1/2) Installing readline (8.0.4-r0) 10:07:25 (2/2) Installing bash (5.0.17-r0) 10:07:25 Executing bash-5.0.17-r0.post-install 10:07:25 Executing busybox-1.31.1-r19.trigger 10:07:25 OK: 12 MiB in 22 packages 10:07:25 OK: 6 MiB in 16 packages 10:07:26 Removing intermediate container bd72885aaf68 10:07:26 ---> 600c60872ca1 10:07:26 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:07:26 Removing intermediate container f1569d2cde92 10:07:26 ---> 38556c254bd2 10:07:26 Step 24/29 : RUN chmod 755 security-secrets-setup 10:07:26 ---> Running in 19b4b4ff79b0 10:07:26 ---> Running in c6866b27e0fc 10:07:27 Removing intermediate container 19b4b4ff79b0 10:07:27 ---> 8fa59fdda4cd 10:07:27 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:07:28 ---> Running in 328aeb0fce0e 10:07:28 Removing intermediate container 328aeb0fce0e 10:07:28 ---> d30ef7014876 10:07:28 Step 15/27 : ENV APP_PORT=48090 10:07:28 Removing intermediate container c6866b27e0fc 10:07:28 ---> cebb08c558ed 10:07:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:07:28 ---> Running in 522e63c19929 10:07:28 ---> Running in e32c369bc32f 10:07:28 Removing intermediate container a36104e0d6aa 10:07:28 ---> 2279fa86e41b 10:07:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:07:28 Removing intermediate container 522e63c19929 10:07:28 ---> efefcd0dfdb3 10:07:28 Step 16/27 : EXPOSE $APP_PORT 10:07:28 Removing intermediate container e32c369bc32f 10:07:28 ---> 9153091422ff 10:07:28 Step 26/29 : CMD [ "generate" ] 10:07:28 ---> Running in c84cf546d6d7 10:07:28 ---> Running in bc1f9580231b 10:07:28 ---> Running in 2fcbe77e3201 10:07:29 Removing intermediate container c84cf546d6d7 10:07:29 ---> 04e3081c8580 10:07:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:07:29 Removing intermediate container bc1f9580231b 10:07:29 ---> 83653bcd3c34 10:07:29 Step 27/29 : LABEL arch=x86_64 10:07:29 ---> Running in f7a56f87e332 10:07:29 Removing intermediate container f7a56f87e332 10:07:29 ---> 662b361fff9c 10:07:29 Step 28/29 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:07:29 ---> Running in b1ef1dc1c867 10:07:29 ---> dbab66c7d1ef 10:07:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:07:29 Removing intermediate container b1ef1dc1c867 10:07:29 ---> 50c2a2739e3b 10:07:29 Step 29/29 : LABEL version=2.0.0-dev.14 10:07:29 ---> Running in 3d683fa20628 10:07:29 ---> b1abdded282b 10:07:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:07:29 Removing intermediate container 3d683fa20628 10:07:29 ---> ac4468dbf9de 10:07:29 10:07:29 Removing intermediate container 2fcbe77e3201 10:07:29 ---> 015c583f37c6 10:07:29 Step 14/29 : WORKDIR $BASE_DIR 10:07:29 ---> Running in b796e7de53c6 10:07:30 Successfully built ac4468dbf9de 10:07:30 Successfully tagged docker-security-secrets-setup-go:latest 10:07:30  Building docker-security-secrets-setup-go ... done  ---> 5d8add167602 10:07:30 Step 20/27 : RUN apk --no-cache add py3-pip 10:07:30 ---> Running in b5d3c685bd3f 10:07:30 Removing intermediate container b796e7de53c6 10:07:30 ---> 9437f1f19b3b 10:07:30 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:07:30 ---> Running in 6287a8d85352 10:07:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:31 (1/33) Installing libbz2 (1.0.8-r1) 10:07:31 (2/33) Installing expat (2.2.9-r1) 10:07:31 (3/33) Installing libffi (3.3-r2) 10:07:31 (4/33) Installing gdbm (1.13-r1) 10:07:31 (5/33) Installing xz-libs (5.2.5-r0) 10:07:31 (6/33) Installing sqlite-libs (3.32.1-r0) 10:07:31 (7/33) Installing python3 (3.8.5-r0) 10:07:33 (8/33) Installing py3-appdirs (1.4.4-r1) 10:07:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:07:33 (10/33) Installing py3-parsing (2.4.7-r0) 10:07:33 (11/33) Installing py3-six (1.15.0-r0) 10:07:33 (12/33) Installing py3-packaging (20.4-r0) 10:07:33 (13/33) Installing py3-setuptools (47.0.0-r0) 10:07:33 (14/33) Installing py3-chardet (3.0.4-r4) 10:07:33 (15/33) Installing py3-idna (2.9-r0) 10:07:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:07:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:07:33 (18/33) Installing py3-requests (2.23.0-r0) 10:07:33 (19/33) Installing py3-msgpack (1.0.0-r0) 10:07:33 (20/33) Installing py3-lockfile (0.12.2-r3) 10:07:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:07:33 (22/33) Installing py3-colorama (0.4.3-r0) 10:07:33 (23/33) Installing py3-distlib (0.3.0-r0) 10:07:33 (24/33) Installing py3-distro (1.5.0-r1) 10:07:33 (25/33) Installing py3-webencodings (0.5.1-r3) 10:07:33 (26/33) Installing py3-html5lib (1.0.1-r4) 10:07:33 (27/33) Installing py3-pytoml (0.1.21-r0) 10:07:33 (28/33) Installing py3-pep517 (0.8.2-r0) 10:07:33 (29/33) Installing py3-progress (1.5-r0) 10:07:33 (30/33) Installing py3-toml (0.10.1-r0) 10:07:33 (31/33) Installing py3-retrying (1.3.3-r0) 10:07:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:07:33 (33/33) Installing py3-pip (20.1.1-r0) 10:07:33 Executing busybox-1.31.1-r19.trigger 10:07:33 OK: 71 MiB in 55 packages 10:07:36 Removing intermediate container 6287a8d85352 10:07:36 ---> 4786a83cacb5 10:07:36 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:07:36 Removing intermediate container f950a49a51b3 10:07:36 ---> 8a7565e4ead7 10:07:36 10:07:36 Step 10/24 : FROM alpine:3.10 10:07:36 3.10: Pulling from library/alpine 10:07:37 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:07:37 Status: Downloaded newer image for alpine:3.10 10:07:37 ---> 536a684cf733 10:07:37 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:07:38 ---> 99fd9793cf30 10:07:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:07:38 ---> Running in fc2a062cf89d 10:07:39 ---> 7efd370f687f 10:07:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:07:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 10:07:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 10:07:41 ---> 7c5d674af81d 10:07:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:07:41 Removing intermediate container b5d3c685bd3f 10:07:41 ---> d97f4f21bc1e 10:07:41 Step 21/27 : RUN pip install docker-compose==1.23.2 10:07:41 ---> Running in bb730d7c8736 10:07:42 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:07:42 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:07:42 OK: 10171 distinct packages available 10:07:43 Collecting docker-compose==1.23.2 10:07:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:07:43 (1/5) Installing ca-certificates (20191127-r2) 10:07:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:07:43 (3/5) Installing libcurl (7.66.0-r3) 10:07:43 (4/5) Installing curl (7.66.0-r3) 10:07:43 (5/5) Installing dumb-init (1.2.2-r1) 10:07:43 Executing busybox-1.30.1-r3.trigger 10:07:43 Executing ca-certificates-20191127-r2.trigger 10:07:43 ---> 519b34d64171 10:07:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:07:43 Collecting PyYAML<4,>=3.10 10:07:43 Downloading PyYAML-3.13.tar.gz (270 kB) 10:07:43 OK: 7 MiB in 19 packages 10:07:44 Removing intermediate container ae6bc6b679a1 10:07:44 ---> 0ae246eed72f 10:07:44 10:07:44 Step 10/21 : FROM alpine 10:07:44 ---> dd36a01c3f31 10:07:44 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:07:44 Collecting docopt<0.7,>=0.6.1 10:07:44 Downloading docopt-0.6.2.tar.gz (25 kB) 10:07:44 ---> Running in 17e1e56313eb 10:07:45 Collecting jsonschema<3,>=2.5.1 10:07:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:07:45 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:07:45 ---> ec19762fbfc6 10:07:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:07:45 Collecting docker<4.0,>=3.6.0 10:07:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:07:45 ---> Running in 4c802cf59c5e 10:07:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:07:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:07:45 Collecting cached-property<2,>=1.2.0 10:07:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:07:45 Collecting websocket-client<1.0,>=0.32.0 10:07:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:07:46 Collecting dockerpty<0.5,>=0.4.1 10:07:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:07:46 Collecting texttable<0.10,>=0.9.0 10:07:46 Downloading texttable-0.9.1.tar.gz (11 kB) 10:07:46 Collecting docker-pycreds>=0.4.0 10:07:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:07:47 Collecting idna<2.8,>=2.5 10:07:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:07:47 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:07:47 Collecting urllib3<1.25,>=1.21.1 10:07:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:07:47 Removing intermediate container fc2a062cf89d 10:07:47 ---> a237b2fc985f 10:07:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:47 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:07:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:07:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:07:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:07:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:07:47 Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, texttable, docker-compose 10:07:47 Running setup.py install for PyYAML: started 10:07:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:07:47 ---> Running in 84e75b6a4762 10:07:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:07:47 Running setup.py install for PyYAML: finished with status 'done' 10:07:47 Running setup.py install for docopt: started 10:07:48 Removing intermediate container 84e75b6a4762 10:07:48 ---> ffb864f50b00 10:07:48 Step 13/24 : WORKDIR / 10:07:48 Running setup.py install for docopt: finished with status 'done' 10:07:48 Attempting uninstall: idna 10:07:48 Found existing installation: idna 2.9 10:07:48 Uninstalling idna-2.9: 10:07:48 Successfully uninstalled idna-2.9 10:07:48 Attempting uninstall: urllib3 10:07:48 Found existing installation: urllib3 1.25.9 10:07:48 Uninstalling urllib3-1.25.9: 10:07:48 Successfully uninstalled urllib3-1.25.9 10:07:48 ---> Running in 07093d0d7a2a 10:07:49 Attempting uninstall: requests 10:07:49 Found existing installation: requests 2.23.0 10:07:49 Uninstalling requests-2.23.0: 10:07:49 Successfully uninstalled requests-2.23.0 10:07:49 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:07:49 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:07:49 OK: 12617 distinct packages available 10:07:49 Removing intermediate container 4c802cf59c5e 10:07:49 ---> f3a88be6dcd3 10:07:49 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/Removing intermediate container 07093d0d7a2a 10:07:49 ---> f30fe08a8c47 10:07:49 Running setup.py install for dockerpty: started 10:07:49 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:07:49 10:07:50 Running setup.py install for dockerpty: finished with status 'done' 10:07:50 Running setup.py install for texttable: started 10:07:50 (1/4) Installing ca-certificates (20191127-r4) 10:07:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:07:50 (3/4) Installing libcurl (7.69.1-r3) 10:07:50 (4/4) Installing curl (7.69.1-r3) 10:07:50 Executing busybox-1.31.1-r19.trigger 10:07:50 Executing ca-certificates-20191127-r4.trigger 10:07:50 Running setup.py install for texttable: finished with status 'done' 10:07:50 OK: 7 MiB in 18 packages 10:07:50 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:07:51 ---> fb98e0795afa 10:07:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:51 ---> d64c8fdc3de9 10:07:51 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:07:51 ---> Running in 5366ecc2a126 10:07:52 ---> 9f5cd8cd0480 10:07:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:07:53 Removing intermediate container 17e1e56313eb 10:07:53 ---> e4b6edb09162 10:07:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:54 ---> Running in c32630441c47 10:07:55 Removing intermediate container bb730d7c8736 10:07:55 ---> 673a2968a1f4 10:07:55 Step 22/27 : RUN apk --no-cache add curl 10:07:55 ---> Running in ed2007772749 10:07:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:55 ---> 575113149852 10:07:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:07:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:07:55 (2/3) Installing libcurl (7.69.1-r3) 10:07:55 (3/3) Installing curl (7.69.1-r3) 10:07:55 Executing busybox-1.31.1-r19.trigger 10:07:55 OK: 72 MiB in 58 packages 10:07:55 Removing intermediate container c32630441c47 10:07:55 ---> eb1b8596dbd8 10:07:55 Step 13/21 : WORKDIR /edgex 10:07:55 ---> Running in 8bb26452cf24 10:07:55 Removing intermediate container ed2007772749 10:07:55 ---> 950be2cacf2e 10:07:55 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:07:55 ---> Running in a11fccf83f70 10:07:56 Removing intermediate container a11fccf83f70 10:07:56 ---> e1a7cc92e367 10:07:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:56 ---> Running in 7f5b3d9e9fdb 10:07:56 Removing intermediate container 7f5b3d9e9fdb 10:07:56 ---> f0b843e98edb 10:07:56 Step 25/27 : LABEL arch=x86_64 10:07:56 Removing intermediate container 5366ecc2a126 10:07:56 ---> 009463705f4f 10:07:56 Step 24/29 : RUN chmod 755 security-secrets-setup 10:07:56 ---> Running in 7a41c21cdb96 10:07:56 Removing intermediate container 7a41c21cdb96 10:07:56 ---> 6092d1733a0e 10:07:56 Step 26/27 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:07:56 ---> Running in 736c43e82ffa 10:07:56 Removing intermediate container 736c43e82ffa 10:07:56 ---> 9a8773619807 10:07:56 Step 27/27 : LABEL version=2.0.0-dev.14 10:07:56 ---> Running in 24fd68f26ac3 10:07:56 ---> Running in 8aac7d839c0d 10:07:56 Removing intermediate container 8bb26452cf24 10:07:56 ---> 3a0b3ef8fea4 10:07:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:07:56 Removing intermediate container 24fd68f26ac3 10:07:56 ---> c2eae826f64f 10:07:56 10:07:56 Successfully built c2eae826f64f 10:07:56 Successfully tagged docker-sys-mgmt-agent-go:latest 10:07:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:07:57 $ docker stop --time=1 d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b 10:07:58 ---> be2b4db7b94c 10:07:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:07:58 ---> 48c5a4283b06 10:07:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:07:59 $ docker rm -f d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b [Pipeline] // withDockerContainer [Pipeline] sh 10:07:59 + docker images 10:07:59 + grep docker 10:07:59 docker-sys-mgmt-agent-go latest c2eae826f64f 3 seconds ago 313MB 10:07:59 docker-security-secrets-setup-go latest ac4468dbf9de 30 seconds ago 23.9MB 10:07:59 docker-support-notifications-go latest 761fb1cc0ec8 36 seconds ago 13.6MB 10:07:59 docker-core-metadata-go latest 57b51d101064 43 seconds ago 14.5MB 10:07:59 docker-security-bootstrap-redis-go latest 313a575132ef 59 seconds ago 15.8MB 10:07:59 docker-core-data-go latest b23626642c9e 2 minutes ago 23.7MB 10:07:59 docker-security-secretstore-setup-go latest 82df388b9589 2 minutes ago 24.7MB 10:07:59 docker-security-proxy-setup-go latest cb2562acd194 2 minutes ago 24.6MB 10:07:59 docker-core-command-go latest 8d505394abb9 2 minutes ago 12.2MB 10:07:59 docker-support-scheduler-go latest 7f8c6e7ce551 2 minutes ago 12.3MB 10:07:59 docker latest 0c995d0d3006 12 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:08:00 provisioning config files... 10:08:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config5080241947015335494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:00 ---> docker-login.sh 10:08:00 nexus3.edgexfoundry.org:10001 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 nexus3.edgexfoundry.org:10002 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 nexus3.edgexfoundry.org:10003 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 Removing intermediate container cad97412aba7 10:08:01 ---> 4aaef3c7e553 10:08:01 10:08:01 Step 10/22 : FROM scratch 10:08:01 ---> 10:08:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:08:01 nexus3.edgexfoundry.org:10004 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 docker.io 10:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:02 ---> 74be48aeb530 10:08:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:08:02 ---> Running in 5e43a1e8b8e9 10:08:02 ---> e24a0065a4be 10:08:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:08:02 Removing intermediate container 8aac7d839c0d 10:08:02 ---> 6ad9821c0ed0 10:08:02 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:08:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:02 Configure a credential helper to remove this warning. See 10:08:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:02 10:08:02 Login Succeeded 10:08:02 ---> docker-login.sh ends [Pipeline] } 10:08:02 Deleting 1 temporary files 10:08:02 ---> Running in 4605122ead2b [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:02 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:08:02 e25094879da38d58945b339cb800433d3a77391e 10:08:02 2.0.0-dev.14 10:08:02 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:02 master 10:08:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:05 Removing intermediate container 5e43a1e8b8e9 10:08:05 ---> 65a312329407 10:08:05 Step 12/22 : ENV APP_PORT=48082 10:08:05 ---> Running in dcf42365768b 10:08:05 Removing intermediate container 4605122ead2b 10:08:05 ---> b1d67c18a5bc 10:08:05 Step 26/29 : CMD [ "generate" ] 10:08:05 ---> 616ef7ddc08b 10:08:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:08:05 ---> Running in ba279934de79 10:08:05 ---> Running in a46ce6e7d664 10:08:05 Removing intermediate container dcf42365768b 10:08:05 ---> 3295737c1c4c 10:08:05 Step 13/22 : EXPOSE $APP_PORT 10:08:05 ---> Running in 7c72267ad34f 10:08:05 Removing intermediate container ba279934de79 10:08:05 ---> 1ee89b788981 10:08:05 Step 27/29 : LABEL arch=arm64 10:08:05 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:05 ---> 330ca972d0a5 10:08:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:08:05 ---> Running in 16a4840a959b 10:08:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e 10:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:08:05 2daee1d7725c: Preparing 10:08:05 8ed0dddf0fff: Preparing 10:08:05 f20694bc22cb: Preparing 10:08:05 f20694bc22cb: Pushed 10:08:05 2daee1d7725c: Pushed 10:08:05 ---> Running in c310d7505046 10:08:06 Removing intermediate container 7c72267ad34f 10:08:06 ---> 77333480558d 10:08:06 Step 14/22 : WORKDIR / 10:08:06 ---> Running in 49a214b08847 10:08:06 Removing intermediate container 16a4840a959b 10:08:06 ---> 8cec447edc64 10:08:06 Step 28/29 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:08:06 8ed0dddf0fff: Pushed 10:08:06 ---> Running in 1954bb299a94 10:08:06 Removing intermediate container c310d7505046 10:08:06 ---> 8622313207f2 10:08:06 Step 18/21 : CMD ["--init=true"] 10:08:06 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:07 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:07 ---> Running in 473b4358d12c 10:08:07 Removing intermediate container 49a214b08847 10:08:07 ---> 0cb3abbc9006 10:08:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:08:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 10:08:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:08:07 2daee1d7725c: Preparing 10:08:07 8ed0dddf0fff: Preparing 10:08:07 f20694bc22cb: Preparing 10:08:07 2daee1d7725c: Layer already exists 10:08:07 f20694bc22cb: Layer already exists 10:08:07 8ed0dddf0fff: Layer already exists 10:08:07 2.0.0-dev.14: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:07 Removing intermediate container 1954bb299a94 10:08:07 ---> a9b0428eb972 10:08:07 Step 29/29 : LABEL version=2.0.0-dev.14 10:08:07 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:08 ---> Running in 418e29a9eb9b 10:08:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:08:08 2daee1d7725c: Preparing 10:08:08 8ed0dddf0fff: Preparing 10:08:08 f20694bc22cb: Preparing 10:08:08 8ed0dddf0fff: Layer already exists 10:08:08 2daee1d7725c: Layer already exists 10:08:08 f20694bc22cb: Layer already exists 10:08:08 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:08 Removing intermediate container 473b4358d12c 10:08:08 ---> 2e3f209266eb 10:08:08 Step 19/21 : LABEL arch=arm64 10:08:08 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:08:08 ---> Running in 547b9cc2380a 10:08:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:08:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:08:08 2daee1d7725c: Preparing 10:08:08 8ed0dddf0fff: Preparing 10:08:08 f20694bc22cb: Preparing 10:08:08 f20694bc22cb: Layer already exists 10:08:08 8ed0dddf0fff: Layer already exists 10:08:08 2daee1d7725c: Layer already exists 10:08:08 master: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:09 ===================================================== 10:08:09 Removing intermediate container a46ce6e7d664 10:08:09 ---> 70d55970021b 10:08:09 ---> 8892380123c9 10:08:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:08:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] echo 10:08:09 taggedImages: 10:08:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e 10:08:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 10:08:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 10:08:09 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:08:09 e25094879da38d58945b339cb800433d3a77391e 10:08:09 2.0.0-dev.14 10:08:09 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:09 master 10:08:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:09 Removing intermediate container 418e29a9eb9b 10:08:09 ---> a500d4d7c2c5 10:08:09 10:08:09 ---> Running in a9f44c424614 10:08:09 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix 10:08:09 Removing intermediate container 547b9cc2380a 10:08:09 ---> 02fb44d9d2dc 10:08:09 Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [Pipeline] sh 10:08:09 Successfully built a500d4d7c2c5 10:08:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e 10:08:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:08:09 8f148359a93e: Preparing 10:08:09 1dd14da5568e: Preparing 10:08:09 f9e7f9b0f0ad: Preparing 10:08:09 9b212a9880f0: Preparing 10:08:09 ad2592de1d15: Preparing 10:08:09 f4666769fca7: Preparing 10:08:09 f4666769fca7: Waiting 10:08:10 f9e7f9b0f0ad: Pushed 10:08:10 ad2592de1d15: Pushed 10:08:10 8f148359a93e: Pushed 10:08:10 f4666769fca7: Layer already exists 10:08:10 9b212a9880f0: Pushed 10:08:10 Successfully tagged docker-security-secrets-setup-go-arm64:latest 10:08:10 Building docker-support-notifications-go 10:08:10 ---> Running in 5823b36439e6 10:08:10  Building docker-security-secrets-setup-go ... done Removing intermediate container a9f44c424614 10:08:10 ---> 01b7bd42f5d0 10:08:10 Step 22/24 : LABEL arch=arm64 10:08:11 ---> Running in 6250c58e5b90 10:08:11 ---> 723eff47c6b5 10:08:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:08:11 Removing intermediate container 5823b36439e6 10:08:11 ---> 5e08a031d122 10:08:11 Step 21/21 : LABEL version=2.0.0-dev.14 10:08:11 1dd14da5568e: Pushed 10:08:11 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:11 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 10:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:08:12 8f148359a93e: Preparing 10:08:12 1dd14da5568e: Preparing 10:08:12 f9e7f9b0f0ad: Preparing 10:08:12 9b212a9880f0: Preparing 10:08:12 ad2592de1d15: Preparing 10:08:12 f4666769fca7: Preparing 10:08:12 f4666769fca7: Waiting 10:08:12 8f148359a93e: Layer already exists 10:08:12 1dd14da5568e: Layer already exists 10:08:12 9b212a9880f0: Layer already exists 10:08:12 ad2592de1d15: Layer already exists 10:08:12 f9e7f9b0f0ad: Layer already exists 10:08:12 f4666769fca7: Layer already exists 10:08:12 2.0.0-dev.14: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:12 ---> Running in 651a6dfeb0e8 10:08:12 Removing intermediate container 6250c58e5b90 10:08:12 ---> f20eeb34fa83 10:08:12 Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:08:12 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:08:12 8f148359a93e: Preparing 10:08:12 1dd14da5568e: Preparing 10:08:12 f9e7f9b0f0ad: Preparing 10:08:12 9b212a9880f0: Preparing 10:08:12 ad2592de1d15: Preparing 10:08:12 f4666769fca7: Preparing 10:08:12 f4666769fca7: Waiting 10:08:12 8f148359a93e: Layer already exists 10:08:12 9b212a9880f0: Layer already exists 10:08:12 ad2592de1d15: Layer already exists 10:08:12 f9e7f9b0f0ad: Layer already exists 10:08:12 1dd14da5568e: Layer already exists 10:08:12 f4666769fca7: Layer already exists 10:08:12 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:12 Removing intermediate container 3d663b85f217 10:08:12 ---> 488da5df9256 10:08:12 10:08:12 Step 10/22 : FROM scratch 10:08:12 ---> 10:08:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:08:13 ---> Using cache 10:08:13 ---> 65a312329407 10:08:13 Step 12/22 : ENV APP_PORT=48081 10:08:13 ---> 559ec18e4d94 10:08:13 Step 18/22 : ENTRYPOINT ["/core-command"] 10:08:13 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 10:08:13 ---> Running in b66f509071c1 10:08:13 Removing intermediate container 651a6dfeb0e8 10:08:13 ---> 32bc6288137a 10:08:13 10:08:13 ---> Running in 848ff9fdc0a3 10:08:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:08:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:08:13 8f148359a93e: Preparing 10:08:13 1dd14da5568e: Preparing 10:08:13 f9e7f9b0f0ad: Preparing 10:08:13 9b212a9880f0: Preparing 10:08:13 ad2592de1d15: Preparing 10:08:13 f4666769fca7: Preparing 10:08:13 f4666769fca7: Waiting 10:08:13 8f148359a93e: Layer already exists 10:08:13 f9e7f9b0f0ad: Layer already exists 10:08:13 1dd14da5568e: Layer already exists 10:08:13 ad2592de1d15: Layer already exists 10:08:13 Successfully built 32bc6288137a 10:08:13 9b212a9880f0: Layer already exists 10:08:13 f4666769fca7: Layer already exists 10:08:13 master: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:08:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:08:14  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 10:08:14 ---> Running in 326f1cae7251 [Pipeline] // withEnv [Pipeline] echo 10:08:14 ===================================================== [Pipeline] echo 10:08:14 taggedImages: 10:08:14 - nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e 10:08:14 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 10:08:14 - nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:14 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:08:14 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:08:14 e25094879da38d58945b339cb800433d3a77391e 10:08:14 2.0.0-dev.14 10:08:14 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:14 master 10:08:14 ===================================================== [Pipeline] withEnv [Pipeline] { 10:08:14 Removing intermediate container b66f509071c1 10:08:14 ---> 1d685ad17cd0 10:08:14 Step 24/24 : LABEL version=2.0.0-dev.14 10:08:14 Removing intermediate container 848ff9fdc0a3 10:08:14 ---> e3536c612522 10:08:14 Step 13/22 : EXPOSE $APP_PORT 10:08:14 ---> Running in 837fae731126 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:14 ---> Running in d3dee2cda9ab 10:08:14 Removing intermediate container 326f1cae7251 10:08:14 ---> 88ea270912d8 10:08:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:14 ---> Running in 93cdce0e40c0 10:08:14 Removing intermediate container d3dee2cda9ab 10:08:14 ---> 68863b9b07c7 10:08:14 Step 14/22 : WORKDIR / 10:08:14 Removing intermediate container 837fae731126 10:08:14 ---> 220ba624b8e2 10:08:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e 10:08:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:08:15 0e7f535f9513: Preparing 10:08:15 0f8604d78e0c: Preparing 10:08:15 4cfb12e368d0: Preparing 10:08:15 10:08:15 ---> Running in 732ca9cc7d8b 10:08:15 4cfb12e368d0: Pushed 10:08:15 0e7f535f9513: Pushed 10:08:15 Successfully built 220ba624b8e2 10:08:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:08:15  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 10:08:15 Removing intermediate container 93cdce0e40c0 10:08:15 ---> acbadcfb252d 10:08:15 Step 20/22 : LABEL arch=arm64 10:08:15 ---> Running in 74b0563e9078 10:08:16 Removing intermediate container 732ca9cc7d8b 10:08:16 ---> a3efbc01029e 10:08:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:08:16 Removing intermediate container 74b0563e9078 10:08:16 ---> edc66a19cbad 10:08:16 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:08:16 ---> Running in 72b5c9be1ca4 10:08:16 ---> 90b92d34e9f3 10:08:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:08:16 0f8604d78e0c: Pushed 10:08:16 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:17 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:17 Removing intermediate container 72b5c9be1ca4 10:08:17 ---> 953b1920096c 10:08:17 Step 22/22 : LABEL version=2.0.0-dev.14 10:08:17 ---> Running in 5f6c48d226fa 10:08:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 10:08:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:08:17 0e7f535f9513: Preparing 10:08:17 0f8604d78e0c: Preparing 10:08:17 4cfb12e368d0: Preparing 10:08:17 0f8604d78e0c: Layer already exists 10:08:17 0e7f535f9513: Layer already exists 10:08:17 4cfb12e368d0: Layer already exists 10:08:17 2.0.0-dev.14: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:17 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:08:18 0e7f535f9513: Preparing 10:08:18 0f8604d78e0c: Preparing 10:08:18 4cfb12e368d0: Preparing 10:08:18 4cfb12e368d0: Layer already exists 10:08:18 0e7f535f9513: Layer already exists 10:08:18 0f8604d78e0c: Layer already exists 10:08:18 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:18 Removing intermediate container 5f6c48d226fa 10:08:18 ---> b113c0774964 10:08:18 10:08:18 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:08:18 Successfully built b113c0774964 10:08:18 ---> 8566c6a4838b 10:08:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:08:18 Successfully tagged docker-core-command-go-arm64:latest 10:08:18  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 10:08:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:08:18 0e7f535f9513: Preparing 10:08:18 0f8604d78e0c: Preparing 10:08:18 4cfb12e368d0: Preparing 10:08:18 0f8604d78e0c: Layer already exists 10:08:18 4cfb12e368d0: Layer already exists 10:08:18 0e7f535f9513: Layer already exists 10:08:18 master: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:18 ===================================================== [Pipeline] echo 10:08:18 taggedImages: 10:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e 10:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 10:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:08:19 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 10:08:19 e25094879da38d58945b339cb800433d3a77391e 10:08:19 2.0.0-dev.14 10:08:19 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:19 master 10:08:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:19 ---> 6331cd9e3b35 10:08:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:08:19 ---> Running in 890a7136097f 10:08:19 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e 10:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:08:19 1fccfbe601c2: Preparing 10:08:19 b71cc5b52843: Preparing 10:08:19 9b26f24a8488: Preparing 10:08:19 d3f0a6918f1b: Preparing 10:08:19 f5ba0bef57cc: Preparing 10:08:19 4d8f8f55d0ba: Preparing 10:08:19 1b3ee35aacca: Preparing 10:08:19 1b3ee35aacca: Waiting 10:08:19 4d8f8f55d0ba: Waiting 10:08:20 1fccfbe601c2: Pushed 10:08:20 9b26f24a8488: Pushed 10:08:20 f5ba0bef57cc: Pushed 10:08:20 b71cc5b52843: Pushed 10:08:20 1b3ee35aacca: Layer already exists 10:08:20 Removing intermediate container 890a7136097f 10:08:20 ---> 7e4042503360 10:08:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:20 ---> Running in a7a19eed1c28 10:08:20 4d8f8f55d0ba: Pushed 10:08:20 d3f0a6918f1b: Pushed 10:08:20 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:08:20 Removing intermediate container a7a19eed1c28 10:08:20 ---> c6b4cb703636 10:08:20 Step 20/22 : LABEL arch=arm64 10:08:21 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:21 ---> Running in c63235aeca72 10:08:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 10:08:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:08:21 1fccfbe601c2: Preparing 10:08:21 b71cc5b52843: Preparing 10:08:21 9b26f24a8488: Preparing 10:08:21 d3f0a6918f1b: Preparing 10:08:21 f5ba0bef57cc: Preparing 10:08:21 4d8f8f55d0ba: Preparing 10:08:21 1b3ee35aacca: Preparing 10:08:21 4d8f8f55d0ba: Waiting 10:08:21 1b3ee35aacca: Waiting 10:08:21 1fccfbe601c2: Layer already exists 10:08:21 f5ba0bef57cc: Layer already exists 10:08:21 9b26f24a8488: Layer already exists 10:08:21 d3f0a6918f1b: Layer already exists 10:08:21 b71cc5b52843: Layer already exists 10:08:21 4d8f8f55d0ba: Layer already exists 10:08:21 1b3ee35aacca: Layer already exists 10:08:21 2.0.0-dev.14: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:08:21 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:08:22 1fccfbe601c2: Preparing 10:08:22 b71cc5b52843: Preparing 10:08:22 9b26f24a8488: Preparing 10:08:22 d3f0a6918f1b: Preparing 10:08:22 f5ba0bef57cc: Preparing 10:08:22 4d8f8f55d0ba: Preparing 10:08:22 1b3ee35aacca: Preparing 10:08:22 1b3ee35aacca: Waiting 10:08:22 4d8f8f55d0ba: Waiting 10:08:22 9b26f24a8488: Layer already exists 10:08:22 b71cc5b52843: Layer already exists 10:08:22 1fccfbe601c2: Layer already exists 10:08:22 f5ba0bef57cc: Layer already exists 10:08:22 d3f0a6918f1b: Layer already exists 10:08:22 1b3ee35aacca: Layer already exists 10:08:22 4d8f8f55d0ba: Layer already exists 10:08:22 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:08:22 Removing intermediate container c63235aeca72 10:08:22 ---> f9af1a031a5b 10:08:22 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:08:22 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 10:08:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 10:08:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:08:22 1fccfbe601c2: Preparing 10:08:22 b71cc5b52843: Preparing 10:08:22 9b26f24a8488: Preparing 10:08:22 d3f0a6918f1b: Preparing 10:08:22 f5ba0bef57cc: Preparing 10:08:22 4d8f8f55d0ba: Preparing 10:08:22 1b3ee35aacca: Preparing 10:08:22 4d8f8f55d0ba: Waiting 10:08:22 1b3ee35aacca: Waiting 10:08:22 b71cc5b52843: Layer already exists 10:08:22 1fccfbe601c2: Layer already exists 10:08:22 f5ba0bef57cc: Layer already exists 10:08:22 d3f0a6918f1b: Layer already exists 10:08:22 9b26f24a8488: Layer already exists 10:08:22 4d8f8f55d0ba: Layer already exists 10:08:22 1b3ee35aacca: Layer already exists 10:08:22 master: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:08:22 ---> Running in 256924ba1f56 [Pipeline] echo 10:08:22 ===================================================== [Pipeline] echo 10:08:22 taggedImages: 10:08:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e 10:08:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 10:08:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 10:08:22 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:08:22 e25094879da38d58945b339cb800433d3a77391e 10:08:22 2.0.0-dev.14 10:08:22 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:22 master 10:08:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:23 Removing intermediate container 256924ba1f56 10:08:23 ---> 405ccfd183d6 10:08:23 Step 22/22 : LABEL version=2.0.0-dev.14 10:08:23 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:08:23 f658fb0f0ca3: Preparing 10:08:23 7b9b033cb86a: Preparing 10:08:23 38770093a901: Preparing 10:08:23 61771d7c806a: Preparing 10:08:23 f12d2aa7aefc: Preparing 10:08:23 f4666769fca7: Preparing 10:08:23 f4666769fca7: Waiting 10:08:24 61771d7c806a: Pushed 10:08:24 38770093a901: Pushed 10:08:24 f4666769fca7: Layer already exists 10:08:24 ---> Running in 24631cfebf04 10:08:24 f12d2aa7aefc: Pushed 10:08:24 Removing intermediate container 24631cfebf04 10:08:24 ---> 6be0966f36ce 10:08:24 10:08:24 7b9b033cb86a: Pushed 10:08:24 f658fb0f0ca3: Pushed 10:08:24 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:08:24 Successfully built 6be0966f36ce 10:08:24 Successfully tagged docker-core-metadata-go-arm64:latest 10:08:24 Building docker-support-scheduler-go 10:08:25 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 10:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:08:25 f658fb0f0ca3: Preparing 10:08:25 7b9b033cb86a: Preparing 10:08:25 38770093a901: Preparing 10:08:25 61771d7c806a: Preparing 10:08:25 f12d2aa7aefc: Preparing 10:08:25 f4666769fca7: Preparing 10:08:25 f4666769fca7: Waiting 10:08:25 f12d2aa7aefc: Layer already exists 10:08:25 38770093a901: Layer already exists 10:08:25 7b9b033cb86a: Layer already exists 10:08:25 61771d7c806a: Layer already exists 10:08:25 f658fb0f0ca3: Layer already exists 10:08:25 f4666769fca7: Layer already exists 10:08:25 2.0.0-dev.14: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:08:25 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:08:26 f658fb0f0ca3: Preparing 10:08:26 7b9b033cb86a: Preparing 10:08:26 38770093a901: Preparing 10:08:26 61771d7c806a: Preparing 10:08:26 f12d2aa7aefc: Preparing 10:08:26 f4666769fca7: Preparing 10:08:26 f4666769fca7: Waiting 10:08:26 61771d7c806a: Layer already exists 10:08:26 7b9b033cb86a: Layer already exists 10:08:26 38770093a901: Layer already exists 10:08:26 f12d2aa7aefc: Layer already exists 10:08:26 f658fb0f0ca3: Layer already exists 10:08:26 f4666769fca7: Layer already exists 10:08:26 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:08:26 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:08:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:08:26 f658fb0f0ca3: Preparing 10:08:26 7b9b033cb86a: Preparing 10:08:26 38770093a901: Preparing 10:08:26 61771d7c806a: Preparing 10:08:26 f12d2aa7aefc: Preparing 10:08:26 f4666769fca7: Preparing 10:08:26 f4666769fca7: Waiting 10:08:26 61771d7c806a: Layer already exists 10:08:26 f12d2aa7aefc: Layer already exists 10:08:26 7b9b033cb86a: Layer already exists 10:08:26 f658fb0f0ca3: Layer already exists 10:08:26 38770093a901: Layer already exists 10:08:26 f4666769fca7: Layer already exists 10:08:26 master: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:26 ===================================================== [Pipeline] echo 10:08:26 taggedImages: 10:08:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 10:08:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:08:27 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 10:08:27 e25094879da38d58945b339cb800433d3a77391e 10:08:27 2.0.0-dev.14 10:08:27 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:27 master 10:08:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:27 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:08:27 20982c9eda65: Preparing 10:08:27 79af300c972e: Preparing 10:08:27 9f0350f7ffa1: Preparing 10:08:27 0920d557d237: Preparing 10:08:27 0920d557d237: Preparing 10:08:27 3a9e9005e75e: Preparing 10:08:27 8145ea284342: Preparing 10:08:27 2838a65263ae: Preparing 10:08:27 20982c9eda65: Preparing 10:08:27 552738e5b4c7: Preparing 10:08:27 87bf0caa5997: Preparing 10:08:27 2d4ef64f06ce: Preparing 10:08:27 f4666769fca7: Preparing 10:08:27 552738e5b4c7: Waiting 10:08:27 87bf0caa5997: Waiting 10:08:27 2d4ef64f06ce: Waiting 10:08:27 f4666769fca7: Waiting 10:08:27 8145ea284342: Waiting 10:08:27 2838a65263ae: Waiting 10:08:28 3a9e9005e75e: Pushed 10:08:28 0920d557d237: Pushed 10:08:28 9f0350f7ffa1: Pushed 10:08:28 79af300c972e: Pushed 10:08:28 8145ea284342: Pushed 10:08:28 87bf0caa5997: Pushed 10:08:28 2838a65263ae: Pushed 10:08:28 552738e5b4c7: Pushed 10:08:28 f4666769fca7: Layer already exists 10:08:28 2d4ef64f06ce: Pushed 10:08:28 20982c9eda65: Pushed 10:08:29 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:08:29 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 10:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:08:29 20982c9eda65: Preparing 10:08:29 79af300c972e: Preparing 10:08:29 9f0350f7ffa1: Preparing 10:08:29 0920d557d237: Preparing 10:08:29 0920d557d237: Preparing 10:08:29 3a9e9005e75e: Preparing 10:08:29 8145ea284342: Preparing 10:08:29 2838a65263ae: Preparing 10:08:29 20982c9eda65: Preparing 10:08:29 552738e5b4c7: Preparing 10:08:29 87bf0caa5997: Preparing 10:08:29 2d4ef64f06ce: Preparing 10:08:29 f4666769fca7: Preparing 10:08:29 2838a65263ae: Waiting 10:08:29 552738e5b4c7: Waiting 10:08:29 87bf0caa5997: Waiting 10:08:29 2d4ef64f06ce: Waiting 10:08:29 f4666769fca7: Waiting 10:08:29 8145ea284342: Waiting 10:08:29 79af300c972e: Layer already exists 10:08:29 3a9e9005e75e: Layer already exists 10:08:29 0920d557d237: Layer already exists 10:08:29 20982c9eda65: Layer already exists 10:08:29 9f0350f7ffa1: Layer already exists 10:08:29 8145ea284342: Layer already exists 10:08:29 2838a65263ae: Layer already exists 10:08:29 552738e5b4c7: Layer already exists 10:08:29 87bf0caa5997: Layer already exists 10:08:29 2d4ef64f06ce: Layer already exists 10:08:29 f4666769fca7: Layer already exists 10:08:29 2.0.0-dev.14: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:08:30 20982c9eda65: Preparing 10:08:30 79af300c972e: Preparing 10:08:30 9f0350f7ffa1: Preparing 10:08:30 0920d557d237: Preparing 10:08:30 0920d557d237: Preparing 10:08:30 3a9e9005e75e: Preparing 10:08:30 8145ea284342: Preparing 10:08:30 2838a65263ae: Preparing 10:08:30 20982c9eda65: Preparing 10:08:30 552738e5b4c7: Preparing 10:08:30 87bf0caa5997: Preparing 10:08:30 2d4ef64f06ce: Preparing 10:08:30 f4666769fca7: Preparing 10:08:30 552738e5b4c7: Waiting 10:08:30 87bf0caa5997: Waiting 10:08:30 2d4ef64f06ce: Waiting 10:08:30 f4666769fca7: Waiting 10:08:30 8145ea284342: Waiting 10:08:30 2838a65263ae: Waiting 10:08:30 9f0350f7ffa1: Layer already exists 10:08:30 0920d557d237: Layer already exists 10:08:30 79af300c972e: Layer already exists 10:08:30 20982c9eda65: Layer already exists 10:08:30 3a9e9005e75e: Layer already exists 10:08:30 8145ea284342: Layer already exists 10:08:30 2838a65263ae: Layer already exists 10:08:30 552738e5b4c7: Layer already exists 10:08:30 2d4ef64f06ce: Layer already exists 10:08:30 87bf0caa5997: Layer already exists 10:08:30 f4666769fca7: Layer already exists 10:08:30 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:08:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 10:08:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:08:31 20982c9eda65: Preparing 10:08:31 79af300c972e: Preparing 10:08:31 9f0350f7ffa1: Preparing 10:08:31 0920d557d237: Preparing 10:08:31 0920d557d237: Preparing 10:08:31 3a9e9005e75e: Preparing 10:08:31 8145ea284342: Preparing 10:08:31 2838a65263ae: Preparing 10:08:31 20982c9eda65: Preparing 10:08:31 552738e5b4c7: Preparing 10:08:31 87bf0caa5997: Preparing 10:08:31 2d4ef64f06ce: Preparing 10:08:31 f4666769fca7: Preparing 10:08:31 8145ea284342: Waiting 10:08:31 2838a65263ae: Waiting 10:08:31 2d4ef64f06ce: Waiting 10:08:31 552738e5b4c7: Waiting 10:08:31 87bf0caa5997: Waiting 10:08:31 f4666769fca7: Waiting 10:08:31 9f0350f7ffa1: Layer already exists 10:08:31 79af300c972e: Layer already exists 10:08:31 0920d557d237: Layer already exists 10:08:31 20982c9eda65: Layer already exists 10:08:31 3a9e9005e75e: Layer already exists 10:08:31 8145ea284342: Layer already exists 10:08:31 2838a65263ae: Layer already exists 10:08:31 2d4ef64f06ce: Layer already exists 10:08:31 552738e5b4c7: Layer already exists 10:08:31 f4666769fca7: Layer already exists 10:08:31 87bf0caa5997: Layer already exists 10:08:31 master: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:31 ===================================================== [Pipeline] echo 10:08:31 taggedImages: 10:08:31 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:31 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 10:08:31 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:31 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 10:08:31 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:08:31 e25094879da38d58945b339cb800433d3a77391e 10:08:31 2.0.0-dev.14 10:08:31 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:31 master 10:08:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:08:33 ebb36b95be3f: Preparing 10:08:33 0b901390f8d3: Preparing 10:08:33 92aebff3907a: Preparing 10:08:33 a7aec54cddb2: Preparing 10:08:33 bc471dc8de68: Preparing 10:08:33 6799f0862171: Preparing 10:08:33 0bccd8335d61: Preparing 10:08:33 4d8f8f55d0ba: Preparing 10:08:33 1b3ee35aacca: Preparing 10:08:33 6799f0862171: Waiting 10:08:33 0bccd8335d61: Waiting 10:08:33 4d8f8f55d0ba: Waiting 10:08:33 1b3ee35aacca: Waiting 10:08:33 bc471dc8de68: Pushed 10:08:33 0b901390f8d3: Pushed 10:08:33 ebb36b95be3f: Pushed 10:08:33 4d8f8f55d0ba: Layer already exists 10:08:33 1b3ee35aacca: Layer already exists 10:08:33 6799f0862171: Pushed 10:08:33 0bccd8335d61: Pushed 10:08:34 a7aec54cddb2: Pushed 10:08:34 92aebff3907a: Pushed 10:08:34 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh 10:08:34 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 10:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:08:35 ebb36b95be3f: Preparing 10:08:35 0b901390f8d3: Preparing 10:08:35 92aebff3907a: Preparing 10:08:35 a7aec54cddb2: Preparing 10:08:35 bc471dc8de68: Preparing 10:08:35 6799f0862171: Preparing 10:08:35 0bccd8335d61: Preparing 10:08:35 4d8f8f55d0ba: Preparing 10:08:35 1b3ee35aacca: Preparing 10:08:35 6799f0862171: Waiting 10:08:35 4d8f8f55d0ba: Waiting 10:08:35 1b3ee35aacca: Waiting 10:08:35 0bccd8335d61: Waiting 10:08:35 bc471dc8de68: Layer already exists 10:08:35 a7aec54cddb2: Layer already exists 10:08:35 92aebff3907a: Layer already exists 10:08:35 ebb36b95be3f: Layer already exists 10:08:35 0b901390f8d3: Layer already exists 10:08:35 0bccd8335d61: Layer already exists 10:08:35 6799f0862171: Layer already exists 10:08:35 1b3ee35aacca: Layer already exists 10:08:35 4d8f8f55d0ba: Layer already exists 10:08:35 2.0.0-dev.14: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:08:35 ebb36b95be3f: Preparing 10:08:35 0b901390f8d3: Preparing 10:08:35 92aebff3907a: Preparing 10:08:35 a7aec54cddb2: Preparing 10:08:35 bc471dc8de68: Preparing 10:08:35 6799f0862171: Preparing 10:08:35 0bccd8335d61: Preparing 10:08:35 4d8f8f55d0ba: Preparing 10:08:35 1b3ee35aacca: Preparing 10:08:35 0bccd8335d61: Waiting 10:08:35 4d8f8f55d0ba: Waiting 10:08:35 1b3ee35aacca: Waiting 10:08:35 6799f0862171: Waiting 10:08:35 92aebff3907a: Layer already exists 10:08:35 ebb36b95be3f: Layer already exists 10:08:35 bc471dc8de68: Layer already exists 10:08:35 0b901390f8d3: Layer already exists 10:08:35 a7aec54cddb2: Layer already exists 10:08:35 6799f0862171: Layer already exists 10:08:35 0bccd8335d61: Layer already exists 10:08:35 4d8f8f55d0ba: Layer already exists 10:08:35 1b3ee35aacca: Layer already exists 10:08:35 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:08:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:08:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:08:36 ebb36b95be3f: Preparing 10:08:36 0b901390f8d3: Preparing 10:08:36 92aebff3907a: Preparing 10:08:36 a7aec54cddb2: Preparing 10:08:36 bc471dc8de68: Preparing 10:08:36 6799f0862171: Preparing 10:08:36 0bccd8335d61: Preparing 10:08:36 4d8f8f55d0ba: Preparing 10:08:36 1b3ee35aacca: Preparing 10:08:36 6799f0862171: Waiting 10:08:36 0bccd8335d61: Waiting 10:08:36 4d8f8f55d0ba: Waiting 10:08:36 1b3ee35aacca: Waiting 10:08:36 a7aec54cddb2: Layer already exists 10:08:36 bc471dc8de68: Layer already exists 10:08:36 ebb36b95be3f: Layer already exists 10:08:36 0b901390f8d3: Layer already exists 10:08:36 92aebff3907a: Layer already exists 10:08:36 0bccd8335d61: Layer already exists 10:08:36 6799f0862171: Layer already exists 10:08:36 1b3ee35aacca: Layer already exists 10:08:36 4d8f8f55d0ba: Layer already exists 10:08:36 master: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:36 ===================================================== [Pipeline] echo 10:08:36 taggedImages: 10:08:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e 10:08:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 10:08:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:08:36 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:08:36 e25094879da38d58945b339cb800433d3a77391e 10:08:36 2.0.0-dev.14 10:08:36 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:36 master 10:08:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:37 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e 10:08:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:08:37 c35976cde893: Preparing 10:08:37 fb038524a499: Preparing 10:08:37 fd1a680e104e: Preparing 10:08:37 b21784f929a4: Preparing 10:08:37 63938c3fc023: Preparing 10:08:37 f7d18e744402: Preparing 10:08:37 f7d18e744402: Waiting 10:08:37 c35976cde893: Pushed 10:08:37 fd1a680e104e: Pushed 10:08:37 b21784f929a4: Pushed 10:08:37 63938c3fc023: Pushed 10:08:37 f7d18e744402: Pushed 10:08:38 fb038524a499: Pushed 10:08:38 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:08:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 10:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:08:40 c35976cde893: Preparing 10:08:40 fb038524a499: Preparing 10:08:40 fd1a680e104e: Preparing 10:08:40 b21784f929a4: Preparing 10:08:40 63938c3fc023: Preparing 10:08:40 f7d18e744402: Preparing 10:08:40 f7d18e744402: Waiting 10:08:40 63938c3fc023: Layer already exists 10:08:40 fb038524a499: Layer already exists 10:08:40 c35976cde893: Layer already exists 10:08:40 fd1a680e104e: Layer already exists 10:08:40 b21784f929a4: Layer already exists 10:08:40 f7d18e744402: Layer already exists 10:08:40 2.0.0-dev.14: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:08:40 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:08:40 c35976cde893: Preparing 10:08:40 fb038524a499: Preparing 10:08:40 fd1a680e104e: Preparing 10:08:40 b21784f929a4: Preparing 10:08:40 63938c3fc023: Preparing 10:08:40 f7d18e744402: Preparing 10:08:40 f7d18e744402: Waiting 10:08:40 fb038524a499: Layer already exists 10:08:40 63938c3fc023: Layer already exists 10:08:40 b21784f929a4: Layer already exists 10:08:40 c35976cde893: Layer already exists 10:08:40 fd1a680e104e: Layer already exists 10:08:40 f7d18e744402: Layer already exists 10:08:40 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:08:40 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:08:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:08:41 c35976cde893: Preparing 10:08:41 fb038524a499: Preparing 10:08:41 fd1a680e104e: Preparing 10:08:41 b21784f929a4: Preparing 10:08:41 63938c3fc023: Preparing 10:08:41 f7d18e744402: Preparing 10:08:41 f7d18e744402: Waiting 10:08:41 63938c3fc023: Layer already exists 10:08:41 b21784f929a4: Layer already exists 10:08:41 fb038524a499: Layer already exists 10:08:41 fd1a680e104e: Layer already exists 10:08:41 c35976cde893: Layer already exists 10:08:41 f7d18e744402: Layer already exists 10:08:41 master: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:41 ===================================================== [Pipeline] echo 10:08:41 taggedImages: 10:08:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e 10:08:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 10:08:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:41 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 10:08:41 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:08:41 e25094879da38d58945b339cb800433d3a77391e 10:08:41 2.0.0-dev.14 10:08:41 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:41 master 10:08:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:42 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e 10:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:08:42 6acfbc8d7115: Preparing 10:08:42 2b233c8cbe6c: Preparing 10:08:42 902b06681848: Preparing 10:08:42 902b06681848: Pushed 10:08:42 6acfbc8d7115: Pushed 10:08:43 2b233c8cbe6c: Pushed 10:08:43 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 10:08:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:08:44 6acfbc8d7115: Preparing 10:08:44 2b233c8cbe6c: Preparing 10:08:44 902b06681848: Preparing 10:08:44 2b233c8cbe6c: Layer already exists 10:08:44 6acfbc8d7115: Layer already exists 10:08:44 902b06681848: Layer already exists 10:08:44 2.0.0-dev.14: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:08:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:08:45 6acfbc8d7115: Preparing 10:08:45 2b233c8cbe6c: Preparing 10:08:45 902b06681848: Preparing 10:08:45 902b06681848: Layer already exists 10:08:45 6acfbc8d7115: Layer already exists 10:08:45 2b233c8cbe6c: Layer already exists 10:08:45 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh 10:08:45 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:08:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:08:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:08:45 6acfbc8d7115: Preparing 10:08:45 2b233c8cbe6c: Preparing 10:08:45 902b06681848: Preparing 10:08:45 6acfbc8d7115: Layer already exists 10:08:45 2b233c8cbe6c: Layer already exists 10:08:45 902b06681848: Layer already exists 10:08:45 master: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:45 ===================================================== [Pipeline] echo 10:08:45 taggedImages: 10:08:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e 10:08:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 10:08:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 10:08:45 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:08:45 e25094879da38d58945b339cb800433d3a77391e 10:08:45 2.0.0-dev.14 10:08:45 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:08:45 master 10:08:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:46 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:08:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e 10:08:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:08:46 044f4aff8c85: Preparing 10:08:46 f018215f57da: Preparing 10:08:46 01ed949c2137: Preparing 10:08:46 88c5d7c6e5a6: Preparing 10:08:46 3b19d8ef646a: Preparing 10:08:46 411a0c69810a: Preparing 10:08:46 4044189a80eb: Preparing 10:08:46 2acb66826301: Preparing 10:08:46 290384f03d96: Preparing 10:08:46 a862dfd2474d: Preparing 10:08:46 10a0b64fcff8: Preparing 10:08:46 b0b09059f4e1: Preparing 10:08:46 bb961f40224b: Preparing 10:08:46 f4666769fca7: Preparing 10:08:46 411a0c69810a: Waiting 10:08:46 4044189a80eb: Waiting 10:08:46 2acb66826301: Waiting 10:08:46 290384f03d96: Waiting 10:08:46 a862dfd2474d: Waiting 10:08:46 10a0b64fcff8: Waiting 10:08:46 b0b09059f4e1: Waiting 10:08:46 bb961f40224b: Waiting 10:08:46 f4666769fca7: Waiting 10:08:47 3b19d8ef646a: Pushed 10:08:47 044f4aff8c85: Pushed 10:08:47 88c5d7c6e5a6: Pushed 10:08:47 4044189a80eb: Pushed 10:08:47 2acb66826301: Pushed 10:08:47 f018215f57da: Pushed 10:08:47 290384f03d96: Pushed 10:08:47 a862dfd2474d: Pushed 10:08:47 b0b09059f4e1: Layer already exists 10:08:47 bb961f40224b: Layer already exists 10:08:47 f4666769fca7: Layer already exists 10:08:48 411a0c69810a: Pushed 10:08:51 01ed949c2137: Pushed 10:08:51  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:08:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:08:51 ---> 291893430d7f 10:08:51 Step 3/24 : WORKDIR /edgex-go 10:08:51 ---> Using cache 10:08:51 ---> 2fbf89ebc702 10:08:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:51 ---> Using cache 10:08:51 ---> 68efee6d49e6 10:08:51 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:08:54 ---> Running in d8051bb34244 10:08:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:08:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:08:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:08:57 ---> 291893430d7f 10:08:57 Step 3/23 : WORKDIR /edgex-go 10:08:57 ---> Using cache 10:08:57 ---> 2fbf89ebc702 10:08:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:08:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:08:57 10:08:57 ---> Using cache 10:08:57 ---> 291893430d7f 10:08:57 Step 3/27 : WORKDIR /edgex-go ---> 68efee6d49e6 10:08:57 10:08:57 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:08:57 ---> Using cache 10:08:57 ---> 2fbf89ebc702 10:08:57 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:57 ---> Using cache 10:08:57 ---> 68efee6d49e6 10:08:57 Step 5/27 : RUN apk update && apk add make bash git 10:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:08:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:08:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:08:58 ---> 291893430d7f 10:08:58 Step 3/22 : WORKDIR /edgex-go 10:08:58 ---> Using cache 10:08:58 ---> 2fbf89ebc702 10:08:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:58 ---> Using cache 10:08:58 ---> 68efee6d49e6 10:08:58 Step 5/22 : RUN apk update && apk add make git 10:08:58 ---> Using cache 10:08:58 ---> cfef59f8a3cc 10:08:58 Step 6/22 : COPY go.mod . 10:08:58 ---> Using cache 10:08:58 ---> d247bf739b9e 10:08:58 Step 7/22 : RUN go mod download 10:08:58 ---> Using cache 10:08:58 ---> ebf370da3fe8 10:08:58 Step 8/22 : COPY . . 10:08:58 ---> Using cache 10:08:58 ---> 767ef9585314 10:08:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:08:58 ---> Running in 4626f88d6b42 10:08:58 ---> Running in 876c5f891ff7 10:08:58 ---> Running in 7eabb43430fd 10:08:59 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:08:59 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:08:59 OK: 12620 distinct packages available 10:09:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:09:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:09:00 ---> 291893430d7f 10:09:00 Step 3/21 : WORKDIR /edgex-go 10:09:00 ---> Using cache 10:09:00 ---> 2fbf89ebc702 10:09:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:09:00 ---> Using cache 10:09:00 ---> 68efee6d49e6 10:09:00 Step 5/21 : RUN apk update && apk add make git 10:09:00 ---> Using cache 10:09:00 ---> cfef59f8a3cc 10:09:00 Step 6/21 : COPY go.mod . 10:09:00 ---> Using cache 10:09:00 ---> d247bf739b9e 10:09:00 Step 7/21 : RUN go mod download 10:09:00 ---> Using cache 10:09:00 ---> ebf370da3fe8 10:09:00 Step 8/21 : COPY . . 10:09:00 ---> Using cache 10:09:00 ---> 767ef9585314 10:09:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:09:00 OK: 217 MiB in 51 packages 10:09:00 ---> Running in a4d21cf7bc24 10:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:09:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:09:02 Removing intermediate container d8051bb34244 10:09:02 ---> 4507479f5d73 10:09:02 Step 6/24 : COPY go.mod . 10:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:09:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:09:03 ---> 597cf380377b 10:09:03 Step 7/24 : RUN go mod download 10:09:03 ---> Running in 58e460e47bf0 10:09:04 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:09:04 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:09:04 OK: 12620 distinct packages available 10:09:04 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:09:04 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:09:04 OK: 12620 distinct packages available 10:09:05 OK: 217 MiB in 51 packages 10:09:06 OK: 217 MiB in 51 packages 10:09:06 10a0b64fcff8: Pushed 10:09:06 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:09:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:09:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 10:09:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:09:06 044f4aff8c85: Preparing 10:09:06 f018215f57da: Preparing 10:09:06 01ed949c2137: Preparing 10:09:06 88c5d7c6e5a6: Preparing 10:09:06 3b19d8ef646a: Preparing 10:09:06 411a0c69810a: Preparing 10:09:06 4044189a80eb: Preparing 10:09:06 2acb66826301: Preparing 10:09:06 290384f03d96: Preparing 10:09:06 a862dfd2474d: Preparing 10:09:06 10a0b64fcff8: Preparing 10:09:06 b0b09059f4e1: Preparing 10:09:06 bb961f40224b: Preparing 10:09:06 f4666769fca7: Preparing 10:09:06 2acb66826301: Waiting 10:09:06 290384f03d96: Waiting 10:09:06 411a0c69810a: Waiting 10:09:06 a862dfd2474d: Waiting 10:09:06 4044189a80eb: Waiting 10:09:06 10a0b64fcff8: Waiting 10:09:06 b0b09059f4e1: Waiting 10:09:06 bb961f40224b: Waiting 10:09:06 f4666769fca7: Waiting 10:09:06 3b19d8ef646a: Layer already exists 10:09:06 01ed949c2137: Layer already exists 10:09:06 044f4aff8c85: Layer already exists 10:09:06 f018215f57da: Layer already exists 10:09:06 88c5d7c6e5a6: Layer already exists 10:09:06 4044189a80eb: Layer already exists 10:09:06 411a0c69810a: Layer already exists 10:09:06 2acb66826301: Layer already exists 10:09:06 290384f03d96: Layer already exists 10:09:06 a862dfd2474d: Layer already exists 10:09:06 10a0b64fcff8: Layer already exists 10:09:06 b0b09059f4e1: Layer already exists 10:09:06 bb961f40224b: Layer already exists 10:09:06 f4666769fca7: Layer already exists 10:09:07 2.0.0-dev.14: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:09:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:09:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:09:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:09:07 044f4aff8c85: Preparing 10:09:07 f018215f57da: Preparing 10:09:07 01ed949c2137: Preparing 10:09:07 88c5d7c6e5a6: Preparing 10:09:07 3b19d8ef646a: Preparing 10:09:07 411a0c69810a: Preparing 10:09:07 4044189a80eb: Preparing 10:09:07 2acb66826301: Preparing 10:09:07 290384f03d96: Preparing 10:09:07 a862dfd2474d: Preparing 10:09:07 10a0b64fcff8: Preparing 10:09:07 b0b09059f4e1: Preparing 10:09:07 bb961f40224b: Preparing 10:09:07 f4666769fca7: Preparing 10:09:07 2acb66826301: Waiting 10:09:07 290384f03d96: Waiting 10:09:07 a862dfd2474d: Waiting 10:09:07 10a0b64fcff8: Waiting 10:09:07 b0b09059f4e1: Waiting 10:09:07 bb961f40224b: Waiting 10:09:07 f4666769fca7: Waiting 10:09:07 4044189a80eb: Waiting 10:09:07 411a0c69810a: Waiting 10:09:07 044f4aff8c85: Layer already exists 10:09:07 01ed949c2137: Layer already exists 10:09:07 3b19d8ef646a: Layer already exists 10:09:07 88c5d7c6e5a6: Layer already exists 10:09:07 f018215f57da: Layer already exists 10:09:07 411a0c69810a: Layer already exists 10:09:07 4044189a80eb: Layer already exists 10:09:07 290384f03d96: Layer already exists 10:09:07 2acb66826301: Layer already exists 10:09:07 a862dfd2474d: Layer already exists 10:09:07 10a0b64fcff8: Layer already exists 10:09:07 f4666769fca7: Layer already exists 10:09:07 b0b09059f4e1: Layer already exists 10:09:07 bb961f40224b: Layer already exists 10:09:08 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:09:08 Removing intermediate container 4626f88d6b42 10:09:08 ---> 48b13d59b86a 10:09:08 Step 6/27 : COPY go.mod . 10:09:08 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:09:08 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:09:08 044f4aff8c85: Preparing 10:09:08 f018215f57da: Preparing 10:09:08 01ed949c2137: Preparing 10:09:08 88c5d7c6e5a6: Preparing 10:09:08 3b19d8ef646a: Preparing 10:09:08 411a0c69810a: Preparing 10:09:08 4044189a80eb: Preparing 10:09:08 2acb66826301: Preparing 10:09:08 290384f03d96: Preparing 10:09:08 a862dfd2474d: Preparing 10:09:08 10a0b64fcff8: Preparing 10:09:08 b0b09059f4e1: Preparing 10:09:08 bb961f40224b: Preparing 10:09:08 f4666769fca7: Preparing 10:09:08 411a0c69810a: Waiting 10:09:08 4044189a80eb: Waiting 10:09:08 2acb66826301: Waiting 10:09:08 290384f03d96: Waiting 10:09:08 a862dfd2474d: Waiting 10:09:08 10a0b64fcff8: Waiting 10:09:08 b0b09059f4e1: Waiting 10:09:08 bb961f40224b: Waiting 10:09:08 f4666769fca7: Waiting 10:09:08 f018215f57da: Layer already exists 10:09:08 044f4aff8c85: Layer already exists 10:09:08 88c5d7c6e5a6: Layer already exists 10:09:08 01ed949c2137: Layer already exists 10:09:08 3b19d8ef646a: Layer already exists 10:09:08 4044189a80eb: Layer already exists 10:09:08 2acb66826301: Layer already exists 10:09:08 290384f03d96: Layer already exists 10:09:08 411a0c69810a: Layer already exists 10:09:08 a862dfd2474d: Layer already exists 10:09:08 bb961f40224b: Layer already exists 10:09:08 10a0b64fcff8: Layer already exists 10:09:08 b0b09059f4e1: Layer already exists 10:09:08 f4666769fca7: Layer already exists 10:09:08 Removing intermediate container 58e460e47bf0 10:09:08 ---> 747da823f5b5 10:09:08 Step 8/24 : COPY . . 10:09:09 master: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 10:09:09 Removing intermediate container 876c5f891ff7 10:09:09 ---> 031ba947ce6d 10:09:09 Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:09:09 ===================================================== [Pipeline] echo 10:09:09 taggedImages: 10:09:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e 10:09:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 10:09:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:09:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:09:10 ---> 8223d92c1533 10:09:10 Step 7/27 : RUN go mod download [Pipeline] // stage [Pipeline] } 10:09:10 ---> Running in 9a1cdee64afe 10:09:11 ---> 5dc0e0f12e5e 10:09:11 Step 7/23 : RUN go mod download 10:09:11 ---> Running in b86c3da6b873 10:09:18 Removing intermediate container 9a1cdee64afe 10:09:18 ---> 3a51c686c1b2 10:09:18 Step 8/27 : COPY . . 10:09:18 Removing intermediate container b86c3da6b873 10:09:18 ---> 7abfb8beab42 10:09:18 Step 8/23 : COPY . . 10:09:33 ---> 1746d55b23db 10:09:33 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:09:33 ---> Running in dac246ce45e7 10:09:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:09:45 ---> 4b91be515610 10:09:45 Step 9/23 : RUN make cmd/core-data/core-data 10:09:45 ---> 2dcb2d2b9da2 10:09:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:09:45 ---> Running in 55a11fb125f4 10:09:45 ---> Running in e18f023a26fe 10:09:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data 10:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:10:33 Removing intermediate container 7eabb43430fd 10:10:33 ---> 8f96a1c3da0a 10:10:33 10:10:33 Step 10/22 : FROM alpine:3.10 10:10:33 ---> 536a684cf733 10:10:33 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:10:33 ---> Using cache 10:10:33 ---> a237b2fc985f 10:10:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:10:33 ---> Running in e219386f739f 10:10:33 Removing intermediate container e219386f739f 10:10:33 ---> 7235d684b1f2 10:10:33 Step 13/22 : WORKDIR / 10:10:33 ---> Running in 0453b41ae8fa 10:10:33 Removing intermediate container 0453b41ae8fa 10:10:33 ---> c3c6c8b70dd0 10:10:33 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:10:35 ---> a9d99b2a03bf 10:10:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:10:36 ---> 7a114d958e75 10:10:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:10:38 ---> e722d6ae5910 10:10:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:10:39 ---> 71235767cd37 10:10:39 Step 18/22 : RUN chmod +x entrypoint.sh 10:10:39 ---> Running in e8a6399b6eef 10:10:42 Removing intermediate container e8a6399b6eef 10:10:42 ---> 5b3b68dfe054 10:10:42 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:10:42 ---> Running in bf7851d05926 10:10:43 Removing intermediate container bf7851d05926 10:10:43 ---> 960ca65f50cd 10:10:43 Step 20/22 : LABEL arch=arm64 10:10:43 ---> Running in e9fb0b7b1e48 10:10:44 Removing intermediate container e9fb0b7b1e48 10:10:44 ---> 437f0d49ec65 10:10:44 Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:10:44 ---> Running in aa601b9cbf33 10:10:45 Removing intermediate container aa601b9cbf33 10:10:45 ---> ab130abe5e7d 10:10:45 Step 22/22 : LABEL version=2.0.0-dev.14 10:10:45 ---> Running in 011ab426e565 10:10:45 Removing intermediate container 011ab426e565 10:10:45 ---> 135e094ffbf3 10:10:45 10:10:46 Successfully built 135e094ffbf3 10:10:46 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 10:10:58  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a4d21cf7bc24 10:10:58 ---> 4f1087a6b7b9 10:10:58 10:10:58 Step 10/21 : FROM scratch 10:10:58 ---> 10:10:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:10:58 ---> Using cache 10:10:58 ---> 65a312329407 10:10:58 Step 12/21 : ENV APP_PORT=48085 10:10:58 ---> Running in 141bc37270c8 10:10:59 Removing intermediate container 141bc37270c8 10:10:59 ---> a141b6bd56fc 10:10:59 Step 13/21 : EXPOSE $APP_PORT 10:10:59 ---> Running in f1e96ac62436 10:11:00 Removing intermediate container f1e96ac62436 10:11:00 ---> 6a2442e4a52b 10:11:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:11:01 ---> b47ba5f2d524 10:11:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:11:03 ---> 80cfab0a75fa 10:11:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:11:04 ---> 58eb12cd12f0 10:11:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:11:04 ---> Running in f98e22d142bd 10:11:05 Removing intermediate container f98e22d142bd 10:11:05 ---> 77fb30ac7274 10:11:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:11:05 ---> Running in e27a09bb04fd 10:11:06 Removing intermediate container e27a09bb04fd 10:11:06 ---> 7985fb37ae2e 10:11:06 Step 19/21 : LABEL arch=arm64 10:11:06 ---> Running in 37c5c25954f0 10:11:06 Removing intermediate container 37c5c25954f0 10:11:06 ---> 001cb72b995b 10:11:06 Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:11:07 ---> Running in 5146fbec2633 10:11:07 Removing intermediate container 5146fbec2633 10:11:07 ---> aef44155b6ad 10:11:07 Step 21/21 : LABEL version=2.0.0-dev.14 10:11:07 ---> Running in 0d4284063ec4 10:11:08 Removing intermediate container 0d4284063ec4 10:11:08 ---> 6b794a9e2ddc 10:11:08 10:11:08 Successfully built 6b794a9e2ddc 10:11:09 Successfully tagged docker-support-scheduler-go-arm64:latest 10:11:24  Building docker-support-scheduler-go ... done Removing intermediate container e18f023a26fe 10:11:24 ---> 80b306c43ee3 10:11:24 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:11:24 ---> Running in 7b3665106f85 10:11:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:11:28 Removing intermediate container dac246ce45e7 10:11:28 ---> 9f6374866dfb 10:11:28 10:11:28 Step 10/24 : FROM scratch 10:11:28 ---> 10:11:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:11:28 ---> Running in 1d05afed5bcd 10:11:28 Removing intermediate container 1d05afed5bcd 10:11:28 ---> fc80f3ab918f 10:11:28 Step 12/24 : ENV APP_PORT=48060 10:11:29 ---> Running in 1eb3b537ef9a 10:11:29 Removing intermediate container 1eb3b537ef9a 10:11:29 ---> 7b0d5cad0bf0 10:11:29 Step 13/24 : EXPOSE $APP_PORT 10:11:30 ---> Running in a8fd7c7bedf3 10:11:31 Removing intermediate container 7b3665106f85 10:11:31 ---> cb3dcaafde5f 10:11:31 10:11:31 Step 11/27 : FROM docker:latest 10:11:31 ---> 0c09fb3ff9b5 10:11:31 Step 12/27 : RUN apk add --no-cache bashRemoving intermediate container a8fd7c7bedf3 10:11:31 ---> 76f2a17d9507 10:11:31 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:11:31 10:11:31 ---> Running in 4fc9f37b0c6c 10:11:32 ---> 310650f260f3 10:11:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:11:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:11:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:11:33 ---> e4f7d67f49df 10:11:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:11:33 (1/2) Installing readline (8.0.4-r0) 10:11:33 (2/2) Installing bash (5.0.17-r0) 10:11:33 Executing bash-5.0.17-r0.post-install 10:11:33 Executing busybox-1.31.1-r19.trigger 10:11:33 OK: 12 MiB in 22 packages 10:11:35 ---> 192a2a3b60da 10:11:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:11:35 Removing intermediate container 4fc9f37b0c6c 10:11:35 ---> 866a1ce92418 10:11:35 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:11:35 ---> Running in c7d9232468ee 10:11:36 ---> d0ad083f5a44 10:11:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:11:37 ---> 2525ee8a46e5 10:11:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:11:38 Removing intermediate container c7d9232468ee 10:11:38 ---> 7ed5cc533dd1 10:11:38 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:11:38 ---> 2245ccb6e6a6 10:11:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:11:38 ---> Running in ffebd8fc5377 10:11:38 ---> Running in b6b9747fa930 10:11:39 Removing intermediate container ffebd8fc5377 10:11:39 ---> dff2e6195982 10:11:39 Step 15/27 : ENV APP_PORT=48090 10:11:39 Removing intermediate container b6b9747fa930 10:11:39 ---> 2d599decc748 10:11:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:11:39 ---> Running in 7efbed9d08de 10:11:39 ---> Running in 07d027a11028 10:11:40 Removing intermediate container 7efbed9d08de 10:11:40 ---> e5760941c56a 10:11:40 Step 16/27 : EXPOSE $APP_PORT 10:11:40 Removing intermediate container 07d027a11028 10:11:40 ---> a6c7b6f39710 10:11:40 Step 22/24 : LABEL arch=arm64 10:11:40 ---> Running in 02d1e2a5d30a 10:11:40 ---> Running in cae1df31ae01 10:11:41 Removing intermediate container 02d1e2a5d30a 10:11:41 ---> 31c7f02b7b09 10:11:41 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:11:41 Removing intermediate container cae1df31ae01 10:11:41 ---> 024f90ffbee3 10:11:41 Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:11:42 ---> Running in 654a28defc69 10:11:42 ---> 0f7458386aa6 10:11:42 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:11:42 Removing intermediate container 654a28defc69 10:11:42 ---> 2958ec357a5e 10:11:42 Step 24/24 : LABEL version=2.0.0-dev.14 10:11:43 ---> Running in c272bc864c23 10:11:44 Removing intermediate container c272bc864c23 10:11:44 ---> c387c67cec8c 10:11:44 10:11:44 ---> 75c6677b28c0 10:11:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:11:44 Successfully built c387c67cec8c 10:11:44 Successfully tagged docker-support-notifications-go-arm64:latest 10:11:45  Building docker-support-notifications-go ... done  ---> f1ef913d0b7c 10:11:45 Step 20/27 : RUN apk --no-cache add py3-pip 10:11:45 ---> Running in 81e8155fcc27 10:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:11:47 (1/33) Installing libbz2 (1.0.8-r1) 10:11:47 (2/33) Installing expat (2.2.9-r1) 10:11:47 (3/33) Installing libffi (3.3-r2) 10:11:47 (4/33) Installing gdbm (1.13-r1) 10:11:47 (5/33) Installing xz-libs (5.2.5-r0) 10:11:47 (6/33) Installing sqlite-libs (3.32.1-r0) 10:11:47 (7/33) Installing python3 (3.8.5-r0) 10:11:50 (8/33) Installing py3-appdirs (1.4.4-r1) 10:11:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:11:50 (10/33) Installing py3-parsing (2.4.7-r0) 10:11:50 (11/33) Installing py3-six (1.15.0-r0) 10:11:50 (12/33) Installing py3-packaging (20.4-r0) 10:11:50 (13/33) Installing py3-setuptools (47.0.0-r0) 10:11:50 (14/33) Installing py3-chardet (3.0.4-r4) 10:11:50 (15/33) Installing py3-idna (2.9-r0) 10:11:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:11:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:11:50 (18/33) Installing py3-requests (2.23.0-r0) 10:11:50 (19/33) Installing py3-msgpack (1.0.0-r0) 10:11:50 (20/33) Installing py3-lockfile (0.12.2-r3) 10:11:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:11:50 (22/33) Installing py3-colorama (0.4.3-r0) 10:11:50 (23/33) Installing py3-distlib (0.3.0-r0) 10:11:50 (24/33) Installing py3-distro (1.5.0-r1) 10:11:50 (25/33) Installing py3-webencodings (0.5.1-r3) 10:11:50 (26/33) Installing py3-html5lib (1.0.1-r4) 10:11:50 (27/33) Installing py3-pytoml (0.1.21-r0) 10:11:50 (28/33) Installing py3-pep517 (0.8.2-r0) 10:11:50 (29/33) Installing py3-progress (1.5-r0) 10:11:50 (30/33) Installing py3-toml (0.10.1-r0) 10:11:50 (31/33) Installing py3-retrying (1.3.3-r0) 10:11:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:11:50 (33/33) Installing py3-pip (20.1.1-r0) 10:11:50 Executing busybox-1.31.1-r19.trigger 10:11:50 OK: 71 MiB in 55 packages 10:11:52 Removing intermediate container 55a11fb125f4 10:11:52 ---> ee341d0536ba 10:11:52 10:11:52 Step 10/23 : FROM alpine 10:11:52 ---> dd36a01c3f31 10:11:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:11:53 ---> Running in cdd7bc39184f 10:11:54 Removing intermediate container cdd7bc39184f 10:11:54 ---> ae0c783c8d48 10:11:54 Step 12/23 : ENV APP_PORT=48080 10:11:54 ---> Running in 5774ae348f50 10:11:54 Removing intermediate container 5774ae348f50 10:11:54 ---> 6251a855a7b9 10:11:54 Step 13/23 : EXPOSE $APP_PORT 10:11:54 ---> Running in c8dd007e5ea4 10:11:55 Removing intermediate container c8dd007e5ea4 10:11:55 ---> 5c043e2efa4f 10:11:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:55 ---> Running in cde49703849a 10:11:58 Removing intermediate container 81e8155fcc27 10:11:58 ---> 2fb449073226 10:11:58 Step 21/27 : RUN pip install docker-compose==1.23.2 10:11:58 ---> Running in 0c31ebc157e2 10:11:58 Removing intermediate container cde49703849a 10:11:58 ---> 9a34297d1473 10:11:58 Step 15/23 : RUN apk --no-cache add zeromq 10:11:58 ---> Running in d27ba55781cd 10:12:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:12:01 (1/5) Installing libgcc (9.3.0-r2) 10:12:01 (2/5) Installing libsodium (1.0.18-r0) 10:12:01 (3/5) Installing libstdc++ (9.3.0-r2) 10:12:02 (4/5) Installing libzmq (4.3.3-r0) 10:12:02 (5/5) Installing zeromq (4.3.3-r0) 10:12:02 Executing busybox-1.31.1-r19.trigger 10:12:02 OK: 8 MiB in 19 packages 10:12:03 Removing intermediate container d27ba55781cd 10:12:03 ---> 62fbfaa213da 10:12:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:12:04 ---> ae26b0a09700 10:12:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:12:05 Collecting docker-compose==1.23.2 10:12:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:12:06 ---> 0f94f4fbbc64 10:12:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:12:06 Collecting docker<4.0,>=3.6.0 10:12:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:12:07 ---> 5f0863a73aa4 10:12:07 Step 19/23 : ENTRYPOINT ["/core-data"] 10:12:07 ---> Running in 799a38292240 10:12:07 Collecting cached-property<2,>=1.2.0 10:12:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:12:07 Removing intermediate container 799a38292240 10:12:07 ---> ed58810d720f 10:12:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:12:07 ---> Running in 0124f9fb6396 10:12:08 Removing intermediate container 0124f9fb6396 10:12:08 ---> 5cd541cc58ae 10:12:08 Step 21/23 : LABEL arch=arm64 10:12:08 ---> Running in f597574934d2 10:12:09 Removing intermediate container f597574934d2 10:12:09 ---> 99395a0c5889 10:12:09 Step 22/23 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:12:09 ---> Running in fd9070ad2144 10:12:09 Removing intermediate container fd9070ad2144 10:12:09 ---> 5222da28a022 10:12:09 Step 23/23 : LABEL version=2.0.0-dev.14 10:12:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:12:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:12:09 ---> Running in 0619a1156b94 10:12:10 Removing intermediate container 0619a1156b94 10:12:10 ---> 90174a832329 10:12:10 10:12:10 Collecting jsonschema<3,>=2.5.1 10:12:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:12:10 Successfully built 90174a832329 10:12:10 Successfully tagged docker-core-data-go-arm64:latest 10:12:11  Building docker-core-data-go ... done 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:12:11 Collecting docopt<0.7,>=0.6.1 10:12:11 Downloading docopt-0.6.2.tar.gz (25 kB) 10:12:13 Collecting dockerpty<0.5,>=0.4.1 10:12:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:12:16 Collecting texttable<0.10,>=0.9.0 10:12:16 Downloading texttable-0.9.1.tar.gz (11 kB) 10:12:19 Collecting PyYAML<4,>=3.10 10:12:19 Downloading PyYAML-3.13.tar.gz (270 kB) 10:12:25 Collecting websocket-client<1.0,>=0.32.0 10:12:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:12:25 Collecting docker-pycreds>=0.4.0 10:12:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:12:25 Collecting urllib3<1.25,>=1.21.1 10:12:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:12:26 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:12:26 Collecting idna<2.8,>=2.5 10:12:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:12:26 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:12:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:12:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:12:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:12:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:12:28 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, dockerpty, texttable, PyYAML, docker-compose 10:12:28 Attempting uninstall: urllib3 10:12:28 Found existing installation: urllib3 1.25.9 10:12:28 Uninstalling urllib3-1.25.9: 10:12:28 Successfully uninstalled urllib3-1.25.9 10:12:29 Attempting uninstall: idna 10:12:29 Found existing installation: idna 2.9 10:12:29 Uninstalling idna-2.9: 10:12:29 Successfully uninstalled idna-2.9 10:12:30 Attempting uninstall: requests 10:12:30 Found existing installation: requests 2.23.0 10:12:30 Uninstalling requests-2.23.0: 10:12:30 Successfully uninstalled requests-2.23.0 10:12:32 Running setup.py install for docopt: started 10:12:35 Running setup.py install for docopt: finished with status 'done' 10:12:35 Running setup.py install for dockerpty: started 10:12:37 Running setup.py install for dockerpty: finished with status 'done' 10:12:37 Running setup.py install for texttable: started 10:12:40 Running setup.py install for texttable: finished with status 'done' 10:12:40 Running setup.py install for PyYAML: started 10:12:42 Running setup.py install for PyYAML: finished with status 'done' 10:12:43 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:12:47 Removing intermediate container 0c31ebc157e2 10:12:47 ---> f33ee2567afe 10:12:47 Step 22/27 : RUN apk --no-cache add curl 10:12:48 ---> Running in 5a59c7640cd0 10:12:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:12:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:12:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:12:50 (2/3) Installing libcurl (7.69.1-r3) 10:12:50 (3/3) Installing curl (7.69.1-r3) 10:12:50 Executing busybox-1.31.1-r19.trigger 10:12:50 OK: 71 MiB in 58 packages 10:12:51 Removing intermediate container 5a59c7640cd0 10:12:51 ---> ef5acd932859 10:12:51 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:12:51 ---> Running in 351cae7f8cd5 10:12:52 Removing intermediate container 351cae7f8cd5 10:12:52 ---> 9eb1c74661e6 10:12:52 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:12:52 ---> Running in 82e62a7e0802 10:12:52 Removing intermediate container 82e62a7e0802 10:12:52 ---> c83eba2302b1 10:12:52 Step 25/27 : LABEL arch=arm64 10:12:52 ---> Running in 5a65116f0ea4 10:12:53 Removing intermediate container 5a65116f0ea4 10:12:53 ---> 60a744ca5895 10:12:53 Step 26/27 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e 10:12:53 ---> Running in ca82278711de 10:12:54 Removing intermediate container ca82278711de 10:12:54 ---> d89611a6a438 10:12:54 Step 27/27 : LABEL version=2.0.0-dev.14 10:12:54 ---> Running in d43e7f0abf5c 10:12:54 Removing intermediate container d43e7f0abf5c 10:12:54 ---> 0e6e7c5885cb 10:12:54 10:12:54 Successfully built 0e6e7c5885cb 10:12:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:12:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:12:55 $ docker stop --time=1 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 10:12:57 $ docker rm -f 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 [Pipeline] // withDockerContainer [Pipeline] sh 10:12:57 + docker images 10:12:57 + grep docker 10:12:58 docker-sys-mgmt-agent-go-arm64 latest 0e6e7c5885cb 4 seconds ago 300MB 10:12:58 docker-core-data-go-arm64 latest 90174a832329 48 seconds ago 22.3MB 10:12:58 docker-support-notifications-go-arm64 latest c387c67cec8c About a minute ago 12.9MB 10:12:58 docker-support-scheduler-go-arm64 latest 6b794a9e2ddc About a minute ago 11.5MB 10:12:58 docker-security-bootstrap-redis-go-arm64 latest 135e094ffbf3 2 minutes ago 15.2MB 10:12:58 docker-core-metadata-go-arm64 latest 6be0966f36ce 4 minutes ago 13.6MB 10:12:58 docker-core-command-go-arm64 latest b113c0774964 4 minutes ago 11.4MB 10:12:58 docker-security-secretstore-setup-go-arm64 latest 220ba624b8e2 4 minutes ago 23.5MB 10:12:58 docker-security-proxy-setup-go-arm64 latest 32bc6288137a 4 minutes ago 23.4MB 10:12:58 docker-security-secrets-setup-go-arm64 latest a500d4d7c2c5 4 minutes ago 22.7MB 10:12:58 docker latest 0c09fb3ff9b5 13 hours 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:12:58 provisioning config files... 10:12:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config8098976668474913038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:12:59 ---> docker-login.sh 10:12:59 nexus3.edgexfoundry.org:10001 10:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:59 Configure a credential helper to remove this warning. See 10:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:59 10:12:59 Login Succeeded 10:12:59 nexus3.edgexfoundry.org:10002 10:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:00 Configure a credential helper to remove this warning. See 10:13:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:00 10:13:00 Login Succeeded 10:13:00 nexus3.edgexfoundry.org:10003 10:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:00 Configure a credential helper to remove this warning. See 10:13:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:00 10:13:00 Login Succeeded 10:13:00 nexus3.edgexfoundry.org:10004 10:13:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:01 Configure a credential helper to remove this warning. See 10:13:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:01 10:13:01 Login Succeeded 10:13:01 docker.io 10:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:02 Configure a credential helper to remove this warning. See 10:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:02 10:13:02 Login Succeeded 10:13:02 ---> docker-login.sh ends [Pipeline] } 10:13:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:02 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:13:02 e25094879da38d58945b339cb800433d3a77391e 10:13:02 2.0.0-dev.14 10:13:02 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:02 master 10:13:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:13:03 f97f2dcf03f0: Preparing 10:13:03 9cca05c71f24: Preparing 10:13:03 a57272575fb3: Preparing 10:13:04 a57272575fb3: Pushed 10:13:04 f97f2dcf03f0: Pushed 10:13:06 9cca05c71f24: Pushed 10:13:06 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 10:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:13:07 f97f2dcf03f0: Preparing 10:13:07 9cca05c71f24: Preparing 10:13:07 a57272575fb3: Preparing 10:13:07 f97f2dcf03f0: Layer already exists 10:13:07 9cca05c71f24: Layer already exists 10:13:07 a57272575fb3: Layer already exists 10:13:07 2.0.0-dev.14: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:13:08 f97f2dcf03f0: Preparing 10:13:08 9cca05c71f24: Preparing 10:13:08 a57272575fb3: Preparing 10:13:08 f97f2dcf03f0: Layer already exists 10:13:08 a57272575fb3: Layer already exists 10:13:08 9cca05c71f24: Layer already exists 10:13:08 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:13:09 f97f2dcf03f0: Preparing 10:13:09 9cca05c71f24: Preparing 10:13:09 a57272575fb3: Preparing 10:13:09 f97f2dcf03f0: Layer already exists 10:13:09 a57272575fb3: Layer already exists 10:13:09 9cca05c71f24: Layer already exists 10:13:09 master: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:09 ===================================================== [Pipeline] echo 10:13:09 taggedImages: 10:13:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 10:13:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:13:09 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:13:09 e25094879da38d58945b339cb800433d3a77391e 10:13:09 2.0.0-dev.14 10:13:09 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:09 master 10:13:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:13:10 d9043adc91bf: Preparing 10:13:10 9e290ee3868d: Preparing 10:13:10 ac5d32ebb012: Preparing 10:13:10 4595d3238e1c: Preparing 10:13:10 c5490864c67d: Preparing 10:13:10 e934a737d657: Preparing 10:13:10 e934a737d657: Waiting 10:13:11 d9043adc91bf: Pushed 10:13:11 e934a737d657: Layer already exists 10:13:11 4595d3238e1c: Pushed 10:13:12 ac5d32ebb012: Pushed 10:13:12 c5490864c67d: Pushed 10:13:14 9e290ee3868d: Pushed 10:13:14 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 10:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:13:15 d9043adc91bf: Preparing 10:13:15 9e290ee3868d: Preparing 10:13:15 ac5d32ebb012: Preparing 10:13:15 4595d3238e1c: Preparing 10:13:15 c5490864c67d: Preparing 10:13:15 e934a737d657: Preparing 10:13:15 e934a737d657: Waiting 10:13:15 4595d3238e1c: Layer already exists 10:13:15 c5490864c67d: Layer already exists 10:13:15 ac5d32ebb012: Layer already exists 10:13:15 d9043adc91bf: Layer already exists 10:13:15 9e290ee3868d: Layer already exists 10:13:15 e934a737d657: Layer already exists 10:13:15 2.0.0-dev.14: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:13:16 d9043adc91bf: Preparing 10:13:16 9e290ee3868d: Preparing 10:13:16 ac5d32ebb012: Preparing 10:13:16 4595d3238e1c: Preparing 10:13:16 c5490864c67d: Preparing 10:13:16 e934a737d657: Preparing 10:13:16 e934a737d657: Waiting 10:13:16 9e290ee3868d: Layer already exists 10:13:16 4595d3238e1c: Layer already exists 10:13:16 c5490864c67d: Layer already exists 10:13:16 ac5d32ebb012: Layer already exists 10:13:16 d9043adc91bf: Layer already exists 10:13:16 e934a737d657: Layer already exists 10:13:16 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:13:17 d9043adc91bf: Preparing 10:13:17 9e290ee3868d: Preparing 10:13:17 ac5d32ebb012: Preparing 10:13:17 4595d3238e1c: Preparing 10:13:17 c5490864c67d: Preparing 10:13:17 e934a737d657: Preparing 10:13:17 e934a737d657: Waiting 10:13:17 ac5d32ebb012: Layer already exists 10:13:17 4595d3238e1c: Layer already exists 10:13:17 9e290ee3868d: Layer already exists 10:13:17 d9043adc91bf: Layer already exists 10:13:17 c5490864c67d: Layer already exists 10:13:17 e934a737d657: Layer already exists 10:13:17 master: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:17 ===================================================== [Pipeline] echo 10:13:17 taggedImages: 10:13:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 10:13:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:13:18 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:13:18 e25094879da38d58945b339cb800433d3a77391e 10:13:18 2.0.0-dev.14 10:13:18 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:18 master 10:13:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:13:18 2a7192167483: Preparing 10:13:18 47ff90b22898: Preparing 10:13:18 c5e0c20e335d: Preparing 10:13:19 c5e0c20e335d: Pushed 10:13:19 2a7192167483: Pushed 10:13:22 47ff90b22898: Pushed 10:13:22 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 10:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:13:23 2a7192167483: Preparing 10:13:23 47ff90b22898: Preparing 10:13:23 c5e0c20e335d: Preparing 10:13:23 47ff90b22898: Layer already exists 10:13:23 2a7192167483: Layer already exists 10:13:23 c5e0c20e335d: Layer already exists 10:13:23 2.0.0-dev.14: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:13:24 2a7192167483: Preparing 10:13:24 47ff90b22898: Preparing 10:13:24 c5e0c20e335d: Preparing 10:13:24 c5e0c20e335d: Layer already exists 10:13:24 47ff90b22898: Layer already exists 10:13:24 2a7192167483: Layer already exists 10:13:24 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh 10:13:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:13:25 2a7192167483: Preparing 10:13:25 47ff90b22898: Preparing 10:13:25 c5e0c20e335d: Preparing 10:13:25 c5e0c20e335d: Layer already exists 10:13:25 47ff90b22898: Layer already exists 10:13:25 2a7192167483: Layer already exists 10:13:25 master: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:25 ===================================================== [Pipeline] echo 10:13:25 taggedImages: 10:13:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 10:13:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:13:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 10:13:26 e25094879da38d58945b339cb800433d3a77391e 10:13:26 2.0.0-dev.14 10:13:26 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:26 master 10:13:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:26 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:13:26 bdd88efc33bf: Preparing 10:13:26 140179e47aff: Preparing 10:13:26 558856a1f1ff: Preparing 10:13:26 521c6fe40073: Preparing 10:13:26 0dca00a8dd44: Preparing 10:13:26 28868b207cf8: Preparing 10:13:26 66b385cf80cf: Preparing 10:13:26 28868b207cf8: Waiting 10:13:26 66b385cf80cf: Waiting 10:13:27 558856a1f1ff: Pushed 10:13:27 0dca00a8dd44: Pushed 10:13:27 bdd88efc33bf: Pushed 10:13:27 140179e47aff: Pushed 10:13:27 66b385cf80cf: Layer already exists 10:13:28 28868b207cf8: Pushed 10:13:29 521c6fe40073: Pushed 10:13:29 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:13:29 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 10:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:13:30 bdd88efc33bf: Preparing 10:13:30 140179e47aff: Preparing 10:13:30 558856a1f1ff: Preparing 10:13:30 521c6fe40073: Preparing 10:13:30 0dca00a8dd44: Preparing 10:13:30 28868b207cf8: Preparing 10:13:30 66b385cf80cf: Preparing 10:13:30 28868b207cf8: Waiting 10:13:30 66b385cf80cf: Waiting 10:13:30 bdd88efc33bf: Layer already exists 10:13:30 521c6fe40073: Layer already exists 10:13:30 140179e47aff: Layer already exists 10:13:30 558856a1f1ff: Layer already exists 10:13:30 0dca00a8dd44: Layer already exists 10:13:30 28868b207cf8: Layer already exists 10:13:30 66b385cf80cf: Layer already exists 10:13:30 2.0.0-dev.14: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:13:30 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:13:31 bdd88efc33bf: Preparing 10:13:31 140179e47aff: Preparing 10:13:31 558856a1f1ff: Preparing 10:13:31 521c6fe40073: Preparing 10:13:31 0dca00a8dd44: Preparing 10:13:31 28868b207cf8: Preparing 10:13:31 66b385cf80cf: Preparing 10:13:31 28868b207cf8: Waiting 10:13:31 66b385cf80cf: Waiting 10:13:31 521c6fe40073: Layer already exists 10:13:31 140179e47aff: Layer already exists 10:13:31 558856a1f1ff: Layer already exists 10:13:31 bdd88efc33bf: Layer already exists 10:13:31 0dca00a8dd44: Layer already exists 10:13:31 28868b207cf8: Layer already exists 10:13:31 66b385cf80cf: Layer already exists 10:13:31 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:13:31 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 10:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:13:32 bdd88efc33bf: Preparing 10:13:32 140179e47aff: Preparing 10:13:32 558856a1f1ff: Preparing 10:13:32 521c6fe40073: Preparing 10:13:32 0dca00a8dd44: Preparing 10:13:32 28868b207cf8: Preparing 10:13:32 66b385cf80cf: Preparing 10:13:32 28868b207cf8: Waiting 10:13:32 66b385cf80cf: Waiting 10:13:32 bdd88efc33bf: Layer already exists 10:13:32 558856a1f1ff: Layer already exists 10:13:32 140179e47aff: Layer already exists 10:13:32 521c6fe40073: Layer already exists 10:13:32 0dca00a8dd44: Layer already exists 10:13:32 66b385cf80cf: Layer already exists 10:13:32 28868b207cf8: Layer already exists 10:13:32 master: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:32 ===================================================== [Pipeline] echo 10:13:32 taggedImages: 10:13:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 10:13:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 10:13:32 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:13:32 e25094879da38d58945b339cb800433d3a77391e 10:13:32 2.0.0-dev.14 10:13:32 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:32 master 10:13:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:13:33 afb0c6fe246a: Preparing 10:13:33 d2d4644b655e: Preparing 10:13:33 5baa7e50fd76: Preparing 10:13:33 6d37fc888ff6: Preparing 10:13:33 d39562ffc542: Preparing 10:13:33 e934a737d657: Preparing 10:13:33 e934a737d657: Waiting 10:13:35 5baa7e50fd76: Pushed 10:13:35 6d37fc888ff6: Pushed 10:13:35 e934a737d657: Layer already exists 10:13:35 d39562ffc542: Pushed 10:13:37 d2d4644b655e: Pushed 10:13:37 afb0c6fe246a: Pushed 10:13:37 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:13:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 10:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:13:38 afb0c6fe246a: Preparing 10:13:38 d2d4644b655e: Preparing 10:13:38 5baa7e50fd76: Preparing 10:13:38 6d37fc888ff6: Preparing 10:13:38 d39562ffc542: Preparing 10:13:38 e934a737d657: Preparing 10:13:38 e934a737d657: Waiting 10:13:38 6d37fc888ff6: Layer already exists 10:13:38 d2d4644b655e: Layer already exists 10:13:38 afb0c6fe246a: Layer already exists 10:13:38 d39562ffc542: Layer already exists 10:13:38 5baa7e50fd76: Layer already exists 10:13:38 e934a737d657: Layer already exists 10:13:38 2.0.0-dev.14: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:13:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:13:39 afb0c6fe246a: Preparing 10:13:39 d2d4644b655e: Preparing 10:13:39 5baa7e50fd76: Preparing 10:13:39 6d37fc888ff6: Preparing 10:13:39 d39562ffc542: Preparing 10:13:39 e934a737d657: Preparing 10:13:39 e934a737d657: Waiting 10:13:39 6d37fc888ff6: Layer already exists 10:13:39 d39562ffc542: Layer already exists 10:13:39 5baa7e50fd76: Layer already exists 10:13:39 afb0c6fe246a: Layer already exists 10:13:39 d2d4644b655e: Layer already exists 10:13:39 e934a737d657: Layer already exists 10:13:39 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:13:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:13:40 afb0c6fe246a: Preparing 10:13:40 d2d4644b655e: Preparing 10:13:40 5baa7e50fd76: Preparing 10:13:40 6d37fc888ff6: Preparing 10:13:40 d39562ffc542: Preparing 10:13:40 e934a737d657: Preparing 10:13:40 e934a737d657: Waiting 10:13:40 d39562ffc542: Layer already exists 10:13:40 d2d4644b655e: Layer already exists 10:13:40 5baa7e50fd76: Layer already exists 10:13:40 afb0c6fe246a: Layer already exists 10:13:40 6d37fc888ff6: Layer already exists 10:13:40 e934a737d657: Layer already exists 10:13:40 master: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:40 ===================================================== [Pipeline] echo 10:13:40 taggedImages: 10:13:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 10:13:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:13:40 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 10:13:40 e25094879da38d58945b339cb800433d3a77391e 10:13:40 2.0.0-dev.14 10:13:40 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:40 master 10:13:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:41 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:13:42 780bc0f0f250: Preparing 10:13:42 17083fb21789: Preparing 10:13:42 8abafc6e9282: Preparing 10:13:42 bfdfd707eeac: Preparing 10:13:42 bfdfd707eeac: Preparing 10:13:42 b3dede63b925: Preparing 10:13:42 0fb16cf2ed43: Preparing 10:13:42 5b23f7581de9: Preparing 10:13:42 780bc0f0f250: Preparing 10:13:42 36ad37f1329d: Preparing 10:13:42 4e47f6b7f6cb: Preparing 10:13:42 2b93c722f97a: Preparing 10:13:42 e934a737d657: Preparing 10:13:42 5b23f7581de9: Waiting 10:13:42 36ad37f1329d: Waiting 10:13:42 4e47f6b7f6cb: Waiting 10:13:42 2b93c722f97a: Waiting 10:13:42 0fb16cf2ed43: Waiting 10:13:42 e934a737d657: Waiting 10:13:42 bfdfd707eeac: Pushed 10:13:42 b3dede63b925: Pushed 10:13:42 17083fb21789: Pushed 10:13:42 8abafc6e9282: Pushed 10:13:42 36ad37f1329d: Pushed 10:13:42 5b23f7581de9: Pushed 10:13:42 0fb16cf2ed43: Pushed 10:13:42 4e47f6b7f6cb: Pushed 10:13:42 e934a737d657: Layer already exists 10:13:43 2b93c722f97a: Pushed 10:13:44 780bc0f0f250: Pushed 10:13:44 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:13:45 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 10:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:13:45 780bc0f0f250: Preparing 10:13:45 17083fb21789: Preparing 10:13:45 8abafc6e9282: Preparing 10:13:45 bfdfd707eeac: Preparing 10:13:45 bfdfd707eeac: Preparing 10:13:45 b3dede63b925: Preparing 10:13:45 0fb16cf2ed43: Preparing 10:13:45 5b23f7581de9: Preparing 10:13:45 780bc0f0f250: Preparing 10:13:45 36ad37f1329d: Preparing 10:13:45 4e47f6b7f6cb: Preparing 10:13:45 2b93c722f97a: Preparing 10:13:45 e934a737d657: Preparing 10:13:45 36ad37f1329d: Waiting 10:13:45 4e47f6b7f6cb: Waiting 10:13:45 2b93c722f97a: Waiting 10:13:45 e934a737d657: Waiting 10:13:45 0fb16cf2ed43: Waiting 10:13:45 5b23f7581de9: Waiting 10:13:46 bfdfd707eeac: Layer already exists 10:13:46 780bc0f0f250: Layer already exists 10:13:46 b3dede63b925: Layer already exists 10:13:46 17083fb21789: Layer already exists 10:13:46 8abafc6e9282: Layer already exists 10:13:46 0fb16cf2ed43: Layer already exists 10:13:46 36ad37f1329d: Layer already exists 10:13:46 5b23f7581de9: Layer already exists 10:13:46 4e47f6b7f6cb: Layer already exists 10:13:46 2b93c722f97a: Layer already exists 10:13:46 e934a737d657: Layer already exists 10:13:46 2.0.0-dev.14: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:13:46 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:13:46 780bc0f0f250: Preparing 10:13:46 17083fb21789: Preparing 10:13:46 8abafc6e9282: Preparing 10:13:46 bfdfd707eeac: Preparing 10:13:46 bfdfd707eeac: Preparing 10:13:46 b3dede63b925: Preparing 10:13:46 0fb16cf2ed43: Preparing 10:13:46 5b23f7581de9: Preparing 10:13:46 780bc0f0f250: Preparing 10:13:46 36ad37f1329d: Preparing 10:13:46 4e47f6b7f6cb: Preparing 10:13:46 2b93c722f97a: Preparing 10:13:46 e934a737d657: Preparing 10:13:46 0fb16cf2ed43: Waiting 10:13:46 5b23f7581de9: Waiting 10:13:46 36ad37f1329d: Waiting 10:13:46 2b93c722f97a: Waiting 10:13:46 e934a737d657: Waiting 10:13:46 4e47f6b7f6cb: Waiting 10:13:47 8abafc6e9282: Layer already exists 10:13:47 17083fb21789: Layer already exists 10:13:47 bfdfd707eeac: Layer already exists 10:13:47 b3dede63b925: Layer already exists 10:13:47 780bc0f0f250: Layer already exists 10:13:47 5b23f7581de9: Layer already exists 10:13:47 0fb16cf2ed43: Layer already exists 10:13:47 36ad37f1329d: Layer already exists 10:13:47 4e47f6b7f6cb: Layer already exists 10:13:47 2b93c722f97a: Layer already exists 10:13:47 e934a737d657: Layer already exists 10:13:47 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:13:47 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 10:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:13:47 780bc0f0f250: Preparing 10:13:47 17083fb21789: Preparing 10:13:47 8abafc6e9282: Preparing 10:13:47 bfdfd707eeac: Preparing 10:13:47 bfdfd707eeac: Preparing 10:13:47 b3dede63b925: Preparing 10:13:47 0fb16cf2ed43: Preparing 10:13:47 5b23f7581de9: Preparing 10:13:47 780bc0f0f250: Preparing 10:13:47 36ad37f1329d: Preparing 10:13:47 4e47f6b7f6cb: Preparing 10:13:47 2b93c722f97a: Preparing 10:13:47 e934a737d657: Preparing 10:13:47 36ad37f1329d: Waiting 10:13:47 0fb16cf2ed43: Waiting 10:13:47 4e47f6b7f6cb: Waiting 10:13:47 2b93c722f97a: Waiting 10:13:47 e934a737d657: Waiting 10:13:47 5b23f7581de9: Waiting 10:13:48 780bc0f0f250: Layer already exists 10:13:48 17083fb21789: Layer already exists 10:13:48 b3dede63b925: Layer already exists 10:13:48 8abafc6e9282: Layer already exists 10:13:48 bfdfd707eeac: Layer already exists 10:13:48 0fb16cf2ed43: Layer already exists 10:13:48 5b23f7581de9: Layer already exists 10:13:48 36ad37f1329d: Layer already exists 10:13:48 4e47f6b7f6cb: Layer already exists 10:13:48 2b93c722f97a: Layer already exists 10:13:48 e934a737d657: Layer already exists 10:13:48 master: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:48 ===================================================== [Pipeline] echo 10:13:48 taggedImages: 10:13:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 10:13:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 10:13:48 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:13:48 e25094879da38d58945b339cb800433d3a77391e 10:13:48 2.0.0-dev.14 10:13:48 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:48 master 10:13:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:48 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:13:49 36cfb92e478f: Preparing 10:13:49 6f7c1370d167: Preparing 10:13:49 b9e12866abea: Preparing 10:13:49 b4f1618881cd: Preparing 10:13:49 b75dc166f21d: Preparing 10:13:49 bb5d2b8aa802: Preparing 10:13:49 e85b4500353d: Preparing 10:13:49 28868b207cf8: Preparing 10:13:49 66b385cf80cf: Preparing 10:13:49 bb5d2b8aa802: Waiting 10:13:49 e85b4500353d: Waiting 10:13:49 66b385cf80cf: Waiting 10:13:49 28868b207cf8: Waiting 10:13:49 6f7c1370d167: Pushed 10:13:49 36cfb92e478f: Pushed 10:13:49 b75dc166f21d: Pushed 10:13:49 28868b207cf8: Layer already exists 10:13:49 66b385cf80cf: Layer already exists 10:13:49 bb5d2b8aa802: Pushed 10:13:49 e85b4500353d: Pushed 10:13:51 b9e12866abea: Pushed 10:13:51 b4f1618881cd: Pushed 10:13:52 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:13:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 10:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:13:52 36cfb92e478f: Preparing 10:13:52 6f7c1370d167: Preparing 10:13:52 b9e12866abea: Preparing 10:13:52 b4f1618881cd: Preparing 10:13:52 b75dc166f21d: Preparing 10:13:52 bb5d2b8aa802: Preparing 10:13:52 e85b4500353d: Preparing 10:13:52 28868b207cf8: Preparing 10:13:52 66b385cf80cf: Preparing 10:13:52 bb5d2b8aa802: Waiting 10:13:52 e85b4500353d: Waiting 10:13:52 28868b207cf8: Waiting 10:13:52 66b385cf80cf: Waiting 10:13:53 b9e12866abea: Layer already exists 10:13:53 b75dc166f21d: Layer already exists 10:13:53 36cfb92e478f: Layer already exists 10:13:53 b4f1618881cd: Layer already exists 10:13:53 6f7c1370d167: Layer already exists 10:13:53 28868b207cf8: Layer already exists 10:13:53 e85b4500353d: Layer already exists 10:13:53 bb5d2b8aa802: Layer already exists 10:13:53 66b385cf80cf: Layer already exists 10:13:53 2.0.0-dev.14: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:13:53 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:13:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:13:53 36cfb92e478f: Preparing 10:13:53 6f7c1370d167: Preparing 10:13:53 b9e12866abea: Preparing 10:13:53 b4f1618881cd: Preparing 10:13:53 b75dc166f21d: Preparing 10:13:53 bb5d2b8aa802: Preparing 10:13:53 e85b4500353d: Preparing 10:13:53 28868b207cf8: Preparing 10:13:53 66b385cf80cf: Preparing 10:13:53 bb5d2b8aa802: Waiting 10:13:53 e85b4500353d: Waiting 10:13:53 28868b207cf8: Waiting 10:13:53 66b385cf80cf: Waiting 10:13:54 b75dc166f21d: Layer already exists 10:13:54 b9e12866abea: Layer already exists 10:13:54 b4f1618881cd: Layer already exists 10:13:54 36cfb92e478f: Layer already exists 10:13:54 6f7c1370d167: Layer already exists 10:13:54 e85b4500353d: Layer already exists 10:13:54 28868b207cf8: Layer already exists 10:13:54 bb5d2b8aa802: Layer already exists 10:13:54 66b385cf80cf: Layer already exists 10:13:54 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:13:54 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:13:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:13:54 36cfb92e478f: Preparing 10:13:54 6f7c1370d167: Preparing 10:13:54 b9e12866abea: Preparing 10:13:54 b4f1618881cd: Preparing 10:13:54 b75dc166f21d: Preparing 10:13:54 bb5d2b8aa802: Preparing 10:13:54 e85b4500353d: Preparing 10:13:54 28868b207cf8: Preparing 10:13:54 66b385cf80cf: Preparing 10:13:54 e85b4500353d: Waiting 10:13:54 28868b207cf8: Waiting 10:13:54 66b385cf80cf: Waiting 10:13:54 bb5d2b8aa802: Waiting 10:13:54 b75dc166f21d: Layer already exists 10:13:54 6f7c1370d167: Layer already exists 10:13:54 b9e12866abea: Layer already exists 10:13:54 36cfb92e478f: Layer already exists 10:13:54 b4f1618881cd: Layer already exists 10:13:54 bb5d2b8aa802: Layer already exists 10:13:54 e85b4500353d: Layer already exists 10:13:54 28868b207cf8: Layer already exists 10:13:54 66b385cf80cf: Layer already exists 10:13:54 master: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:55 ===================================================== [Pipeline] echo 10:13:55 taggedImages: 10:13:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 10:13:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:13:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:13:55 e25094879da38d58945b339cb800433d3a77391e 10:13:55 2.0.0-dev.14 10:13:55 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:13:55 master 10:13:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:55 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:13:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:13:56 9215eea36e28: Preparing 10:13:56 6fa03208a0b4: Preparing 10:13:56 8add28783a97: Preparing 10:13:56 be9d675dd212: Preparing 10:13:56 9a87eaee6f9f: Preparing 10:13:56 9a55ddc679ac: Preparing 10:13:56 9a55ddc679ac: Waiting 10:13:56 8add28783a97: Pushed 10:13:56 9215eea36e28: Pushed 10:13:56 9a87eaee6f9f: Pushed 10:13:56 be9d675dd212: Pushed 10:13:57 9a55ddc679ac: Pushed 10:13:59 6fa03208a0b4: Pushed 10:13:59 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:13:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:14:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 10:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:14:00 9215eea36e28: Preparing 10:14:00 6fa03208a0b4: Preparing 10:14:00 8add28783a97: Preparing 10:14:00 be9d675dd212: Preparing 10:14:00 9a87eaee6f9f: Preparing 10:14:00 9a55ddc679ac: Preparing 10:14:00 9a55ddc679ac: Waiting 10:14:00 be9d675dd212: Layer already exists 10:14:00 6fa03208a0b4: Layer already exists 10:14:00 9215eea36e28: Layer already exists 10:14:00 8add28783a97: Layer already exists 10:14:00 9a87eaee6f9f: Layer already exists 10:14:00 9a55ddc679ac: Layer already exists 10:14:00 2.0.0-dev.14: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:14:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:14:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:14:01 9215eea36e28: Preparing 10:14:01 6fa03208a0b4: Preparing 10:14:01 8add28783a97: Preparing 10:14:01 be9d675dd212: Preparing 10:14:01 9a87eaee6f9f: Preparing 10:14:01 9a55ddc679ac: Preparing 10:14:01 9a55ddc679ac: Waiting 10:14:01 9a87eaee6f9f: Layer already exists 10:14:01 9215eea36e28: Layer already exists 10:14:01 8add28783a97: Layer already exists 10:14:01 6fa03208a0b4: Layer already exists 10:14:01 be9d675dd212: Layer already exists 10:14:01 9a55ddc679ac: Layer already exists 10:14:01 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:14:01 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:14:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:14:02 9215eea36e28: Preparing 10:14:02 6fa03208a0b4: Preparing 10:14:02 8add28783a97: Preparing 10:14:02 be9d675dd212: Preparing 10:14:02 9a87eaee6f9f: Preparing 10:14:02 9a55ddc679ac: Preparing 10:14:02 9a55ddc679ac: Waiting 10:14:02 9215eea36e28: Layer already exists 10:14:02 be9d675dd212: Layer already exists 10:14:02 8add28783a97: Layer already exists 10:14:02 9a87eaee6f9f: Layer already exists 10:14:02 6fa03208a0b4: Layer already exists 10:14:02 9a55ddc679ac: Layer already exists 10:14:02 master: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:02 ===================================================== [Pipeline] echo 10:14:02 taggedImages: 10:14:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:14:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 10:14:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:14:03 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:14:03 e25094879da38d58945b339cb800433d3a77391e 10:14:03 2.0.0-dev.14 10:14:03 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:03 master 10:14:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:03 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:14:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:14:04 49f20d60cf4c: Preparing 10:14:04 2f5fc1b8e356: Preparing 10:14:04 85bcf97507ba: Preparing 10:14:04 85bcf97507ba: Pushed 10:14:04 49f20d60cf4c: Pushed 10:14:07 2f5fc1b8e356: Pushed 10:14:07 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh 10:14:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:14:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 10:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:14:08 49f20d60cf4c: Preparing 10:14:08 2f5fc1b8e356: Preparing 10:14:08 85bcf97507ba: Preparing 10:14:08 2f5fc1b8e356: Layer already exists 10:14:08 49f20d60cf4c: Layer already exists 10:14:08 85bcf97507ba: Layer already exists 10:14:08 2.0.0-dev.14: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh 10:14:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:14:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:14:09 49f20d60cf4c: Preparing 10:14:09 2f5fc1b8e356: Preparing 10:14:09 85bcf97507ba: Preparing 10:14:09 49f20d60cf4c: Layer already exists 10:14:09 2f5fc1b8e356: Layer already exists 10:14:09 85bcf97507ba: Layer already exists 10:14:09 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh 10:14:09 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:14:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:14:10 49f20d60cf4c: Preparing 10:14:10 2f5fc1b8e356: Preparing 10:14:10 85bcf97507ba: Preparing 10:14:10 2f5fc1b8e356: Layer already exists 10:14:10 85bcf97507ba: Layer already exists 10:14:10 49f20d60cf4c: Layer already exists 10:14:10 master: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:10 ===================================================== [Pipeline] echo 10:14:10 taggedImages: 10:14:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:14:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 10:14:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:14:10 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:14:10 e25094879da38d58945b339cb800433d3a77391e 10:14:10 2.0.0-dev.14 10:14:10 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:14:10 master 10:14:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh 10:14:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:14:12 2d2cf71a7c5f: Preparing 10:14:12 e6752ac9e6b1: Preparing 10:14:12 868505e4d12d: Preparing 10:14:12 570b76971464: Preparing 10:14:12 89c5ec8ae0b5: Preparing 10:14:12 8bf5dd00901a: Preparing 10:14:12 0e67cc112294: Preparing 10:14:12 50eb091d49cf: Preparing 10:14:12 4c384a80f25b: Preparing 10:14:12 d9c6ead7fedd: Preparing 10:14:12 d587d9af818e: Preparing 10:14:12 b122376c33c6: Preparing 10:14:12 f8381ed47b22: Preparing 10:14:12 e934a737d657: Preparing 10:14:12 8bf5dd00901a: Waiting 10:14:12 0e67cc112294: Waiting 10:14:12 4c384a80f25b: Waiting 10:14:12 50eb091d49cf: Waiting 10:14:12 d9c6ead7fedd: Waiting 10:14:12 f8381ed47b22: Waiting 10:14:12 d587d9af818e: Waiting 10:14:12 b122376c33c6: Waiting 10:14:12 e934a737d657: Waiting 10:14:12 89c5ec8ae0b5: Pushed 10:14:12 2d2cf71a7c5f: Pushed 10:14:13 570b76971464: Pushed 10:14:13 0e67cc112294: Pushed 10:14:13 50eb091d49cf: Pushed 10:14:13 4c384a80f25b: Pushed 10:14:14 d9c6ead7fedd: Pushed 10:14:14 b122376c33c6: Layer already exists 10:14:14 f8381ed47b22: Layer already exists 10:14:14 e934a737d657: Layer already exists 10:14:14 e6752ac9e6b1: Pushed 10:14:15 8bf5dd00901a: Pushed 10:14:25 868505e4d12d: Pushed 10:15:04 d587d9af818e: Pushed 10:15:04 e25094879da38d58945b339cb800433d3a77391e: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh 10:15:04 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:15:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 10:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:15:05 2d2cf71a7c5f: Preparing 10:15:05 e6752ac9e6b1: Preparing 10:15:05 868505e4d12d: Preparing 10:15:05 570b76971464: Preparing 10:15:05 89c5ec8ae0b5: Preparing 10:15:05 8bf5dd00901a: Preparing 10:15:05 0e67cc112294: Preparing 10:15:05 50eb091d49cf: Preparing 10:15:05 4c384a80f25b: Preparing 10:15:05 d9c6ead7fedd: Preparing 10:15:05 d587d9af818e: Preparing 10:15:05 b122376c33c6: Preparing 10:15:05 f8381ed47b22: Preparing 10:15:05 e934a737d657: Preparing 10:15:05 8bf5dd00901a: Waiting 10:15:05 0e67cc112294: Waiting 10:15:05 50eb091d49cf: Waiting 10:15:05 4c384a80f25b: Waiting 10:15:05 d9c6ead7fedd: Waiting 10:15:05 d587d9af818e: Waiting 10:15:05 b122376c33c6: Waiting 10:15:05 f8381ed47b22: Waiting 10:15:05 e934a737d657: Waiting 10:15:05 2d2cf71a7c5f: Layer already exists 10:15:05 89c5ec8ae0b5: Layer already exists 10:15:05 e6752ac9e6b1: Layer already exists 10:15:05 868505e4d12d: Layer already exists 10:15:05 570b76971464: Layer already exists 10:15:05 8bf5dd00901a: Layer already exists 10:15:05 50eb091d49cf: Layer already exists 10:15:05 d9c6ead7fedd: Layer already exists 10:15:05 4c384a80f25b: Layer already exists 10:15:05 0e67cc112294: Layer already exists 10:15:05 d587d9af818e: Layer already exists 10:15:05 f8381ed47b22: Layer already exists 10:15:05 b122376c33c6: Layer already exists 10:15:05 e934a737d657: Layer already exists 10:15:05 2.0.0-dev.14: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh 10:15:05 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh 10:15:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:15:06 2d2cf71a7c5f: Preparing 10:15:06 e6752ac9e6b1: Preparing 10:15:06 868505e4d12d: Preparing 10:15:06 570b76971464: Preparing 10:15:06 89c5ec8ae0b5: Preparing 10:15:06 8bf5dd00901a: Preparing 10:15:06 0e67cc112294: Preparing 10:15:06 50eb091d49cf: Preparing 10:15:06 4c384a80f25b: Preparing 10:15:06 d9c6ead7fedd: Preparing 10:15:06 d587d9af818e: Preparing 10:15:06 b122376c33c6: Preparing 10:15:06 f8381ed47b22: Preparing 10:15:06 e934a737d657: Preparing 10:15:06 8bf5dd00901a: Waiting 10:15:06 50eb091d49cf: Waiting 10:15:06 0e67cc112294: Waiting 10:15:06 d587d9af818e: Waiting 10:15:06 4c384a80f25b: Waiting 10:15:06 d9c6ead7fedd: Waiting 10:15:06 b122376c33c6: Waiting 10:15:06 e934a737d657: Waiting 10:15:06 f8381ed47b22: Waiting 10:15:06 868505e4d12d: Layer already exists 10:15:06 e6752ac9e6b1: Layer already exists 10:15:06 89c5ec8ae0b5: Layer already exists 10:15:06 2d2cf71a7c5f: Layer already exists 10:15:06 570b76971464: Layer already exists 10:15:06 0e67cc112294: Layer already exists 10:15:06 d9c6ead7fedd: Layer already exists 10:15:06 8bf5dd00901a: Layer already exists 10:15:06 50eb091d49cf: Layer already exists 10:15:06 4c384a80f25b: Layer already exists 10:15:06 f8381ed47b22: Layer already exists 10:15:06 b122376c33c6: Layer already exists 10:15:06 e934a737d657: Layer already exists 10:15:06 d587d9af818e: Layer already exists 10:15:06 e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh 10:15:06 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:15:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:15:07 2d2cf71a7c5f: Preparing 10:15:07 e6752ac9e6b1: Preparing 10:15:07 868505e4d12d: Preparing 10:15:07 570b76971464: Preparing 10:15:07 89c5ec8ae0b5: Preparing 10:15:07 8bf5dd00901a: Preparing 10:15:07 0e67cc112294: Preparing 10:15:07 50eb091d49cf: Preparing 10:15:07 4c384a80f25b: Preparing 10:15:07 d9c6ead7fedd: Preparing 10:15:07 d587d9af818e: Preparing 10:15:07 b122376c33c6: Preparing 10:15:07 f8381ed47b22: Preparing 10:15:07 e934a737d657: Preparing 10:15:07 8bf5dd00901a: Waiting 10:15:07 0e67cc112294: Waiting 10:15:07 50eb091d49cf: Waiting 10:15:07 d9c6ead7fedd: Waiting 10:15:07 d587d9af818e: Waiting 10:15:07 b122376c33c6: Waiting 10:15:07 4c384a80f25b: Waiting 10:15:07 f8381ed47b22: Waiting 10:15:07 e934a737d657: Waiting 10:15:07 2d2cf71a7c5f: Layer already exists 10:15:07 868505e4d12d: Layer already exists 10:15:07 e6752ac9e6b1: Layer already exists 10:15:07 89c5ec8ae0b5: Layer already exists 10:15:07 570b76971464: Layer already exists 10:15:07 50eb091d49cf: Layer already exists 10:15:07 0e67cc112294: Layer already exists 10:15:07 4c384a80f25b: Layer already exists 10:15:07 d9c6ead7fedd: Layer already exists 10:15:07 8bf5dd00901a: Layer already exists 10:15:07 b122376c33c6: Layer already exists 10:15:07 f8381ed47b22: Layer already exists 10:15:07 d587d9af818e: Layer already exists 10:15:07 e934a737d657: Layer already exists 10:15:07 master: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:15:07 ===================================================== [Pipeline] echo 10:15:07 taggedImages: 10:15:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e 10:15:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 10:15:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 10:15:07 - 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:15:09 provisioning config files... 10:15:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/258@tmp/config6151667722365331965tmp [Pipeline] { [Pipeline] sh 10:15:09 + set +x 10:15:09 + curl -s https://codecov.io/bash 10:15:09 + bash -s -- 10:15:09 10:15:09 _____ _ 10:15:09 / ____| | | 10:15:09 | | ___ __| | ___ ___ _____ __ 10:15:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:15:09 | |___| (_) | (_| | __/ (_| (_) \ V / 10:15:09 \_____\___/ \__,_|\___|\___\___/ \_/ 10:15:09 Bash-20201130-cc6d3fe 10:15:09 10:15:09 10:15:09 ==> Jenkins CI detected. 10:15:09 project root: . 10:15:09 --> token set from env 10:15:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:15:09 ==> Running gcov in . (disable via -X gcov) 10:15:10 ==> Python coveragepy not found 10:15:10 ==> Searching for coverage reports in: 10:15:10 + . 10:15:10 -> Found 1 reports 10:15:10 ==> Detecting git/mercurial file structure 10:15:10 ==> Reading reports 10:15:10 + ./coverage.out bytes=568194 10:15:10 ==> Appending adjustments 10:15:10 https://docs.codecov.io/docs/fixing-reports 10:15:13 + Found adjustments 10:15:13 ==> Gzipping contents 10:15:13 88K /tmp/codecov.SIlWeF.gz 10:15:13 ==> Uploading reports 10:15:13 url: https://codecov.io 10:15:13 query: branch=master&commit=e25094879da38d58945b339cb800433d3a77391e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:13 -> Pinging Codecov 10:15:13 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=e25094879da38d58945b339cb800433d3a77391e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:13 -> Uploading to 10:15:13 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/e25094879da38d58945b339cb800433d3a77391e/3335bc45-9648-4f77-b24f-1f2089dcc037.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T101513Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72e31025c17bd31c2a0e665be53c570f5a0e68dcf60b180bb87f09561cc7bcb8 10:15:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:13 Dload Upload Total Spent Left Speed 10:15:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87936 0 0 100 87936 0 137k --:--:-- --:--:-- --:--:-- 137k 10:15:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e25094879da38d58945b339cb800433d3a77391e [Pipeline] } 10:15:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:15:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:15:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:15:16 10:15:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:15:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:15:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:15:16 188c0c94c7c5: Already exists 10:15:16 0ef7d3d256c8: Already exists 10:15:16 de9db76c5a1d: Already exists 10:15:16 0eba1c9be4d2: Pulling fs layer 10:15:16 0d57e429df01: Pulling fs layer 10:15:16 4e4be7b47b0d: Pulling fs layer 10:15:16 e1f770b5df2f: Pulling fs layer 10:15:16 85a0685a4137: Pulling fs layer 10:15:16 e1f770b5df2f: Waiting 10:15:16 4e4be7b47b0d: Verifying Checksum 10:15:16 4e4be7b47b0d: Download complete 10:15:16 0d57e429df01: Verifying Checksum 10:15:16 0d57e429df01: Download complete 10:15:18 e1f770b5df2f: Verifying Checksum 10:15:18 e1f770b5df2f: Download complete 10:15:22 0eba1c9be4d2: Verifying Checksum 10:15:22 0eba1c9be4d2: Download complete 10:15:22 85a0685a4137: Verifying Checksum 10:15:22 85a0685a4137: Download complete 10:15:27 0eba1c9be4d2: Pull complete 10:15:27 0d57e429df01: Pull complete 10:15:27 4e4be7b47b0d: Pull complete 10:15:33 e1f770b5df2f: Pull complete 10:15:41 85a0685a4137: Pull complete 10:15:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:15:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:15:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:15:41 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:15:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:15:42 $ docker top 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:15:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:15:43 + set -o pipefail 10:15:43 + snyk monitor '--org=edgex-jenkins' 10:15:58 10:15:58 Monitoring /w/workspace/edgex-go/258 (github.com/edgexfoundry/edgex-go)... 10:15:58 10:15:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2a8e633e-2221-457c-baeb-34f374a01f67 10:15:58 10:15:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:15:58 10:15:58 10:15:58 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:15:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:15:58 $ docker stop --time=1 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 10:16:01 $ docker rm -f 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 10:16:02 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 10:16:02 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:16:03 + set -o pipefail 10:16:03 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:16:03 + tee .snyk 10:16:03 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:16:03 version: v1.14.1 10:16:03 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:16:03 ignore: 10:16:03 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:16:03 - '*': 10:16:03 reason: does not apply # justification for ignoring 10:16:03 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:16:03 SNYK-ALPINE312-JQ-588886: 10:16:03 - '*': 10:16:03 reason: false positive 10:16:03 expires: 2021-01-01T00:00:00 10:16:03 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:16:03 - '*': 10:16:03 reason: does not apply 10:16:03 expires: 2021-01-01T00:00:00 10:16:03 # patch: {} [Pipeline] withCredentials 10:16:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:03 . [Pipeline] withDockerContainer 10:16:03 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:16: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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:05 $ docker top a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:05 + rm -f snykReport.html [Pipeline] echo 10:16:05 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:16:05 + set -o pipefail 10:16:05 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:16:05 + snyk-to-html -o snykReport.html 10:16:15 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:16:16 $ docker stop --time=1 a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b 10:16:17 $ docker rm -f a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:16:17 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 10:16:17 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:16:18 + set -o pipefail 10:16:18 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:16:18 + tee .snyk 10:16:18 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:16:18 version: v1.14.1 10:16:18 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:16:18 ignore: 10:16:18 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:16:18 - '*': 10:16:18 reason: does not apply # justification for ignoring 10:16:18 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:16:18 SNYK-ALPINE312-JQ-588886: 10:16:18 - '*': 10:16:18 reason: false positive 10:16:18 expires: 2021-01-01T00:00:00 10:16:18 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:16:18 - '*': 10:16:18 reason: does not apply 10:16:18 expires: 2021-01-01T00:00:00 10:16:18 # patch: {} [Pipeline] withCredentials 10:16:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:19 . [Pipeline] withDockerContainer 10:16:19 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:20 $ docker top 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:20 + rm -f snykReport.html [Pipeline] echo 10:16:20 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:16:21 + set -o pipefail 10:16:21 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:16:21 + snyk-to-html -o snykReport.html 10:16:26 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:16:26 $ docker stop --time=1 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 10:16:27 $ docker rm -f 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:16:28 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 10:16:28 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:16:28 + set -o pipefail 10:16:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:16:28 + tee .snyk 10:16:29 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:16:29 version: v1.14.1 10:16:29 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:16:29 ignore: 10:16:29 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:16:29 - '*': 10:16:29 reason: does not apply # justification for ignoring 10:16:29 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:16:29 SNYK-ALPINE312-JQ-588886: 10:16:29 - '*': 10:16:29 reason: false positive 10:16:29 expires: 2021-01-01T00:00:00 10:16:29 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:16:29 - '*': 10:16:29 reason: does not apply 10:16:29 expires: 2021-01-01T00:00:00 10:16:29 # patch: {} [Pipeline] withCredentials 10:16:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:29 . [Pipeline] withDockerContainer 10:16:29 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:16:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:30 $ docker top 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:31 + rm -f snykReport.html [Pipeline] echo 10:16:31 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:16:31 + set -o pipefail 10:16:31 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:16:31 + snyk-to-html -o snykReport.html 10:16:39 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:16:39 $ docker stop --time=1 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 10:16:41 $ docker rm -f 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:16:41 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 10:16:41 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:16:41 + set -o pipefail 10:16:41 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:16:41 + tee .snyk 10:16:41 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:16:41 version: v1.14.1 10:16:41 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:16:41 ignore: 10:16:41 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:16:41 - '*': 10:16:41 reason: does not apply # justification for ignoring 10:16:41 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:16:41 SNYK-ALPINE312-JQ-588886: 10:16:41 - '*': 10:16:41 reason: false positive 10:16:41 expires: 2021-01-01T00:00:00 10:16:41 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:16:41 - '*': 10:16:41 reason: does not apply 10:16:41 expires: 2021-01-01T00:00:00 10:16:41 # patch: {} [Pipeline] withCredentials 10:16:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:42 . [Pipeline] withDockerContainer 10:16:42 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:16:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:43 $ docker top 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:43 + rm -f snykReport.html [Pipeline] echo 10:16:43 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:16:44 + set -o pipefail 10:16:44 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:16:44 + snyk-to-html -o snykReport.html 10:16:52 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:16:52 $ docker stop --time=1 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a 10:16:53 $ docker rm -f 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:16:53 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 10:16:53 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:16:54 + set -o pipefail 10:16:54 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:16:54 + tee .snyk 10:16:54 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:16:54 version: v1.14.1 10:16:54 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:16:54 ignore: 10:16:54 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:16:54 - '*': 10:16:54 reason: does not apply # justification for ignoring 10:16:54 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:16:54 SNYK-ALPINE312-JQ-588886: 10:16:54 - '*': 10:16:54 reason: false positive 10:16:54 expires: 2021-01-01T00:00:00 10:16:54 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:16:54 - '*': 10:16:54 reason: does not apply 10:16:54 expires: 2021-01-01T00:00:00 10:16:54 # patch: {} [Pipeline] withCredentials 10:16:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:54 . [Pipeline] withDockerContainer 10:16:54 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:16:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:55 $ docker top c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:56 + rm -f snykReport.html [Pipeline] echo 10:16:56 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:16:56 + set -o pipefail 10:16:56 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:16:56 + snyk-to-html -o snykReport.html 10:17:04 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:17:04 $ docker stop --time=1 c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 10:17:06 $ docker rm -f c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:06 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 10:17:06 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:17:06 + set -o pipefail 10:17:06 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:17:06 + tee .snyk 10:17:06 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:17:06 version: v1.14.1 10:17:06 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:17:06 ignore: 10:17:06 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:17:06 - '*': 10:17:06 reason: does not apply # justification for ignoring 10:17:06 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:17:06 SNYK-ALPINE312-JQ-588886: 10:17:06 - '*': 10:17:06 reason: false positive 10:17:06 expires: 2021-01-01T00:00:00 10:17:06 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:17:06 - '*': 10:17:06 reason: does not apply 10:17:06 expires: 2021-01-01T00:00:00 10:17:06 # patch: {} [Pipeline] withCredentials 10:17:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:17:07 . [Pipeline] withDockerContainer 10:17:07 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:17:07 $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:17:08 $ docker top 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:08 + rm -f snykReport.html [Pipeline] echo 10:17:08 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:17:08 + set -o pipefail 10:17:08 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:17:08 + snyk-to-html -o snykReport.html 10:17:14 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:17:14 $ docker stop --time=1 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac 10:17:15 $ docker rm -f 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:15 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 10:17:15 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:17:16 + set -o pipefail 10:17:16 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:17:16 + tee .snyk 10:17:16 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:17:16 version: v1.14.1 10:17:16 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:17:16 ignore: 10:17:16 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:17:16 - '*': 10:17:16 reason: does not apply # justification for ignoring 10:17:16 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:17:16 SNYK-ALPINE312-JQ-588886: 10:17:16 - '*': 10:17:16 reason: false positive 10:17:16 expires: 2021-01-01T00:00:00 10:17:16 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:17:16 - '*': 10:17:16 reason: does not apply 10:17:16 expires: 2021-01-01T00:00:00 10:17:16 # patch: {} [Pipeline] withCredentials 10:17:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:17:16 . [Pipeline] withDockerContainer 10:17:16 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:17:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:17:17 $ docker top e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:18 + rm -f snykReport.html [Pipeline] echo 10:17:18 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:17:18 + set -o pipefail 10:17:18 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:17:18 + snyk-to-html -o snykReport.html 10:17:23 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:17:23 $ docker stop --time=1 e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 10:17:25 $ docker rm -f e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:25 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 10:17:25 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:17:25 + set -o pipefail 10:17:25 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:17:25 + tee .snyk 10:17:25 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:17:25 version: v1.14.1 10:17:25 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:17:25 ignore: 10:17:25 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:17:25 - '*': 10:17:25 reason: does not apply # justification for ignoring 10:17:25 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:17:25 SNYK-ALPINE312-JQ-588886: 10:17:25 - '*': 10:17:25 reason: false positive 10:17:25 expires: 2021-01-01T00:00:00 10:17:25 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:17:25 - '*': 10:17:25 reason: does not apply 10:17:25 expires: 2021-01-01T00:00:00 10:17:25 # patch: {} [Pipeline] withCredentials 10:17:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:17:26 . [Pipeline] withDockerContainer 10:17:26 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:17:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:17:26 $ docker top 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:27 + rm -f snykReport.html [Pipeline] echo 10:17:27 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:17:27 + set -o pipefail 10:17:27 + snyk-to-html -o snykReport.html 10:17:27 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:17:36 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:17:36 $ docker stop --time=1 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 10:17:37 $ docker rm -f 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:38 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 10:17:38 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:17:38 + set -o pipefail 10:17:38 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:17:38 + tee .snyk 10:17:38 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:17:38 version: v1.14.1 10:17:38 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:17:38 ignore: 10:17:38 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:17:38 - '*': 10:17:38 reason: does not apply # justification for ignoring 10:17:38 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:17:38 SNYK-ALPINE312-JQ-588886: 10:17:38 - '*': 10:17:38 reason: false positive 10:17:38 expires: 2021-01-01T00:00:00 10:17:38 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:17:38 - '*': 10:17:38 reason: does not apply 10:17:38 expires: 2021-01-01T00:00:00 10:17:38 # patch: {} [Pipeline] withCredentials 10:17:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:17:38 . [Pipeline] withDockerContainer 10:17:39 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:17:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:17:39 $ docker top d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:40 + rm -f snykReport.html [Pipeline] echo 10:17:40 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:17:40 + set -o pipefail 10:17:40 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:17:40 + snyk-to-html -o snykReport.html 10:17:49 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:17:49 $ docker stop --time=1 d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 10:17:50 $ docker rm -f d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:50 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:17:50 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:17:51 + set -o pipefail 10:17:51 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:17:51 + tee .snyk 10:17:51 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:17:51 version: v1.14.1 10:17:51 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:17:51 ignore: 10:17:51 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:17:51 - '*': 10:17:51 reason: does not apply # justification for ignoring 10:17:51 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:17:51 SNYK-ALPINE312-JQ-588886: 10:17:51 - '*': 10:17:51 reason: false positive 10:17:51 expires: 2021-01-01T00:00:00 10:17:51 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 10:17:51 - '*': 10:17:51 reason: does not apply 10:17:51 expires: 2021-01-01T00:00:00 10:17:51 # patch: {} [Pipeline] withCredentials 10:17:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:17:51 . [Pipeline] withDockerContainer 10:17:51 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:17:51 $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:17:52 $ docker top faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:53 + rm -f snykReport.html [Pipeline] echo 10:17:53 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:17:53 + set -o pipefail 10:17:53 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:17:53 + snyk-to-html -o snykReport.html 10:18:00 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:18:00 $ docker stop --time=1 faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec 10:18:01 $ docker rm -f faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:18:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:18:02 provisioning config files... 10:18:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/258@tmp/config8924257010333750315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:02 --> edgex-publish-swagger.sh 10:18:02 === Publish openapi/v1 API === 10:18:02 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:18:02 [publishToSwagger] Publishing API Name [core-command] 10:18:02 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:02 Dload Upload Total Spent Left Speed 10:18:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8837 0:00:01 0:00:01 --:--:-- 8848 100 10521 0 0 100 10521 0 8835 0:00:01 0:00:01 --:--:-- 8841 10:18:04 10:18:04 10:18:04 [publishToSwagger] Publishing API Name [core-data] 10:18:04 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:04 Dload Upload Total Spent Left Speed 10:18:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26902 0:00:01 0:00:01 --:--:-- 26928 100 32556 0 0 100 32556 0 25799 0:00:01 0:00:01 --:--:-- 25817 10:18:05 10:18:05 10:18:05 [publishToSwagger] Publishing API Name [core-metadata] 10:18:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:05 Dload Upload Total Spent Left Speed 10:18:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60979 0:00:01 0:00:01 --:--:-- 61026 100 73720 0 0 100 73720 0 59255 0:00:01 0:00:01 --:--:-- 59308 10:18:06 10:18:06 10:18:06 [publishToSwagger] Publishing API Name [support-logging] 10:18:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:06 Dload Upload Total Spent Left Speed 10:18:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11952 0:00:01 0:00:01 --:--:-- 11954 10:18:07 10:18:07 10:18:07 [publishToSwagger] Publishing API Name [support-notifications] 10:18:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:07 Dload Upload Total Spent Left Speed 10:18:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31928 0:00:01 0:00:01 --:--:-- 31928 100 38889 0 0 100 38889 0 30689 0:00:01 0:00:01 --:--:-- 30693 10:18:09 10:18:09 10:18:09 [publishToSwagger] Publishing API Name [support-scheduler] 10:18:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:09 Dload Upload Total Spent Left Speed 10:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11775 0:00:01 0:00:01 --:--:-- 11784 100 14248 0 0 100 14248 0 11391 0:00:01 0:00:01 --:--:-- 11398 10:18:10 10:18:10 10:18:10 [publishToSwagger] Publishing API Name [system-agent] 10:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:10 Dload Upload Total Spent Left Speed 10:18:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4109 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3016 0:00:01 0:00:01 --:--:-- 3016 10:18:11 10:18:11 10:18:11 === Publish openapi/v2 API === 10:18:11 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:18:11 [publishToSwagger] Publishing API Name [core-command] 10:18:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:11 Dload Upload Total Spent Left Speed 10:18:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24728 0:00:01 0:00:01 --:--:-- 24715 100 29535 0 0 100 29535 0 24724 0:00:01 0:00:01 --:--:-- 24715 10:18:12 10:18:12 10:18:12 [publishToSwagger] Publishing API Name [core-data] 10:18:12 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:12 Dload Upload Total Spent Left Speed 10:18:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59342 0 0 100 59342 0 48938 0:00:01 0:00:01 --:--:-- 48962 100 59342 0 0 100 59342 0 38431 0:00:01 0:00:01 --:--:-- 38458 10:18:14 10:18:14 10:18:14 [publishToSwagger] Publishing API Name [core-metadata] 10:18:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:14 Dload Upload Total Spent Left Speed 10:18:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99918 0:00:01 0:00:01 --:--:-- 99977 100 119k 0 0 100 119k 0 99808 0:00:01 0:00:01 --:--:-- 99895 10:18:15 10:18:15 10:18:15 [publishToSwagger] Publishing API Name [support-logging] 10:18:15 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:15 Dload Upload Total Spent Left Speed 10:18:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20173 0:00:01 0:00:01 --:--:-- 20162 100 23691 0 0 100 23691 0 20169 0:00:01 0:00:01 --:--:-- 20162 10:18:16 10:18:16 10:18:16 [publishToSwagger] Publishing API Name [support-notifications] 10:18:16 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:16 Dload Upload Total Spent Left Speed 10:18:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56599 0:00:01 0:00:01 --:--:-- 56631 100 62691 0 0 100 62691 0 56589 0:00:01 0:00:01 --:--:-- 56631 10:18:18 10:18:18 10:18:18 [publishToSwagger] Publishing API Name [support-scheduler] 10:18:18 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:18 Dload Upload Total Spent Left Speed 10:18:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37884 0:00:01 0:00:01 --:--:-- 37898 100 46198 0 0 100 46198 0 37253 0:00:01 0:00:01 --:--:-- 37286 10:18:19 10:18:19 10:18:19 [publishToSwagger] Publishing API Name [system-agent] 10:18:19 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:19 Dload Upload Total Spent Left Speed 10:18:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21436 0:00:01 0:00:01 --:--:-- 21451 100 23725 0 0 100 23725 0 21431 0:00:01 0:00:01 --:--:-- 21451 10:18:20 10:18:20 [Pipeline] } 10:18:20 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:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:18:21 . [Pipeline] withDockerContainer 10:18:21 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:18:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:18:22 $ docker top 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:18:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:18:22 [ssh-agent] Looking for ssh-agent implementation... 10:18:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:18:23 $ docker exec 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 ssh-agent 10:18:23 SSH_AUTH_SOCK=/tmp/ssh-Oh0468Wkj6qS/agent.11 10:18:23 SSH_AGENT_PID=16 10:18:23 Running ssh-add (command line suppressed) 10:18:23 Identity added: /w/workspace/edgex-go/258@tmp/private_key_1184299791018374576.key (/w/workspace/edgex-go/258@tmp/private_key_1184299791018374576.key) 10:18:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:18:23 + git semver tag 10:18:24 # -> Open(): unable to determine branch for HEAD 10:18:24 # $GIT_DIR = /w/workspace/edgex-go/258/.git 10:18:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/258 10:18:24 # $SEMVER_REMOTE_NAME = origin 10:18:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:18:24 # $SEMVER_USER_NAME = edgex-jenkins 10:18:24 # $SEMVER_BRANCH = master 10:18:24 # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver 10:18:24 # e25094879da38d58945b339cb800433d3a77391e HEAD 10:18:24 # -> Force: false 10:18:24 # 8e5acefd83e374c555e9eb210dc0ce975252f2d0 refs/tags/v2.0.0-dev.14 [Pipeline] } 10:18:24 $ docker exec --env ******** --env ******** 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 ssh-agent -k 10:18:24 unset SSH_AUTH_SOCK; 10:18:24 unset SSH_AGENT_PID; 10:18:24 echo Agent pid 16 killed; 10:18:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:18:25 + git semver [Pipeline] } 10:18:25 $ docker stop --time=1 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 10:18:26 $ docker rm -f 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:18:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:18:27 10:18:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:18:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:18:27 0.23.1-centos7: Pulling from edgex-lftools 10:18:27 ab5ef0e58194: Pulling fs layer 10:18:27 9712f1f96733: Pulling fs layer 10:18:27 63f879dbbcfc: Pulling fs layer 10:18:27 0d9ebad4ef96: Pulling fs layer 10:18:27 e9a5061849ea: Pulling fs layer 10:18:27 d747dcd14b5f: Pulling fs layer 10:18:27 2de7ff778b66: Pulling fs layer 10:18:27 d747dcd14b5f: Waiting 10:18:27 e9a5061849ea: Waiting 10:18:27 2de7ff778b66: Waiting 10:18:27 0d9ebad4ef96: Waiting 10:18:27 9712f1f96733: Verifying Checksum 10:18:27 9712f1f96733: Download complete 10:18:30 63f879dbbcfc: Verifying Checksum 10:18:30 63f879dbbcfc: Download complete 10:18:30 e9a5061849ea: Verifying Checksum 10:18:30 e9a5061849ea: Download complete 10:18:30 d747dcd14b5f: Verifying Checksum 10:18:30 d747dcd14b5f: Download complete 10:18:30 0d9ebad4ef96: Verifying Checksum 10:18:30 0d9ebad4ef96: Download complete 10:18:30 2de7ff778b66: Verifying Checksum 10:18:30 2de7ff778b66: Download complete 10:18:31 ab5ef0e58194: Verifying Checksum 10:18:31 ab5ef0e58194: Download complete 10:18:35 ab5ef0e58194: Pull complete 10:18:35 9712f1f96733: Pull complete 10:18:38 63f879dbbcfc: Pull complete 10:18:48 0d9ebad4ef96: Pull complete 10:18:48 e9a5061849ea: Pull complete 10:18:48 d747dcd14b5f: Pull complete 10:18:50 2de7ff778b66: Pull complete 10:18:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:18:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:18:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:18:50 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:18:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:18:53 $ docker top 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:18:54 provisioning config files... 10:18:54 copy managed file [sigul-config] to file:/w/workspace/edgex-go/258@tmp/config3872568804853602015tmp 10:18:54 copy managed file [sigul-password] to file:/w/workspace/edgex-go/258@tmp/config8328331849225708257tmp 10:18:54 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/258@tmp/config9077879214577421007tmp [Pipeline] { [Pipeline] echo 10:18:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:18:54 ---> sigul-configuration.sh 10:18:54 gpg: directory `/root/.gnupg' created 10:18:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:18:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:18:54 gpg: keyring `/root/.gnupg/secring.gpg' created 10:18:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:18:54 gpg: CAST5 encrypted data 10:18:55 gpg: encrypted with 1 passphrase 10:18:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:18:55 + mkdir /home/jenkins 10:18:55 + mkdir /home/jenkins/sigul [Pipeline] sh 10:18:55 + 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 10:18:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:18:56 ---> sigul-install.sh 10:19:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:19:01 + git tag --list 10:19:01 0.6.0 10:19:01 0.6.1 10:19:01 0.7.0 10:19:01 0.7.1 10:19:01 v1.0.0 10:19:01 v1.0.1 10:19:01 v1.1.0 10:19:01 v1.2.0 10:19:01 v1.2.1 10:19:01 v1.2.2-dev.1 10:19:01 v1.2.2-dev.10 10:19:01 v1.2.2-dev.100 10:19:01 v1.2.2-dev.101 10:19:01 v1.2.2-dev.102 10:19:01 v1.2.2-dev.103 10:19:01 v1.2.2-dev.104 10:19:01 v1.2.2-dev.105 10:19:01 v1.2.2-dev.106 10:19:01 v1.2.2-dev.107 10:19:01 v1.2.2-dev.11 10:19:01 v1.2.2-dev.12 10:19:01 v1.2.2-dev.13 10:19:01 v1.2.2-dev.14 10:19:01 v1.2.2-dev.15 10:19:01 v1.2.2-dev.16 10:19:01 v1.2.2-dev.17 10:19:01 v1.2.2-dev.18 10:19:01 v1.2.2-dev.19 10:19:01 v1.2.2-dev.2 10:19:01 v1.2.2-dev.20 10:19:01 v1.2.2-dev.21 10:19:01 v1.2.2-dev.22 10:19:01 v1.2.2-dev.23 10:19:01 v1.2.2-dev.24 10:19:01 v1.2.2-dev.25 10:19:01 v1.2.2-dev.26 10:19:01 v1.2.2-dev.27 10:19:01 v1.2.2-dev.28 10:19:01 v1.2.2-dev.29 10:19:01 v1.2.2-dev.3 10:19:01 v1.2.2-dev.30 10:19:01 v1.2.2-dev.31 10:19:01 v1.2.2-dev.32 10:19:01 v1.2.2-dev.33 10:19:01 v1.2.2-dev.34 10:19:01 v1.2.2-dev.35 10:19:01 v1.2.2-dev.36 10:19:01 v1.2.2-dev.37 10:19:01 v1.2.2-dev.38 10:19:01 v1.2.2-dev.39 10:19:01 v1.2.2-dev.4 10:19:01 v1.2.2-dev.40 10:19:01 v1.2.2-dev.41 10:19:01 v1.2.2-dev.42 10:19:01 v1.2.2-dev.43 10:19:01 v1.2.2-dev.44 10:19:01 v1.2.2-dev.45 10:19:01 v1.2.2-dev.46 10:19:01 v1.2.2-dev.47 10:19:01 v1.2.2-dev.48 10:19:01 v1.2.2-dev.49 10:19:01 v1.2.2-dev.5 10:19:01 v1.2.2-dev.50 10:19:01 v1.2.2-dev.51 10:19:01 v1.2.2-dev.52 10:19:01 v1.2.2-dev.53 10:19:01 v1.2.2-dev.54 10:19:01 v1.2.2-dev.55 10:19:01 v1.2.2-dev.56 10:19:01 v1.2.2-dev.57 10:19:01 v1.2.2-dev.58 10:19:01 v1.2.2-dev.59 10:19:01 v1.2.2-dev.6 10:19:01 v1.2.2-dev.60 10:19:01 v1.2.2-dev.61 10:19:01 v1.2.2-dev.62 10:19:01 v1.2.2-dev.63 10:19:01 v1.2.2-dev.64 10:19:01 v1.2.2-dev.65 10:19:01 v1.2.2-dev.66 10:19:01 v1.2.2-dev.67 10:19:01 v1.2.2-dev.68 10:19:01 v1.2.2-dev.69 10:19:01 v1.2.2-dev.7 10:19:01 v1.2.2-dev.70 10:19:01 v1.2.2-dev.71 10:19:01 v1.2.2-dev.72 10:19:01 v1.2.2-dev.73 10:19:01 v1.2.2-dev.74 10:19:01 v1.2.2-dev.75 10:19:01 v1.2.2-dev.76 10:19:01 v1.2.2-dev.77 10:19:01 v1.2.2-dev.78 10:19:01 v1.2.2-dev.79 10:19:01 v1.2.2-dev.8 10:19:01 v1.2.2-dev.80 10:19:01 v1.2.2-dev.81 10:19:01 v1.2.2-dev.82 10:19:01 v1.2.2-dev.83 10:19:01 v1.2.2-dev.84 10:19:01 v1.2.2-dev.85 10:19:01 v1.2.2-dev.86 10:19:01 v1.2.2-dev.87 10:19:01 v1.2.2-dev.88 10:19:01 v1.2.2-dev.89 10:19:01 v1.2.2-dev.9 10:19:01 v1.2.2-dev.90 10:19:01 v1.2.2-dev.91 10:19:01 v1.2.2-dev.92 10:19:01 v1.2.2-dev.93 10:19:01 v1.2.2-dev.94 10:19:01 v1.2.2-dev.95 10:19:01 v1.2.2-dev.96 10:19:01 v1.2.2-dev.97 10:19:01 v1.2.2-dev.98 10:19:01 v1.2.2-dev.99 10:19:01 v1.3.0 10:19:01 v1.3.1-dev.1 10:19:01 v1.3.1-dev.10 10:19:01 v1.3.1-dev.11 10:19:01 v1.3.1-dev.12 10:19:01 v1.3.1-dev.13 10:19:01 v1.3.1-dev.14 10:19:01 v1.3.1-dev.15 10:19:01 v1.3.1-dev.16 10:19:01 v1.3.1-dev.17 10:19:01 v1.3.1-dev.18 10:19:01 v1.3.1-dev.2 10:19:01 v1.3.1-dev.3 10:19:01 v1.3.1-dev.4 10:19:01 v1.3.1-dev.5 10:19:01 v1.3.1-dev.6 10:19:01 v1.3.1-dev.7 10:19:01 v1.3.1-dev.8 10:19:01 v1.3.1-dev.9 10:19:01 v2.0.0-dev.1 10:19:01 v2.0.0-dev.10 10:19:01 v2.0.0-dev.11 10:19:01 v2.0.0-dev.12 10:19:01 v2.0.0-dev.13 10:19:01 v2.0.0-dev.14 10:19:01 v2.0.0-dev.2 10:19:01 v2.0.0-dev.3 10:19:01 v2.0.0-dev.4 10:19:01 v2.0.0-dev.5 10:19:01 v2.0.0-dev.6 10:19:01 v2.0.0-dev.7 10:19:01 v2.0.0-dev.8 10:19:01 v2.0.0-dev.9 [Pipeline] sh 10:19:02 + lftools sign git-tag v2.0.0-dev.14 10:19:03 Signing Git tag with Sigul... 10:19:03 Signing v2.0.0-dev.14 [Pipeline] echo 10:19:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:19:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:19:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:19:05 $ docker stop --time=1 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 10:19:07 $ docker rm -f 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:08 . [Pipeline] withDockerContainer 10:19:08 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:19:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:19:09 $ docker top e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:19:09 [ssh-agent] Looking for ssh-agent implementation... 10:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:19:09 $ docker exec e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 ssh-agent 10:19:10 SSH_AUTH_SOCK=/tmp/ssh-3489YiRohzH4/agent.12 10:19:10 SSH_AGENT_PID=18 10:19:10 Running ssh-add (command line suppressed) 10:19:10 Identity added: /w/workspace/edgex-go/258@tmp/private_key_702136484960806044.key (/w/workspace/edgex-go/258@tmp/private_key_702136484960806044.key) 10:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:19:10 + git semver bump pre 10:19:10 # -> Open(): unable to determine branch for HEAD 10:19:10 # $GIT_DIR = /w/workspace/edgex-go/258/.git 10:19:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/258 10:19:10 # $SEMVER_REMOTE_NAME = origin 10:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:19:10 # $SEMVER_USER_NAME = edgex-jenkins 10:19:10 # $SEMVER_BRANCH = master 10:19:10 # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver 10:19:10 2.0.0-dev.15 [Pipeline] } 10:19:10 $ docker exec --env ******** --env ******** e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 ssh-agent -k 10:19:10 unset SSH_AUTH_SOCK; 10:19:10 unset SSH_AGENT_PID; 10:19:10 echo Agent pid 18 killed; 10:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:19:11 + git semver [Pipeline] } 10:19:11 $ docker stop --time=1 e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 10:19:12 $ docker rm -f e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:13 . [Pipeline] withDockerContainer 10:19:13 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:19:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:19:14 $ docker top ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:19:14 [ssh-agent] Looking for ssh-agent implementation... 10:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:19:14 $ docker exec ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 ssh-agent 10:19:14 SSH_AUTH_SOCK=/tmp/ssh-WKquNMPHWtO3/agent.11 10:19:14 SSH_AGENT_PID=17 10:19:14 Running ssh-add (command line suppressed) 10:19:14 Identity added: /w/workspace/edgex-go/258@tmp/private_key_2535568950985175522.key (/w/workspace/edgex-go/258@tmp/private_key_2535568950985175522.key) 10:19:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:19:15 + git semver push 10:19:15 # -> Open(): unable to determine branch for HEAD 10:19:15 # $GIT_DIR = /w/workspace/edgex-go/258/.git 10:19:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/258 10:19:15 # $SEMVER_REMOTE_NAME = origin 10:19:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:19:15 # $SEMVER_USER_NAME = edgex-jenkins 10:19:15 # $SEMVER_BRANCH = master 10:19:15 # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [Pipeline] } 10:19:25 $ docker exec --env ******** --env ******** ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 ssh-agent -k 10:19:25 unset SSH_AUTH_SOCK; 10:19:25 unset SSH_AGENT_PID; 10:19:25 echo Agent pid 17 killed; 10:19:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:19:26 + git semver [Pipeline] } 10:19:26 $ docker stop --time=1 ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 10:19:27 $ docker rm -f ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 [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 10:19:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:19:29 ---> package-listing.sh 10:19:29 ++ facter osfamily 10:19:29 ++ tr '[:upper:]' '[:lower:]' 10:19:29 + OS_FAMILY=redhat 10:19:29 + workspace=/w/workspace/edgex-go/258 10:19:29 + START_PACKAGES=/tmp/packages_start.txt 10:19:29 + END_PACKAGES=/tmp/packages_end.txt 10:19:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:19:29 + PACKAGES=/tmp/packages_start.txt 10:19:29 + '[' /w/workspace/edgex-go/258 ']' 10:19:29 + PACKAGES=/tmp/packages_end.txt 10:19:29 + case "${OS_FAMILY}" in 10:19:29 + rpm -qa 10:19:29 + sort 10:19:34 + '[' -f /tmp/packages_start.txt ']' 10:19:34 + '[' -f /tmp/packages_end.txt ']' 10:19:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:19:34 + '[' /w/workspace/edgex-go/258 ']' 10:19:34 + mkdir -p /w/workspace/edgex-go/258/archives/ 10:19:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/258/archives/ [Pipeline] echo 10:19:34 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/258/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:19:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:19:35 10:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:19:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:19:35 alpine: Pulling from edgex-lftools-log-publisher 10:19:35 df20fa9351a1: Pulling fs layer 10:19:35 36b3adc4ff6f: Pulling fs layer 10:19:35 8ad3a11d3b57: Pulling fs layer 10:19:35 46f8f816bc3b: Pulling fs layer 10:19:35 93b61091891f: Pulling fs layer 10:19:35 93b9cdb0e59b: Pulling fs layer 10:19:35 5e14af77c1be: Pulling fs layer 10:19:35 01666e4c0597: Pulling fs layer 10:19:35 aa168da1d23b: Pulling fs layer 10:19:35 93b61091891f: Waiting 10:19:35 93b9cdb0e59b: Waiting 10:19:35 5e14af77c1be: Waiting 10:19:35 01666e4c0597: Waiting 10:19:35 aa168da1d23b: Waiting 10:19:35 46f8f816bc3b: Waiting 10:19:35 36b3adc4ff6f: Verifying Checksum 10:19:35 36b3adc4ff6f: Download complete 10:19:35 46f8f816bc3b: Verifying Checksum 10:19:35 46f8f816bc3b: Download complete 10:19:35 df20fa9351a1: Verifying Checksum 10:19:35 df20fa9351a1: Download complete 10:19:35 93b9cdb0e59b: Verifying Checksum 10:19:35 93b9cdb0e59b: Download complete 10:19:35 5e14af77c1be: Verifying Checksum 10:19:35 5e14af77c1be: Download complete 10:19:35 93b61091891f: Verifying Checksum 10:19:35 93b61091891f: Download complete 10:19:35 01666e4c0597: Verifying Checksum 10:19:35 01666e4c0597: Download complete 10:19:36 8ad3a11d3b57: Verifying Checksum 10:19:36 8ad3a11d3b57: Download complete 10:19:36 df20fa9351a1: Pull complete 10:19:36 36b3adc4ff6f: Pull complete 10:19:38 aa168da1d23b: Verifying Checksum 10:19:38 aa168da1d23b: Download complete 10:19:38 8ad3a11d3b57: Pull complete 10:19:38 46f8f816bc3b: Pull complete 10:19:39 93b61091891f: Pull complete 10:19:39 93b9cdb0e59b: Pull complete 10:19:39 5e14af77c1be: Pull complete 10:19:39 01666e4c0597: Pull complete 10:19:46 aa168da1d23b: Pull complete 10:19:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:19:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:19:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:19:46 prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container 10:19:46 $ 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/258/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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:19:49 $ docker top e568888a053ec954ee44bb8e7df4556a0e1d45c01eab6f00d0270a00e589ede6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:19:50 + touch /tmp/pre-build-complete [Pipeline] sh 10:19:50 + mkdir -p /var/log/sa [Pipeline] sh 10:19:51 + ls /var/log/sa-host 10:19:51 + sadf -c /var/log/sa-host/sa16 10:19:51 file_magic: OK 10:19:51 HZ: Using current value: 100 10:19:51 file_header: OK 10:19:51 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 10:19:51 Statistics: 10:19:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:19:51 File successfully converted to sysstat format version 12.2.1 10:19:51 + sadf -c /var/log/sa-host/sa23 10:19:51 file_magic: OK 10:19:51 HZ: Using current value: 100 10:19:51 file_header: OK 10:19:51 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 10:19:51 Statistics: 10:19:51 Hnuu...uuuununununu... 10:19:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:19:51 provisioning config files... 10:19:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/258@tmp/config5202437712796498520tmp [Pipeline] { [Pipeline] echo 10:19:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:19:51 ---> create-netrc.sh [Pipeline] } 10:19:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:19:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:19:52 ---> python-tools-install.sh [Pipeline] echo 10:19:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:19:52 ---> sudo-logs.sh 10:19:52 Archiving 'sudo' log.. [Pipeline] echo 10:19:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:19:52 ---> job-cost.sh 10:19:52 lf-activate-venv: SKIPPING 10:19:52 INFO: No Stack... 10:19:54 INFO: Retrieving Pricing Info for: v1-standard-2 10:19:54 INFO: Archiving Costs [Pipeline] echo 10:19:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:19:54 ---> logs-deploy.sh 10:19:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/258 10:19:54 INFO: archiving workspace using pattern(s): 10:19:56 Archives upload complete. 10:19:56 INFO: archiving logs to Nexus 10:19:57 ---> uname -a: 10:19:57 Linux prd-centos7-docker-4c-2g-16323.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:19:57 10:19:57 10:19:57 ---> lscpu: 10:19:57 Architecture: x86_64 10:19:57 CPU op-mode(s): 32-bit, 64-bit 10:19:57 Byte Order: Little Endian 10:19:57 Address sizes: 40 bits physical, 48 bits virtual 10:19:57 CPU(s): 4 10:19:57 On-line CPU(s) list: 0-3 10:19:57 Thread(s) per core: 1 10:19:57 Core(s) per socket: 1 10:19:57 Socket(s): 4 10:19:57 NUMA node(s): 1 10:19:57 Vendor ID: GenuineIntel 10:19:57 CPU family: 6 10:19:57 Model: 44 10:19:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:19:57 Stepping: 1 10:19:57 CPU MHz: 2933.436 10:19:57 BogoMIPS: 5866.87 10:19:57 Virtualization: VT-x 10:19:57 Hypervisor vendor: KVM 10:19:57 Virtualization type: full 10:19:57 L1d cache: 128 KiB 10:19:57 L1i cache: 128 KiB 10:19:57 L2 cache: 16 MiB 10:19:57 L3 cache: 64 MiB 10:19:57 NUMA node0 CPU(s): 0-3 10:19:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:19:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:19:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:19:57 Vulnerability Meltdown: Mitigation; PTI 10:19:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:19:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:19:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:19:57 Vulnerability Srbds: Not affected 10:19:57 Vulnerability Tsx async abort: Not affected 10:19:57 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 10:19:57 10:19:57 10:19:57 ---> nproc: 10:19:57 4 10:19:57 10:19:57 10:19:58 ---> df -h: 10:19:58 Filesystem Size Used Available Use% Mounted on 10:19:58 overlay 50.0G 13.6G 36.4G 27% / 10:19:58 tmpfs 64.0M 0 64.0M 0% /dev 10:19:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:19:58 shm 64.0M 0 64.0M 0% /dev/shm 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/258@tmp 10:19:58 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/258 10:19:58 10:19:58 10:19:58 ---> free -m: 10:19:58 total used free shared buff/cache available 10:19:58 Mem: 1837 798 136 0 902 992 10:19:58 Swap: 1023 77 946 10:19:58 10:19:58 10:19:58 ---> ip addr: 10:19:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:19:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:19:58 inet 127.0.0.1/8 scope host lo 10:19:58 valid_lft forever preferred_lft forever 10:19:58 inet6 ::1/128 scope host 10:19:58 valid_lft forever preferred_lft forever 10:19:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:19:58 link/ether fa:16:3e:34:cc:0b brd ff:ff:ff:ff:ff:ff 10:19:58 inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 10:19:58 valid_lft 85036sec preferred_lft 85036sec 10:19:58 inet6 fe80::f816:3eff:fe34:cc0b/64 scope link 10:19:58 valid_lft forever preferred_lft forever 10:19:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:19:58 link/ether 02:42:98:01:34:9b brd ff:ff:ff:ff:ff:ff 10:19:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:19:58 valid_lft forever preferred_lft forever 10:19:58 inet6 fe80::42:98ff:fe01:349b/64 scope link 10:19:58 valid_lft forever preferred_lft forever 10:19:58 10:19:58 10:19:58 ---> sar -b -r -n DEV: 10:19:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 10:19:58 10:19:58 09:56:59 LINUX RESTART (4 CPU) 10:19:58 10:19:58 09:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:19:58 09:59:01 57.21 13.82 43.38 0.00 4866.73 8506.43 0.00 10:19:58 10:00:01 224.54 121.11 103.43 0.00 6949.62 43937.65 0.00 10:19:58 10:01:01 193.98 51.01 142.96 0.00 3438.86 31610.11 0.00 10:19:58 10:02:01 245.81 145.51 100.30 0.00 5099.14 10153.39 0.00 10:19:58 10:03:02 145.06 49.41 95.64 0.00 2831.10 21960.72 0.00 10:19:58 10:04:01 1415.51 1109.63 305.89 0.00 124434.01 185394.01 0.00 10:19:58 10:05:03 2354.13 2098.34 255.79 0.00 120093.66 133956.75 0.00 10:19:58 10:06:01 1551.27 1167.48 383.79 0.00 108256.46 154488.95 0.00 10:19:58 10:07:02 2231.46 1886.87 344.59 0.00 118461.13 125462.62 0.00 10:19:58 10:08:01 384.50 161.23 223.27 0.00 11861.23 24268.95 0.00 10:19:58 10:09:01 45.66 28.04 17.62 0.00 10531.27 445.81 0.00 10:19:58 10:10:01 343.43 315.84 27.59 0.00 5052.69 1219.05 0.00 10:19:58 10:11:01 0.80 0.32 0.48 0.00 31.31 9.11 0.00 10:19:58 10:12:01 1.27 0.95 0.32 0.00 31.84 4.80 0.00 10:19:58 10:13:01 0.78 0.07 0.72 0.00 2.13 13.61 0.00 10:19:58 10:14:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 10:19:58 10:15:01 0.33 0.00 0.33 0.00 0.00 6.14 0.00 10:19:58 10:16:01 302.61 159.00 143.62 0.00 8581.32 36733.01 0.00 10:19:58 10:17:01 137.86 22.77 115.08 0.00 1114.03 1359.90 0.00 10:19:58 10:18:01 119.60 2.93 116.67 0.00 239.09 1355.38 0.00 10:19:58 10:19:01 184.54 58.82 125.72 0.00 4130.76 30373.44 0.00 10:19:58 Average: 474.49 353.39 121.10 0.00 25532.68 38594.65 0.00 10:19:58 10:19:58 09:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:19:58 09:59:01 74508 0 671604 35.69 2620 1132812 1306988 44.61 542484 1059968 106888 10:19:58 10:00:01 107776 0 698620 37.13 2124 1073024 1436892 49.04 571440 962796 36244 10:19:58 10:01:01 283304 0 699500 37.18 980 897760 1326580 45.27 524492 804660 56 10:19:58 10:02:01 290456 0 822560 43.72 580 767948 1775096 60.58 615564 692268 53112 10:19:58 10:03:02 73384 0 790200 42.00 428 1017532 1539772 52.55 680008 835200 91168 10:19:58 10:04:01 67804 0 843592 44.84 24 970124 2330360 79.53 761032 833140 83712 10:19:58 10:05:03 476948 0 828744 44.05 24 575828 2424812 82.75 524076 613728 14868 10:19:58 10:06:01 95128 0 748104 39.76 24 1038288 2032056 69.35 727016 833496 18032 10:19:58 10:07:02 121508 0 746620 39.68 24 1013392 1979668 67.56 582100 935392 43880 10:19:58 10:08:01 180132 0 673804 35.81 24 1027584 1430412 48.82 617680 831524 20 10:19:58 10:09:01 74680 0 667328 35.47 24 1139512 1421136 48.50 667268 891516 16 10:19:58 10:10:01 137320 0 768908 40.87 4 975312 1216016 41.50 589288 779820 8 10:19:58 10:11:01 141408 0 763784 40.59 4 976348 1180836 40.30 587208 778768 8 10:19:58 10:12:01 140560 0 763716 40.59 4 977264 1180752 40.30 587488 779576 16 10:19:58 10:13:01 141096 0 763108 40.56 4 977336 1180704 40.30 587428 779640 8 10:19:58 10:14:01 142572 0 762544 40.53 4 976424 1180632 40.29 586144 779644 8 10:19:58 10:15:01 180848 0 762900 40.55 4 937792 1180660 40.29 547376 779640 8 10:19:58 10:16:01 149892 0 817536 43.45 4 914112 1378920 47.06 466572 860852 8 10:19:58 10:17:01 291248 0 849180 45.13 4 741112 1422548 48.55 532096 673952 12 10:19:58 10:18:01 384120 0 765860 40.70 4 731560 1189952 40.61 454464 665264 36 10:19:58 10:19:01 125060 0 788260 41.89 4 968220 1287920 43.95 576768 778640 65456 10:19:58 Average: 175226 0 761737 40.48 329 944252 1495367 51.03 587047 807118 24455 10:19:58 10:19:58 09:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:19:58 09:59:01 vethafb6e2b 630.74 550.69 59.77 1887.54 0.00 0.00 0.00 0.00 10:19:58 09:59:01 eth0 1021.29 979.12 3594.14 122.58 0.00 0.00 0.00 0.00 10:19:58 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 09:59:01 docker0 630.74 550.56 51.15 1887.53 0.00 0.00 0.00 0.00 10:19:58 10:00:01 veth58f1868 25.87 31.63 1.71 150.75 0.00 0.00 0.00 0.00 10:19:58 10:00:01 eth0 554.39 526.64 3805.53 53.59 0.00 0.00 0.00 0.00 10:19:58 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:00:01 docker0 280.08 245.57 21.26 963.23 0.00 0.00 0.00 0.00 10:19:58 10:01:01 eth0 421.77 325.95 1978.23 34.03 0.00 0.00 0.00 0.00 10:19:58 10:01:01 vethaecd973 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:01:01 docker0 117.78 147.37 8.41 680.81 0.00 0.00 0.00 0.00 10:19:58 10:02:01 eth0 46.41 31.38 26.98 79.26 0.00 0.00 0.00 0.00 10:19:58 10:02:01 vethaecd973 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:03:02 eth0 185.93 155.75 1677.36 22.81 0.00 0.00 0.00 0.00 10:19:58 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:04:01 veth13fb5f5 0.00 0.34 0.00 0.02 0.00 0.00 0.00 0.00 10:19:58 10:04:01 eth0 87.47 69.55 181.14 76.92 0.00 0.00 0.00 0.00 10:19:58 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:04:01 docker0 20.81 25.78 1.30 147.64 0.00 0.00 0.00 0.00 10:19:58 10:05:03 veth069d811 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:05:03 veth82b6bdf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:05:03 veth5de6dcc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:05:03 veth4808ec3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:06:01 veth4beb9d1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:06:01 veth13fb5f5 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 10:19:58 10:06:01 eth0 3142.97 2649.58 13894.98 558.20 0.00 0.00 0.00 0.00 10:19:58 10:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:19:58 10:07:02 vethc623bec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:19:58 10:07:02 veth13fb5f5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:07:02 eth0 42.70 23.67 59.32 16.11 0.00 0.00 0.00 0.00 10:19:58 10:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:08:01 eth0 158.49 100.22 486.09 94.15 0.00 0.00 0.00 0.00 10:19:58 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:08:01 docker0 1118.40 1082.50 86.37 4356.64 0.00 0.00 0.00 0.00 10:19:58 10:09:01 eth0 561.16 559.58 200.29 2795.99 0.00 0.00 0.00 0.00 10:19:58 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:10:01 eth0 38.28 34.90 17.50 49.52 0.00 0.00 0.00 0.00 10:19:58 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:11:01 eth0 1.60 1.12 0.37 1.14 0.00 0.00 0.00 0.00 10:19:58 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:12:01 eth0 1.03 0.30 0.32 0.17 0.00 0.00 0.00 0.00 10:19:58 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:13:01 eth0 0.45 0.20 0.16 0.10 0.00 0.00 0.00 0.00 10:19:58 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:19:58 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:15:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:16:01 eth0 498.83 442.40 4262.98 42.58 0.00 0.00 0.00 0.00 10:19:58 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:16:01 docker0 28.88 31.38 2.62 221.46 0.00 0.00 0.00 0.00 10:19:58 10:17:01 veth26559ec 0.18 0.32 0.05 0.10 0.00 0.00 0.00 0.00 10:19:58 10:17:01 eth0 103.00 81.74 78.10 100.72 0.00 0.00 0.00 0.00 10:19:58 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:17:01 docker0 1.88 1.86 0.40 0.84 0.00 0.00 0.00 0.00 10:19:58 10:18:01 eth0 85.21 63.75 79.59 57.76 0.00 0.00 0.00 0.00 10:19:58 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:18:01 docker0 2.53 2.43 0.53 1.04 0.00 0.00 0.00 0.00 10:19:58 10:19:01 eth0 470.17 410.75 3424.84 125.24 0.00 0.00 0.00 0.00 10:19:58 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 10:19:01 veth28ce3cd 24.72 32.19 1.69 185.55 0.00 0.00 0.00 0.00 10:19:58 10:19:01 docker0 24.72 32.07 1.35 185.54 0.00 0.00 0.00 0.00 10:19:58 Average: eth0 208.32 184.20 957.91 179.60 0.00 0.00 0.00 0.00 10:19:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:19:58 Average: veth28ce3cd 1.18 1.54 0.08 8.85 0.00 0.00 0.00 0.00 10:19:58 Average: docker0 55.22 54.00 4.28 223.83 0.00 0.00 0.00 0.00 10:19:58 10:19:58 10:19:58 ---> sar -P ALL: 10:19:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 10:19:58 10:19:58 09:56:59 LINUX RESTART (4 CPU) 10:19:58 10:19:58 09:58:02 CPU %user %nice %system %iowait %steal %idle 10:19:58 09:59:01 all 7.08 0.00 4.26 1.23 0.08 87.35 10:19:58 09:59:01 0 7.09 0.00 4.36 1.30 0.09 87.16 10:19:58 09:59:01 1 6.76 0.00 4.13 0.34 0.10 88.66 10:19:58 09:59:01 2 6.88 0.00 4.92 2.62 0.09 85.49 10:19:58 09:59:01 3 7.59 0.00 3.62 0.66 0.05 88.09 10:19:58 10:00:01 all 11.59 0.00 6.91 2.22 0.07 79.20 10:19:58 10:00:01 0 11.91 0.00 6.53 1.05 0.09 80.43 10:19:58 10:00:01 1 13.76 0.00 7.17 2.46 0.05 76.56 10:19:58 10:00:01 2 11.40 0.00 6.53 2.77 0.07 79.23 10:19:58 10:00:01 3 9.30 0.00 7.42 2.59 0.09 80.60 10:19:58 10:01:01 all 7.29 0.00 6.67 5.25 0.11 80.68 10:19:58 10:01:01 0 7.96 0.00 6.52 5.92 0.14 79.47 10:19:58 10:01:01 1 6.44 0.00 6.19 5.59 0.07 81.71 10:19:58 10:01:01 2 7.56 0.00 7.78 3.26 0.08 81.31 10:19:58 10:01:01 3 7.21 0.00 6.21 6.22 0.14 80.23 10:19:58 10:02:01 all 62.01 0.00 14.59 4.82 0.11 18.48 10:19:58 10:02:01 0 62.64 0.00 14.83 4.10 0.07 18.37 10:19:58 10:02:01 1 60.71 0.00 14.25 5.67 0.12 19.25 10:19:58 10:02:01 2 62.99 0.00 14.20 5.73 0.11 16.98 10:19:58 10:02:01 3 61.71 0.00 15.08 3.77 0.12 19.32 10:19:58 10:03:02 all 41.10 0.00 13.80 3.35 0.15 41.60 10:19:58 10:03:02 0 40.37 0.00 13.64 2.45 0.17 43.37 10:19:58 10:03:02 1 41.37 0.00 13.59 1.95 0.12 42.97 10:19:58 10:03:02 2 41.59 0.00 14.19 4.94 0.16 39.12 10:19:58 10:03:02 3 41.08 0.00 13.78 4.05 0.16 40.93 10:19:58 10:04:01 all 21.05 0.00 24.73 12.78 0.57 40.86 10:19:58 10:04:01 0 20.16 0.00 22.50 13.52 0.69 43.13 10:19:58 10:04:01 1 21.77 0.00 24.94 10.71 0.59 41.99 10:19:58 10:04:01 2 20.29 0.00 26.00 11.87 0.55 41.28 10:19:58 10:04:01 3 22.00 0.00 25.52 15.03 0.45 37.01 10:19:58 10:05:03 all 51.65 0.00 22.50 13.67 0.43 11.74 10:19:58 10:05:03 0 51.54 0.00 21.88 14.30 0.50 11.78 10:19:58 10:05:03 1 51.49 0.00 22.92 13.29 0.38 11.93 10:19:58 10:05:03 2 52.04 0.00 22.05 14.08 0.45 11.38 10:19:58 10:05:03 3 51.54 0.00 23.16 13.01 0.40 11.89 10:19:58 10:06:01 all 29.91 0.00 24.10 21.42 0.27 24.30 10:19:58 10:06:01 0 30.70 0.00 22.58 21.17 0.23 25.32 10:19:58 10:06:01 1 28.77 0.00 24.23 22.12 0.31 24.56 10:19:58 10:06:01 2 31.87 0.00 23.43 21.92 0.24 22.54 10:19:58 10:06:01 3 28.28 0.00 26.16 20.47 0.29 24.79 10:19:58 10:07:02 all 45.18 0.00 23.52 22.54 0.23 8.53 10:19:58 10:07:02 0 44.75 0.00 23.21 22.48 0.21 9.35 10:19:58 10:07:02 1 44.95 0.00 23.88 22.03 0.23 8.91 10:19:58 10:07:02 2 45.40 0.00 23.41 23.78 0.26 7.14 10:19:58 10:07:02 3 45.64 0.00 23.57 21.87 0.20 8.73 10:19:58 10:08:01 all 20.06 0.00 11.86 13.09 0.14 54.85 10:19:58 10:08:01 0 19.97 0.00 12.02 16.57 0.12 51.31 10:19:58 10:08:01 1 21.16 0.00 12.09 13.51 0.14 53.11 10:19:58 10:08:01 2 19.71 0.00 12.29 10.57 0.16 57.28 10:19:58 10:08:01 3 19.41 0.00 11.06 11.69 0.12 57.71 10:19:58 10:09:01 all 15.30 0.00 4.03 0.58 0.11 79.98 10:19:58 10:09:01 0 15.49 0.00 4.35 0.80 0.12 79.25 10:19:58 10:09:01 1 14.65 0.00 3.76 0.88 0.14 80.58 10:19:58 10:09:01 2 15.01 0.00 4.08 0.39 0.10 80.42 10:19:58 10:09:01 3 16.05 0.00 3.93 0.25 0.08 79.68 10:19:58 10:19:58 10:09:01 CPU %user %nice %system %iowait %steal %idle 10:19:58 10:10:01 all 0.58 2.76 13.22 5.75 0.11 77.59 10:19:58 10:10:01 0 0.57 2.60 13.25 5.03 0.12 78.43 10:19:58 10:10:01 1 0.65 2.80 12.63 6.58 0.08 77.25 10:19:58 10:10:01 2 0.62 2.72 13.60 6.32 0.10 76.64 10:19:58 10:10:01 3 0.46 2.93 13.38 5.08 0.12 78.03 10:19:58 10:11:01 all 0.05 0.00 0.05 0.00 0.00 99.90 10:19:58 10:11:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:19:58 10:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:19:58 10:11:01 2 0.03 0.00 0.05 0.00 0.00 99.92 10:19:58 10:11:01 3 0.07 0.00 0.05 0.02 0.00 99.87 10:19:58 10:12:01 all 0.15 0.00 0.06 0.02 0.01 99.76 10:19:58 10:12:01 0 0.07 0.00 0.07 0.02 0.02 99.83 10:19:58 10:12:01 1 0.48 0.00 0.05 0.00 0.00 99.47 10:19:58 10:12:01 2 0.03 0.00 0.07 0.07 0.00 99.83 10:19:58 10:12:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:19:58 10:13:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:19:58 10:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:19:58 10:13:01 1 0.52 0.00 0.00 0.00 0.00 99.48 10:19:58 10:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:19:58 10:13:01 3 0.07 0.00 0.03 0.00 0.00 99.90 10:19:58 10:14:01 all 0.15 0.00 0.05 0.00 0.00 99.80 10:19:58 10:14:01 0 0.03 0.00 0.08 0.00 0.00 99.88 10:19:58 10:14:01 1 0.50 0.00 0.03 0.00 0.00 99.47 10:19:58 10:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:19:58 10:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:19:58 10:15:01 all 0.18 0.00 0.05 0.00 0.00 99.76 10:19:58 10:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:19:58 10:15:01 1 0.62 0.00 0.02 0.00 0.00 99.37 10:19:58 10:15:01 2 0.02 0.00 0.13 0.00 0.02 99.83 10:19:58 10:15:01 3 0.08 0.00 0.03 0.00 0.00 99.88 10:19:58 10:16:01 all 10.16 0.00 7.45 5.04 0.08 77.26 10:19:58 10:16:01 0 10.49 0.00 7.37 3.91 0.07 78.16 10:19:58 10:16:01 1 9.55 0.00 7.51 5.73 0.09 77.12 10:19:58 10:16:01 2 9.79 0.00 7.33 7.78 0.07 75.03 10:19:58 10:16:01 3 10.82 0.00 7.60 2.76 0.09 78.74 10:19:58 10:17:01 all 10.09 0.00 9.06 3.58 0.08 77.19 10:19:58 10:17:01 0 9.02 0.00 8.83 2.74 0.07 79.34 10:19:58 10:17:01 1 10.95 0.00 8.69 3.77 0.07 76.53 10:19:58 10:17:01 2 9.12 0.00 9.33 4.54 0.09 76.92 10:19:58 10:17:01 3 11.27 0.00 9.41 3.29 0.09 75.94 10:19:58 10:18:01 all 9.94 0.00 8.97 3.45 0.08 77.56 10:19:58 10:18:01 0 9.73 0.00 8.98 3.15 0.07 78.07 10:19:58 10:18:01 1 9.43 0.00 8.78 3.84 0.12 77.83 10:19:58 10:18:01 2 10.40 0.00 8.64 3.71 0.07 77.19 10:19:58 10:18:01 3 10.21 0.00 9.47 3.10 0.05 77.17 10:19:58 10:19:01 all 10.19 0.00 8.41 2.07 0.07 79.26 10:19:58 10:19:01 0 9.63 0.00 8.25 3.18 0.07 78.87 10:19:58 10:19:01 1 12.85 0.00 8.09 2.15 0.09 76.82 10:19:58 10:19:01 2 8.54 0.00 8.88 2.13 0.05 80.41 10:19:58 10:19:01 3 9.74 0.00 8.43 0.82 0.07 80.94 10:19:58 Average: all 16.56 0.13 9.56 5.62 0.13 67.99 10:19:58 Average: 0 16.51 0.13 9.35 5.67 0.13 68.20 10:19:58 Average: 1 16.73 0.14 9.50 5.61 0.13 67.90 10:19:58 Average: 2 16.52 0.13 9.69 5.89 0.12 67.64 10:19:58 Average: 3 16.47 0.14 9.71 5.32 0.12 68.24 10:19:58 10:19:58 10:19:58