Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55279ac293f1a7bfc29c798d374b05cebe545617 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13085’ is offline Running on prd-centos7-docker-4c-2g-13089 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/229 [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/229 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 55279ac293f1a7bfc29c798d374b05cebe545617 (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 --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 55279ac293f1a7bfc29c798d374b05cebe545617 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts (#2891)" > git rev-list --no-walk bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:21:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:21:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:21:13 ========================================================= 21:21:13 EdgeX Global Pipelines Version Info 21:21:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:21:15 ------------------- 21:21:15 stable info: 21:21:15 ------------------- 21:21:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:21:15 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 21:21:15 Message: update stable to v1.0.167 21:21:16 ------------------- 21:21:16 experimental info: 21:21:16 ------------------- 21:21:16 Commited By: **** collab-it+edgex@linuxfoundation.org 21:21:16 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 21:21:16 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:21:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:21:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:21:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] echo 21:21:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55279ac [Pipeline] echo 21:21:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:21:19 provisioning config files... 21:21:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config3290504265071468981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:19 ---> docker-login.sh 21:21:19 nexus3.edgexfoundry.org:10001 21:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:20 Configure a credential helper to remove this warning. See 21:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:20 21:21:20 Login Succeeded 21:21:20 nexus3.edgexfoundry.org:10002 21:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:20 Configure a credential helper to remove this warning. See 21:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:20 21:21:20 Login Succeeded 21:21:20 nexus3.edgexfoundry.org:10003 21:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:20 Configure a credential helper to remove this warning. See 21:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:20 21:21:20 Login Succeeded 21:21:20 nexus3.edgexfoundry.org:10004 21:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:20 Configure a credential helper to remove this warning. See 21:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:20 21:21:20 Login Succeeded 21:21:20 docker.io 21:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:20 Configure a credential helper to remove this warning. See 21:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:20 21:21:20 Login Succeeded 21:21:20 ---> docker-login.sh ends [Pipeline] } 21:21:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/core-command/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo core-command,cmd/core-command/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/core-data/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo core-data,cmd/core-data/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/core-metadata/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo core-metadata,cmd/core-metadata/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/security-proxy-setup/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/security-secrets-setup/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/support-logging/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo support-logging,cmd/support-logging/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/support-notifications/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo support-notifications,cmd/support-notifications/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/support-scheduler/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:21:21 + for file in '`ls cmd/**/Dockerfile`' 21:21:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:21:21 ++ cut -d/ -f2 21:21:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:21:21 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:21:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:23 21:21:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:21:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:23 latest: Pulling from edgex-devops/git-semver 21:21:23 31603596830f: Pulling fs layer 21:21:23 2a8b12db71e7: Pulling fs layer 21:21:23 6ca5941a6612: Pulling fs layer 21:21:23 ecc8261a40a4: Pulling fs layer 21:21:23 ecc8261a40a4: Waiting 21:21:23 2a8b12db71e7: Verifying Checksum 21:21:23 2a8b12db71e7: Download complete 21:21:23 31603596830f: Verifying Checksum 21:21:23 31603596830f: Download complete 21:21:23 ecc8261a40a4: Verifying Checksum 21:21:23 ecc8261a40a4: Download complete 21:21:23 6ca5941a6612: Verifying Checksum 21:21:23 6ca5941a6612: Download complete 21:21:24 31603596830f: Pull complete 21:21:24 2a8b12db71e7: Pull complete 21:21:25 6ca5941a6612: Pull complete 21:21:25 ecc8261a40a4: Pull complete 21:21:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:21:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:21:25 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:21:28 $ docker top 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:28 [ssh-agent] Looking for ssh-agent implementation... 21:21:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:28 $ docker exec 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent 21:21:28 SSH_AUTH_SOCK=/tmp/ssh-Pl0Tsdk69Yzc/agent.12 21:21:28 SSH_AGENT_PID=17 21:21:28 Running ssh-add (command line suppressed) 21:21:29 Identity added: /w/workspace/edgex-go/229@tmp/private_key_3239339992632006547.key (/w/workspace/edgex-go/229@tmp/private_key_3239339992632006547.key) 21:21:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:29 + git tag --points-at HEAD [Pipeline] } 21:21:29 $ docker exec --env ******** --env ******** 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent -k 21:21:29 unset SSH_AUTH_SOCK; 21:21:29 unset SSH_AGENT_PID; 21:21:29 echo Agent pid 17 killed; 21:21:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:21:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:29 [ssh-agent] Looking for ssh-agent implementation... 21:21:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:29 $ docker exec 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent 21:21:30 SSH_AUTH_SOCK=/tmp/ssh-dkcY2Ma4q4Qb/agent.46 21:21:30 SSH_AGENT_PID=51 21:21:30 Running ssh-add (command line suppressed) 21:21:30 Identity added: /w/workspace/edgex-go/229@tmp/private_key_4784615816763395017.key (/w/workspace/edgex-go/229@tmp/private_key_4784615816763395017.key) 21:21:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:30 + git semver init 21:21:30 # -> Open(): unable to determine branch for HEAD 21:21:30 # $GIT_DIR = /w/workspace/edgex-go/229/.git 21:21:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/229 21:21:30 # $SEMVER_REMOTE_NAME = origin 21:21:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:21:30 # $SEMVER_USER_NAME = edgex-jenkins 21:21:30 # $SEMVER_BRANCH = master 21:21:30 # $SEMVER_TEMP = /tmp/semver-240114940 21:21:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:21:48 # '/tmp/semver-240114940' -> '/w/workspace/edgex-go/229/.semver' 21:21:48 # -> Force: false 21:21:48 # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [Pipeline] } 21:21:48 $ docker exec --env ******** --env ******** 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent -k 21:21:48 unset SSH_AUTH_SOCK; 21:21:48 unset SSH_AGENT_PID; 21:21:48 echo Agent pid 51 killed; 21:21:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:49 + git semver [Pipeline] } 21:21:49 $ docker stop --time=1 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d 21:21:51 $ docker rm -f 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d [Pipeline] // withDockerContainer [Pipeline] sh 21:21:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:21:52 Stashed 1 file(s) [Pipeline] echo 21:21:52 [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [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 21:21:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:21:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:21:54 + sudo service docker restart 21:21:54 + true 21:21:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:21:54 ========================================================= 21:21:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:21:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:21:54 + 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 . 21:21:59 Sending build context to Docker daemon 325.9MB 21:21:59 Step 1/7 : ARG BASE=golang:1.15-alpine 21:21:59 Step 2/7 : FROM ${BASE} 21:21:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:21:59 df20fa9351a1: Pulling fs layer 21:21:59 ed8968b2872e: Pulling fs layer 21:21:59 a92cc7c5fd73: Pulling fs layer 21:21:59 e871e8e8d7a9: Pulling fs layer 21:21:59 e73272ec9a57: Pulling fs layer 21:21:59 1e910a182e73: Pulling fs layer 21:21:59 4e634b169226: Pulling fs layer 21:21:59 e73272ec9a57: Waiting 21:21:59 1e910a182e73: Waiting 21:21:59 e871e8e8d7a9: Waiting 21:21:59 4e634b169226: Waiting 21:21:59 a92cc7c5fd73: Verifying Checksum 21:21:59 a92cc7c5fd73: Download complete 21:21:59 ed8968b2872e: Download complete 21:21:59 e73272ec9a57: Verifying Checksum 21:21:59 e73272ec9a57: Download complete 21:21:59 df20fa9351a1: Verifying Checksum 21:21:59 df20fa9351a1: Download complete 21:21:59 1e910a182e73: Verifying Checksum 21:21:59 1e910a182e73: Download complete 21:21:59 df20fa9351a1: Pull complete 21:21:59 ed8968b2872e: Pull complete 21:21:59 a92cc7c5fd73: Pull complete 21:22:01 4e634b169226: Verifying Checksum 21:22:01 4e634b169226: Download complete 21:22:02 e871e8e8d7a9: Verifying Checksum 21:22:02 e871e8e8d7a9: Download complete 21:22:07 e871e8e8d7a9: Pull complete 21:22:07 e73272ec9a57: Pull complete 21:22:07 1e910a182e73: Pull complete 21:22:07 Still waiting to schedule task 21:22:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13086’ is offline 21:22:14 4e634b169226: Pull complete 21:22:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:22:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:22:14 ---> f7629b54cfaa 21:22:14 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 21:22:14 ---> Running in c1d2f5befc36 21:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:15 (1/12) Installing libmagic (5.38-r0) 21:22:16 (2/12) Installing file (5.38-r0) 21:22:16 (3/12) Installing libc-dev (0.7.2-r3) 21:22:16 (4/12) Installing g++ (9.3.0-r2) 21:22:19 (5/12) Installing fortify-headers (1.1-r0) 21:22:19 (6/12) Installing patch (2.7.6-r6) 21:22:19 (7/12) Installing build-base (0.5-r2) 21:22:19 (8/12) Installing libsodium (1.0.18-r0) 21:22:20 (9/12) Installing pkgconf (1.7.2-r0) 21:22:20 (10/12) Installing libsodium-dev (1.0.18-r0) 21:22:20 (11/12) Installing libzmq (4.3.3-r0) 21:22:20 (12/12) Installing zeromq-dev (4.3.3-r0) 21:22:20 Executing busybox-1.31.1-r16.trigger 21:22:20 OK: 233 MiB in 51 packages 21:22:24 Removing intermediate container c1d2f5befc36 21:22:24 ---> a27c7359f7bd 21:22:24 Step 4/7 : WORKDIR /edgex-go 21:22:24 ---> Running in a6c6e539e7ea 21:22:24 Removing intermediate container a6c6e539e7ea 21:22:24 ---> 324027b82e17 21:22:24 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:22:25 latest: Pulling from library/docker 21:22:25 188c0c94c7c5: Pulling fs layer 21:22:25 0c7c675703d6: Pulling fs layer 21:22:25 cc8c12a437cb: Pulling fs layer 21:22:25 c5dafad2182a: Pulling fs layer 21:22:25 5aa711733414: Pulling fs layer 21:22:25 058f73b55e4b: Pulling fs layer 21:22:25 8c9c664faf12: Pulling fs layer 21:22:25 c5dafad2182a: Waiting 21:22:25 5aa711733414: Waiting 21:22:25 058f73b55e4b: Waiting 21:22:25 8c9c664faf12: Waiting 21:22:26 cc8c12a437cb: Verifying Checksum 21:22:26 cc8c12a437cb: Download complete 21:22:26 188c0c94c7c5: Verifying Checksum 21:22:26 0c7c675703d6: Verifying Checksum 21:22:26 0c7c675703d6: Download complete 21:22:26 058f73b55e4b: Download complete 21:22:26 5aa711733414: Verifying Checksum 21:22:26 5aa711733414: Download complete 21:22:26 8c9c664faf12: Download complete 21:22:26 188c0c94c7c5: Pull complete 21:22:26 0c7c675703d6: Pull complete 21:22:26 cc8c12a437cb: Pull complete 21:22:26 c5dafad2182a: Verifying Checksum 21:22:26 c5dafad2182a: Download complete 21:22:29 c5dafad2182a: Pull complete 21:22:29 5aa711733414: Pull complete 21:22:29 058f73b55e4b: Pull complete 21:22:29 8c9c664faf12: Pull complete 21:22:29 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 21:22:29 Status: Downloaded newer image for docker:latest 21:22:31 ---> c2b1855cc069 21:22:31 Step 6/7 : COPY go.mod . 21:22:31 ---> 9fcd3deb9272 21:22:31 Step 7/7 : RUN go mod download 21:22:31 ---> Running in 78bb8f283754 21:22:53 Removing intermediate container 78bb8f283754 21:22:53 ---> 0f2fa97a26d8 21:22:53 Successfully built 0f2fa97a26d8 21:22:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:22:54 + docker inspect -f . ci-base-image-x86_64 21:22:54 . [Pipeline] withDockerContainer 21:22:54 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:22:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:22:55 $ docker top b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:55 + go version 21:22:55 go version go1.15.2 linux/amd64 [Pipeline] } 21:22:55 $ docker stop --time=1 b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c 21:22:57 $ docker rm -f b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:58 + docker inspect -f . ci-base-image-x86_64 21:22:58 . [Pipeline] withDockerContainer 21:22:58 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:22:58 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:22:58 $ docker top 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac -eo pid,comm [Pipeline] { [Pipeline] echo 21:22:59 ========================================================= 21:22:59 [edgeXBuildGoParallel] Running Tests and Build... 21:22:59 ========================================================= [Pipeline] sh 21:22:59 + make test 21:22:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:23:07 ? github.com/edgexfoundry/edgex-go [no test files] 21:23:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:23:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:23:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:23:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:23:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:23:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:23:33 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:23:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:23:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 46.6% of statements 21:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.1% of statements 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 67.0% of statements 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:23:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.401s coverage: 83.8% of statements 21:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 79.0% of statements 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.358s coverage: 95.7% of statements 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.0% of statements [no tests to run] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:23:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 21:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:23:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.380s coverage: 55.9% of statements 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.974s coverage: 86.3% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.432s coverage: 72.1% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.2% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.269s coverage: 84.1% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.660s coverage: 29.1% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:24:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 21:24:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 21:24:01 GO111MODULE=on go vet ./... 21:24:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13092 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 21:24:05 Running in /w/workspace/edgex-go/229 [Pipeline] { [Pipeline] checkout 21:24:10 using credential edgex-jenkins-ssh 21:24:10 Cloning the remote Git repository 21:24:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:24:10 > git init /w/workspace/edgex-go/229 # timeout=10 21:24:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:24:10 > git --version # timeout=10 21:24:10 > git --version # 'git version 2.17.1' 21:24:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:24:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:24:23 gofmt -l . 21:24:23 [ "`gofmt -l .`" = "" ] 21:24:23 ./bin/test-go-mod-tidy.sh 21:24:23 ./bin/test-attribution-txt.sh [Pipeline] sh 21:24:25 + ls -al . 21:24:25 total 640 21:24:25 drwxrwxr-x 10 1001 1001 4096 Nov 21 21:24 . 21:24:25 drwxr-xr-x 4 root root 32 Nov 21 21:22 .. 21:24:25 -rw-rw-r-- 1 1001 1001 11 Nov 21 21:21 .dockerignore 21:24:25 drwxrwxr-x 8 1001 1001 162 Nov 21 21:21 .git 21:24:25 drwxrwxr-x 3 1001 1001 125 Nov 21 21:21 .github 21:24:25 -rw-rw-r-- 1 1001 1001 971 Nov 21 21:21 .gitignore 21:24:25 drwx------ 3 1001 1001 32 Nov 21 21:21 .semver 21:24:25 -rw-rw-r-- 1 1001 1001 166 Nov 21 21:21 .sonarcloud.properties 21:24:25 -rw-rw-r-- 1 1001 1001 3804 Nov 21 21:21 CONTRIBUTING.md 21:24:25 -rw-rw-r-- 1 1001 1001 1035 Nov 21 21:21 Dockerfile.build 21:24:25 -rw-rw-r-- 1 1001 1001 863 Nov 21 21:21 Jenkinsfile 21:24:25 -rw-rw-r-- 1 1001 1001 10775 Nov 21 21:21 LICENSE 21:24:25 -rw-rw-r-- 1 1001 1001 6581 Nov 21 21:21 Makefile 21:24:25 -rw-rw-r-- 1 1001 1001 6447 Nov 21 21:21 README.md 21:24:25 -rw-rw-r-- 1 1001 1001 259 Nov 21 21:21 SECURITY.md 21:24:25 -rw-rw-r-- 1 1001 1001 11 Nov 21 21:21 VERSION 21:24:25 -rw-rw-r-- 1 1001 1001 4131 Nov 21 21:21 ZMQWindows.md 21:24:25 drwxrwxr-x 2 1001 1001 117 Nov 21 21:21 bin 21:24:25 drwxrwxr-x 15 1001 1001 4096 Nov 21 21:21 cmd 21:24:25 -rw-r--r-- 1 root root 546551 Nov 21 21:23 coverage.out 21:24:25 -rw-r--r-- 1 root root 1041 Nov 21 21:24 go.mod 21:24:25 -rw-r--r-- 1 root root 18582 Nov 21 21:24 go.sum 21:24:25 drwxrwxr-x 8 1001 1001 127 Nov 21 21:21 internal 21:24:25 drwxrwxr-x 4 1001 1001 26 Nov 21 21:21 openapi 21:24:25 drwxrwxr-x 4 1001 1001 71 Nov 21 21:21 snap 21:24:25 -rw-rw-r-- 1 1001 1001 168 Nov 21 21:21 version.go [Pipeline] sh 21:24:25 + '[' -e coverage.out ] 21:24:25 + chown 1001:1001 coverage.out [Pipeline] stash 21:24:25 Stashed 1 file(s) [Pipeline] sh 21:24:26 + make build 21:24:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:24:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data 21:24:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command 21:24:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging 21:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:24:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:24:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:24:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:24:45 Checking out Revision 55279ac293f1a7bfc29c798d374b05cebe545617 (master) 21:24:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:24:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:24:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:24:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:24:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:24:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:24:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:24:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:24:45 > git config core.sparsecheckout # timeout=10 21:24:45 > git checkout -f 55279ac293f1a7bfc29c798d374b05cebe545617 # timeout=10 21:24:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:24:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:24:50 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts (#2891)" [Pipeline] } 21:24:50 $ docker stop --time=1 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac 21:24:52 $ docker rm -f 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 21:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:24:56 21:24:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:24:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 21:24:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:24:56 latest: Pulling from edgex-devops/edgex-compose 21:24:56 cbdbe7a5bc2a: Pulling fs layer 21:24:56 ca9280d653b3: Pulling fs layer 21:24:56 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 21:24:57 cbdbe7a5bc2a: Download complete 21:24:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:24:57 cbdbe7a5bc2a: Pull complete 21:24:57 + sudo service docker restart 21:24:57 + true 21:24:57 ca9280d653b3: Verifying Checksum 21:24:57 ca9280d653b3: Download complete 21:24:58 ca9280d653b3: Pull complete 21:24:59 7e9c9ca2126c: Verifying Checksum 21:24:59 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:25:00 provisioning config files... 21:25:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config7486017022172199826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:25:00 ---> docker-login.sh 21:25:00 nexus3.edgexfoundry.org:10001 21:25:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:25:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:25:02 Configure a credential helper to remove this warning. See 21:25:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:25:02 21:25:02 Login Succeeded 21:25:02 nexus3.edgexfoundry.org:10002 21:25:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:25:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:25:02 Configure a credential helper to remove this warning. See 21:25:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:25:02 21:25:02 Login Succeeded 21:25:02 nexus3.edgexfoundry.org:10003 21:25:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:25:03 Configure a credential helper to remove this warning. See 21:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:25:03 21:25:03 Login Succeeded 21:25:03 nexus3.edgexfoundry.org:10004 21:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:25:04 Configure a credential helper to remove this warning. See 21:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:25:04 21:25:04 Login Succeeded 21:25:04 docker.io 21:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:25:04 Configure a credential helper to remove this warning. See 21:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:25:04 21:25:04 Login Succeeded 21:25:04 ---> docker-login.sh ends [Pipeline] } 21:25:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:25:05 ========================================================= 21:25:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:25:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:25:05 + 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 . 21:25:05 7e9c9ca2126c: Pull complete 21:25:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:25:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:25:06 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:25:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:25:08 $ docker top 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:08 Sending build context to Docker daemon 165.3MB 21:25:08 Step 1/7 : ARG BASE=golang:1.15-alpine 21:25:08 Step 2/7 : FROM ${BASE} 21:25:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:25:08 b538f80385f9: Pulling fs layer 21:25:08 74f711af9a0d: Pulling fs layer 21:25:08 99f96fe45779: Pulling fs layer 21:25:08 8529a6b9a6be: Pulling fs layer 21:25:08 45590311c82a: Pulling fs layer 21:25:08 69ca0ff8b7b3: Pulling fs layer 21:25:08 209524e5b208: Pulling fs layer 21:25:08 45590311c82a: Waiting 21:25:08 69ca0ff8b7b3: Waiting 21:25:08 209524e5b208: Waiting 21:25:08 8529a6b9a6be: Waiting 21:25:08 99f96fe45779: Verifying Checksum 21:25:08 99f96fe45779: Download complete 21:25:08 74f711af9a0d: Verifying Checksum 21:25:08 74f711af9a0d: Download complete 21:25:08 45590311c82a: Verifying Checksum 21:25:08 45590311c82a: Download complete 21:25:08 69ca0ff8b7b3: Verifying Checksum 21:25:08 69ca0ff8b7b3: Download complete 21:25:08 b538f80385f9: Verifying Checksum 21:25:08 b538f80385f9: Download complete 21:25:08 + docker-compose build --help 21:25:08 + grep parallel 21:25:08 b538f80385f9: Pull complete 21:25:09 --parallel Build images in parallel. [Pipeline] } 21:25:09 $ docker stop --time=1 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e 21:25:09 74f711af9a0d: Pull complete 21:25:09 99f96fe45779: Pull complete 21:25:10 209524e5b208: Verifying Checksum 21:25:10 209524e5b208: Download complete 21:25:10 $ docker rm -f 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:25:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:25:11 . [Pipeline] withDockerContainer 21:25:11 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:25: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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 21:25:11 8529a6b9a6be: Download complete 21:25:12 $ docker top 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:12 + docker-compose -f ./docker-compose-build.yml build --parallel 21:25:13 Building docker-core-command-go ... 21:25:13 Building docker-core-data-go ... 21:25:13 Building docker-core-metadata-go ... 21:25:13 Building docker-security-bootstrap-redis-go ... 21:25:13 Building docker-security-proxy-setup-go ... 21:25:13 Building docker-security-secrets-setup-go ... 21:25:13 Building docker-security-secretstore-setup-go ... 21:25:13 Building docker-support-logging-go ... 21:25:13 Building docker-support-notifications-go ... 21:25:13 Building docker-support-scheduler-go ... 21:25:13 Building docker-sys-mgmt-agent-go ... 21:25:13 Building docker-core-data-go 21:25:13 Building docker-security-secretstore-setup-go 21:25:13 Building docker-support-logging-go 21:25:13 Building docker-core-command-go 21:25:13 Building docker-security-proxy-setup-go 21:25:22 8529a6b9a6be: Pull complete 21:25:22 45590311c82a: Pull complete 21:25:22 69ca0ff8b7b3: Pull complete 21:25:26 209524e5b208: Pull complete 21:25:26 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:25:26 ---> 5bddaf1c2fca 21:25:26 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:25:30 ---> Running in 1e3506e17417 21:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:32 (1/12) Installing libmagic (5.38-r0) 21:25:32 (2/12) Installing file (5.38-r0) 21:25:32 (3/12) Installing libc-dev (0.7.2-r3) 21:25:33 (4/12) Installing g++ (9.3.0-r2) 21:25:43 (5/12) Installing fortify-headers (1.1-r0) 21:25:43 (6/12) Installing patch (2.7.6-r6) 21:25:43 (7/12) Installing build-base (0.5-r2) 21:25:43 (8/12) Installing libsodium (1.0.18-r0) 21:25:43 (9/12) Installing pkgconf (1.7.2-r0) 21:25:43 (10/12) Installing libsodium-dev (1.0.18-r0) 21:25:43 (11/12) Installing libzmq (4.3.3-r0) 21:25:43 (12/12) Installing zeromq-dev (4.3.3-r0) 21:25:43 Executing busybox-1.31.1-r16.trigger 21:25:43 OK: 217 MiB in 51 packages 21:25:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:25:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:25:46 ---> 0f2fa97a26d8 21:25:46 Step 3/23 : WORKDIR /edgex-go 21:25:46 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 21:25:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:25:46 ---> 0f2fa97a26d8 21:25:46 Step 3/20 : WORKDIR /edgex-go 21:25:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:25:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:25:46 ---> 0f2fa97a26d8 21:25:46 Step 3/22 : WORKDIR /edgex-go 21:25:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:25:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:25:46 ---> 0f2fa97a26d8 21:25:46 Step 3/24 : WORKDIR /edgex-go 21:25:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:25:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:25:46 ---> 0f2fa97a26d8 21:25:46 Step 3/22 : WORKDIR /edgex-go 21:25:46 ---> Running in 961bc252677a 21:25:46 ---> Running in a74da8ca801d 21:25:46 ---> Running in 7542b2159587 21:25:46 ---> Running in c2a877a6d1b5 21:25:46 ---> Running in 402dba46488d 21:25:46 Removing intermediate container 961bc252677a 21:25:46 ---> 2929386d326a 21:25:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:46 Removing intermediate container 7542b2159587 21:25:46 ---> 840959b8f37c 21:25:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:46 Removing intermediate container a74da8ca801d 21:25:46 ---> 515f3d4eafec 21:25:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:46 Removing intermediate container c2a877a6d1b5 21:25:46 ---> c9cb7cfdc5d4 21:25:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:46 ---> Running in 05cd9b6ed86a 21:25:46 Removing intermediate container 402dba46488d 21:25:46 ---> e47e6f56d85f 21:25:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:46 ---> Running in 119ac0d36c90 21:25:46 ---> Running in 4a6d1e4ac5e7 21:25:46 ---> Running in 8fb9ec528d1d 21:25:46 ---> Running in d76a2e7b5549 21:25:47 Removing intermediate container 1e3506e17417 21:25:47 ---> 541e8ace5829 21:25:47 Step 4/7 : WORKDIR /edgex-go 21:25:47 ---> Running in ef15cf33a36b 21:25:47 Removing intermediate container ef15cf33a36b 21:25:47 ---> b0cd6c76f6db 21:25:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:25:48 Removing intermediate container 05cd9b6ed86a 21:25:48 ---> 783ccd8f0d0d 21:25:48 Step 5/20 : RUN apk update && apk add make git 21:25:48 Removing intermediate container 119ac0d36c90 21:25:48 ---> ea36b8dddee2 21:25:48 Step 5/22 : RUN apk update && apk add make git 21:25:48 ---> Running in c948b0f709ee 21:25:48 ---> Running in 32976a179d7b 21:25:48 latest: Pulling from library/docker 21:25:48 Removing intermediate container 4a6d1e4ac5e7 21:25:48 ---> 00015860dcd7 21:25:48 Step 5/22 : RUN apk update && apk add make && apk add bash git 21:25:48 Removing intermediate container 8fb9ec528d1d 21:25:48 ---> 9fed2fded61e 21:25:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:25:48 Removing intermediate container d76a2e7b5549 21:25:48 ---> d5ffaec5daa5 21:25:48 Step 5/24 : RUN apk update && apk add make git 21:25:48 5f621e34cdf4: Pulling fs layer 21:25:48 85db56a05063: Pulling fs layer 21:25:48 ccb67d6aeaaa: Pulling fs layer 21:25:48 a0b19fc83503: Pulling fs layer 21:25:48 8eb508b41278: Pulling fs layer 21:25:48 37236713561e: Pulling fs layer 21:25:48 07c93f2b1b56: Pulling fs layer 21:25:48 a0b19fc83503: Waiting 21:25:48 8eb508b41278: Waiting 21:25:48 37236713561e: Waiting 21:25:48 07c93f2b1b56: Waiting 21:25:48 ---> Running in abceee43e465 21:25:48 ---> Running in 48610222270d 21:25:48 ---> Running in 4ab0dea31e7a 21:25:49 ccb67d6aeaaa: Verifying Checksum 21:25:49 ccb67d6aeaaa: Download complete 21:25:49 85db56a05063: Verifying Checksum 21:25:49 85db56a05063: Download complete 21:25:49 5f621e34cdf4: Download complete 21:25:49 8eb508b41278: Verifying Checksum 21:25:49 8eb508b41278: Download complete 21:25:49 37236713561e: Verifying Checksum 21:25:49 37236713561e: Download complete 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 07c93f2b1b56: Verifying Checksum 21:25:49 07c93f2b1b56: Download complete 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 5f621e34cdf4: Pull complete 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:50 85db56a05063: Pull complete 21:25:50 a0b19fc83503: Verifying Checksum 21:25:50 a0b19fc83503: Download complete 21:25:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:50 ccb67d6aeaaa: Pull complete 21:25:51 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:25:51 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:25:51 OK: 12754 distinct packages available 21:25:51 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:25:51 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:25:51 OK: 12754 distinct packages available 21:25:51 OK: 233 MiB in 51 packages 21:25:51 OK: 233 MiB in 51 packages 21:25:51 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:25:51 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:25:51 OK: 12754 distinct packages available 21:25:51 Removing intermediate container c948b0f709ee 21:25:51 ---> 608362fc0058 21:25:51 Step 6/20 : COPY go.mod . 21:25:51 Removing intermediate container 32976a179d7b 21:25:51 ---> c787c692814e 21:25:51 Step 6/22 : COPY go.mod . 21:25:51 OK: 233 MiB in 51 packages 21:25:52 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:25:52 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:25:52 OK: 12754 distinct packages available 21:25:52 OK: 233 MiB in 51 packages 21:25:52 ---> 9d55435da28e 21:25:52 Step 7/20 : RUN go mod download 21:25:52 ---> a0bf97485ac7 21:25:52 Step 7/22 : RUN go mod download 21:25:52 ---> Running in 8eb5322d7bdb 21:25:52 ---> Running in e8c46d398de0 21:25:52 OK: 233 MiB in 51 packages 21:25:52 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:25:52 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:25:52 OK: 12754 distinct packages available 21:25:52 OK: 233 MiB in 51 packages 21:25:53 Removing intermediate container abceee43e465 21:25:53 ---> 0c92b259719e 21:25:53 Step 6/22 : COPY go.mod . 21:25:53 Removing intermediate container 4ab0dea31e7a 21:25:53 ---> edd923549333 21:25:53 Step 6/24 : COPY go.mod . 21:25:53 Removing intermediate container 48610222270d 21:25:53 ---> ad99d7d7c0a8 21:25:53 Step 6/23 : COPY go.mod . 21:25:53 ---> d94ea04984d3 21:25:53 Step 7/22 : RUN go mod download 21:25:53 ---> Running in cf522d0ee922 21:25:53 ---> 9b70aa9bfb3d 21:25:53 Step 7/24 : RUN go mod download 21:25:53 ---> f005d77825e1 21:25:53 Step 7/23 : RUN go mod download 21:25:54 ---> Running in ed34b83602ed 21:25:54 ---> Running in fb0416b553ec 21:25:54 a0b19fc83503: Pull complete 21:25:54 8eb508b41278: Pull complete 21:25:54 37236713561e: Pull complete 21:25:55 Removing intermediate container e8c46d398de0 21:25:55 ---> 22dec3278da7 21:25:55 Step 8/20 : COPY . . 21:25:55 Removing intermediate container 8eb5322d7bdb 21:25:55 ---> 17354cc047dc 21:25:55 Step 8/22 : COPY . . 21:25:55 07c93f2b1b56: Pull complete 21:25:55 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 21:25:55 Status: Downloaded newer image for docker:latest 21:25:58 ---> a6428cc0e552 21:25:58 Step 6/7 : COPY go.mod . 21:25:59 ---> 67e5403d8a56 21:25:59 Step 7/7 : RUN go mod download 21:25:59 ---> Running in b58cd8c415bb 21:26:03 Removing intermediate container cf522d0ee922 21:26:03 ---> 11e06a57e621 21:26:03 Step 8/22 : COPY . . 21:26:03 Removing intermediate container ed34b83602ed 21:26:03 ---> 664b5eb215ad 21:26:03 Step 8/24 : COPY . . 21:26:07 Removing intermediate container fb0416b553ec 21:26:07 ---> b65499342433 21:26:07 Step 8/23 : COPY . . 21:26:26 Removing intermediate container b58cd8c415bb 21:26:26 ---> 0a8a0cd6db69 21:26:26 Successfully built 0a8a0cd6db69 21:26:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:26:27 + docker inspect -f . ci-base-image-arm64 21:26:27 . [Pipeline] withDockerContainer 21:26:27 prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container 21:26:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:26:29 $ docker top 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 -eo pid,comm 21:26:29 ---> 20d91daee437 21:26:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:26:29 ---> 6fe14a58d2d7 21:26:29 Step 9/22 : RUN make cmd/core-command/core-command [Pipeline] { [Pipeline] sh 21:26:30 ---> Running in 76c6bc046610 21:26:30 ---> Running in a8b1679aaed7 21:26:30 + go version 21:26:30 go version go1.15.2 linux/arm64 [Pipeline] } 21:26:31 $ docker stop --time=1 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 21:26:32 $ docker rm -f 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 [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 21:26:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:34 21:26:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:26:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:34 latest: Pulling from edgex-devops/edgex-compose-arm64 21:26:34 29e5d40040c1: Pulling fs layer 21:26:34 1ce36da41761: Pulling fs layer 21:26:34 25b303627fd3: Pulling fs layer 21:26:34 29e5d40040c1: Download complete 21:26:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:26:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command 21:26:35 1ce36da41761: Verifying Checksum 21:26:35 1ce36da41761: Download complete 21:26:35 29e5d40040c1: Pull complete 21:26:36 1ce36da41761: Pull complete 21:26:37 25b303627fd3: Verifying Checksum 21:26:37 25b303627fd3: Download complete 21:26:37 ---> 04c47946b8db 21:26:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:26:38 ---> 34723d2c25db 21:26:38 Step 9/23 : RUN make cmd/core-data/core-data 21:26:38 ---> Running in 8169a3b11daf 21:26:38 ---> 068f93b20654 21:26:38 Step 9/22 : RUN make cmd/support-logging/support-logging 21:26:38 ---> Running in dc66d1137ca8 21:26:38 ---> Running in 0058c89dfc91 21:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:26:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data 21:26:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging 21:26:47 25b303627fd3: Pull complete 21:26:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:26:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:26:47 prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container 21:26:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:26:51 $ docker top d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:52 + docker-compose build --help 21:26:52 + grep parallel 21:26:56 --parallel Build images in parallel. [Pipeline] } 21:26:56 $ docker stop --time=1 d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 21:26:58 $ docker rm -f d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:59 . [Pipeline] withDockerContainer 21:26:59 prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container 21:26:59 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 21:27:01 $ docker top 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:02 + docker-compose -f ./docker-compose-build.yml build --parallel 21:27:02 Removing intermediate container 76c6bc046610 21:27:02 ---> 2f444278eaf2 21:27:02 21:27:02 Step 10/20 : FROM alpine 21:27:02 latest: Pulling from library/alpine 21:27:02 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:27:02 Status: Downloaded newer image for alpine:latest 21:27:02 ---> d6e46aa2470d 21:27:02 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:27:03 ---> Running in 945ae13e0a6f 21:27:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:04 v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:27:04 v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:27:04 OK: 12746 distinct packages available 21:27:04 (1/4) Installing ca-certificates (20191127-r4) 21:27:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:27:05 (3/4) Installing libcurl (7.69.1-r1) 21:27:05 (4/4) Installing curl (7.69.1-r1) 21:27:05 Executing busybox-1.31.1-r19.trigger 21:27:05 Executing ca-certificates-20191127-r4.trigger 21:27:05 OK: 7 MiB in 18 packages 21:27:05 Building docker-core-command-go ... 21:27:05 Building docker-core-data-go ... 21:27:05 Building docker-core-metadata-go ... 21:27:05 Building docker-security-bootstrap-redis-go ... 21:27:05 Building docker-security-proxy-setup-go ... 21:27:05 Building docker-security-secrets-setup-go ... 21:27:05 Building docker-security-secretstore-setup-go ... 21:27:05 Building docker-support-logging-go ... 21:27:05 Building docker-support-notifications-go ... 21:27:05 Building docker-support-scheduler-go ... 21:27:05 Building docker-sys-mgmt-agent-go ... 21:27:05 Building docker-support-logging-go 21:27:05 Building docker-security-bootstrap-redis-go 21:27:05 Building docker-security-proxy-setup-go 21:27:05 Building docker-core-command-go 21:27:05 Building docker-security-secretstore-setup-go 21:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:27:08 Removing intermediate container 945ae13e0a6f 21:27:08 ---> b7abf488ad21 21:27:08 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:27:10 ---> Running in 84c9e2cd1b66 21:27:11 Removing intermediate container a8b1679aaed7 21:27:11 ---> f746f5707bf5 21:27:11 21:27:11 Step 10/22 : FROM scratch 21:27:11 ---> 21:27:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:27:11 Removing intermediate container 0058c89dfc91 21:27:11 ---> aafe8f601640 21:27:11 21:27:11 Step 10/22 : FROM scratch 21:27:11 ---> 21:27:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:27:11 Removing intermediate container 84c9e2cd1b66 21:27:11 ---> 58b9414aa3e2 21:27:11 Step 13/20 : WORKDIR /edgex 21:27:11 ---> Running in cc2702bc7f27 21:27:11 ---> Running in 198edfb88bdd 21:27:11 ---> Running in c11b2a96a795 21:27:11 Removing intermediate container 198edfb88bdd 21:27:11 ---> c5531d4fee3c 21:27:11 Step 12/22 : ENV APP_PORT=48082 21:27:11 Removing intermediate container c11b2a96a795 21:27:11 ---> 029ed999504b 21:27:11 Step 12/22 : ENV APP_PORT=48061 21:27:12 ---> Running in f78f25e711c8 21:27:12 ---> Running in c0097f6a71f5 21:27:12 Removing intermediate container cc2702bc7f27 21:27:12 ---> a170abcc09dd 21:27:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:27:12 Removing intermediate container f78f25e711c8 21:27:12 ---> 16c502db4c51 21:27:12 Step 13/22 : EXPOSE $APP_PORT 21:27:12 Removing intermediate container c0097f6a71f5 21:27:12 ---> e5d98ee5363b 21:27:12 Step 13/22 : EXPOSE $APP_PORT 21:27:12 ---> Running in 808f55af341e 21:27:12 ---> Running in 543c0acd8313 21:27:12 ---> a94c6749730e 21:27:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:27:13 Removing intermediate container 543c0acd8313 21:27:13 ---> f8b34f324131 21:27:13 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 21:27:14 Removing intermediate container 808f55af341e 21:27:14 ---> d0fdd9090471 21:27:14 Step 14/22 : WORKDIR / 21:27:14 ---> 8c553a620468 21:27:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / ---> 78e7b25016c8 21:27:14 21:27:14 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:27:14 ---> Running in 5eaabe6f84cb 21:27:14 Removing intermediate container 8169a3b11daf 21:27:14 ---> 263b6e2075dc 21:27:14 21:27:14 Step 10/24 : FROM alpine:3.10 21:27:14 ---> Running in 8d31280bb56d 21:27:14 3.10: Pulling from library/alpine 21:27:15 Removing intermediate container 5eaabe6f84cb 21:27:15 ---> 30b9a4f5ef61 21:27:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:27:15 Removing intermediate container 8d31280bb56d 21:27:15 ---> 37fa28c4735b 21:27:15 Step 17/20 : CMD ["--init=true"] 21:27:15 ---> 8f56b1604861 21:27:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:27:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:27:15 Status: Downloaded newer image for alpine:3.10 21:27:15 ---> be4e4bea2c2e 21:27:15 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:27:15 ---> 477e7212ec15 21:27:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:27:15 ---> Running in 0402a4556566 21:27:16 ---> Running in 6bc166b8fa07 21:27:16 ---> ee4c471bbd02 21:27:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:27:16 Removing intermediate container 0402a4556566 21:27:16 ---> ba8f422e3f24 21:27:16 Step 18/20 : LABEL arch=x86_64 21:27:17 ---> 950f6bd0bc76 21:27:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:27:17 ---> Running in 4ad050582851 21:27:17 ---> e3c636b3ff1b 21:27:17 Step 18/22 : ENTRYPOINT ["/support-logging"] 21:27:17 ---> Running in aa8216110e07 21:27:17 Removing intermediate container 4ad050582851 21:27:17 ---> 0c7058fd27f1 21:27:17 Step 19/20 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:27:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:27:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:27:17 v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:27:17 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:27:17 OK: 10348 distinct packages available 21:27:17 ---> 6c519a241e9c 21:27:17 Step 18/22 : ENTRYPOINT ["/core-command"] 21:27:17 (1/5) Installing ca-certificates (20191127-r2) 21:27:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:27:17 (3/5) Installing libcurl (7.66.0-r1) 21:27:17 (4/5) Installing curl (7.66.0-r1) 21:27:18 (5/5) Installing dumb-init (1.2.2-r1) 21:27:18 Executing busybox-1.30.1-r3.trigger 21:27:18 Executing ca-certificates-20191127-r2.trigger 21:27:18 OK: 7 MiB in 19 packages 21:27:19 ---> Running in bbadc655f3d2 21:27:19 Removing intermediate container aa8216110e07 21:27:19 ---> e7a1e4475d5f 21:27:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:19 ---> Running in 6b8c3f7fb44e 21:27:20 ---> Running in d54bbc27a3b5 21:27:20 Removing intermediate container bbadc655f3d2 21:27:20 ---> 439dc6fd914a 21:27:20 Step 20/20 : LABEL version=1.3.1-dev.5 21:27:20 Removing intermediate container 6b8c3f7fb44e 21:27:20 ---> 58d15187c11b 21:27:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:20 Removing intermediate container dc66d1137ca8 21:27:20 ---> 053a53e85df3 21:27:20 21:27:20 Step 10/23 : FROM alpine 21:27:20 ---> d6e46aa2470d 21:27:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:27:20 ---> Running in bd82bfa01c54 21:27:21 ---> Running in 77ed383f618f 21:27:21 ---> Running in 5e8184670e67 21:27:21 Removing intermediate container d54bbc27a3b5 21:27:21 ---> 8e27368dca34 21:27:21 Step 20/22 : LABEL arch=x86_64 21:27:21 Removing intermediate container 6bc166b8fa07 21:27:21 ---> 960874258e73 21:27:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:27:21 Removing intermediate container bd82bfa01c54 21:27:21 ---> d50356f044f7 21:27:21 21:27:21 ---> Running in 32f5c87c80ad 21:27:21 ---> Running in 5d152721b293 21:27:21 Removing intermediate container 5e8184670e67 21:27:21 ---> b0feba3f0cbf 21:27:21 Step 12/23 : ENV APP_PORT=48080 21:27:21 Removing intermediate container 77ed383f618f 21:27:21 ---> 6b5279c493ae 21:27:21 Step 20/22 : LABEL arch=x86_64 21:27:21 Successfully built d50356f044f7 21:27:22 Successfully tagged docker-security-proxy-setup-go:latest 21:27:22 Building docker-sys-mgmt-agent-go 21:27:22  Building docker-security-proxy-setup-go ... done  ---> Running in a038653f1294 21:27:22 ---> Running in 69112dd3082b 21:27:22 Removing intermediate container 32f5c87c80ad 21:27:22 ---> 1e44c7823c88 21:27:22 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:27:22 Removing intermediate container 5d152721b293 21:27:22 ---> 639a1eb69a2e 21:27:22 Step 13/24 : WORKDIR / 21:27:22 ---> Running in 83ba7d5a7659 21:27:22 ---> Running in 430c43d4c1ea 21:27:22 Removing intermediate container a038653f1294 21:27:22 ---> 9588a5d96771 21:27:22 Step 13/23 : EXPOSE $APP_PORT 21:27:23 Removing intermediate container 69112dd3082b 21:27:23 ---> 3f075b243418 21:27:23 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:27:23 ---> Running in 6a77cfdfbe97 21:27:23 ---> Running in 866eea24f36e 21:27:25 Removing intermediate container 430c43d4c1ea 21:27:25 ---> a8f0ccf2edc2 21:27:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:27:25 Removing intermediate container 83ba7d5a7659 21:27:25 ---> f7601d57041b 21:27:25 Step 22/22 : LABEL version=1.3.1-dev.5 21:27:26 ---> Running in d43ffa8a61e0 21:27:26 Removing intermediate container 6a77cfdfbe97 21:27:26 ---> 5c84b032f502 21:27:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:26 Removing intermediate container 866eea24f36e 21:27:26 ---> 9f2ab3c89f04 21:27:26 Step 22/22 : LABEL version=1.3.1-dev.5 21:27:27 ---> 57d81303d885 21:27:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:27:27 ---> Running in 78042074183a 21:27:27 ---> Running in 40031f704250 21:27:27 Removing intermediate container d43ffa8a61e0 21:27:27 ---> 808d62c0c90c 21:27:27 21:27:27 Successfully built 808d62c0c90c 21:27:27 Removing intermediate container 40031f704250 21:27:27 ---> f6df7cdc2fda 21:27:27 21:27:27 Successfully tagged docker-support-logging-go:latest 21:27:27 Building docker-security-secrets-setup-go 21:27:27  Building docker-support-logging-go ... done  ---> ba9469519fe2 21:27:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:27:28 Successfully built f6df7cdc2fda 21:27:28 Successfully tagged docker-core-command-go:latest 21:27:28  Building docker-core-command-go ... done Building docker-core-metadata-go 21:27:33 ---> 70cfbbb5b64a 21:27:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:27:38 Removing intermediate container 78042074183a 21:27:38 ---> bffd05af2058 21:27:38 Step 15/23 : RUN apk --no-cache add zeromq 21:27:39 ---> 5fa9dc2178f3 21:27:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:27:40 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:40 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:27:40 ---> 0f2fa97a26d8 21:27:40 Step 3/27 : WORKDIR /edgex-go 21:27:40 ---> Using cache 21:27:40 ---> e47e6f56d85f 21:27:40 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:40 ---> Using cache 21:27:40 ---> d5ffaec5daa5 21:27:40 Step 5/27 : RUN apk update && apk add make bash git 21:27:44 ---> Running in 9439e2871d8a 21:27:44 ---> Running in 0616333c8634 21:27:45 ---> 67ccfe70f699 21:27:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:27:47 ---> f6423ae5eefe 21:27:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:47 ---> Running in f52c1651cbca 21:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:48 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:27:48 ---> 0f2fa97a26d8 21:27:48 Step 3/29 : WORKDIR /edgex-go 21:27:48 ---> Using cache 21:27:48 ---> e47e6f56d85f 21:27:48 Step 4/29 : RUN apk update && apk add make git 21:27:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:49 ---> Running in 13b0a89c51a7 21:27:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:27:49 ---> 0f2fa97a26d8 21:27:49 Step 3/22 : WORKDIR /edgex-go 21:27:49 ---> Using cache 21:27:49 ---> e47e6f56d85f 21:27:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:49 ---> Using cache 21:27:49 ---> d5ffaec5daa5 21:27:49 Step 5/22 : RUN apk update && apk add make git 21:27:49 ---> Using cache 21:27:49 ---> edd923549333 21:27:49 Step 6/22 : COPY go.mod . 21:27:49 ---> Using cache 21:27:49 ---> 9b70aa9bfb3d 21:27:49 Step 7/22 : RUN go mod download 21:27:49 ---> Using cache 21:27:49 ---> 664b5eb215ad 21:27:49 Step 8/22 : COPY . . 21:27:49 ---> Using cache 21:27:49 ---> 04c47946b8db 21:27:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:27:49 (1/5) Installing libgcc (9.3.0-r2) 21:27:49 (2/5) Installing libsodium (1.0.18-r0) 21:27:49 (3/5) Installing libstdc++ (9.3.0-r2) 21:27:50 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:27:50 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:27:50 OK: 12754 distinct packages available 21:27:50 ---> Running in cd791abef379 21:27:50 (4/5) Installing libzmq (4.3.3-r0) 21:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:50 OK: 233 MiB in 51 packages 21:27:50 (5/5) Installing zeromq (4.3.3-r0) 21:27:50 Removing intermediate container f52c1651cbca 21:27:50 ---> 05bf12966b39 21:27:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:27:50 Executing busybox-1.31.1-r19.trigger 21:27:50 OK: 8 MiB in 19 packages 21:27:50 ---> Running in a8ca61f88ddd 21:27:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:27:51 Removing intermediate container a8ca61f88ddd 21:27:51 ---> cf2fb4e4ade3 21:27:51 Step 22/24 : LABEL arch=x86_64 21:27:51 Removing intermediate container 0616333c8634 21:27:51 ---> beaafc5c3f83 21:27:51 Step 6/27 : COPY go.mod . 21:27:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:51 ---> Running in 2b245b044bd7 21:27:51 Removing intermediate container 9439e2871d8a 21:27:51 ---> e8a397332042 21:27:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:27:51 ---> 2aa6240bcbf9 21:27:51 Step 7/27 : RUN go mod download 21:27:51 ---> Running in 0e847a38d56c 21:27:51 Removing intermediate container 2b245b044bd7 21:27:51 ---> cf5b2a5c6284 21:27:51 Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:27:52 ---> Running in 6566ce06b346 21:27:52 ---> 4235660797de 21:27:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:27:52 Removing intermediate container 6566ce06b346 21:27:52 ---> c5298e090271 21:27:52 Step 24/24 : LABEL version=1.3.1-dev.5 21:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:27:52 ---> 0a8a0cd6db69 21:27:52 Step 3/22 : WORKDIR /edgex-go 21:27:52 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:27:52 ---> 0a8a0cd6db69 21:27:52 Step 3/20 : WORKDIR /edgex-go 21:27:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:27:52 ---> 0a8a0cd6db69 21:27:52 Step 3/24 : WORKDIR /edgex-go 21:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:27:52 ---> 0a8a0cd6db69 21:27:52 Step 3/22 : WORKDIR /edgex-go 21:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:27:52 ---> 0a8a0cd6db69 21:27:52 Step 3/22 : WORKDIR /edgex-go 21:27:52 ---> Running in e779e6e28613 21:27:52 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:27:52 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:27:52 OK: 12754 distinct packages available 21:27:53 Removing intermediate container e779e6e28613 21:27:53 ---> 04afcea27b29 21:27:53 21:27:53 ---> e4998e80b8d9 21:27:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:27:53 OK: 233 MiB in 51 packages 21:27:53 Successfully built 04afcea27b29 21:27:53 Successfully tagged docker-security-secretstore-setup-go:latest 21:27:53 Building docker-support-scheduler-go 21:27:53  Building docker-security-secretstore-setup-go ... done  ---> 8b4971db10a1 21:27:53 Step 19/23 : ENTRYPOINT ["/core-data"] 21:27:53 ---> Running in 448467e74a65 21:27:54 ---> Running in 6e9f5a779940 21:27:54 ---> Running in 663eef5aaaae 21:27:54 ---> Running in 9075132c2710 21:27:54 ---> Running in c104ff7b92b2 21:27:54 ---> Running in 8eda10225309 21:27:55 Removing intermediate container 663eef5aaaae 21:27:55 ---> 98ccde2408ba 21:27:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:55 Removing intermediate container c104ff7b92b2 21:27:55 ---> af164c35fa72 21:27:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:55 Removing intermediate container 8eda10225309 21:27:55 ---> 59c55f143a4c 21:27:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:55 Removing intermediate container 6e9f5a779940 21:27:55 ---> 816211c367af 21:27:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:55 Removing intermediate container 9075132c2710 21:27:55 ---> ec0db0c63e8e 21:27:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:55 ---> Running in ee810bc4497b 21:27:55 ---> Running in 748e2451372c 21:27:55 ---> Running in 00b8f32e8472 21:27:55 ---> Running in 8e13c8330307 21:27:55 ---> Running in 89e798452b92 21:27:59 Removing intermediate container 448467e74a65 21:27:59 ---> 9e8866c16b83 21:27:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:59 Removing intermediate container 13b0a89c51a7 21:27:59 ---> f28771feee6c 21:27:59 Step 5/29 : COPY go.mod . 21:27:59 ---> Running in 95b1e4d1f064 21:27:59 ---> be4a2f12c5e7 21:27:59 Step 6/29 : RUN go mod download 21:27:59 Removing intermediate container 0e847a38d56c 21:27:59 ---> a297dea9e27b 21:27:59 Step 8/27 : COPY . . 21:27:59 Removing intermediate container 95b1e4d1f064 21:27:59 ---> 9dd6693f3fa8 21:27:59 Step 21/23 : LABEL arch=x86_64 21:27:59 ---> Running in 1507e5c6b8bf 21:28:00 ---> Running in a59116934a65 21:28:00 Removing intermediate container ee810bc4497b 21:28:00 ---> 12751505de84 21:28:00 Step 5/22 : RUN apk update && apk add make && apk add bash git 21:28:00 ---> Running in 2cbd58c18b91 21:28:00 Removing intermediate container 748e2451372c 21:28:00 ---> 03e97136e657 21:28:00 Step 5/22 : RUN apk update && apk add make git 21:28:00 Removing intermediate container 89e798452b92 21:28:00 ---> 69bce252d37c 21:28:00 Step 5/20 : RUN apk update && apk add make git 21:28:00 ---> Running in 9a06f2e063b0 21:28:00 ---> Running in d1937e8cec5c 21:28:00 Removing intermediate container 8e13c8330307 21:28:00 ---> 7eec3cbdda24 21:28:00 Step 5/24 : RUN apk update && apk add make git 21:28:00 Removing intermediate container 00b8f32e8472 21:28:00 ---> b0009f24212a 21:28:00 Step 5/22 : RUN apk update && apk add make git 21:28:00 ---> Running in 48188482723c 21:28:00 ---> Running in 85ae9faf9ee4 21:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:04 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:04 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:04 OK: 12625 distinct packages available 21:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:04 OK: 217 MiB in 51 packages 21:28:05 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:05 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:05 OK: 12625 distinct packages available 21:28:05 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:05 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:05 OK: 12625 distinct packages available 21:28:05 Removing intermediate container a59116934a65 21:28:05 ---> 5313cc96c266 21:28:05 Step 22/23 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:28:05 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:05 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:05 OK: 12625 distinct packages available 21:28:05 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:05 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:05 OK: 12625 distinct packages available 21:28:05 OK: 217 MiB in 51 packages 21:28:06 OK: 217 MiB in 51 packages 21:28:06 OK: 217 MiB in 51 packages 21:28:06 OK: 217 MiB in 51 packages 21:28:06 ---> Running in 91e0ae2df188 21:28:06 OK: 217 MiB in 51 packages 21:28:07 Removing intermediate container 2cbd58c18b91 21:28:07 ---> ae9d56614084 21:28:07 Step 6/22 : COPY go.mod . 21:28:07 Removing intermediate container 91e0ae2df188 21:28:07 ---> 9aaefa9bfcc7 21:28:07 Step 23/23 : LABEL version=1.3.1-dev.5 21:28:08 Removing intermediate container 9a06f2e063b0 21:28:08 ---> 1e4e4d719d51 21:28:08 Step 6/22 : COPY go.mod . 21:28:08 Removing intermediate container 48188482723c 21:28:08 ---> 5341fad4f6e6 21:28:08 Step 6/24 : COPY go.mod . 21:28:08 Removing intermediate container 85ae9faf9ee4 21:28:08 ---> 8e10e2b33be1 21:28:08 Step 6/22 : COPY go.mod . 21:28:08 Removing intermediate container d1937e8cec5c 21:28:08 ---> aba1ff05c052 21:28:08 Step 6/20 : COPY go.mod . 21:28:08 ---> c70754271fae 21:28:08 Step 7/22 : RUN go mod download 21:28:09 ---> 7be3afb6dc10 21:28:09 Step 7/22 : RUN go mod download 21:28:09 ---> Running in 119eed33381a 21:28:09 ---> 5c2b3346a47d 21:28:09 Step 7/24 : RUN go mod download 21:28:09 ---> Running in 9b137cd775e8 21:28:09 ---> Running in f483b48e21fb 21:28:09 ---> 33b664a29cdd 21:28:09 Step 7/22 : RUN go mod download 21:28:09 ---> 039773279077 21:28:09 Step 7/20 : RUN go mod download 21:28:09 ---> Running in b3914e639051 21:28:09 ---> Running in dafc64e9d068 21:28:10 ---> Running in 409709ccce82 21:28:10 Removing intermediate container 1507e5c6b8bf 21:28:10 ---> 02842dc8250c 21:28:10 Step 7/29 : COPY . . 21:28:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:28:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 0f2fa97a26d8 21:28:11 Step 3/21 : WORKDIR /edgex-go 21:28:11 ---> Using cache 21:28:11 ---> e47e6f56d85f 21:28:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 ---> Using cache 21:28:11 ---> d5ffaec5daa5 21:28:11 Step 5/21 : RUN apk update && apk add make git 21:28:11 ---> Using cache 21:28:11 ---> edd923549333 21:28:11 Step 6/21 : COPY go.mod . 21:28:11 ---> Using cache 21:28:11 ---> 9b70aa9bfb3d 21:28:11 Step 7/21 : RUN go mod download 21:28:11 ---> Using cache 21:28:11 ---> 664b5eb215ad 21:28:11 Step 8/21 : COPY . . 21:28:12 ---> Using cache 21:28:12 ---> 04c47946b8db 21:28:12 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:28:14 Removing intermediate container 119eed33381a 21:28:14 ---> 7d5ec941584d 21:28:14 Step 8/22 : COPY . . 21:28:14 Removing intermediate container 9b137cd775e8 21:28:14 ---> 09064edf4031 21:28:14 Step 8/22 : COPY . . 21:28:14 Removing intermediate container f483b48e21fb 21:28:14 ---> cf764ea5439f 21:28:14 Step 8/24 : COPY . . 21:28:15 Removing intermediate container b3914e639051 21:28:15 ---> 9765e844ecb6 21:28:15 Step 8/22 : COPY . . 21:28:15 Removing intermediate container dafc64e9d068 21:28:15 ---> c6c60b31e990 21:28:15 Step 8/20 : COPY . . 21:28:15 Removing intermediate container 409709ccce82 21:28:15 ---> cb7c71f25ab6 21:28:15 21:28:18 Successfully built cb7c71f25ab6 21:28:18 ---> Running in ba7ba05310b0 21:28:18 Successfully tagged docker-core-data-go:latest 21:28:18  Building docker-core-data-go ... done Building docker-support-notifications-go 21:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:28:33 ---> 72ecac2264ec 21:28:33 Step 9/22 : RUN make cmd/core-command/core-command 21:28:33 ---> a3e525531ad9 21:28:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:28:33 ---> 99756469dde9 21:28:33 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:28:33 ---> fa6d8d80d3c0 21:28:33 Step 9/22 : RUN make cmd/support-logging/support-logging 21:28:33 ---> a027b908a50b 21:28:33 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:28:33 ---> Running in 236ba78e3692 21:28:33 ---> Running in 5dc58c6c7c45 21:28:33 ---> Running in 44459566ff27 21:28:33 ---> Running in 4af9077ca8be 21:28:33 ---> Running in 817361ae0978 21:28:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command 21:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging 21:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:28:34 ---> c2af0d92a869 21:28:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:28:34 ---> Running in dce9e5eecf93 21:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:28:44 ---> 0d00d1775957 21:28:44 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:28:45 ---> Running in 14c6c62597e6 21:28:45 Removing intermediate container cd791abef379 21:28:45 ---> b18f25032ca4 21:28:45 21:28:45 Step 10/22 : FROM scratch 21:28:45 ---> 21:28:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:28:47 ---> Using cache 21:28:47 ---> c5531d4fee3c 21:28:47 Step 12/22 : ENV APP_PORT=48081 21:28:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:28:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:28:47 ---> 0f2fa97a26d8 21:28:47 Step 3/24 : WORKDIR /edgex-go 21:28:47 ---> Using cache 21:28:47 ---> e47e6f56d85f 21:28:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:47 ---> Using cache 21:28:47 ---> d5ffaec5daa5 21:28:47 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:28:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:28:48 ---> Running in 682f0b3e8f8b 21:28:49 ---> Running in 701d845e0ed9 21:28:49 Removing intermediate container 682f0b3e8f8b 21:28:49 ---> 8403d7769c9a 21:28:49 Step 13/22 : EXPOSE $APP_PORT 21:28:49 ---> Running in 53d7958f8520 21:28:50 Removing intermediate container 53d7958f8520 21:28:50 ---> e2c07dafa9f5 21:28:50 Step 14/22 : WORKDIR / 21:28:50 ---> Running in cfd221afdb5a 21:28:50 Removing intermediate container cfd221afdb5a 21:28:50 ---> f96f84627c26 21:28:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:28:51 ---> 8b1c5142ad3e 21:28:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:28:52 ---> 35d405cd2222 21:28:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:28:52 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:28:52 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:28:52 OK: 12754 distinct packages available 21:28:52 ---> b9605840035b 21:28:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:28:52 ---> Running in aad59b8f38a7 21:28:52 OK: 233 MiB in 51 packages 21:28:53 Removing intermediate container aad59b8f38a7 21:28:53 ---> f13570858cc6 21:28:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:28:53 ---> Running in e60057b72e4f 21:28:53 Removing intermediate container e60057b72e4f 21:28:53 ---> 0ae10acd6524 21:28:53 Step 20/22 : LABEL arch=x86_64 21:28:53 ---> Running in 83ae1190ce4c 21:28:53 Removing intermediate container 701d845e0ed9 21:28:53 ---> 012cbb1ca59b 21:28:53 Step 6/24 : COPY go.mod . 21:28:54 Removing intermediate container 83ae1190ce4c 21:28:54 ---> 3bfe94023745 21:28:54 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:28:54 ---> Running in 97d74f733c0a 21:28:54 ---> 11222d32515a 21:28:54 Step 7/24 : RUN go mod download 21:28:55 ---> Running in c1f62c83dca6 21:28:56 Removing intermediate container 97d74f733c0a 21:28:56 ---> 7485eae250ba 21:28:56 Step 22/22 : LABEL version=1.3.1-dev.5 21:28:58 ---> Running in 528e0f66a3d5 21:28:58 Removing intermediate container ba7ba05310b0 21:28:58 ---> 3958a565d571 21:28:58 21:28:58 Step 10/21 : FROM scratch 21:28:58 ---> 21:28:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:28:58 ---> Using cache 21:28:58 ---> c5531d4fee3c 21:28:58 Step 12/21 : ENV APP_PORT=48085 21:28:58 Removing intermediate container 528e0f66a3d5 21:28:58 ---> d74fb200bee4 21:28:58 21:28:58 ---> Running in 497fa85d2194 21:28:58 Successfully built d74fb200bee4 21:28:58 Removing intermediate container 497fa85d2194 21:28:58 ---> 4b602f89e569 21:28:58 Step 13/21 : EXPOSE $APP_PORT 21:28:58 Successfully tagged docker-core-metadata-go:latest 21:28:58 Building docker-security-bootstrap-redis-go 21:28:58  Building docker-core-metadata-go ... done  ---> Running in 614d5deeea78 21:28:59 Removing intermediate container 614d5deeea78 21:28:59 ---> 42f545613737 21:28:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:29:00 ---> 82a09c29a11e 21:29:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:29:04 Removing intermediate container c1f62c83dca6 21:29:04 ---> a262d1717771 21:29:04 Step 8/24 : COPY . . 21:29:04 ---> cffb87c35ced 21:29:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:29:07 ---> 8b9b47fbfd81 21:29:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:29:12 ---> Running in 4e5f6033a00c 21:29:15 Removing intermediate container dce9e5eecf93 21:29:15 ---> 38c835836a3c 21:29:15 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:29:17 Removing intermediate container 4e5f6033a00c 21:29:17 ---> 2bcb829ae7c8 21:29:17 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:29:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:29:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:29:17 ---> 0f2fa97a26d8 21:29:17 Step 3/22 : WORKDIR /edgex-go 21:29:17 ---> Using cache 21:29:17 ---> e47e6f56d85f 21:29:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:17 ---> Using cache 21:29:17 ---> d5ffaec5daa5 21:29:17 Step 5/22 : RUN apk update && apk add make git 21:29:17 ---> Using cache 21:29:17 ---> edd923549333 21:29:17 Step 6/22 : COPY go.mod . 21:29:17 ---> Using cache 21:29:17 ---> 9b70aa9bfb3d 21:29:17 Step 7/22 : RUN go mod download 21:29:17 ---> Using cache 21:29:17 ---> 664b5eb215ad 21:29:17 Step 8/22 : COPY . . 21:29:17 ---> Using cache 21:29:17 ---> 04c47946b8db 21:29:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:29:19 ---> Running in be8b3c0fe061 21:29:20 ---> Running in cb9a4dc339cf 21:29:20 ---> Running in 0675544f730f 21:29:20 Removing intermediate container 14c6c62597e6 21:29:20 ---> 61ed154ab6ee 21:29:20 21:29:20 Step 9/29 : FROM alpine:latest 21:29:20 ---> d6e46aa2470d 21:29:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:29:20 ---> Running in c939ddcc4e16 21:29:20 Removing intermediate container cb9a4dc339cf 21:29:20 ---> f4912dd6208b 21:29:20 Step 19/21 : LABEL arch=x86_64 21:29:21 ---> Running in 7f17fac9d36e 21:29:22 Removing intermediate container c939ddcc4e16 21:29:22 ---> 0d8c8e011f93 21:29:22 Step 11/29 : USER root 21:29:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:29:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:29:22 ---> Running in 7a766159a36f 21:29:22 Removing intermediate container 7f17fac9d36e 21:29:22 ---> 0fe8c311c35b 21:29:22 Step 20/21 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:29:23 ---> Running in 05f6ab0f65a3 21:29:24 Removing intermediate container 7a766159a36f 21:29:24 ---> 59aa1f7548ad 21:29:24 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:29:25 ---> Running in a79c20199a60 21:29:25 Removing intermediate container 05f6ab0f65a3 21:29:25 ---> 0966ef8f02dc 21:29:25 Step 21/21 : LABEL version=1.3.1-dev.5 21:29:26 ---> Running in 5360fcfed6a4 21:29:28 Removing intermediate container 5360fcfed6a4 21:29:28 ---> cfa4c1010447 21:29:28 21:29:29 Removing intermediate container be8b3c0fe061 21:29:29 ---> a6d096bcb0ea 21:29:29 21:29:29 Step 11/27 : FROM docker:latest 21:29:29 ---> 6972c414f322 21:29:29 Step 12/27 : RUN apk add --no-cache bash 21:29:29 Successfully built cfa4c1010447 21:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:29:29 Successfully tagged docker-support-scheduler-go:latest 21:29:29  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:29:29 ---> Running in 3698d2dea181 21:29:29 v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:29:29 v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:29:29 OK: 12746 distinct packages available 21:29:30 (1/2) Installing ca-certificates (20191127-r4) 21:29:30 (2/2) Installing dumb-init (1.2.2-r1) 21:29:30 Executing busybox-1.31.1-r19.trigger 21:29:30 Executing ca-certificates-20191127-r4.trigger 21:29:30 OK: 6 MiB in 16 packages 21:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:29:31 (1/2) Installing readline (8.0.4-r0) 21:29:31 (2/2) Installing bash (5.0.17-r0) 21:29:31 Executing bash-5.0.17-r0.post-install 21:29:31 Executing busybox-1.31.1-r19.trigger 21:29:31 OK: 12 MiB in 22 packages 21:29:32 ---> 2ed2e3b57cd9 21:29:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:29:33 ---> Running in a1847e5bb98e 21:29:34 Removing intermediate container a79c20199a60 21:29:34 ---> d288e9355ab7 21:29:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:29:34 ---> Running in 1ae6adb977fc 21:29:34 Removing intermediate container 3698d2dea181 21:29:34 ---> 5a7ad7ccd28f 21:29:34 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:29:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:29:34 ---> Running in 758158bd14ac 21:29:34 Removing intermediate container 1ae6adb977fc 21:29:34 ---> a4ccec4bf3cb 21:29:34 Step 14/29 : WORKDIR $BASE_DIR 21:29:34 ---> Running in 5483c1fc73ab 21:29:35 Removing intermediate container 5483c1fc73ab 21:29:35 ---> 9f0942a10c42 21:29:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:29:35 ---> Running in a8622a4b3fae 21:29:38 Removing intermediate container 758158bd14ac 21:29:38 ---> 9117de9d36a1 21:29:38 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:29:38 ---> Running in 4df06f80f664 21:29:38 Removing intermediate container a8622a4b3fae 21:29:38 ---> 7f87606898d7 21:29:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:29:39 Removing intermediate container 4df06f80f664 21:29:39 ---> 579e3617e49c 21:29:39 Step 15/27 : ENV APP_PORT=48090 21:29:40 ---> Running in 21e49b518d01 21:29:40 ---> 86583ebed3c7 21:29:40 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:29:40 Removing intermediate container 0675544f730f 21:29:40 ---> 84b2e1624e22 21:29:40 21:29:40 Step 10/22 : FROM alpine:3.10 21:29:40 ---> be4e4bea2c2e 21:29:40 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:29:40 ---> Using cache 21:29:40 ---> 960874258e73 21:29:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:29:40 ---> Running in ad7c373d3d8e 21:29:40 Removing intermediate container 21e49b518d01 21:29:40 ---> 78c3b0fb8257 21:29:40 Step 16/27 : EXPOSE $APP_PORT 21:29:40 ---> Running in 30d14b3ba6fc 21:29:40 Removing intermediate container ad7c373d3d8e 21:29:40 ---> f5f58c51db6d 21:29:40 Step 13/22 : WORKDIR / 21:29:40 ---> a5afa617112f 21:29:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:29:40 ---> Running in 2c42876782c2 21:29:40 Removing intermediate container 30d14b3ba6fc 21:29:40 ---> 8199ccccba6a 21:29:40 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:29:41 ---> 05b3f72c708f 21:29:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:29:41 Removing intermediate container 2c42876782c2 21:29:41 ---> 4f7487c3426c 21:29:41 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:29:41 ---> b9d548e42367 21:29:41 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:29:41 ---> cec5a836665f 21:29:41 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:29:41 ---> d1e6efac6520 21:29:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:29:42 ---> 6ea86bb06958 21:29:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:29:42 ---> Running in a9ef8c613d07 21:29:42 ---> b7c838614527 21:29:42 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:29:42 ---> 6ab244232177 21:29:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:29:42 ---> 371e6d4b4cb8 21:29:42 Step 20/27 : RUN apk --no-cache add py3-pip 21:29:42 ---> Running in e496b88c9dd4 21:29:43 ---> 8c5b427ff543 21:29:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:29:43 ---> 456207e2f171 21:29:43 Step 18/22 : RUN chmod +x entrypoint.sh 21:29:43 ---> Running in f84f58fc23b7 21:29:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:29:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:29:44 (1/33) Installing libbz2 (1.0.8-r1) 21:29:44 (2/33) Installing expat (2.2.9-r1) 21:29:44 (3/33) Installing libffi (3.3-r2) 21:29:44 (4/33) Installing gdbm (1.13-r1) 21:29:44 Removing intermediate container a9ef8c613d07 21:29:44 ---> 9d91d49757e4 21:29:44 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:29:44 (5/33) Installing xz-libs (5.2.5-r0) 21:29:44 (6/33) Installing sqlite-libs (3.32.1-r0) 21:29:44 (7/33) Installing python3 (3.8.5-r0) 21:29:49 ---> 509955592d31 21:29:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:29:49 (8/33) Installing py3-appdirs (1.4.4-r1) 21:29:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:29:49 (10/33) Installing py3-parsing (2.4.7-r0) 21:29:49 (11/33) Installing py3-six (1.15.0-r0) 21:29:49 (12/33) Installing py3-packaging (20.4-r0) 21:29:49 (13/33) Installing py3-setuptools (47.0.0-r0) 21:29:49 ---> Running in 7460dc58b0b0 21:29:49 (14/33) Installing py3-chardet (3.0.4-r4) 21:29:49 (15/33) Installing py3-idna (2.9-r0) 21:29:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:29:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:29:50 Removing intermediate container f84f58fc23b7 21:29:50 ---> 50803c944c02 21:29:50 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:29:50 (18/33) Installing py3-requests (2.23.0-r0) 21:29:50 (19/33) Installing py3-msgpack (1.0.0-r0) 21:29:50 (20/33) Installing py3-lockfile (0.12.2-r3) 21:29:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:29:50 ---> Running in edcb76f83cbe 21:29:50 (22/33) Installing py3-colorama (0.4.3-r0) 21:29:50 (23/33) Installing py3-distlib (0.3.0-r0) 21:29:50 (24/33) Installing py3-distro (1.5.0-r1) 21:29:50 (25/33) Installing py3-webencodings (0.5.1-r3) 21:29:50 (26/33) Installing py3-html5lib (1.0.1-r4) 21:29:50 (27/33) Installing py3-pytoml (0.1.21-r0) 21:29:50 (28/33) Installing py3-pep517 (0.8.2-r0) 21:29:50 (29/33) Installing py3-progress (1.5-r0) 21:29:50 (30/33) Installing py3-toml (0.10.1-r0) 21:29:50 (31/33) Installing py3-retrying (1.3.3-r0) 21:29:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:29:50 (33/33) Installing py3-pip (20.1.1-r0) 21:29:52 Executing busybox-1.31.1-r19.trigger 21:29:52 Removing intermediate container edcb76f83cbe 21:29:52 ---> 615bfc99c6d8 21:29:52 Step 20/22 : LABEL arch=x86_64 21:29:52 OK: 71 MiB in 55 packages 21:29:52 ---> Running in 2ca393631cdb 21:29:52 Removing intermediate container 2ca393631cdb 21:29:52 ---> 7120d9d4d44c 21:29:52 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:29:52 ---> Running in 895a5eacc274 21:29:52 Removing intermediate container 7460dc58b0b0 21:29:52 ---> 257eaf8d2a25 21:29:52 Step 24/29 : RUN chmod 755 security-secrets-setup 21:29:53 ---> Running in 8a92c8e9b958 21:29:53 Removing intermediate container 895a5eacc274 21:29:53 ---> 1bf50733bd0a 21:29:53 Step 22/22 : LABEL version=1.3.1-dev.5 21:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:29:56 Removing intermediate container 817361ae0978 21:29:56 ---> 4489a11243c1 21:29:56 21:29:56 Step 10/20 : FROM alpine 21:29:56 latest: Pulling from library/alpine 21:29:56 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:29:56 Status: Downloaded newer image for alpine:latest 21:29:56 ---> 2e77e061c27f 21:29:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:29:56 ---> Running in b064522dd4fd 21:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:58 ---> Running in 7414840fa919 21:29:58 Removing intermediate container a1847e5bb98e 21:29:58 ---> 5b5fcdf6e216 21:29:58 21:29:58 Step 10/24 : FROM scratch 21:29:58 ---> 21:29:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:29:58 ---> Using cache 21:29:58 ---> 029ed999504b 21:29:58 Step 12/24 : ENV APP_PORT=48060 21:29:58 Removing intermediate container e496b88c9dd4 21:29:58 ---> 40940a142f3e 21:29:58 Step 21/27 : RUN pip install docker-compose==1.23.2 21:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:59 Removing intermediate container 7414840fa919 21:29:59 ---> bf5c1f267cdc 21:29:59 21:29:59 Successfully built bf5c1f267cdc 21:29:59 Successfully tagged docker-security-bootstrap-redis-go:latest 21:29:59  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2f4c16dec838 21:29:59 ---> Running in 19888d4adc55 21:29:59 v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:29:59 v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:29:59 OK: 12617 distinct packages available 21:29:59 Removing intermediate container 2f4c16dec838 21:29:59 ---> 54e1a63635cf 21:29:59 Step 13/24 : EXPOSE $APP_PORT 21:30:00 ---> Running in c00875daf3e7 21:30:00 Removing intermediate container 8a92c8e9b958 21:30:00 ---> 82191ed9c298 21:30:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:30:00 ---> Running in aac0f782b6b6 21:30:00 Removing intermediate container c00875daf3e7 21:30:00 ---> f01149d33cf4 21:30:00 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:30:00 Removing intermediate container aac0f782b6b6 21:30:00 ---> 426c14ad27da 21:30:00 Step 26/29 : CMD [ "generate" ] 21:30:00 ---> Running in 1a83955dca7f 21:30:00 ---> b8f9ca715f97 21:30:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:30:00 Removing intermediate container 1a83955dca7f 21:30:00 ---> ca3dd45f93f7 21:30:00 Step 27/29 : LABEL arch=x86_64 21:30:00 (1/4) Installing ca-certificates (20191127-r4) 21:30:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:30:00 (3/4) Installing libcurl (7.69.1-r1) 21:30:00 (4/4) Installing curl (7.69.1-r1) 21:30:00 Executing busybox-1.31.1-r19.trigger 21:30:00 Executing ca-certificates-20191127-r4.trigger 21:30:00 ---> Running in 3d4cd5d7733c 21:30:01 OK: 7 MiB in 18 packages 21:30:01 Removing intermediate container 44459566ff27 21:30:01 ---> 6ebc10d70ff4 21:30:01 21:30:01 Step 10/22 : FROM alpine:3.10 21:30:01 3.10: Pulling from library/alpine 21:30:01 Removing intermediate container 3d4cd5d7733c 21:30:01 ---> 927d3ba1fd56 21:30:01 Step 28/29 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:02 ---> Running in 1b2483ecc2ae 21:30:02 ---> 2c96b660345c 21:30:02 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:30:02 Collecting docker-compose==1.23.2 21:30:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:30:02 Removing intermediate container 1b2483ecc2ae 21:30:02 ---> d7dd86850513 21:30:02 Step 29/29 : LABEL version=1.3.1-dev.5 21:30:02 ---> Running in 33c1cea1e08c 21:30:02 Collecting cached-property<2,>=1.2.0 21:30:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:30:02 ---> 6030bd66f7e0 21:30:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:30:02 Removing intermediate container 33c1cea1e08c 21:30:02 ---> 25e55820a7df 21:30:02 21:30:02 Collecting PyYAML<4,>=3.10 21:30:02 Downloading PyYAML-3.13.tar.gz (270 kB) 21:30:02 Successfully built 25e55820a7df 21:30:02 Successfully tagged docker-security-secrets-setup-go:latest 21:30:04  Building docker-security-secrets-setup-go ... done  ---> 3fe1b2e6c035 21:30:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:30:04 Collecting docopt<0.7,>=0.6.1 21:30:04 Downloading docopt-0.6.2.tar.gz (25 kB) 21:30:04 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:30:04 Status: Downloaded newer image for alpine:3.10 21:30:04 ---> 536a684cf733 21:30:04 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:30:04 Removing intermediate container b064522dd4fd 21:30:04 ---> 8de33f0a9749 21:30:04 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:30:04 ---> Running in 243b1546e765 21:30:05 ---> Running in 9f6fac020567 21:30:05 ---> 91af9a14d7a2 21:30:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:30:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:30:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:30:05 Removing intermediate container 4af9077ca8be 21:30:05 ---> 254d7d7b344e 21:30:05 21:30:05 Step 10/24 : FROM alpine:3.10 21:30:05 ---> 536a684cf733 21:30:05 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:30:06 ---> Running in 7efb7fca0543 21:30:06 Removing intermediate container 9f6fac020567 21:30:06 ---> a4ce2dae9e36 21:30:06 Step 13/20 : WORKDIR /edgex 21:30:06 ---> 0967269577ff 21:30:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:30:06 Collecting dockerpty<0.5,>=0.4.1 21:30:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:30:06 ---> Running in 832822b6f5a0 21:30:06 ---> Running in 111cb8c39c2c 21:30:06 Removing intermediate container 832822b6f5a0 21:30:06 ---> 87d8efe1993e 21:30:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:06 ---> Running in a6b724a04d05 21:30:06 Removing intermediate container a6b724a04d05 21:30:06 ---> 1c7cdbb46e42 21:30:06 Step 22/24 : LABEL arch=x86_64 21:30:07 Collecting websocket-client<1.0,>=0.32.0 21:30:07 ---> Running in e0b782b8f556 21:30:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:30:07 Collecting jsonschema<3,>=2.5.1 21:30:07 Removing intermediate container e0b782b8f556 21:30:07 ---> c398d992eadc 21:30:07 Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:30:07 ---> Running in 629840897efe 21:30:07 Collecting docker<4.0,>=3.6.0 21:30:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:30:07 Removing intermediate container 629840897efe 21:30:07 ---> 09e2971beedc 21:30:07 Step 24/24 : LABEL version=1.3.1-dev.5 21:30:07 Collecting texttable<0.10,>=0.9.0 21:30:07 Downloading texttable-0.9.1.tar.gz (11 kB) 21:30:07 ---> Running in 3e3a2d6012b3 21:30:07 Removing intermediate container 3e3a2d6012b3 21:30:07 ---> 3fb3bbabaff0 21:30:07 21:30:07 Successfully built 3fb3bbabaff0 21:30:07 Successfully tagged docker-support-notifications-go:latest 21:30:07  Building docker-support-notifications-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) 21:30:08 Collecting urllib3<1.25,>=1.21.1 21:30:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:30:08 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) 21:30:08 Collecting idna<2.8,>=2.5 21:30:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:30:08 Removing intermediate container 111cb8c39c2c 21:30:08 ---> 9bfd980512f0 21:30:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:30:08 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) 21:30:08 Collecting docker-pycreds>=0.4.0 21:30:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:30:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:30:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:30:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:30:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:30:08 Installing collected packages: cached-property, PyYAML, docopt, urllib3, idna, requests, dockerpty, websocket-client, jsonschema, docker-pycreds, docker, texttable, docker-compose 21:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:30:08 Removing intermediate container 5dc58c6c7c45 21:30:08 ---> 189b7235d3af 21:30:08 Running setup.py install for PyYAML: started 21:30:08 21:30:08 Step 10/22 : FROM scratch 21:30:08 ---> 21:30:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:30:08 ---> Running in 4a6949e6a844 21:30:08 Running setup.py install for PyYAML: finished with status 'done' 21:30:09 v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:30:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:30:09 OK: 10169 distinct packages available 21:30:09 Running setup.py install for docopt: started 21:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:30:09 Running setup.py install for docopt: finished with status 'done' 21:30:09 Attempting uninstall: urllib3 21:30:09 Found existing installation: urllib3 1.25.9 21:30:09 Uninstalling urllib3-1.25.9: 21:30:09 Successfully uninstalled urllib3-1.25.9 21:30:09 (1/5) Installing ca-certificates (20191127-r2) 21:30:09 Attempting uninstall: idna 21:30:09 Found existing installation: idna 2.9 21:30:09 Uninstalling idna-2.9: 21:30:09 Successfully uninstalled idna-2.9 21:30:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:30:09 (3/5) Installing libcurl (7.66.0-r1) 21:30:09 (4/5) Installing curl (7.66.0-r1) 21:30:09 v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:30:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:30:09 OK: 10169 distinct packages available 21:30:09 (5/5) Installing dumb-init (1.2.2-r1) 21:30:09 Removing intermediate container 4a6949e6a844 21:30:09 ---> d7f14922fc6d 21:30:09 Step 12/22 : ENV APP_PORT=48061 21:30:09 Executing busybox-1.30.1-r3.trigger 21:30:09 Executing ca-certificates-20191127-r2.trigger 21:30:09 ---> 214b4ebcd534 21:30:09 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:30:10 Attempting uninstall: requests 21:30:10 Found existing installation: requests 2.23.0 21:30:10 Uninstalling requests-2.23.0: 21:30:10 Successfully uninstalled requests-2.23.0 21:30:10 Running setup.py install for dockerpty: started 21:30:10 ---> Running in 47380ef6d4ff 21:30:10 OK: 7 MiB in 19 packages 21:30:10 (1/5) Installing ca-certificates (20191127-r2) 21:30:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:30:10 (3/5) Installing libcurl (7.66.0-r1) 21:30:10 (4/5) Installing curl (7.66.0-r1) 21:30:10 Running setup.py install for dockerpty: finished with status 'done' 21:30:10 (5/5) Installing dumb-init (1.2.2-r1) 21:30:10 Executing busybox-1.30.1-r3.trigger 21:30:10 Executing ca-certificates-20191127-r2.trigger 21:30:11 OK: 7 MiB in 19 packages 21:30:11 Running setup.py install for texttable: started 21:30:11 Running setup.py install for texttable: finished with status 'done' 21:30:11 Removing intermediate container 47380ef6d4ff 21:30:11 ---> bc53c858a6a1 21:30:11 Step 13/22 : EXPOSE $APP_PORT 21:30:11 ---> Running in dd72525c2ab7 21:30:11 ---> 482bf751c1b1 21:30:11 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 21:30:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:30:12 ---> Running in e50f8808b33c 21:30:12 Removing intermediate container dd72525c2ab7 21:30:12 ---> e832dd298b28 21:30:12 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 21:30:12 Removing intermediate container 243b1546e765 21:30:12 ---> 45bbed74fb32 21:30:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:30:13 Removing intermediate container e50f8808b33c 21:30:13 ---> 46aed5b67730 21:30:13 Step 17/20 : CMD ["--init=true"] 21:30:13 ---> Running in d4ea3d308a4f 21:30:13 ---> Running in 7f25c6224b80 21:30:13 Removing intermediate container 7efb7fca0543 21:30:13 ---> f2c07e128c59 21:30:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:30:13 ---> b30786af3b52 21:30:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:30:14 ---> Running in e1a91277de71 21:30:14 Removing intermediate container d4ea3d308a4f 21:30:14 ---> 719d509f4160 21:30:14 Step 13/22 : WORKDIR / 21:30:14 Removing intermediate container 7f25c6224b80 21:30:14 ---> 8755b6b862a0 21:30:14 Step 18/20 : LABEL arch=arm64 21:30:14 ---> Running in 7488f8454603 21:30:14 ---> Running in d43b135992d3 21:30:14 Removing intermediate container e1a91277de71 21:30:14 ---> 3f5e6ba8cc42 21:30:14 Step 13/24 : WORKDIR / 21:30:14 ---> 1bd4a561bbfa 21:30:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:30:14 ---> Running in 3a174569f9b1 21:30:15 Removing intermediate container 19888d4adc55 21:30:15 ---> ec60845456d9 21:30:15 Step 22/27 : RUN apk --no-cache add curl 21:30:15 ---> Running in 6f517ae2b248 21:30:15 Removing intermediate container 7488f8454603 21:30:15 ---> 775422f48e19 21:30:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:30:15 Removing intermediate container d43b135992d3 21:30:15 ---> e0e3708447d0 21:30:15 Step 19/20 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:30:15 Removing intermediate container 236ba78e3692 21:30:15 ---> f32cd830ab81 21:30:15 21:30:15 Step 10/22 : FROM scratch 21:30:15 ---> 21:30:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:30:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:30:15 (2/3) Installing libcurl (7.69.1-r1) 21:30:15 (3/3) Installing curl (7.69.1-r1) 21:30:15 Executing busybox-1.31.1-r19.trigger 21:30:15 OK: 72 MiB in 58 packages 21:30:15 ---> Running in b0b09b20aa48 21:30:15 ---> Running in bac4dfedb7b1 21:30:16 Removing intermediate container 3a174569f9b1 21:30:16 ---> 369d778f508f 21:30:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:30:16 Removing intermediate container 6f517ae2b248 21:30:16 ---> 9b3dab1dc11c 21:30:16 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:30:16 ---> Running in faaeefe39876 21:30:16 Removing intermediate container faaeefe39876 21:30:16 ---> 72a8d9d8e6eb 21:30:16 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:16 ---> 25219dc4eaec 21:30:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:30:16 ---> 708f5b4875cf 21:30:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:30:16 ---> Running in f054867b186c 21:30:16 Removing intermediate container f054867b186c 21:30:16 ---> b4610d02cd62 21:30:16 Step 25/27 : LABEL arch=x86_64 21:30:16 Removing intermediate container bac4dfedb7b1 21:30:16 Removing intermediate container b0b09b20aa48 21:30:16 ---> a9c61985c5dc 21:30:16 Step 20/20 : LABEL version=1.3.1-dev.5 21:30:16 ---> 9c72db786e1a 21:30:16 Step 12/22 : ENV APP_PORT=48082 21:30:16 ---> Running in a09425540f63 21:30:16 ---> Running in 845362e7e514 21:30:16 Removing intermediate container 845362e7e514 21:30:16 ---> 7d518a26fa8f 21:30:16 Step 26/27 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:16 ---> Running in c834be7151ff 21:30:16 ---> bed72f58380d 21:30:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:30:17 ---> Running in 864404c77da5 21:30:17 Removing intermediate container 864404c77da5 21:30:17 ---> 7bffa5a09ead 21:30:17 Step 27/27 : LABEL version=1.3.1-dev.5 21:30:17 ---> Running in 179cabb30939 21:30:17 Removing intermediate container 179cabb30939 21:30:17 ---> d5973c084c97 21:30:17 21:30:17 Removing intermediate container a09425540f63 21:30:17 ---> 092ff0838dc9 21:30:17 Step 13/22 : EXPOSE $APP_PORT 21:30:17 ---> Running in 6eadfa27b1d5 21:30:17 Removing intermediate container c834be7151ff 21:30:17 ---> 18d6bb8e6ebe 21:30:17 21:30:17 ---> f78a556e4d34 21:30:17 Successfully built d5973c084c97 21:30:17 Step 18/22 : ENTRYPOINT ["/support-logging"] 21:30:18 Successfully tagged docker-sys-mgmt-agent-go:latest 21:30:18 ---> Running in 26a087cc3d0d 21:30:18 ---> 6d44363e670d 21:30:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:30:18 Successfully built 18d6bb8e6ebe 21:30:18 ---> 3c90d754020a 21:30:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:30:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:30:18  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 21:30:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:30:18 $ docker stop --time=1 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 21:30:18 Removing intermediate container 6eadfa27b1d5 21:30:18 ---> 1f1a1a2a8245 21:30:18 Step 14/22 : WORKDIR / 21:30:18 ---> Running in 6795fc1e102c 21:30:18 Removing intermediate container 26a087cc3d0d 21:30:18 ---> fa888f8d31f4 21:30:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:19 ---> Running in 3ac77ea9051c 21:30:19 Removing intermediate container 6795fc1e102c 21:30:19 ---> 257d08bd89d8 21:30:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:30:19 ---> 95bf6bc06f21 21:30:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:30:19 ---> 81930605f43b 21:30:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:30:19 Removing intermediate container 3ac77ea9051c 21:30:19 ---> 0e0de50b7e36 21:30:19 Step 20/22 : LABEL arch=arm64 21:30:20 $ docker rm -f 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 [Pipeline] // withDockerContainer [Pipeline] sh 21:30:20 + docker images 21:30:20 + grep docker 21:30:20 docker-sys-mgmt-agent-go latest d5973c084c97 3 seconds ago 290MB 21:30:20 docker-support-notifications-go latest 3fb3bbabaff0 13 seconds ago 13.6MB 21:30:20 docker-security-secrets-setup-go latest 25e55820a7df 18 seconds ago 24MB 21:30:20 docker-security-bootstrap-redis-go latest bf5c1f267cdc 22 seconds ago 15.9MB 21:30:20 docker-support-scheduler-go latest cfa4c1010447 53 seconds ago 12.3MB 21:30:20 docker-core-metadata-go latest d74fb200bee4 About a minute ago 14.5MB 21:30:20 docker-core-data-go latest cb7c71f25ab6 2 minutes ago 23.7MB 21:30:20 docker-security-secretstore-setup-go latest 04afcea27b29 2 minutes ago 24.8MB 21:30:20 docker-core-command-go latest f6df7cdc2fda 2 minutes ago 12.2MB 21:30:20 docker-support-logging-go latest 808d62c0c90c 2 minutes ago 11.1MB 21:30:20 docker-security-proxy-setup-go latest d50356f044f7 2 minutes ago 15.8MB 21:30:20 docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } 21:30:20 ---> Running in e3aa5b843227 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 21:30:20 ---> cbc3160cb2ba 21:30:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:30:21 provisioning config files... 21:30:21 ---> 67855741377a 21:30:21 Step 18/22 : RUN chmod +x entrypoint.sh 21:30:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config3188524608800159278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:21 ---> c3c393b2d454 21:30:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:30:21 ---> docker-login.sh 21:30:21 nexus3.edgexfoundry.org:10001 21:30:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:21 Removing intermediate container e3aa5b843227 21:30:21 ---> aa8aa44398ef 21:30:21 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:21 ---> Running in c1694380dd90 21:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:21 Configure a credential helper to remove this warning. See 21:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:21 21:30:21 Login Succeeded 21:30:21 nexus3.edgexfoundry.org:10002 21:30:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:21 Configure a credential helper to remove this warning. See 21:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:21 21:30:21 Login Succeeded 21:30:21 nexus3.edgexfoundry.org:10003 21:30:22 ---> Running in 78cca596bc94 21:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:22 Configure a credential helper to remove this warning. See 21:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:22 21:30:22 Login Succeeded 21:30:22 nexus3.edgexfoundry.org:10004 21:30:22 ---> bce001815f17 21:30:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:22 Configure a credential helper to remove this warning. See 21:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:22 21:30:22 Login Succeeded 21:30:22 docker.io 21:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:30:22 Removing intermediate container 78cca596bc94 21:30:22 ---> f6ade27a26c3 21:30:22 Step 22/22 : LABEL version=1.3.1-dev.5 21:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:30:22 Configure a credential helper to remove this warning. See 21:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:30:22 21:30:22 Login Succeeded 21:30:22 ---> docker-login.sh ends [Pipeline] } 21:30:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 21:30:22 ---> Running in 12034c53a260 [Pipeline] echo 21:30:22 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 21:30:22 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:22 1.3.1-dev.5 21:30:22 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:22 master 21:30:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:23 ---> a36fefd80023 21:30:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:30:23 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:23 ---> cef1d37ac7b3 21:30:23 Step 18/22 : ENTRYPOINT ["/core-command"] 21:30:23 Removing intermediate container 12034c53a260 21:30:23 ---> ae2eae027937 21:30:23 21:30:23 ---> Running in 6531b1e613c7 21:30:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:30:23 279ec3c51b8e: Preparing 21:30:23 91630576e6c9: Preparing 21:30:23 51def8199bc6: Preparing 21:30:24 51def8199bc6: Pushed 21:30:24 279ec3c51b8e: Pushed 21:30:24 Successfully built ae2eae027937 21:30:24 Successfully tagged docker-support-logging-go-arm64:latest 21:30:24 Building docker-core-metadata-go 21:30:24  Building docker-support-logging-go ... done Removing intermediate container 6531b1e613c7 21:30:24 ---> 1c1cf9e2689e 21:30:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:24 ---> 739d308b5e7f 21:30:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:24 ---> Running in 9ee35f7703b7 21:30:24 ---> Running in 3cf72ecd7326 21:30:24 91630576e6c9: Pushed 21:30:25 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:25 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 21:30:25 Removing intermediate container 9ee35f7703b7 21:30:25 ---> 2de56af05e5a 21:30:25 Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh 21:30:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 21:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:30:26 279ec3c51b8e: Preparing 21:30:26 91630576e6c9: Preparing 21:30:26 51def8199bc6: Preparing 21:30:26 91630576e6c9: Layer already exists 21:30:26 51def8199bc6: Layer already exists 21:30:26 279ec3c51b8e: Layer already exists 21:30:26 1.3.1-dev.5: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:26 Removing intermediate container c1694380dd90 21:30:26 ---> 2521480856d5 21:30:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:30:26 ---> Running in 1ff9e66daa19 21:30:26 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:30:26 279ec3c51b8e: Preparing 21:30:26 91630576e6c9: Preparing 21:30:26 51def8199bc6: Preparing 21:30:26 279ec3c51b8e: Layer already exists 21:30:26 51def8199bc6: Layer already exists 21:30:26 91630576e6c9: Layer already exists 21:30:26 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:26 ---> Running in fe4ae28d6f3a 21:30:27 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix 21:30:27 Removing intermediate container 1ff9e66daa19 21:30:27 ---> f6998db5e84b 21:30:27 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] sh 21:30:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 21:30:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:30:27 279ec3c51b8e: Preparing 21:30:27 91630576e6c9: Preparing 21:30:27 51def8199bc6: Preparing 21:30:27 51def8199bc6: Layer already exists 21:30:27 91630576e6c9: Layer already exists 21:30:27 279ec3c51b8e: Layer already exists 21:30:27 master: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:27 ===================================================== 21:30:27 Removing intermediate container fe4ae28d6f3a 21:30:27 ---> b16b0086454d 21:30:27 Step 20/22 : LABEL arch=arm64 [Pipeline] echo 21:30:27 taggedImages: 21:30:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 21:30:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 21:30:27 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 21:30:27 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:27 1.3.1-dev.5 21:30:27 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:27 master 21:30:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:28 ---> Running in a0fdd1a84a84 21:30:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:30:28 1cf5e8b6f80b: Preparing 21:30:28 b2d48fce55d8: Preparing 21:30:28 ef8e59c817cf: Preparing 21:30:28 2a1a0c9545ee: Preparing 21:30:28 4f6446e8b729: Preparing 21:30:28 ace0eda3e3be: Preparing 21:30:28 ace0eda3e3be: Waiting 21:30:28 ---> Running in 3b2a9632b7de 21:30:28 1cf5e8b6f80b: Pushed 21:30:28 4f6446e8b729: Pushed 21:30:28 ef8e59c817cf: Pushed 21:30:28 ace0eda3e3be: Layer already exists 21:30:28 2a1a0c9545ee: Pushed 21:30:29 Removing intermediate container a0fdd1a84a84 21:30:29 ---> a8be07d25af2 21:30:29 Step 22/22 : LABEL version=1.3.1-dev.5Removing intermediate container 3cf72ecd7326 21:30:29 21:30:29 ---> b355fb08c1db 21:30:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:30:29 Removing intermediate container 3b2a9632b7de 21:30:29 ---> 196639455fea 21:30:29 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:29 ---> Running in 158a7e688b0d 21:30:29 ---> Running in 726cef0ebcab 21:30:29 ---> Running in cbe7afe31638 21:30:30 b2d48fce55d8: Pushed 21:30:30 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:30:30 Removing intermediate container 158a7e688b0d 21:30:30 ---> 1070ffaf636d 21:30:30 Step 22/24 : LABEL arch=arm64 21:30:30 Removing intermediate container 726cef0ebcab 21:30:30 ---> 3caa276a73ef 21:30:30 21:30:30 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:30 ---> Running in fbe120a39cbc 21:30:30 Removing intermediate container cbe7afe31638 21:30:30 ---> db5c07e7ae2f 21:30:30 Step 22/22 : LABEL version=1.3.1-dev.5 21:30:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 21:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:30:31 1cf5e8b6f80b: Preparing 21:30:31 b2d48fce55d8: Preparing 21:30:31 ef8e59c817cf: Preparing 21:30:31 2a1a0c9545ee: Preparing 21:30:31 4f6446e8b729: Preparing 21:30:31 ace0eda3e3be: Preparing 21:30:31 ace0eda3e3be: Waiting 21:30:31 ef8e59c817cf: Layer already exists 21:30:31 1cf5e8b6f80b: Layer already exists 21:30:31 2a1a0c9545ee: Layer already exists 21:30:31 b2d48fce55d8: Layer already exists 21:30:31 4f6446e8b729: Layer already exists 21:30:31 ace0eda3e3be: Layer already exists 21:30:31 1.3.1-dev.5: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:30:31 Successfully built 3caa276a73ef 21:30:31 Successfully tagged docker-core-command-go-arm64:latest 21:30:31 Building docker-core-data-go 21:30:31  Building docker-core-command-go ... done  ---> Running in dada203b8ce8 21:30:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:31 Removing intermediate container fbe120a39cbc 21:30:31 ---> cc3e871446eb 21:30:31 Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:30:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:30:31 1cf5e8b6f80b: Preparing 21:30:31 b2d48fce55d8: Preparing 21:30:31 ef8e59c817cf: Preparing 21:30:31 2a1a0c9545ee: Preparing 21:30:31 4f6446e8b729: Preparing 21:30:31 ace0eda3e3be: Preparing 21:30:31 ace0eda3e3be: Waiting 21:30:31 b2d48fce55d8: Layer already exists 21:30:31 1cf5e8b6f80b: Layer already exists 21:30:31 2a1a0c9545ee: Layer already exists 21:30:31 ef8e59c817cf: Layer already exists 21:30:31 4f6446e8b729: Layer already exists 21:30:31 ace0eda3e3be: Layer already exists 21:30:31 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:30:31 ---> Running in 1e84c6d22536 21:30:31 Removing intermediate container dada203b8ce8 21:30:31 ---> a40c54865e67 21:30:31 21:30:31 Successfully built a40c54865e67 21:30:31 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:30:31 Building docker-support-scheduler-go 21:30:31  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1e84c6d22536 21:30:31 ---> f3f6581a00e1 21:30:31 Step 24/24 : LABEL version=1.3.1-dev.5 21:30:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 21:30:32 ---> Running in 7e33b2a040c1 21:30:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 21:30:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:30:32 1cf5e8b6f80b: Preparing 21:30:32 b2d48fce55d8: Preparing 21:30:32 ef8e59c817cf: Preparing 21:30:32 2a1a0c9545ee: Preparing 21:30:32 4f6446e8b729: Preparing 21:30:32 ace0eda3e3be: Preparing 21:30:32 ace0eda3e3be: Waiting 21:30:32 4f6446e8b729: Layer already exists 21:30:32 ef8e59c817cf: Layer already exists 21:30:32 b2d48fce55d8: Layer already exists 21:30:32 2a1a0c9545ee: Layer already exists 21:30:32 1cf5e8b6f80b: Layer already exists 21:30:32 ace0eda3e3be: Layer already exists 21:30:32 master: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 21:30:32 Removing intermediate container 7e33b2a040c1 21:30:32 ---> fb9f68b8dcef 21:30:32 [Pipeline] echo 21:30:32 ===================================================== [Pipeline] echo 21:30:32 taggedImages: 21:30:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 21:30:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 21:30:32 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 21:30:32 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:32 1.3.1-dev.5 21:30:32 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:32 master 21:30:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 21:30:32 Successfully built fb9f68b8dcef [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:30:33 Building docker-support-notifications-go 21:30:33 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:30:33 8e2609191d80: Preparing 21:30:33 7347e4941503: Preparing 21:30:33 a8c9f504f5b7: Preparing 21:30:33 a8c9f504f5b7: Pushed 21:30:33 8e2609191d80: Pushed 21:30:35 7347e4941503: Pushed 21:30:35 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:35 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 21:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:30:35 8e2609191d80: Preparing 21:30:35 7347e4941503: Preparing 21:30:35 a8c9f504f5b7: Preparing 21:30:35 7347e4941503: Layer already exists 21:30:35 a8c9f504f5b7: Layer already exists 21:30:35 8e2609191d80: Layer already exists 21:30:35 1.3.1-dev.5: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:36 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:30:36 8e2609191d80: Preparing 21:30:36 7347e4941503: Preparing 21:30:36 a8c9f504f5b7: Preparing 21:30:36 8e2609191d80: Layer already exists 21:30:36 a8c9f504f5b7: Layer already exists 21:30:36 7347e4941503: Layer already exists 21:30:36 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh 21:30:37 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 21:30:37  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:30:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:30:37 ---> 0a8a0cd6db69 21:30:37 Step 3/27 : WORKDIR /edgex-go 21:30:37 ---> Using cache 21:30:37 ---> ec0db0c63e8e 21:30:37 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:30:37 ---> Using cache 21:30:37 ---> 69bce252d37c 21:30:37 Step 5/27 : RUN apk update && apk add make bash git 21:30:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 21:30:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:30:37 8e2609191d80: Preparing 21:30:37 7347e4941503: Preparing 21:30:37 a8c9f504f5b7: Preparing 21:30:37 8e2609191d80: Layer already exists 21:30:37 a8c9f504f5b7: Layer already exists 21:30:37 7347e4941503: Layer already exists 21:30:37 master: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:37 ===================================================== [Pipeline] echo 21:30:37 taggedImages: 21:30:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 21:30:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:37 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 21:30:37 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 21:30:37 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:37 1.3.1-dev.5 21:30:37 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:37 master 21:30:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:38 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:30:38 bb5d1fba8f4b: Preparing 21:30:38 edef86fb9794: Preparing 21:30:38 19aaeaae2fc5: Preparing 21:30:38 4bb860299f03: Preparing 21:30:38 70d6f8e7a056: Preparing 21:30:38 2c5428947e5e: Preparing 21:30:38 1b3ee35aacca: Preparing 21:30:38 2c5428947e5e: Waiting 21:30:38 1b3ee35aacca: Waiting 21:30:38 ---> Running in a57202c0a411 21:30:38 70d6f8e7a056: Pushed 21:30:38 edef86fb9794: Pushed 21:30:38 19aaeaae2fc5: Pushed 21:30:38 bb5d1fba8f4b: Pushed 21:30:38 1b3ee35aacca: Layer already exists 21:30:39 2c5428947e5e: Pushed 21:30:39 4bb860299f03: Pushed 21:30:39 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:30:40 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:30:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 21:30:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:30:40 bb5d1fba8f4b: Preparing 21:30:40 edef86fb9794: Preparing 21:30:40 19aaeaae2fc5: Preparing 21:30:40 4bb860299f03: Preparing 21:30:40 70d6f8e7a056: Preparing 21:30:40 2c5428947e5e: Preparing 21:30:40 1b3ee35aacca: Preparing 21:30:40 2c5428947e5e: Waiting 21:30:40 1b3ee35aacca: Waiting 21:30:40 19aaeaae2fc5: Layer already exists 21:30:40 edef86fb9794: Layer already exists 21:30:40 bb5d1fba8f4b: Layer already exists 21:30:40 4bb860299f03: Layer already exists 21:30:40 70d6f8e7a056: Layer already exists 21:30:40 2c5428947e5e: Layer already exists 21:30:40 1b3ee35aacca: Layer already exists 21:30:40 1.3.1-dev.5: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:30:40 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:30:41 bb5d1fba8f4b: Preparing 21:30:41 edef86fb9794: Preparing 21:30:41 19aaeaae2fc5: Preparing 21:30:41 4bb860299f03: Preparing 21:30:41 70d6f8e7a056: Preparing 21:30:41 2c5428947e5e: Preparing 21:30:41 1b3ee35aacca: Preparing 21:30:41 2c5428947e5e: Waiting 21:30:41 1b3ee35aacca: Waiting 21:30:41 19aaeaae2fc5: Layer already exists 21:30:41 70d6f8e7a056: Layer already exists 21:30:41 bb5d1fba8f4b: Layer already exists 21:30:41 edef86fb9794: Layer already exists 21:30:41 4bb860299f03: Layer already exists 21:30:41 2c5428947e5e: Layer already exists 21:30:41 1b3ee35aacca: Layer already exists 21:30:41 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:30:41 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 21:30:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 21:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:30:41 bb5d1fba8f4b: Preparing 21:30:41 edef86fb9794: Preparing 21:30:41 19aaeaae2fc5: Preparing 21:30:41 4bb860299f03: Preparing 21:30:41 70d6f8e7a056: Preparing 21:30:41 2c5428947e5e: Preparing 21:30:41 1b3ee35aacca: Preparing 21:30:41 2c5428947e5e: Waiting 21:30:41 1b3ee35aacca: Waiting 21:30:41 bb5d1fba8f4b: Layer already exists 21:30:41 19aaeaae2fc5: Layer already exists 21:30:41 70d6f8e7a056: Layer already exists 21:30:41 4bb860299f03: Layer already exists 21:30:41 edef86fb9794: Layer already exists 21:30:41 2c5428947e5e: Layer already exists 21:30:41 1b3ee35aacca: Layer already exists 21:30:41 master: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:41 ===================================================== [Pipeline] echo 21:30:42 taggedImages: 21:30:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 21:30:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 21:30:42 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 21:30:42 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:42 1.3.1-dev.5 21:30:42 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:42 master 21:30:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:42 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:30:42 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:30:42 OK: 12625 distinct packages available 21:30:42 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:30:43 46b2727995b5: Preparing 21:30:43 f139813164c2: Preparing 21:30:43 61a22d9236fd: Preparing 21:30:43 db262d90a7d9: Preparing 21:30:43 ace0eda3e3be: Preparing 21:30:43 ace0eda3e3be: Layer already exists 21:30:43 f139813164c2: Pushed 21:30:43 61a22d9236fd: Pushed 21:30:43 OK: 217 MiB in 51 packages 21:30:43 db262d90a7d9: Pushed 21:30:44 46b2727995b5: Pushed 21:30:44 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:30:44 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 21:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:30:45 46b2727995b5: Preparing 21:30:45 f139813164c2: Preparing 21:30:45 61a22d9236fd: Preparing 21:30:45 db262d90a7d9: Preparing 21:30:45 ace0eda3e3be: Preparing 21:30:45 db262d90a7d9: Layer already exists 21:30:45 f139813164c2: Layer already exists 21:30:45 61a22d9236fd: Layer already exists 21:30:45 46b2727995b5: Layer already exists 21:30:45 ace0eda3e3be: Layer already exists 21:30:45 1.3.1-dev.5: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:30:45 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:30:45 46b2727995b5: Preparing 21:30:45 f139813164c2: Preparing 21:30:45 61a22d9236fd: Preparing 21:30:45 db262d90a7d9: Preparing 21:30:45 ace0eda3e3be: Preparing 21:30:45 61a22d9236fd: Layer already exists 21:30:45 46b2727995b5: Layer already exists 21:30:45 db262d90a7d9: Layer already exists 21:30:45 f139813164c2: Layer already exists 21:30:45 ace0eda3e3be: Layer already exists 21:30:45 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:30:46 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:30:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 21:30:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:30:46 46b2727995b5: Preparing 21:30:46 f139813164c2: Preparing 21:30:46 61a22d9236fd: Preparing 21:30:46 db262d90a7d9: Preparing 21:30:46 ace0eda3e3be: Preparing 21:30:46 46b2727995b5: Layer already exists 21:30:46 f139813164c2: Layer already exists 21:30:46 61a22d9236fd: Layer already exists 21:30:46 db262d90a7d9: Layer already exists 21:30:46 ace0eda3e3be: Layer already exists 21:30:46 master: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:46 ===================================================== [Pipeline] echo 21:30:46 taggedImages: 21:30:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 21:30:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 21:30:46 Removing intermediate container a57202c0a411 21:30:46 ---> 47997fcfb299 21:30:46 Step 6/27 : COPY go.mod . 21:30:46 ---> 348eb3903aa7 21:30:46 Step 7/27 : RUN go mod download [Pipeline] echo 21:30:46 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 21:30:46 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:46 1.3.1-dev.5 21:30:46 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:46 master 21:30:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:47 ---> Running in f725afee722a 21:30:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:30:47 631c25a43744: Preparing 21:30:47 d3bb1721a105: Preparing 21:30:47 1cb56ac670ae: Preparing 21:30:47 631dbfb73c10: Preparing 21:30:47 631dbfb73c10: Preparing 21:30:47 c212e43f677e: Preparing 21:30:47 74bebb50e61e: Preparing 21:30:47 2bf7f55f3688: Preparing 21:30:47 631c25a43744: Preparing 21:30:47 a019e09e4d46: Preparing 21:30:47 cd960a6d777c: Preparing 21:30:47 ef47cbd23dbe: Preparing 21:30:47 ace0eda3e3be: Preparing 21:30:47 74bebb50e61e: Waiting 21:30:47 2bf7f55f3688: Waiting 21:30:47 a019e09e4d46: Waiting 21:30:47 cd960a6d777c: Waiting 21:30:47 ef47cbd23dbe: Waiting 21:30:47 ace0eda3e3be: Waiting 21:30:47 1cb56ac670ae: Pushed 21:30:47 631dbfb73c10: Pushed 21:30:47 c212e43f677e: Pushed 21:30:47 d3bb1721a105: Pushed 21:30:47 a019e09e4d46: Pushed 21:30:48 cd960a6d777c: Pushed 21:30:48 74bebb50e61e: Pushed 21:30:48 2bf7f55f3688: Pushed 21:30:48 ace0eda3e3be: Layer already exists 21:30:48 ef47cbd23dbe: Pushed 21:30:48 631c25a43744: Pushed 21:30:48 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:30:49 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 21:30:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:30:49 631c25a43744: Preparing 21:30:49 d3bb1721a105: Preparing 21:30:49 1cb56ac670ae: Preparing 21:30:49 631dbfb73c10: Preparing 21:30:49 631dbfb73c10: Preparing 21:30:49 c212e43f677e: Preparing 21:30:49 74bebb50e61e: Preparing 21:30:49 2bf7f55f3688: Preparing 21:30:49 631c25a43744: Preparing 21:30:49 a019e09e4d46: Preparing 21:30:49 cd960a6d777c: Preparing 21:30:49 ef47cbd23dbe: Preparing 21:30:49 ace0eda3e3be: Preparing 21:30:49 74bebb50e61e: Waiting 21:30:49 2bf7f55f3688: Waiting 21:30:49 a019e09e4d46: Waiting 21:30:49 cd960a6d777c: Waiting 21:30:49 ef47cbd23dbe: Waiting 21:30:49 ace0eda3e3be: Waiting 21:30:49 631c25a43744: Layer already exists 21:30:49 631dbfb73c10: Layer already exists 21:30:49 d3bb1721a105: Layer already exists 21:30:49 1cb56ac670ae: Layer already exists 21:30:49 c212e43f677e: Layer already exists 21:30:49 74bebb50e61e: Layer already exists 21:30:49 2bf7f55f3688: Layer already exists 21:30:49 a019e09e4d46: Layer already exists 21:30:49 ef47cbd23dbe: Layer already exists 21:30:49 ace0eda3e3be: Layer already exists 21:30:49 cd960a6d777c: Layer already exists 21:30:49 1.3.1-dev.5: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:30:49 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:30:50 631c25a43744: Preparing 21:30:50 d3bb1721a105: Preparing 21:30:50 1cb56ac670ae: Preparing 21:30:50 631dbfb73c10: Preparing 21:30:50 631dbfb73c10: Preparing 21:30:50 c212e43f677e: Preparing 21:30:50 74bebb50e61e: Preparing 21:30:50 2bf7f55f3688: Preparing 21:30:50 631c25a43744: Preparing 21:30:50 a019e09e4d46: Preparing 21:30:50 cd960a6d777c: Preparing 21:30:50 ef47cbd23dbe: Preparing 21:30:50 ace0eda3e3be: Preparing 21:30:50 74bebb50e61e: Waiting 21:30:50 2bf7f55f3688: Waiting 21:30:50 a019e09e4d46: Waiting 21:30:50 cd960a6d777c: Waiting 21:30:50 ef47cbd23dbe: Waiting 21:30:50 ace0eda3e3be: Waiting 21:30:50 631dbfb73c10: Layer already exists 21:30:50 c212e43f677e: Layer already exists 21:30:50 631c25a43744: Layer already exists 21:30:50 d3bb1721a105: Layer already exists 21:30:50 1cb56ac670ae: Layer already exists 21:30:50 2bf7f55f3688: Layer already exists 21:30:50 74bebb50e61e: Layer already exists 21:30:50 a019e09e4d46: Layer already exists 21:30:50 cd960a6d777c: Layer already exists 21:30:50 ef47cbd23dbe: Layer already exists 21:30:50 ace0eda3e3be: Layer already exists 21:30:50 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:30:50 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:30:50 Removing intermediate container f725afee722a 21:30:50 ---> 75fcaff76fce 21:30:50 Step 8/27 : COPY . . 21:30:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 21:30:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:30:50 631c25a43744: Preparing 21:30:50 d3bb1721a105: Preparing 21:30:50 1cb56ac670ae: Preparing 21:30:50 631dbfb73c10: Preparing 21:30:50 631dbfb73c10: Preparing 21:30:50 c212e43f677e: Preparing 21:30:50 74bebb50e61e: Preparing 21:30:50 2bf7f55f3688: Preparing 21:30:50 631c25a43744: Preparing 21:30:50 a019e09e4d46: Preparing 21:30:50 cd960a6d777c: Preparing 21:30:50 ef47cbd23dbe: Preparing 21:30:50 ace0eda3e3be: Preparing 21:30:50 74bebb50e61e: Waiting 21:30:50 2bf7f55f3688: Waiting 21:30:50 ef47cbd23dbe: Waiting 21:30:50 ace0eda3e3be: Waiting 21:30:50 a019e09e4d46: Waiting 21:30:50 cd960a6d777c: Waiting 21:30:50 c212e43f677e: Layer already exists 21:30:50 1cb56ac670ae: Layer already exists 21:30:50 d3bb1721a105: Layer already exists 21:30:50 631c25a43744: Layer already exists 21:30:50 631dbfb73c10: Layer already exists 21:30:50 74bebb50e61e: Layer already exists 21:30:50 a019e09e4d46: Layer already exists 21:30:50 2bf7f55f3688: Layer already exists 21:30:50 cd960a6d777c: Layer already exists 21:30:50 ef47cbd23dbe: Layer already exists 21:30:50 ace0eda3e3be: Layer already exists 21:30:50 master: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:50 ===================================================== [Pipeline] echo 21:30:51 taggedImages: 21:30:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 21:30:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:51 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 21:30:51 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 21:30:51 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:51 1.3.1-dev.5 21:30:51 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:51 master 21:30:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:51 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:30:51 634c501ba15c: Preparing 21:30:51 3ad47d0fbd23: Preparing 21:30:51 2023290504c3: Preparing 21:30:51 0725e6df0fb6: Preparing 21:30:51 55fb71c7e60d: Preparing 21:30:51 67906eb2d3fc: Preparing 21:30:51 07ed146f932d: Preparing 21:30:51 2c5428947e5e: Preparing 21:30:51 1b3ee35aacca: Preparing 21:30:51 67906eb2d3fc: Waiting 21:30:51 07ed146f932d: Waiting 21:30:51 2c5428947e5e: Waiting 21:30:51 1b3ee35aacca: Waiting 21:30:52 55fb71c7e60d: Pushed 21:30:52 634c501ba15c: Pushed 21:30:52 3ad47d0fbd23: Pushed 21:30:52 2c5428947e5e: Layer already exists 21:30:52 1b3ee35aacca: Layer already exists 21:30:52 67906eb2d3fc: Pushed 21:30:52 07ed146f932d: Pushed 21:30:52 0725e6df0fb6: Pushed 21:30:52 2023290504c3: Pushed 21:30:52 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh 21:30:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 21:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:30:53 634c501ba15c: Preparing 21:30:53 3ad47d0fbd23: Preparing 21:30:53 2023290504c3: Preparing 21:30:53 0725e6df0fb6: Preparing 21:30:53 55fb71c7e60d: Preparing 21:30:53 67906eb2d3fc: Preparing 21:30:53 07ed146f932d: Preparing 21:30:53 2c5428947e5e: Preparing 21:30:53 1b3ee35aacca: Preparing 21:30:53 07ed146f932d: Waiting 21:30:53 2c5428947e5e: Waiting 21:30:53 67906eb2d3fc: Waiting 21:30:53 1b3ee35aacca: Waiting 21:30:53 55fb71c7e60d: Layer already exists 21:30:53 0725e6df0fb6: Layer already exists 21:30:53 2023290504c3: Layer already exists 21:30:53 3ad47d0fbd23: Layer already exists 21:30:53 634c501ba15c: Layer already exists 21:30:53 67906eb2d3fc: Layer already exists 21:30:53 07ed146f932d: Layer already exists 21:30:53 1b3ee35aacca: Layer already exists 21:30:53 2c5428947e5e: Layer already exists 21:30:53 1.3.1-dev.5: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh 21:30:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:30:54 634c501ba15c: Preparing 21:30:54 3ad47d0fbd23: Preparing 21:30:54 2023290504c3: Preparing 21:30:54 0725e6df0fb6: Preparing 21:30:54 55fb71c7e60d: Preparing 21:30:54 67906eb2d3fc: Preparing 21:30:54 07ed146f932d: Preparing 21:30:54 2c5428947e5e: Preparing 21:30:54 1b3ee35aacca: Preparing 21:30:54 07ed146f932d: Waiting 21:30:54 67906eb2d3fc: Waiting 21:30:54 2c5428947e5e: Waiting 21:30:54 1b3ee35aacca: Waiting 21:30:54 0725e6df0fb6: Layer already exists 21:30:54 2023290504c3: Layer already exists 21:30:54 3ad47d0fbd23: Layer already exists 21:30:54 634c501ba15c: Layer already exists 21:30:54 55fb71c7e60d: Layer already exists 21:30:54 2c5428947e5e: Layer already exists 21:30:54 67906eb2d3fc: Layer already exists 21:30:54 07ed146f932d: Layer already exists 21:30:54 1b3ee35aacca: Layer already exists 21:30:54 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh 21:30:54 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:30:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:30:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:30:54 ---> 0a8a0cd6db69 21:30:54 Step 3/22 : WORKDIR /edgex-go 21:30:54 ---> Using cache 21:30:54 ---> ec0db0c63e8e 21:30:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:30:54 ---> Using cache 21:30:54 ---> 69bce252d37c 21:30:54 Step 5/22 : RUN apk update && apk add make git 21:30:54 ---> Using cache 21:30:54 ---> aba1ff05c052 21:30:54 Step 6/22 : COPY go.mod . 21:30:54 ---> Using cache 21:30:54 ---> 039773279077 21:30:54 Step 7/22 : RUN go mod download 21:30:54 ---> Using cache 21:30:54 ---> c6c60b31e990 21:30:54 Step 8/22 : COPY . . 21:30:54 ---> Using cache 21:30:54 ---> a027b908a50b 21:30:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:30:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 21:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:30:54 634c501ba15c: Preparing 21:30:54 3ad47d0fbd23: Preparing 21:30:54 2023290504c3: Preparing 21:30:54 0725e6df0fb6: Preparing 21:30:54 55fb71c7e60d: Preparing 21:30:54 67906eb2d3fc: Preparing 21:30:54 07ed146f932d: Preparing 21:30:54 2c5428947e5e: Preparing 21:30:54 1b3ee35aacca: Preparing 21:30:54 07ed146f932d: Waiting 21:30:54 2c5428947e5e: Waiting 21:30:54 67906eb2d3fc: Waiting 21:30:54 1b3ee35aacca: Waiting 21:30:54 2023290504c3: Layer already exists 21:30:54 0725e6df0fb6: Layer already exists 21:30:54 3ad47d0fbd23: Layer already exists 21:30:54 634c501ba15c: Layer already exists 21:30:54 55fb71c7e60d: Layer already exists 21:30:54 07ed146f932d: Layer already exists 21:30:54 67906eb2d3fc: Layer already exists 21:30:54 2c5428947e5e: Layer already exists 21:30:54 1b3ee35aacca: Layer already exists 21:30:54 master: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:55 ===================================================== [Pipeline] echo 21:30:55 taggedImages: 21:30:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 21:30:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 21:30:55 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 21:30:55 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:55 1.3.1-dev.5 21:30:55 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:55 master 21:30:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:30:55 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:30:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 21:30:56 92791e844ec8: Preparing 21:30:56 1f164ddb0877: Preparing 21:30:56 bb8c82d207d3: Preparing 21:30:56 b749b565de08: Preparing 21:30:56 bb8c82d207d3: Pushed 21:30:56 92791e844ec8: Pushed 21:30:56 b749b565de08: Pushed 21:30:57 1f164ddb0877: Pushed 21:30:57 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:30:57 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 21:30:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 21:30:57 92791e844ec8: Preparing 21:30:57 1f164ddb0877: Preparing 21:30:57 bb8c82d207d3: Preparing 21:30:57 b749b565de08: Preparing 21:30:57 1f164ddb0877: Layer already exists 21:30:57 92791e844ec8: Layer already exists 21:30:57 bb8c82d207d3: Layer already exists 21:30:57 b749b565de08: Layer already exists 21:30:57 1.3.1-dev.5: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:30:58 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:30:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 21:30:58 92791e844ec8: Preparing 21:30:58 1f164ddb0877: Preparing 21:30:58 bb8c82d207d3: Preparing 21:30:58 b749b565de08: Preparing 21:30:58 b749b565de08: Layer already exists 21:30:58 1f164ddb0877: Layer already exists 21:30:58 bb8c82d207d3: Layer already exists 21:30:58 92791e844ec8: Layer already exists 21:30:58 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:30:59 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 21:30:59 ---> Running in e468e241b3ca 21:30:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 21:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 21:30:59 92791e844ec8: Preparing 21:30:59 1f164ddb0877: Preparing 21:30:59 bb8c82d207d3: Preparing 21:30:59 b749b565de08: Preparing 21:30:59 1f164ddb0877: Layer already exists 21:30:59 92791e844ec8: Layer already exists 21:30:59 bb8c82d207d3: Layer already exists 21:30:59 b749b565de08: Layer already exists 21:30:59 master: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:30:59 ===================================================== [Pipeline] echo 21:30:59 taggedImages: 21:30:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:30:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 21:30:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 21:30:59 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 21:30:59 55279ac293f1a7bfc29c798d374b05cebe545617 21:30:59 1.3.1-dev.5 21:30:59 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:30:59 master 21:30:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:00 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:31:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:31:00 0440570629be: Preparing 21:31:00 9e9c8d23d6d9: Preparing 21:31:00 58382f204cd2: Preparing 21:31:00 0998c3f0ba74: Preparing 21:31:00 b8d3bc4ac65e: Preparing 21:31:00 db4a77e3c585: Preparing 21:31:00 db4a77e3c585: Waiting 21:31:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:31:00 0440570629be: Pushed 21:31:00 b8d3bc4ac65e: Pushed 21:31:00 58382f204cd2: Pushed 21:31:00 0998c3f0ba74: Pushed 21:31:00 db4a77e3c585: Pushed 21:31:01 ---> efed14645f73 21:31:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:31:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:31:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:31:01 ---> 0a8a0cd6db69 21:31:01 Step 3/21 : WORKDIR /edgex-go 21:31:01 ---> Using cache 21:31:01 ---> ec0db0c63e8e 21:31:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:01 ---> Using cache 21:31:01 ---> 69bce252d37c 21:31:01 Step 5/21 : RUN apk update && apk add make git 21:31:01 ---> Using cache 21:31:01 ---> aba1ff05c052 21:31:01 Step 6/21 : COPY go.mod . 21:31:01 ---> Using cache 21:31:01 ---> 039773279077 21:31:01 Step 7/21 : RUN go mod download 21:31:01 ---> Using cache 21:31:01 ---> c6c60b31e990 21:31:01 Step 8/21 : COPY . . 21:31:01 9e9c8d23d6d9: Pushed 21:31:01 ---> Using cache 21:31:01 ---> a027b908a50b 21:31:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:31:01 ---> Running in 9304b8fc00b2 21:31:01 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:31:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:31:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:31:01 ---> 0a8a0cd6db69 21:31:01 Step 3/23 : WORKDIR /edgex-go 21:31:01 ---> Using cache 21:31:01 ---> ec0db0c63e8e 21:31:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:01 ---> Using cache 21:31:01 ---> 69bce252d37c 21:31:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:31:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:31:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:31:01 ---> 0a8a0cd6db69 21:31:01 Step 3/24 : WORKDIR /edgex-go 21:31:01 ---> Using cache 21:31:01 ---> ec0db0c63e8e 21:31:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:01 ---> Using cache 21:31:01 ---> 69bce252d37c 21:31:01 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:31:01 ---> Running in 2cf824de5532 21:31:02 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:02 ---> Running in 7ccd4304f7d7 21:31:02 ---> Running in cb99eca19e84 21:31:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 21:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:31:02 0440570629be: Preparing 21:31:02 9e9c8d23d6d9: Preparing 21:31:02 58382f204cd2: Preparing 21:31:02 0998c3f0ba74: Preparing 21:31:02 b8d3bc4ac65e: Preparing 21:31:02 db4a77e3c585: Preparing 21:31:02 db4a77e3c585: Waiting 21:31:02 0440570629be: Layer already exists 21:31:02 b8d3bc4ac65e: Layer already exists 21:31:02 0998c3f0ba74: Layer already exists 21:31:02 9e9c8d23d6d9: Layer already exists 21:31:02 58382f204cd2: Layer already exists 21:31:02 db4a77e3c585: Layer already exists 21:31:02 1.3.1-dev.5: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:31:03 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:31:04 0440570629be: Preparing 21:31:04 9e9c8d23d6d9: Preparing 21:31:04 58382f204cd2: Preparing 21:31:04 0998c3f0ba74: Preparing 21:31:04 b8d3bc4ac65e: Preparing 21:31:04 db4a77e3c585: Preparing 21:31:04 db4a77e3c585: Waiting 21:31:04 0440570629be: Layer already exists 21:31:04 58382f204cd2: Layer already exists 21:31:04 b8d3bc4ac65e: Layer already exists 21:31:04 0998c3f0ba74: Layer already exists 21:31:04 9e9c8d23d6d9: Layer already exists 21:31:04 db4a77e3c585: Layer already exists 21:31:04 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:31:04 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 21:31:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 21:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:31:04 0440570629be: Preparing 21:31:04 9e9c8d23d6d9: Preparing 21:31:04 58382f204cd2: Preparing 21:31:04 0998c3f0ba74: Preparing 21:31:04 b8d3bc4ac65e: Preparing 21:31:04 db4a77e3c585: Preparing 21:31:04 db4a77e3c585: Waiting 21:31:04 0998c3f0ba74: Layer already exists 21:31:04 0440570629be: Layer already exists 21:31:04 58382f204cd2: Layer already exists 21:31:04 9e9c8d23d6d9: Layer already exists 21:31:04 b8d3bc4ac65e: Layer already exists 21:31:04 db4a77e3c585: Layer already exists 21:31:04 master: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:31:05 ===================================================== [Pipeline] echo 21:31:05 taggedImages: 21:31:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 21:31:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 21:31:05 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 21:31:05 55279ac293f1a7bfc29c798d374b05cebe545617 21:31:05 1.3.1-dev.5 21:31:05 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:05 master 21:31:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:31:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:31:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:05 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:31:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:31:05 1256a12e9f25: Preparing 21:31:05 b6c138be4737: Preparing 21:31:05 af0d52a9588c: Preparing 21:31:06 af0d52a9588c: Pushed 21:31:06 1256a12e9f25: Pushed 21:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:07 b6c138be4737: Pushed 21:31:07 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh 21:31:07 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:07 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:31:07 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:31:07 OK: 12625 distinct packages available 21:31:07 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:31:07 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:31:07 OK: 12625 distinct packages available 21:31:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 21:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:31:07 1256a12e9f25: Preparing 21:31:07 b6c138be4737: Preparing 21:31:07 af0d52a9588c: Preparing 21:31:07 1256a12e9f25: Layer already exists 21:31:07 af0d52a9588c: Layer already exists 21:31:07 b6c138be4737: Layer already exists 21:31:07 1.3.1-dev.5: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh 21:31:08 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:31:08 1256a12e9f25: Preparing 21:31:08 b6c138be4737: Preparing 21:31:08 af0d52a9588c: Preparing 21:31:08 b6c138be4737: Layer already exists 21:31:08 1256a12e9f25: Layer already exists 21:31:08 af0d52a9588c: Layer already exists 21:31:08 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh 21:31:08 OK: 217 MiB in 51 packages 21:31:08 OK: 217 MiB in 51 packages 21:31:08 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 21:31:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 21:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:31:09 1256a12e9f25: Preparing 21:31:09 b6c138be4737: Preparing 21:31:09 af0d52a9588c: Preparing 21:31:09 b6c138be4737: Layer already exists 21:31:09 1256a12e9f25: Layer already exists 21:31:09 af0d52a9588c: Layer already exists 21:31:09 master: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:31:09 ===================================================== [Pipeline] echo 21:31:09 taggedImages: 21:31:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 21:31:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 21:31:09 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 21:31:09 55279ac293f1a7bfc29c798d374b05cebe545617 21:31:09 1.3.1-dev.5 21:31:09 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:09 master 21:31:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:10 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:31:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:31:10 5c9266411d77: Preparing 21:31:10 94ec02bfabe9: Preparing 21:31:10 ed112091f907: Preparing 21:31:10 516e3bf28c82: Preparing 21:31:10 0674df0d06af: Preparing 21:31:10 46901c844c40: Preparing 21:31:10 52bd25c63622: Preparing 21:31:10 1d278c39f50a: Preparing 21:31:10 3730a0890c46: Preparing 21:31:10 383f309b5d37: Preparing 21:31:10 e1a73c32da76: Preparing 21:31:10 31b11ec6ff38: Preparing 21:31:10 911954e2fe49: Preparing 21:31:10 ace0eda3e3be: Preparing 21:31:10 46901c844c40: Waiting 21:31:10 52bd25c63622: Waiting 21:31:10 1d278c39f50a: Waiting 21:31:10 3730a0890c46: Waiting 21:31:10 383f309b5d37: Waiting 21:31:10 e1a73c32da76: Waiting 21:31:10 31b11ec6ff38: Waiting 21:31:10 911954e2fe49: Waiting 21:31:10 ace0eda3e3be: Waiting 21:31:10 0674df0d06af: Pushed 21:31:10 5c9266411d77: Pushed 21:31:10 516e3bf28c82: Pushed 21:31:10 1d278c39f50a: Layer already exists 21:31:10 52bd25c63622: Pushed 21:31:10 3730a0890c46: Layer already exists 21:31:10 383f309b5d37: Layer already exists 21:31:10 e1a73c32da76: Layer already exists 21:31:10 31b11ec6ff38: Layer already exists 21:31:10 911954e2fe49: Layer already exists 21:31:10 ace0eda3e3be: Layer already exists 21:31:11 94ec02bfabe9: Pushed 21:31:11 Removing intermediate container 2cf824de5532 21:31:11 ---> ba0481378419 21:31:11 Step 6/23 : COPY go.mod . 21:31:11 Removing intermediate container 7ccd4304f7d7 21:31:11 ---> 0bff896837bf 21:31:11 Step 6/24 : COPY go.mod . 21:31:11 46901c844c40: Pushed 21:31:12 ---> 4f41cec17fcb 21:31:12 Step 7/23 : RUN go mod download 21:31:12 ---> Running in 23425b0dfebb 21:31:12 ---> 10baa1dd1bed 21:31:12 Step 7/24 : RUN go mod download 21:31:12 ---> Running in 1b01429a9374 21:31:15 ed112091f907: Pushed 21:31:15 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh 21:31:15 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 21:31:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:31:15 5c9266411d77: Preparing 21:31:15 94ec02bfabe9: Preparing 21:31:15 ed112091f907: Preparing 21:31:15 516e3bf28c82: Preparing 21:31:15 0674df0d06af: Preparing 21:31:15 46901c844c40: Preparing 21:31:15 52bd25c63622: Preparing 21:31:15 1d278c39f50a: Preparing 21:31:15 3730a0890c46: Preparing 21:31:15 383f309b5d37: Preparing 21:31:15 e1a73c32da76: Preparing 21:31:15 31b11ec6ff38: Preparing 21:31:15 911954e2fe49: Preparing 21:31:15 ace0eda3e3be: Preparing 21:31:15 46901c844c40: Waiting 21:31:15 52bd25c63622: Waiting 21:31:15 3730a0890c46: Waiting 21:31:15 383f309b5d37: Waiting 21:31:15 911954e2fe49: Waiting 21:31:15 e1a73c32da76: Waiting 21:31:15 ace0eda3e3be: Waiting 21:31:15 31b11ec6ff38: Waiting 21:31:15 1d278c39f50a: Waiting 21:31:15 516e3bf28c82: Layer already exists 21:31:15 94ec02bfabe9: Layer already exists 21:31:15 ed112091f907: Layer already exists 21:31:15 0674df0d06af: Layer already exists 21:31:15 5c9266411d77: Layer already exists 21:31:15 1d278c39f50a: Layer already exists 21:31:15 52bd25c63622: Layer already exists 21:31:15 383f309b5d37: Layer already exists 21:31:15 3730a0890c46: Layer already exists 21:31:15 46901c844c40: Layer already exists 21:31:15 31b11ec6ff38: Layer already exists 21:31:15 e1a73c32da76: Layer already exists 21:31:15 911954e2fe49: Layer already exists 21:31:15 ace0eda3e3be: Layer already exists 21:31:15 1.3.1-dev.5: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh 21:31:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:31:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:31:16 5c9266411d77: Preparing 21:31:16 94ec02bfabe9: Preparing 21:31:16 ed112091f907: Preparing 21:31:16 516e3bf28c82: Preparing 21:31:16 0674df0d06af: Preparing 21:31:16 46901c844c40: Preparing 21:31:16 52bd25c63622: Preparing 21:31:16 1d278c39f50a: Preparing 21:31:16 3730a0890c46: Preparing 21:31:16 383f309b5d37: Preparing 21:31:16 e1a73c32da76: Preparing 21:31:16 31b11ec6ff38: Preparing 21:31:16 911954e2fe49: Preparing 21:31:16 ace0eda3e3be: Preparing 21:31:16 46901c844c40: Waiting 21:31:16 52bd25c63622: Waiting 21:31:16 1d278c39f50a: Waiting 21:31:16 31b11ec6ff38: Waiting 21:31:16 383f309b5d37: Waiting 21:31:16 e1a73c32da76: Waiting 21:31:16 911954e2fe49: Waiting 21:31:16 ace0eda3e3be: Waiting 21:31:16 5c9266411d77: Layer already exists 21:31:16 94ec02bfabe9: Layer already exists 21:31:16 0674df0d06af: Layer already exists 21:31:16 516e3bf28c82: Layer already exists 21:31:16 ed112091f907: Layer already exists 21:31:16 1d278c39f50a: Layer already exists 21:31:16 52bd25c63622: Layer already exists 21:31:16 383f309b5d37: Layer already exists 21:31:16 46901c844c40: Layer already exists 21:31:16 3730a0890c46: Layer already exists 21:31:16 e1a73c32da76: Layer already exists 21:31:16 31b11ec6ff38: Layer already exists 21:31:16 911954e2fe49: Layer already exists 21:31:16 ace0eda3e3be: Layer already exists 21:31:16 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh 21:31:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 21:31:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 21:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:31:17 5c9266411d77: Preparing 21:31:17 94ec02bfabe9: Preparing 21:31:17 ed112091f907: Preparing 21:31:17 516e3bf28c82: Preparing 21:31:17 0674df0d06af: Preparing 21:31:17 46901c844c40: Preparing 21:31:17 52bd25c63622: Preparing 21:31:17 1d278c39f50a: Preparing 21:31:17 3730a0890c46: Preparing 21:31:17 383f309b5d37: Preparing 21:31:17 e1a73c32da76: Preparing 21:31:17 31b11ec6ff38: Preparing 21:31:17 911954e2fe49: Preparing 21:31:17 ace0eda3e3be: Preparing 21:31:17 46901c844c40: Waiting 21:31:17 52bd25c63622: Waiting 21:31:17 1d278c39f50a: Waiting 21:31:17 3730a0890c46: Waiting 21:31:17 383f309b5d37: Waiting 21:31:17 e1a73c32da76: Waiting 21:31:17 31b11ec6ff38: Waiting 21:31:17 911954e2fe49: Waiting 21:31:17 ace0eda3e3be: Waiting 21:31:17 ed112091f907: Layer already exists 21:31:17 94ec02bfabe9: Layer already exists 21:31:17 516e3bf28c82: Layer already exists 21:31:17 5c9266411d77: Layer already exists 21:31:17 0674df0d06af: Layer already exists 21:31:17 46901c844c40: Layer already exists 21:31:17 52bd25c63622: Layer already exists 21:31:17 3730a0890c46: Layer already exists 21:31:17 1d278c39f50a: Layer already exists 21:31:17 383f309b5d37: Layer already exists 21:31:17 e1a73c32da76: Layer already exists 21:31:17 31b11ec6ff38: Layer already exists 21:31:17 911954e2fe49: Layer already exists 21:31:17 ace0eda3e3be: Layer already exists 21:31:17 master: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:31:17 ===================================================== [Pipeline] echo 21:31:17 taggedImages: 21:31:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 21:31:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 21:31:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:31:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:31:18 Removing intermediate container 23425b0dfebb 21:31:18 ---> edde87bbd39e 21:31:18 Step 8/23 : COPY . . 21:31:18 Removing intermediate container 1b01429a9374 21:31:18 ---> 138cf90af6d2 21:31:18 Step 8/24 : COPY . . 21:31:37 ---> 1a5cabbcd495 21:31:37 Step 9/23 : RUN make cmd/core-data/core-data 21:31:37 ---> 13962ba6b347 21:31:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:31:37 ---> Running in 90e038f715e2 21:31:37 ---> Running in 25f6a97f553d 21:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:31:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data 21:32:37 Removing intermediate container 9304b8fc00b2 21:32:37 ---> d3c74a8e136c 21:32:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:32:37 ---> Running in 66c05e02493b 21:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:32:43 Removing intermediate container 66c05e02493b 21:32:43 ---> c3c23ee65fff 21:32:43 21:32:43 Step 11/27 : FROM docker:latest 21:32:43 ---> 5d4db4dc0692 21:32:43 Step 12/27 : RUN apk add --no-cache bash 21:32:43 ---> Running in 7d807b68b012 21:32:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:46 (1/2) Installing readline (8.0.4-r0) 21:32:46 (2/2) Installing bash (5.0.17-r0) 21:32:46 Executing bash-5.0.17-r0.post-install 21:32:46 Executing busybox-1.31.1-r19.trigger 21:32:46 OK: 12 MiB in 22 packages 21:32:48 Removing intermediate container 7d807b68b012 21:32:48 ---> aeb383b99414 21:32:48 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:32:48 ---> Running in 6039d666c603 21:32:53 Removing intermediate container 6039d666c603 21:32:53 ---> 2435559c80d4 21:32:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:32:53 ---> Running in f4bef17cb64a 21:32:53 Removing intermediate container f4bef17cb64a 21:32:53 ---> db259f64f90e 21:32:53 Step 15/27 : ENV APP_PORT=48090 21:32:54 ---> Running in ee2b6d630feb 21:32:54 Removing intermediate container ee2b6d630feb 21:32:54 ---> 11206eadea11 21:32:54 Step 16/27 : EXPOSE $APP_PORT 21:32:55 ---> Running in f57aedde8b94 21:32:55 Removing intermediate container f57aedde8b94 21:32:55 ---> e9879504756c 21:32:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:32:59 ---> dadeb08a3c8e 21:32:59 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:33:00 Removing intermediate container cb99eca19e84 21:33:00 ---> 786ce130abce 21:33:00 21:33:00 Step 10/21 : FROM scratch 21:33:00 ---> 21:33:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:33:00 ---> Using cache 21:33:00 ---> 9c72db786e1a 21:33:00 Step 12/21 : ENV APP_PORT=48085 21:33:00 ---> cdd6efde1be2 21:33:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:33:00 ---> Running in 9071727fcbc8 21:33:01 Removing intermediate container 9071727fcbc8 21:33:01 ---> 9bb03d4ccbac 21:33:01 Step 13/21 : EXPOSE $APP_PORT 21:33:01 ---> Running in d2b4ce0878de 21:33:02 ---> e968dc5e2aba 21:33:02 Step 20/27 : RUN apk --no-cache add py3-pip 21:33:02 Removing intermediate container d2b4ce0878de 21:33:02 ---> a19ca0ca6c69 21:33:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:33:02 ---> Running in 673b635625d4 21:33:03 ---> fc5722b3f691 21:33:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:33:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:33:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:33:05 ---> 9f76cbfd610e 21:33:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:33:06 (1/33) Installing libbz2 (1.0.8-r1) 21:33:06 (2/33) Installing expat (2.2.9-r1) 21:33:06 (3/33) Installing libffi (3.3-r2) 21:33:06 (4/33) Installing gdbm (1.13-r1) 21:33:06 (5/33) Installing xz-libs (5.2.5-r0) 21:33:06 (6/33) Installing sqlite-libs (3.32.1-r0) 21:33:06 (7/33) Installing python3 (3.8.5-r0) 21:33:07 ---> 4a7b627f6188 21:33:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:33:07 ---> Running in 168da27232f2 21:33:08 Removing intermediate container 168da27232f2 21:33:08 ---> e2b013c23f17 21:33:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:33:08 ---> Running in 08e906384f04 21:33:08 (8/33) Installing py3-appdirs (1.4.4-r1) 21:33:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:33:08 (10/33) Installing py3-parsing (2.4.7-r0) 21:33:09 (11/33) Installing py3-six (1.15.0-r0) 21:33:09 (12/33) Installing py3-packaging (20.4-r0) 21:33:09 (13/33) Installing py3-setuptools (47.0.0-r0) 21:33:09 (14/33) Installing py3-chardet (3.0.4-r4) 21:33:09 (15/33) Installing py3-idna (2.9-r0) 21:33:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:33:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:33:09 (18/33) Installing py3-requests (2.23.0-r0) 21:33:09 (19/33) Installing py3-msgpack (1.0.0-r0) 21:33:09 (20/33) Installing py3-lockfile (0.12.2-r3) 21:33:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:33:09 Removing intermediate container 08e906384f04 21:33:09 ---> 1a3f12653a8d 21:33:09 Step 19/21 : LABEL arch=arm64 21:33:09 (22/33) Installing py3-colorama (0.4.3-r0) 21:33:09 (23/33) Installing py3-distlib (0.3.0-r0) 21:33:09 (24/33) Installing py3-distro (1.5.0-r1) 21:33:09 (25/33) Installing py3-webencodings (0.5.1-r3) 21:33:09 (26/33) Installing py3-html5lib (1.0.1-r4) 21:33:09 (27/33) Installing py3-pytoml (0.1.21-r0) 21:33:09 (28/33) Installing py3-pep517 (0.8.2-r0) 21:33:09 (29/33) Installing py3-progress (1.5-r0) 21:33:09 (30/33) Installing py3-toml (0.10.1-r0) 21:33:09 ---> Running in 063468e4a999 21:33:09 (31/33) Installing py3-retrying (1.3.3-r0) 21:33:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:33:09 (33/33) Installing py3-pip (20.1.1-r0) 21:33:10 Executing busybox-1.31.1-r19.trigger 21:33:10 OK: 71 MiB in 55 packages 21:33:10 Removing intermediate container 063468e4a999 21:33:10 ---> 4e80bd115ad0 21:33:10 Step 20/21 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:33:11 ---> Running in cab4049c6300 21:33:12 Removing intermediate container cab4049c6300 21:33:12 ---> 8015bce1083c 21:33:12 Step 21/21 : LABEL version=1.3.1-dev.5 21:33:12 ---> Running in 6efb82bf717a 21:33:14 Removing intermediate container 6efb82bf717a 21:33:14 ---> 49ba06f6c96c 21:33:14 21:33:15 Successfully built 49ba06f6c96c 21:33:15 Successfully tagged docker-support-scheduler-go-arm64:latest 21:33:15  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 21:33:18 Removing intermediate container e468e241b3ca 21:33:18 ---> 61fa520a32ad 21:33:18 21:33:18 Step 10/22 : FROM scratch 21:33:18 ---> 21:33:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:33:18 ---> Using cache 21:33:18 ---> 9c72db786e1a 21:33:18 Step 12/22 : ENV APP_PORT=48081 21:33:19 ---> Running in f9e2ff687b5b 21:33:20 Removing intermediate container f9e2ff687b5b 21:33:20 ---> fa487c045006 21:33:20 Step 13/22 : EXPOSE $APP_PORT 21:33:20 ---> Running in 93db4a92ee52 21:33:21 Removing intermediate container 93db4a92ee52 21:33:21 ---> ba1ab9dd263b 21:33:21 Step 14/22 : WORKDIR / 21:33:21 ---> Running in 2c06cc84ce47 21:33:22 Removing intermediate container 673b635625d4 21:33:22 ---> bcd5e8ec13c1 21:33:22 Step 21/27 : RUN pip install docker-compose==1.23.2 21:33:22 Removing intermediate container 2c06cc84ce47 21:33:22 ---> 1cf38064f7ce 21:33:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:33:23 ---> Running in 1e91d1dcafdf 21:33:25 ---> 76b0bc4f1ded 21:33:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:33:27 ---> a69d6608ddc9 21:33:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:33:29 ---> 216c93c98f66 21:33:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:33:29 ---> Running in d20627f1e8bb 21:33:30 Collecting docker-compose==1.23.2 21:33:30 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:33:30 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:33:30 ---> 0a8a0cd6db69 21:33:30 Step 3/29 : WORKDIR /edgex-go 21:33:30 ---> Using cache 21:33:30 ---> ec0db0c63e8e 21:33:30 Step 4/29 : RUN apk update && apk add make git 21:33:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:33:31 Removing intermediate container d20627f1e8bb 21:33:31 ---> 5fc57ece76b5 21:33:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:33:31 ---> Running in de96d8e88557 21:33:31 ---> Running in 46fffc2db84c 21:33:32 Collecting websocket-client<1.0,>=0.32.0 21:33:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:33:33 Collecting dockerpty<0.5,>=0.4.1 21:33:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:33:33 Removing intermediate container 46fffc2db84c 21:33:33 ---> cc512435ae93 21:33:33 Step 20/22 : LABEL arch=arm64 21:33:33 ---> Running in 560ee321f508 21:33:33 Removing intermediate container 25f6a97f553d 21:33:33 ---> 16f3cf7ea169 21:33:33 21:33:34 Step 10/24 : FROM scratch 21:33:34 ---> 21:33:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:33:34 ---> Using cache 21:33:34 ---> d7f14922fc6d 21:33:34 Step 12/24 : ENV APP_PORT=48060 21:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:33:34 ---> Running in f63f35897e4d 21:33:34 Removing intermediate container 560ee321f508 21:33:34 ---> aca7caaacccb 21:33:34 Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:33:34 ---> Running in 90a2a7c8041e 21:33:34 Removing intermediate container f63f35897e4d 21:33:34 ---> dff2f77fae4b 21:33:34 Step 13/24 : EXPOSE $APP_PORT 21:33:35 ---> Running in 228342f7e4ab 21:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:33:35 Removing intermediate container 90a2a7c8041e 21:33:35 ---> 729b134c4d8a 21:33:35 Step 22/22 : LABEL version=1.3.1-dev.5 21:33:35 Removing intermediate container 228342f7e4ab 21:33:35 ---> 3c9cdccd3abf 21:33:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:33:35 ---> Running in 5f1d8504fe02 21:33:36 Removing intermediate container 5f1d8504fe02 21:33:36 ---> 6243bb8fd1d6 21:33:36 21:33:36 v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:33:36 v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:33:36 OK: 12625 distinct packages available 21:33:37 Collecting PyYAML<4,>=3.10 21:33:37 Downloading PyYAML-3.13.tar.gz (270 kB) 21:33:37 ---> b20f2e40593a 21:33:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:33:37 Successfully built 6243bb8fd1d6 21:33:37 Successfully tagged docker-core-metadata-go-arm64:latest 21:33:38  Building docker-core-metadata-go ... done OK: 217 MiB in 51 packages 21:33:39 ---> 8c13f52b03b6 21:33:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:33:39 Removing intermediate container de96d8e88557 21:33:39 ---> 5fe7e743bfc0 21:33:39 Step 5/29 : COPY go.mod . 21:33:40 ---> b4df701d87da 21:33:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:33:40 ---> 43817234a12f 21:33:40 Step 6/29 : RUN go mod download 21:33:41 ---> Running in 5f9e2746bb26 21:33:41 Collecting cached-property<2,>=1.2.0 21:33:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:33:41 ---> 2fb65d8728ba 21:33:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:33:42 Collecting docker<4.0,>=3.6.0 21:33:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:33:43 ---> 8b192df12ac0 21:33:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:33:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:33:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:33:44 ---> 1a4dc10e08aa 21:33:44 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:33:44 ---> Running in 62a35841ada3 21:33:44 Removing intermediate container 5f9e2746bb26 21:33:44 ---> 115e3ca6c118 21:33:44 Step 7/29 : COPY . . 21:33:45 Collecting texttable<0.10,>=0.9.0 21:33:45 Downloading texttable-0.9.1.tar.gz (11 kB) 21:33:45 Removing intermediate container 62a35841ada3 21:33:45 ---> 638a0e807eaf 21:33:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:33:45 ---> Running in 990b254a9a5c 21:33:46 Removing intermediate container 990b254a9a5c 21:33:46 ---> dc66a112e58c 21:33:46 Step 22/24 : LABEL arch=arm64 21:33:47 ---> Running in e055bacc2716 21:33:47 Collecting docopt<0.7,>=0.6.1 21:33:47 Downloading docopt-0.6.2.tar.gz (25 kB) 21:33:48 Removing intermediate container e055bacc2716 21:33:48 ---> 8c660332e6c5 21:33:48 Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:33:48 ---> Running in fd44695461b0 21:33:49 Removing intermediate container fd44695461b0 21:33:49 ---> 58f31a66712c 21:33:49 Step 24/24 : LABEL version=1.3.1-dev.5 21:33:50 ---> Running in fb1adbe12976 21:33:50 Collecting jsonschema<3,>=2.5.1 21:33:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:33:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:33:50 Removing intermediate container fb1adbe12976 21:33:50 ---> efb00ef30be7 21:33:50 21:33:50 Collecting docker-pycreds>=0.4.0 21:33:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:33:51 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) 21:33:51 Successfully built efb00ef30be7 21:33:51 Successfully tagged docker-support-notifications-go-arm64:latest 21:33:51  Building docker-support-notifications-go ... done Collecting idna<2.8,>=2.5 21:33:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:33:52 Collecting urllib3<1.25,>=1.21.1 21:33:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:33:52 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) 21:33:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:33:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:33:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:33:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:33:53 Installing collected packages: websocket-client, dockerpty, PyYAML, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose 21:33:54 Running setup.py install for dockerpty: started 21:33:54 ---> c658144246c5 21:33:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:33:54 ---> Running in eab0d5b89fcf 21:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:33:56 Running setup.py install for dockerpty: finished with status 'done' 21:33:56 Running setup.py install for PyYAML: started 21:33:57 Removing intermediate container 90e038f715e2 21:33:57 ---> 92801fb5a861 21:33:57 21:33:57 Step 10/23 : FROM alpine 21:33:57 ---> 2e77e061c27f 21:33:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:33:57 ---> Running in 1be838970347 21:33:58 Removing intermediate container 1be838970347 21:33:58 ---> 5e3d86124ee9 21:33:58 Step 12/23 : ENV APP_PORT=48080 21:33:58 ---> Running in 8ad0ea5716b2 21:33:58 Removing intermediate container 8ad0ea5716b2 21:33:58 ---> 697a14798881 21:33:58 Step 13/23 : EXPOSE $APP_PORT 21:33:58 ---> Running in f41f059e2ba3 21:33:59 Running setup.py install for PyYAML: finished with status 'done' 21:33:59 Attempting uninstall: idna 21:33:59 Found existing installation: idna 2.9 21:33:59 Uninstalling idna-2.9: 21:33:59 Removing intermediate container f41f059e2ba3 21:33:59 ---> 013455e70c5d 21:33:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:59 Successfully uninstalled idna-2.9 21:33:59 ---> Running in c2e0f2e9365e 21:34:00 Attempting uninstall: urllib3 21:34:00 Found existing installation: urllib3 1.25.9 21:34:00 Uninstalling urllib3-1.25.9: 21:34:00 Successfully uninstalled urllib3-1.25.9 21:34:01 Attempting uninstall: requests 21:34:01 Found existing installation: requests 2.23.0 21:34:01 Uninstalling requests-2.23.0: 21:34:01 Successfully uninstalled requests-2.23.0 21:34:03 Running setup.py install for texttable: started 21:34:03 Removing intermediate container c2e0f2e9365e 21:34:03 ---> 7f67f5913b66 21:34:03 Step 15/23 : RUN apk --no-cache add zeromq 21:34:03 ---> Running in dc91abf9e5fc 21:34:05 Running setup.py install for texttable: finished with status 'done' 21:34:05 Running setup.py install for docopt: started 21:34:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:07 (1/5) Installing libgcc (9.3.0-r2) 21:34:07 (2/5) Installing libsodium (1.0.18-r0) 21:34:07 (3/5) Installing libstdc++ (9.3.0-r2) 21:34:07 Running setup.py install for docopt: finished with status 'done' 21:34:07 (4/5) Installing libzmq (4.3.3-r0) 21:34:07 (5/5) Installing zeromq (4.3.3-r0) 21:34:07 Executing busybox-1.31.1-r19.trigger 21:34:07 OK: 8 MiB in 19 packages 21:34:08 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 21:34:09 Removing intermediate container dc91abf9e5fc 21:34:09 ---> a0b9dc31174a 21:34:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:34:10 ---> 3b9a34640b94 21:34:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:34:12 ---> 7d89ce3cf96b 21:34:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:34:13 ---> b3a6a88fcd64 21:34:13 Step 19/23 : ENTRYPOINT ["/core-data"] 21:34:13 ---> Running in 609efbd30980 21:34:13 Removing intermediate container 1e91d1dcafdf 21:34:13 ---> 6e6b49c23ca6 21:34:13 Step 22/27 : RUN apk --no-cache add curl 21:34:13 ---> Running in 62537dd80507 21:34:13 Removing intermediate container 609efbd30980 21:34:13 ---> e26065db2048 21:34:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:34:14 ---> Running in 7368d9a65662 21:34:14 Removing intermediate container 7368d9a65662 21:34:14 ---> 2d9dc686a702 21:34:14 Step 21/23 : LABEL arch=arm64 21:34:14 ---> Running in fbf140d8e4b8 21:34:15 Removing intermediate container fbf140d8e4b8 21:34:15 ---> ca1638d35852 21:34:15 Step 22/23 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:34:15 ---> Running in a20d82138cb6 21:34:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:16 Removing intermediate container a20d82138cb6 21:34:16 ---> 6b6a1fe2d202 21:34:16 Step 23/23 : LABEL version=1.3.1-dev.5 21:34:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:16 ---> Running in e0da182eb7ff 21:34:16 Removing intermediate container e0da182eb7ff 21:34:16 ---> 6e20b5c3d4dc 21:34:16 21:34:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:34:16 (2/3) Installing libcurl (7.69.1-r1) 21:34:16 (3/3) Installing curl (7.69.1-r1) 21:34:16 Executing busybox-1.31.1-r19.trigger 21:34:16 OK: 71 MiB in 58 packages 21:34:17 Successfully built 6e20b5c3d4dc 21:34:17 Successfully tagged docker-core-data-go-arm64:latest 21:34:18  Building docker-core-data-go ... done Removing intermediate container 62537dd80507 21:34:18 ---> 4676ec2cd4ae 21:34:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:34:18 ---> Running in 01f210390acf 21:34:19 Removing intermediate container 01f210390acf 21:34:19 ---> d8ed6d7a6a26 21:34:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:34:19 ---> Running in 21c1c4440668 21:34:20 Removing intermediate container 21c1c4440668 21:34:20 ---> 31075a8f8e13 21:34:20 Step 25/27 : LABEL arch=arm64 21:34:20 ---> Running in 5576b88a5dfc 21:34:20 Removing intermediate container 5576b88a5dfc 21:34:20 ---> 22ead5dd8889 21:34:20 Step 26/27 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:34:20 ---> Running in b95e1c124ee7 21:34:21 Removing intermediate container b95e1c124ee7 21:34:21 ---> 89a010e617ac 21:34:21 Step 27/27 : LABEL version=1.3.1-dev.5 21:34:21 ---> Running in 251b8631027f 21:34:22 Removing intermediate container 251b8631027f 21:34:22 ---> e5a8373d68b0 21:34:22 21:34:22 Successfully built e5a8373d68b0 21:34:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:34:28  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eab0d5b89fcf 21:34:28 ---> 9954f2e6d5ac 21:34:28 21:34:28 Step 9/29 : FROM alpine:latest 21:34:28 ---> 2e77e061c27f 21:34:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:34:28 ---> Running in 867054246f8e 21:34:28 Removing intermediate container 867054246f8e 21:34:28 ---> 8ebce7f78013 21:34:28 Step 11/29 : USER root 21:34:28 ---> Running in d93503a3c3c8 21:34:28 Removing intermediate container d93503a3c3c8 21:34:28 ---> 374d2e8cd4b7 21:34:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:34:28 ---> Running in 6fc2ec10d75d 21:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:30 v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:34:30 v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:34:30 OK: 12617 distinct packages available 21:34:31 (1/2) Installing ca-certificates (20191127-r4) 21:34:31 (2/2) Installing dumb-init (1.2.2-r1) 21:34:31 Executing busybox-1.31.1-r19.trigger 21:34:31 Executing ca-certificates-20191127-r4.trigger 21:34:31 OK: 6 MiB in 16 packages 21:34:33 Removing intermediate container 6fc2ec10d75d 21:34:33 ---> 0d391c501509 21:34:33 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:34:33 ---> Running in 19ebaaa1ce4a 21:34:34 Removing intermediate container 19ebaaa1ce4a 21:34:34 ---> 37d67830a7b4 21:34:34 Step 14/29 : WORKDIR $BASE_DIR 21:34:34 ---> Running in 7b6b02e9e839 21:34:34 Removing intermediate container 7b6b02e9e839 21:34:34 ---> b51447c79622 21:34:34 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:34:34 ---> Running in 5d12f51c680d 21:34:37 Removing intermediate container 5d12f51c680d 21:34:37 ---> 15215ee11080 21:34:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:34:38 ---> 942c0835d7c1 21:34:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:34:39 ---> b470a9aee572 21:34:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:34:39 ---> a0f327fdd76f 21:34:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:34:40 ---> 35b60912281a 21:34:40 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:34:41 ---> 3622c71d6449 21:34:41 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:34:41 ---> Running in 948d407937ae 21:34:44 Removing intermediate container 948d407937ae 21:34:44 ---> 6ca412162ab1 21:34:44 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:34:44 ---> 208f8248fdf6 21:34:44 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:34:44 ---> Running in afc684a94c49 21:34:47 Removing intermediate container afc684a94c49 21:34:47 ---> 471580421574 21:34:47 Step 24/29 : RUN chmod 755 security-secrets-setup 21:34:47 ---> Running in 86a085de9dd5 21:34:49 Removing intermediate container 86a085de9dd5 21:34:49 ---> 32debbf2162b 21:34:49 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:34:49 ---> Running in 7fb700bd3bb8 21:34:50 Removing intermediate container 7fb700bd3bb8 21:34:50 ---> 51d40c627dc4 21:34:50 Step 26/29 : CMD [ "generate" ] 21:34:50 ---> Running in c45f94c27c99 21:34:51 Removing intermediate container c45f94c27c99 21:34:51 ---> 8731c5702694 21:34:51 Step 27/29 : LABEL arch=arm64 21:34:51 ---> Running in 8086e7f4f5aa 21:34:51 Removing intermediate container 8086e7f4f5aa 21:34:51 ---> cbb68ad1cb9f 21:34:51 Step 28/29 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 21:34:51 ---> Running in 7cf0dc322e89 21:34:52 Removing intermediate container 7cf0dc322e89 21:34:52 ---> 844e0e328386 21:34:52 Step 29/29 : LABEL version=1.3.1-dev.5 21:34:52 ---> Running in 976685f4a8fa 21:34:52 Removing intermediate container 976685f4a8fa 21:34:52 ---> e6cea80e765c 21:34:52 21:34:53 Successfully built e6cea80e765c 21:34:53 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:34:53  Building docker-security-secrets-setup-go ... done  [Pipeline] } 21:34:53 $ docker stop --time=1 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef 21:34:55 $ docker rm -f 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef [Pipeline] // withDockerContainer [Pipeline] sh 21:34:56 + grep docker 21:34:56 + docker images 21:34:56 docker-security-secrets-setup-go-arm64 latest e6cea80e765c 4 seconds ago 22.7MB 21:34:56 docker-sys-mgmt-agent-go-arm64 latest e5a8373d68b0 34 seconds ago 270MB 21:34:56 docker-core-data-go-arm64 latest 6e20b5c3d4dc 40 seconds ago 22.3MB 21:34:56 docker-support-notifications-go-arm64 latest efb00ef30be7 About a minute ago 12.9MB 21:34:56 docker-core-metadata-go-arm64 latest 6243bb8fd1d6 About a minute ago 13.6MB 21:34:56 docker-support-scheduler-go-arm64 latest 49ba06f6c96c About a minute ago 11.5MB 21:34:56 docker-security-secretstore-setup-go-arm64 latest fb9f68b8dcef 4 minutes ago 23.5MB 21:34:56 docker-security-bootstrap-redis-go-arm64 latest a40c54865e67 4 minutes ago 15.2MB 21:34:56 docker-core-command-go-arm64 latest 3caa276a73ef 4 minutes ago 11.4MB 21:34:56 docker-support-logging-go-arm64 latest ae2eae027937 4 minutes ago 10.6MB 21:34:56 docker-security-proxy-setup-go-arm64 latest 18d6bb8e6ebe 4 minutes ago 15.1MB 21:34:56 docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:34:56 provisioning config files... 21:34:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config8440303056983833948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:34:57 ---> docker-login.sh 21:34:57 nexus3.edgexfoundry.org:10001 21:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:57 Configure a credential helper to remove this warning. See 21:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:57 21:34:57 Login Succeeded 21:34:57 nexus3.edgexfoundry.org:10002 21:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:58 Configure a credential helper to remove this warning. See 21:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:58 21:34:58 Login Succeeded 21:34:58 nexus3.edgexfoundry.org:10003 21:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:59 Configure a credential helper to remove this warning. See 21:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:59 21:34:59 Login Succeeded 21:34:59 nexus3.edgexfoundry.org:10004 21:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:59 Configure a credential helper to remove this warning. See 21:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:59 21:34:59 Login Succeeded 21:34:59 docker.io 21:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:00 Configure a credential helper to remove this warning. See 21:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:00 21:35:00 Login Succeeded 21:35:00 ---> docker-login.sh ends [Pipeline] } 21:35:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:00 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 21:35:00 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:00 1.3.1-dev.5 21:35:00 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:00 master 21:35:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:01 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:35:01 f0573221e3b0: Preparing 21:35:01 b5ca294fc682: Preparing 21:35:01 04c252c6f819: Preparing 21:35:04 f0573221e3b0: Pushed 21:35:04 04c252c6f819: Pushed 21:35:05 b5ca294fc682: Pushed 21:35:06 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:06 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 21:35:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:35:06 f0573221e3b0: Preparing 21:35:06 b5ca294fc682: Preparing 21:35:06 04c252c6f819: Preparing 21:35:06 f0573221e3b0: Layer already exists 21:35:06 04c252c6f819: Layer already exists 21:35:06 b5ca294fc682: Layer already exists 21:35:06 1.3.1-dev.5: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:35:07 f0573221e3b0: Preparing 21:35:07 b5ca294fc682: Preparing 21:35:07 04c252c6f819: Preparing 21:35:07 04c252c6f819: Layer already exists 21:35:07 b5ca294fc682: Layer already exists 21:35:07 f0573221e3b0: Layer already exists 21:35:07 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 21:35:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:35:08 f0573221e3b0: Preparing 21:35:08 b5ca294fc682: Preparing 21:35:08 04c252c6f819: Preparing 21:35:08 f0573221e3b0: Layer already exists 21:35:08 04c252c6f819: Layer already exists 21:35:08 b5ca294fc682: Layer already exists 21:35:08 master: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:09 ===================================================== [Pipeline] echo 21:35:09 taggedImages: 21:35:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 21:35:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 21:35:09 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 21:35:09 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:09 1.3.1-dev.5 21:35:09 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:09 master 21:35:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:09 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:35:10 45a5894b577e: Preparing 21:35:10 851e3803f082: Preparing 21:35:10 80b395076dfd: Preparing 21:35:10 8c9c630dd84d: Preparing 21:35:10 afa6d81d4e85: Preparing 21:35:10 cd3761cfa1d9: Preparing 21:35:10 cd3761cfa1d9: Waiting 21:35:10 45a5894b577e: Pushed 21:35:10 80b395076dfd: Pushed 21:35:10 afa6d81d4e85: Pushed 21:35:10 cd3761cfa1d9: Layer already exists 21:35:11 8c9c630dd84d: Pushed 21:35:14 851e3803f082: Pushed 21:35:14 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:35:14 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 21:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:35:15 45a5894b577e: Preparing 21:35:15 851e3803f082: Preparing 21:35:15 80b395076dfd: Preparing 21:35:15 8c9c630dd84d: Preparing 21:35:15 afa6d81d4e85: Preparing 21:35:15 cd3761cfa1d9: Preparing 21:35:15 cd3761cfa1d9: Waiting 21:35:15 80b395076dfd: Layer already exists 21:35:15 8c9c630dd84d: Layer already exists 21:35:15 851e3803f082: Layer already exists 21:35:15 45a5894b577e: Layer already exists 21:35:15 afa6d81d4e85: Layer already exists 21:35:15 cd3761cfa1d9: Layer already exists 21:35:15 1.3.1-dev.5: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:35:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:35:16 45a5894b577e: Preparing 21:35:16 851e3803f082: Preparing 21:35:16 80b395076dfd: Preparing 21:35:16 8c9c630dd84d: Preparing 21:35:16 afa6d81d4e85: Preparing 21:35:16 cd3761cfa1d9: Preparing 21:35:16 cd3761cfa1d9: Waiting 21:35:16 afa6d81d4e85: Layer already exists 21:35:16 851e3803f082: Layer already exists 21:35:16 8c9c630dd84d: Layer already exists 21:35:16 45a5894b577e: Layer already exists 21:35:16 80b395076dfd: Layer already exists 21:35:16 cd3761cfa1d9: Layer already exists 21:35:16 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:35:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 21:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:35:17 45a5894b577e: Preparing 21:35:17 851e3803f082: Preparing 21:35:17 80b395076dfd: Preparing 21:35:17 8c9c630dd84d: Preparing 21:35:17 afa6d81d4e85: Preparing 21:35:17 cd3761cfa1d9: Preparing 21:35:17 cd3761cfa1d9: Waiting 21:35:17 851e3803f082: Layer already exists 21:35:17 45a5894b577e: Layer already exists 21:35:17 afa6d81d4e85: Layer already exists 21:35:17 80b395076dfd: Layer already exists 21:35:17 8c9c630dd84d: Layer already exists 21:35:17 cd3761cfa1d9: Layer already exists 21:35:17 master: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:17 ===================================================== [Pipeline] echo 21:35:17 taggedImages: 21:35:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 21:35:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 21:35:17 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 21:35:17 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:17 1.3.1-dev.5 21:35:17 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:17 master 21:35:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:35:18 a5e1cbf7705c: Preparing 21:35:18 25335e1d8a38: Preparing 21:35:18 aa85586158a9: Preparing 21:35:18 aa85586158a9: Pushed 21:35:18 a5e1cbf7705c: Pushed 21:35:22 25335e1d8a38: Pushed 21:35:22 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:22 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 21:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:35:23 a5e1cbf7705c: Preparing 21:35:23 25335e1d8a38: Preparing 21:35:23 aa85586158a9: Preparing 21:35:23 a5e1cbf7705c: Layer already exists 21:35:23 25335e1d8a38: Layer already exists 21:35:23 aa85586158a9: Layer already exists 21:35:23 1.3.1-dev.5: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:35:24 a5e1cbf7705c: Preparing 21:35:24 25335e1d8a38: Preparing 21:35:24 aa85586158a9: Preparing 21:35:24 aa85586158a9: Layer already exists 21:35:24 25335e1d8a38: Layer already exists 21:35:24 a5e1cbf7705c: Layer already exists 21:35:24 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:35:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 21:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:35:25 a5e1cbf7705c: Preparing 21:35:25 25335e1d8a38: Preparing 21:35:25 aa85586158a9: Preparing 21:35:25 25335e1d8a38: Layer already exists 21:35:25 aa85586158a9: Layer already exists 21:35:25 a5e1cbf7705c: Layer already exists 21:35:25 master: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:25 ===================================================== [Pipeline] echo 21:35:25 taggedImages: 21:35:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 21:35:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 21:35:25 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 21:35:25 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:25 1.3.1-dev.5 21:35:25 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:25 master 21:35:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:26 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:35:26 c4f771ee6dd5: Preparing 21:35:26 b46885e5ff4f: Preparing 21:35:26 dce90b9830a4: Preparing 21:35:26 82dd4390de7f: Preparing 21:35:26 07b6f42a2a83: Preparing 21:35:26 f8f4b9f3cbca: Preparing 21:35:26 66b385cf80cf: Preparing 21:35:26 f8f4b9f3cbca: Waiting 21:35:26 66b385cf80cf: Waiting 21:35:26 b46885e5ff4f: Pushed 21:35:26 dce90b9830a4: Pushed 21:35:26 c4f771ee6dd5: Pushed 21:35:26 07b6f42a2a83: Pushed 21:35:27 66b385cf80cf: Layer already exists 21:35:27 f8f4b9f3cbca: Pushed 21:35:29 82dd4390de7f: Pushed 21:35:29 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:35:29 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 21:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:35:29 c4f771ee6dd5: Preparing 21:35:29 b46885e5ff4f: Preparing 21:35:29 dce90b9830a4: Preparing 21:35:29 82dd4390de7f: Preparing 21:35:29 07b6f42a2a83: Preparing 21:35:29 f8f4b9f3cbca: Preparing 21:35:29 66b385cf80cf: Preparing 21:35:29 f8f4b9f3cbca: Waiting 21:35:29 66b385cf80cf: Waiting 21:35:29 b46885e5ff4f: Layer already exists 21:35:29 c4f771ee6dd5: Layer already exists 21:35:29 07b6f42a2a83: Layer already exists 21:35:29 82dd4390de7f: Layer already exists 21:35:29 dce90b9830a4: Layer already exists 21:35:29 f8f4b9f3cbca: Layer already exists 21:35:29 66b385cf80cf: Layer already exists 21:35:30 1.3.1-dev.5: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:35:30 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:35:30 c4f771ee6dd5: Preparing 21:35:30 b46885e5ff4f: Preparing 21:35:30 dce90b9830a4: Preparing 21:35:30 82dd4390de7f: Preparing 21:35:30 07b6f42a2a83: Preparing 21:35:30 f8f4b9f3cbca: Preparing 21:35:30 66b385cf80cf: Preparing 21:35:30 f8f4b9f3cbca: Waiting 21:35:30 66b385cf80cf: Waiting 21:35:30 82dd4390de7f: Layer already exists 21:35:30 07b6f42a2a83: Layer already exists 21:35:30 c4f771ee6dd5: Layer already exists 21:35:30 dce90b9830a4: Layer already exists 21:35:30 b46885e5ff4f: Layer already exists 21:35:30 66b385cf80cf: Layer already exists 21:35:30 f8f4b9f3cbca: Layer already exists 21:35:31 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:35:31 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 21:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:35:31 c4f771ee6dd5: Preparing 21:35:31 b46885e5ff4f: Preparing 21:35:31 dce90b9830a4: Preparing 21:35:31 82dd4390de7f: Preparing 21:35:31 07b6f42a2a83: Preparing 21:35:31 f8f4b9f3cbca: Preparing 21:35:31 66b385cf80cf: Preparing 21:35:31 f8f4b9f3cbca: Waiting 21:35:31 66b385cf80cf: Waiting 21:35:31 c4f771ee6dd5: Layer already exists 21:35:31 82dd4390de7f: Layer already exists 21:35:31 dce90b9830a4: Layer already exists 21:35:31 b46885e5ff4f: Layer already exists 21:35:31 07b6f42a2a83: Layer already exists 21:35:31 66b385cf80cf: Layer already exists 21:35:31 f8f4b9f3cbca: Layer already exists 21:35:31 master: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:32 ===================================================== [Pipeline] echo 21:35:32 taggedImages: 21:35:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 21:35:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 21:35:32 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 21:35:32 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:32 1.3.1-dev.5 21:35:32 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:32 master 21:35:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:32 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:35:33 1a0c68d48c6a: Preparing 21:35:33 54cfab94656c: Preparing 21:35:33 511fbf7c22c5: Preparing 21:35:33 7c187174883d: Preparing 21:35:33 cd3761cfa1d9: Preparing 21:35:33 cd3761cfa1d9: Layer already exists 21:35:33 511fbf7c22c5: Pushed 21:35:33 54cfab94656c: Pushed 21:35:33 7c187174883d: Pushed 21:35:35 1a0c68d48c6a: Pushed 21:35:35 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh 21:35:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 21:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:35:36 1a0c68d48c6a: Preparing 21:35:36 54cfab94656c: Preparing 21:35:36 511fbf7c22c5: Preparing 21:35:36 7c187174883d: Preparing 21:35:36 cd3761cfa1d9: Preparing 21:35:36 54cfab94656c: Layer already exists 21:35:36 511fbf7c22c5: Layer already exists 21:35:36 7c187174883d: Layer already exists 21:35:36 cd3761cfa1d9: Layer already exists 21:35:36 1a0c68d48c6a: Layer already exists 21:35:36 1.3.1-dev.5: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh 21:35:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:35:37 1a0c68d48c6a: Preparing 21:35:37 54cfab94656c: Preparing 21:35:37 511fbf7c22c5: Preparing 21:35:37 7c187174883d: Preparing 21:35:37 cd3761cfa1d9: Preparing 21:35:37 7c187174883d: Layer already exists 21:35:37 54cfab94656c: Layer already exists 21:35:37 cd3761cfa1d9: Layer already exists 21:35:37 511fbf7c22c5: Layer already exists 21:35:37 1a0c68d48c6a: Layer already exists 21:35:37 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh 21:35:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 21:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:35:38 1a0c68d48c6a: Preparing 21:35:38 54cfab94656c: Preparing 21:35:38 511fbf7c22c5: Preparing 21:35:38 7c187174883d: Preparing 21:35:38 cd3761cfa1d9: Preparing 21:35:38 cd3761cfa1d9: Layer already exists 21:35:38 7c187174883d: Layer already exists 21:35:38 511fbf7c22c5: Layer already exists 21:35:38 54cfab94656c: Layer already exists 21:35:38 1a0c68d48c6a: Layer already exists 21:35:38 master: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:38 ===================================================== [Pipeline] echo 21:35:38 taggedImages: 21:35:38 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:38 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 21:35:38 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:38 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 21:35:38 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 21:35:38 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:38 1.3.1-dev.5 21:35:38 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:38 master 21:35:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:39 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:35:39 9854a00fd85d: Preparing 21:35:39 2d689da2c426: Preparing 21:35:39 5c78712c3ad2: Preparing 21:35:39 b4e0ec9e2c2f: Preparing 21:35:39 b4e0ec9e2c2f: Preparing 21:35:39 d4b04a86290b: Preparing 21:35:39 261befd507ed: Preparing 21:35:39 5bd447d4b332: Preparing 21:35:39 9854a00fd85d: Preparing 21:35:39 66cb50358976: Preparing 21:35:39 27be8f952355: Preparing 21:35:39 ab6ef1c92a67: Preparing 21:35:39 cd3761cfa1d9: Preparing 21:35:39 261befd507ed: Waiting 21:35:39 66cb50358976: Waiting 21:35:39 5bd447d4b332: Waiting 21:35:39 ab6ef1c92a67: Waiting 21:35:39 27be8f952355: Waiting 21:35:39 cd3761cfa1d9: Waiting 21:35:40 b4e0ec9e2c2f: Pushed 21:35:40 5c78712c3ad2: Pushed 21:35:40 d4b04a86290b: Pushed 21:35:40 2d689da2c426: Pushed 21:35:40 261befd507ed: Pushed 21:35:40 5bd447d4b332: Pushed 21:35:40 66cb50358976: Pushed 21:35:40 27be8f952355: Pushed 21:35:40 cd3761cfa1d9: Layer already exists 21:35:40 ab6ef1c92a67: Pushed 21:35:42 9854a00fd85d: Pushed 21:35:42 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:35:42 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 21:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:35:43 9854a00fd85d: Preparing 21:35:43 2d689da2c426: Preparing 21:35:43 5c78712c3ad2: Preparing 21:35:43 b4e0ec9e2c2f: Preparing 21:35:43 b4e0ec9e2c2f: Preparing 21:35:43 d4b04a86290b: Preparing 21:35:43 261befd507ed: Preparing 21:35:43 5bd447d4b332: Preparing 21:35:43 9854a00fd85d: Preparing 21:35:43 66cb50358976: Preparing 21:35:43 27be8f952355: Preparing 21:35:43 ab6ef1c92a67: Preparing 21:35:43 cd3761cfa1d9: Preparing 21:35:43 27be8f952355: Waiting 21:35:43 ab6ef1c92a67: Waiting 21:35:43 cd3761cfa1d9: Waiting 21:35:43 261befd507ed: Waiting 21:35:43 5bd447d4b332: Waiting 21:35:43 66cb50358976: Waiting 21:35:43 5c78712c3ad2: Layer already exists 21:35:43 d4b04a86290b: Layer already exists 21:35:43 2d689da2c426: Layer already exists 21:35:43 9854a00fd85d: Layer already exists 21:35:43 b4e0ec9e2c2f: Layer already exists 21:35:43 5bd447d4b332: Layer already exists 21:35:43 261befd507ed: Layer already exists 21:35:43 ab6ef1c92a67: Layer already exists 21:35:43 66cb50358976: Layer already exists 21:35:43 27be8f952355: Layer already exists 21:35:43 cd3761cfa1d9: Layer already exists 21:35:43 1.3.1-dev.5: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:35:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:35:44 9854a00fd85d: Preparing 21:35:44 2d689da2c426: Preparing 21:35:44 5c78712c3ad2: Preparing 21:35:44 b4e0ec9e2c2f: Preparing 21:35:44 b4e0ec9e2c2f: Preparing 21:35:44 d4b04a86290b: Preparing 21:35:44 261befd507ed: Preparing 21:35:44 5bd447d4b332: Preparing 21:35:44 9854a00fd85d: Preparing 21:35:44 66cb50358976: Preparing 21:35:44 27be8f952355: Preparing 21:35:44 ab6ef1c92a67: Preparing 21:35:44 cd3761cfa1d9: Preparing 21:35:44 261befd507ed: Waiting 21:35:44 66cb50358976: Waiting 21:35:44 27be8f952355: Waiting 21:35:44 ab6ef1c92a67: Waiting 21:35:44 cd3761cfa1d9: Waiting 21:35:44 5bd447d4b332: Waiting 21:35:44 2d689da2c426: Layer already exists 21:35:44 d4b04a86290b: Layer already exists 21:35:44 b4e0ec9e2c2f: Layer already exists 21:35:44 9854a00fd85d: Layer already exists 21:35:44 5c78712c3ad2: Layer already exists 21:35:44 261befd507ed: Layer already exists 21:35:44 66cb50358976: Layer already exists 21:35:44 ab6ef1c92a67: Layer already exists 21:35:44 5bd447d4b332: Layer already exists 21:35:44 27be8f952355: Layer already exists 21:35:44 cd3761cfa1d9: Layer already exists 21:35:44 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:35:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 21:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:35:45 9854a00fd85d: Preparing 21:35:45 2d689da2c426: Preparing 21:35:45 5c78712c3ad2: Preparing 21:35:45 b4e0ec9e2c2f: Preparing 21:35:45 b4e0ec9e2c2f: Preparing 21:35:45 d4b04a86290b: Preparing 21:35:45 261befd507ed: Preparing 21:35:45 5bd447d4b332: Preparing 21:35:45 9854a00fd85d: Preparing 21:35:45 66cb50358976: Preparing 21:35:45 27be8f952355: Preparing 21:35:45 ab6ef1c92a67: Preparing 21:35:45 cd3761cfa1d9: Preparing 21:35:45 261befd507ed: Waiting 21:35:45 5bd447d4b332: Waiting 21:35:45 66cb50358976: Waiting 21:35:45 27be8f952355: Waiting 21:35:45 cd3761cfa1d9: Waiting 21:35:45 ab6ef1c92a67: Waiting 21:35:45 d4b04a86290b: Layer already exists 21:35:45 b4e0ec9e2c2f: Layer already exists 21:35:45 5c78712c3ad2: Layer already exists 21:35:45 2d689da2c426: Layer already exists 21:35:45 9854a00fd85d: Layer already exists 21:35:45 261befd507ed: Layer already exists 21:35:45 5bd447d4b332: Layer already exists 21:35:45 27be8f952355: Layer already exists 21:35:45 ab6ef1c92a67: Layer already exists 21:35:45 66cb50358976: Layer already exists 21:35:45 cd3761cfa1d9: Layer already exists 21:35:45 master: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:45 ===================================================== [Pipeline] echo 21:35:45 taggedImages: 21:35:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 21:35:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 21:35:45 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 21:35:45 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:45 1.3.1-dev.5 21:35:45 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:45 master 21:35:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:35:46 4068efbd0e26: Preparing 21:35:46 1cc80dc39500: Preparing 21:35:46 841189f74098: Preparing 21:35:46 bb87d3c4bb56: Preparing 21:35:46 631868e78687: Preparing 21:35:46 9828cec69667: Preparing 21:35:46 729a6414e94b: Preparing 21:35:46 bfead8183043: Preparing 21:35:46 66b385cf80cf: Preparing 21:35:46 9828cec69667: Waiting 21:35:46 729a6414e94b: Waiting 21:35:46 bfead8183043: Waiting 21:35:46 66b385cf80cf: Waiting 21:35:47 631868e78687: Pushed 21:35:47 1cc80dc39500: Pushed 21:35:47 4068efbd0e26: Pushed 21:35:47 9828cec69667: Pushed 21:35:47 66b385cf80cf: Layer already exists 21:35:47 729a6414e94b: Pushed 21:35:47 bfead8183043: Pushed 21:35:49 841189f74098: Pushed 21:35:49 bb87d3c4bb56: Pushed 21:35:49 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:35:49 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 21:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:35:50 4068efbd0e26: Preparing 21:35:50 1cc80dc39500: Preparing 21:35:50 841189f74098: Preparing 21:35:50 bb87d3c4bb56: Preparing 21:35:50 631868e78687: Preparing 21:35:50 9828cec69667: Preparing 21:35:50 729a6414e94b: Preparing 21:35:50 bfead8183043: Preparing 21:35:50 66b385cf80cf: Preparing 21:35:50 729a6414e94b: Waiting 21:35:50 bfead8183043: Waiting 21:35:50 66b385cf80cf: Waiting 21:35:50 841189f74098: Layer already exists 21:35:50 4068efbd0e26: Layer already exists 21:35:50 bb87d3c4bb56: Layer already exists 21:35:50 631868e78687: Layer already exists 21:35:50 1cc80dc39500: Layer already exists 21:35:50 9828cec69667: Layer already exists 21:35:50 66b385cf80cf: Layer already exists 21:35:50 729a6414e94b: Layer already exists 21:35:50 bfead8183043: Layer already exists 21:35:50 1.3.1-dev.5: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:35:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:35:51 4068efbd0e26: Preparing 21:35:51 1cc80dc39500: Preparing 21:35:51 841189f74098: Preparing 21:35:51 bb87d3c4bb56: Preparing 21:35:51 631868e78687: Preparing 21:35:51 9828cec69667: Preparing 21:35:51 729a6414e94b: Preparing 21:35:51 bfead8183043: Preparing 21:35:51 66b385cf80cf: Preparing 21:35:51 9828cec69667: Waiting 21:35:51 729a6414e94b: Waiting 21:35:51 bfead8183043: Waiting 21:35:51 66b385cf80cf: Waiting 21:35:51 631868e78687: Layer already exists 21:35:51 1cc80dc39500: Layer already exists 21:35:51 4068efbd0e26: Layer already exists 21:35:51 bb87d3c4bb56: Layer already exists 21:35:51 841189f74098: Layer already exists 21:35:51 729a6414e94b: Layer already exists 21:35:51 9828cec69667: Layer already exists 21:35:51 bfead8183043: Layer already exists 21:35:51 66b385cf80cf: Layer already exists 21:35:51 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:35:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 21:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:35:52 4068efbd0e26: Preparing 21:35:52 1cc80dc39500: Preparing 21:35:52 841189f74098: Preparing 21:35:52 bb87d3c4bb56: Preparing 21:35:52 631868e78687: Preparing 21:35:52 9828cec69667: Preparing 21:35:52 729a6414e94b: Preparing 21:35:52 bfead8183043: Preparing 21:35:52 66b385cf80cf: Preparing 21:35:52 729a6414e94b: Waiting 21:35:52 bfead8183043: Waiting 21:35:52 66b385cf80cf: Waiting 21:35:52 9828cec69667: Waiting 21:35:52 841189f74098: Layer already exists 21:35:52 bb87d3c4bb56: Layer already exists 21:35:52 631868e78687: Layer already exists 21:35:52 4068efbd0e26: Layer already exists 21:35:52 1cc80dc39500: Layer already exists 21:35:52 9828cec69667: Layer already exists 21:35:52 729a6414e94b: Layer already exists 21:35:52 66b385cf80cf: Layer already exists 21:35:52 bfead8183043: Layer already exists 21:35:52 master: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:52 ===================================================== [Pipeline] echo 21:35:52 taggedImages: 21:35:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 21:35:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 21:35:52 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 21:35:52 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:52 1.3.1-dev.5 21:35:52 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:52 master 21:35:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:53 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:35:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 21:35:53 d9121cfa7ae5: Preparing 21:35:53 b96690482cda: Preparing 21:35:53 8d5398e265f3: Preparing 21:35:53 511270bd33ad: Preparing 21:35:53 8d5398e265f3: Pushed 21:35:53 d9121cfa7ae5: Pushed 21:35:54 511270bd33ad: Pushed 21:35:56 b96690482cda: Pushed 21:35:56 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:35:57 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 21:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 21:35:57 d9121cfa7ae5: Preparing 21:35:57 b96690482cda: Preparing 21:35:57 8d5398e265f3: Preparing 21:35:57 511270bd33ad: Preparing 21:35:57 d9121cfa7ae5: Layer already exists 21:35:57 b96690482cda: Layer already exists 21:35:57 511270bd33ad: Layer already exists 21:35:57 8d5398e265f3: Layer already exists 21:35:57 1.3.1-dev.5: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:35:57 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:35:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 21:35:58 d9121cfa7ae5: Preparing 21:35:58 b96690482cda: Preparing 21:35:58 8d5398e265f3: Preparing 21:35:58 511270bd33ad: Preparing 21:35:58 511270bd33ad: Layer already exists 21:35:58 d9121cfa7ae5: Layer already exists 21:35:58 b96690482cda: Layer already exists 21:35:58 8d5398e265f3: Layer already exists 21:35:58 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh 21:35:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 21:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 21:35:59 d9121cfa7ae5: Preparing 21:35:59 b96690482cda: Preparing 21:35:59 8d5398e265f3: Preparing 21:35:59 511270bd33ad: Preparing 21:35:59 511270bd33ad: Layer already exists 21:35:59 8d5398e265f3: Layer already exists 21:35:59 b96690482cda: Layer already exists 21:35:59 d9121cfa7ae5: Layer already exists 21:35:59 master: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:59 ===================================================== [Pipeline] echo 21:35:59 taggedImages: 21:35:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:35:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 21:35:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 21:35:59 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 21:35:59 55279ac293f1a7bfc29c798d374b05cebe545617 21:35:59 1.3.1-dev.5 21:35:59 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:35:59 master 21:35:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:36:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:36:00 c8ec673c5a95: Preparing 21:36:00 49f900e66aa0: Preparing 21:36:00 1133e0ff9d05: Preparing 21:36:00 f959773ef425: Preparing 21:36:00 a8d4e9f0a858: Preparing 21:36:00 1c930173a743: Preparing 21:36:00 1c930173a743: Waiting 21:36:01 1133e0ff9d05: Pushed 21:36:01 c8ec673c5a95: Pushed 21:36:01 a8d4e9f0a858: Pushed 21:36:01 f959773ef425: Pushed 21:36:01 1c930173a743: Pushed 21:36:04 49f900e66aa0: Pushed 21:36:04 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh 21:36:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 21:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:36:05 c8ec673c5a95: Preparing 21:36:05 49f900e66aa0: Preparing 21:36:05 1133e0ff9d05: Preparing 21:36:05 f959773ef425: Preparing 21:36:05 a8d4e9f0a858: Preparing 21:36:05 1c930173a743: Preparing 21:36:05 1c930173a743: Waiting 21:36:05 49f900e66aa0: Layer already exists 21:36:05 c8ec673c5a95: Layer already exists 21:36:05 a8d4e9f0a858: Layer already exists 21:36:05 f959773ef425: Layer already exists 21:36:05 1133e0ff9d05: Layer already exists 21:36:05 1c930173a743: Layer already exists 21:36:05 1.3.1-dev.5: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh 21:36:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:36:06 c8ec673c5a95: Preparing 21:36:06 49f900e66aa0: Preparing 21:36:06 1133e0ff9d05: Preparing 21:36:06 f959773ef425: Preparing 21:36:06 a8d4e9f0a858: Preparing 21:36:06 1c930173a743: Preparing 21:36:06 1c930173a743: Waiting 21:36:06 a8d4e9f0a858: Layer already exists 21:36:06 49f900e66aa0: Layer already exists 21:36:06 f959773ef425: Layer already exists 21:36:06 c8ec673c5a95: Layer already exists 21:36:06 1133e0ff9d05: Layer already exists 21:36:06 1c930173a743: Layer already exists 21:36:06 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh 21:36:06 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:36:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 21:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:36:07 c8ec673c5a95: Preparing 21:36:07 49f900e66aa0: Preparing 21:36:07 1133e0ff9d05: Preparing 21:36:07 f959773ef425: Preparing 21:36:07 a8d4e9f0a858: Preparing 21:36:07 1c930173a743: Preparing 21:36:07 1c930173a743: Waiting 21:36:07 1133e0ff9d05: Layer already exists 21:36:07 49f900e66aa0: Layer already exists 21:36:07 c8ec673c5a95: Layer already exists 21:36:07 a8d4e9f0a858: Layer already exists 21:36:07 f959773ef425: Layer already exists 21:36:07 1c930173a743: Layer already exists 21:36:07 master: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:07 ===================================================== [Pipeline] echo 21:36:07 taggedImages: 21:36:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 21:36:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 21:36:07 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 21:36:07 55279ac293f1a7bfc29c798d374b05cebe545617 21:36:07 1.3.1-dev.5 21:36:07 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:07 master 21:36:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:36:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:36:08 6131c6e005ab: Preparing 21:36:08 19ae36ada37c: Preparing 21:36:08 b01fd60e64fe: Preparing 21:36:08 6131c6e005ab: Pushed 21:36:08 b01fd60e64fe: Pushed 21:36:11 19ae36ada37c: Pushed 21:36:11 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh 21:36:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 21:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:36:12 6131c6e005ab: Preparing 21:36:12 19ae36ada37c: Preparing 21:36:12 b01fd60e64fe: Preparing 21:36:12 19ae36ada37c: Layer already exists 21:36:12 b01fd60e64fe: Layer already exists 21:36:12 6131c6e005ab: Layer already exists 21:36:12 1.3.1-dev.5: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh 21:36:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:36:13 6131c6e005ab: Preparing 21:36:13 19ae36ada37c: Preparing 21:36:13 b01fd60e64fe: Preparing 21:36:13 6131c6e005ab: Layer already exists 21:36:13 b01fd60e64fe: Layer already exists 21:36:13 19ae36ada37c: Layer already exists 21:36:13 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh 21:36:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:36:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 21:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:36:14 6131c6e005ab: Preparing 21:36:14 19ae36ada37c: Preparing 21:36:14 b01fd60e64fe: Preparing 21:36:14 6131c6e005ab: Layer already exists 21:36:14 19ae36ada37c: Layer already exists 21:36:14 b01fd60e64fe: Layer already exists 21:36:14 master: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:14 ===================================================== [Pipeline] echo 21:36:14 taggedImages: 21:36:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 21:36:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 21:36:14 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 21:36:14 55279ac293f1a7bfc29c798d374b05cebe545617 21:36:14 1.3.1-dev.5 21:36:14 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:14 master 21:36:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:15 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh 21:36:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:36:15 c32448d6e38c: Preparing 21:36:15 6bf736167404: Preparing 21:36:15 b3ab23296f46: Preparing 21:36:15 2c78a2bfadde: Preparing 21:36:15 68c5cd443ef0: Preparing 21:36:15 2ef86c9efac5: Preparing 21:36:15 f646960af88b: Preparing 21:36:15 2ef86c9efac5: Waiting 21:36:15 52543ddb2901: Preparing 21:36:15 9f553b275599: Preparing 21:36:15 3a47579f0cd1: Preparing 21:36:15 cd6d79ebbfb6: Preparing 21:36:15 3e7dc55cab04: Preparing 21:36:15 b2e85fd0898f: Preparing 21:36:15 cd3761cfa1d9: Preparing 21:36:15 f646960af88b: Waiting 21:36:15 52543ddb2901: Waiting 21:36:15 3e7dc55cab04: Waiting 21:36:15 b2e85fd0898f: Waiting 21:36:15 cd3761cfa1d9: Waiting 21:36:15 9f553b275599: Waiting 21:36:15 3a47579f0cd1: Waiting 21:36:15 cd6d79ebbfb6: Waiting 21:36:16 68c5cd443ef0: Pushed 21:36:16 c32448d6e38c: Pushed 21:36:17 2c78a2bfadde: Pushed 21:36:17 52543ddb2901: Layer already exists 21:36:17 9f553b275599: Layer already exists 21:36:17 3a47579f0cd1: Layer already exists 21:36:17 cd6d79ebbfb6: Layer already exists 21:36:17 f646960af88b: Pushed 21:36:17 3e7dc55cab04: Layer already exists 21:36:17 b2e85fd0898f: Layer already exists 21:36:17 cd3761cfa1d9: Layer already exists 21:36:17 6bf736167404: Pushed 21:36:18 2ef86c9efac5: Pushed 21:36:28 b3ab23296f46: Pushed 21:36:29 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh 21:36:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 21:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:36:29 c32448d6e38c: Preparing 21:36:29 6bf736167404: Preparing 21:36:29 b3ab23296f46: Preparing 21:36:29 2c78a2bfadde: Preparing 21:36:29 68c5cd443ef0: Preparing 21:36:29 2ef86c9efac5: Preparing 21:36:29 f646960af88b: Preparing 21:36:29 52543ddb2901: Preparing 21:36:29 9f553b275599: Preparing 21:36:29 3a47579f0cd1: Preparing 21:36:29 cd6d79ebbfb6: Preparing 21:36:29 3e7dc55cab04: Preparing 21:36:29 b2e85fd0898f: Preparing 21:36:29 cd3761cfa1d9: Preparing 21:36:29 3a47579f0cd1: Waiting 21:36:29 cd6d79ebbfb6: Waiting 21:36:29 f646960af88b: Waiting 21:36:29 52543ddb2901: Waiting 21:36:29 9f553b275599: Waiting 21:36:29 2ef86c9efac5: Waiting 21:36:29 3e7dc55cab04: Waiting 21:36:29 b2e85fd0898f: Waiting 21:36:29 cd3761cfa1d9: Waiting 21:36:30 b3ab23296f46: Layer already exists 21:36:30 2c78a2bfadde: Layer already exists 21:36:30 c32448d6e38c: Layer already exists 21:36:30 68c5cd443ef0: Layer already exists 21:36:30 6bf736167404: Layer already exists 21:36:30 52543ddb2901: Layer already exists 21:36:30 2ef86c9efac5: Layer already exists 21:36:30 f646960af88b: Layer already exists 21:36:30 9f553b275599: Layer already exists 21:36:30 3a47579f0cd1: Layer already exists 21:36:30 cd6d79ebbfb6: Layer already exists 21:36:30 3e7dc55cab04: Layer already exists 21:36:30 b2e85fd0898f: Layer already exists 21:36:30 cd3761cfa1d9: Layer already exists 21:36:30 1.3.1-dev.5: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh 21:36:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 21:36:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:36:30 c32448d6e38c: Preparing 21:36:30 6bf736167404: Preparing 21:36:30 b3ab23296f46: Preparing 21:36:30 2c78a2bfadde: Preparing 21:36:30 68c5cd443ef0: Preparing 21:36:30 2ef86c9efac5: Preparing 21:36:30 f646960af88b: Preparing 21:36:30 52543ddb2901: Preparing 21:36:30 9f553b275599: Preparing 21:36:30 3a47579f0cd1: Preparing 21:36:30 2ef86c9efac5: Waiting 21:36:30 cd6d79ebbfb6: Preparing 21:36:30 3e7dc55cab04: Preparing 21:36:30 b2e85fd0898f: Preparing 21:36:30 cd3761cfa1d9: Preparing 21:36:30 f646960af88b: Waiting 21:36:30 9f553b275599: Waiting 21:36:30 52543ddb2901: Waiting 21:36:30 3a47579f0cd1: Waiting 21:36:30 3e7dc55cab04: Waiting 21:36:30 b2e85fd0898f: Waiting 21:36:30 cd3761cfa1d9: Waiting 21:36:30 68c5cd443ef0: Layer already exists 21:36:30 c32448d6e38c: Layer already exists 21:36:31 6bf736167404: Layer already exists 21:36:31 b3ab23296f46: Layer already exists 21:36:31 2c78a2bfadde: Layer already exists 21:36:31 f646960af88b: Layer already exists 21:36:31 2ef86c9efac5: Layer already exists 21:36:31 9f553b275599: Layer already exists 21:36:31 52543ddb2901: Layer already exists 21:36:31 3a47579f0cd1: Layer already exists 21:36:31 3e7dc55cab04: Layer already exists 21:36:31 b2e85fd0898f: Layer already exists 21:36:31 cd6d79ebbfb6: Layer already exists 21:36:31 cd3761cfa1d9: Layer already exists 21:36:31 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh 21:36:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:36:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 21:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:36:31 c32448d6e38c: Preparing 21:36:31 6bf736167404: Preparing 21:36:31 b3ab23296f46: Preparing 21:36:31 2c78a2bfadde: Preparing 21:36:31 68c5cd443ef0: Preparing 21:36:31 2ef86c9efac5: Preparing 21:36:31 f646960af88b: Preparing 21:36:31 52543ddb2901: Preparing 21:36:31 9f553b275599: Preparing 21:36:31 3a47579f0cd1: Preparing 21:36:31 cd6d79ebbfb6: Preparing 21:36:31 3e7dc55cab04: Preparing 21:36:31 b2e85fd0898f: Preparing 21:36:31 cd3761cfa1d9: Preparing 21:36:31 52543ddb2901: Waiting 21:36:31 2ef86c9efac5: Waiting 21:36:31 f646960af88b: Waiting 21:36:31 3a47579f0cd1: Waiting 21:36:31 9f553b275599: Waiting 21:36:31 b2e85fd0898f: Waiting 21:36:31 cd6d79ebbfb6: Waiting 21:36:31 3e7dc55cab04: Waiting 21:36:31 cd3761cfa1d9: Waiting 21:36:31 2c78a2bfadde: Layer already exists 21:36:31 b3ab23296f46: Layer already exists 21:36:31 c32448d6e38c: Layer already exists 21:36:31 68c5cd443ef0: Layer already exists 21:36:31 6bf736167404: Layer already exists 21:36:31 2ef86c9efac5: Layer already exists 21:36:31 52543ddb2901: Layer already exists 21:36:31 9f553b275599: Layer already exists 21:36:31 3a47579f0cd1: Layer already exists 21:36:31 f646960af88b: Layer already exists 21:36:31 cd6d79ebbfb6: Layer already exists 21:36:31 b2e85fd0898f: Layer already exists 21:36:31 3e7dc55cab04: Layer already exists 21:36:31 cd3761cfa1d9: Layer already exists 21:36:31 master: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:32 ===================================================== [Pipeline] echo 21:36:32 taggedImages: 21:36:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 21:36:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 21:36:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 21:36:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:36:34 provisioning config files... 21:36:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/229@tmp/config3014086758181571332tmp [Pipeline] { [Pipeline] sh 21:36:34 + set +x 21:36:34 + curl -s https://codecov.io/bash 21:36:34 + bash -s -- 21:36:34 21:36:34 _____ _ 21:36:34 / ____| | | 21:36:34 | | ___ __| | ___ ___ _____ __ 21:36:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:36:34 | |___| (_) | (_| | __/ (_| (_) \ V / 21:36:34 \_____\___/ \__,_|\___|\___\___/ \_/ 21:36:34 Bash-20201116-eea08d9 21:36:34 21:36:34 21:36:34 ==> Jenkins CI detected. 21:36:34 project root: . 21:36:34 --> token set from env 21:36:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:36:34 ==> Running gcov in . (disable via -X gcov) 21:36:34 ==> Python coveragepy not found 21:36:34 ==> Searching for coverage reports in: 21:36:34 + . 21:36:34 -> Found 1 reports 21:36:34 ==> Detecting git/mercurial file structure 21:36:34 ==> Reading reports 21:36:34 + ./coverage.out bytes=546551 21:36:34 ==> Appending adjustments 21:36:34 https://docs.codecov.io/docs/fixing-reports 21:36:38 + Found adjustments 21:36:38 ==> Gzipping contents 21:36:38 ==> Uploading reports 21:36:38 url: https://codecov.io 21:36:38 query: branch=master&commit=55279ac293f1a7bfc29c798d374b05cebe545617&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:36:38 -> Pinging Codecov 21:36:38 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=55279ac293f1a7bfc29c798d374b05cebe545617&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:36:38 -> Uploading to 21:36:38 https://storage.googleapis.com/codecov/v4/raw/2020-11-21/00271124DB129430A58F1EEE437C3FCB/55279ac293f1a7bfc29c798d374b05cebe545617/11213632-8c4a-4d09-83eb-3e944aa1a1fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T213638Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19d4ede7f846b76dd6f127b78e15e7621702173eb054cb5f7e21c9dc51d06e54 21:36:38 % Total % Received % Xferd Average Speed Time Time Time Current 21:36:38 Dload Upload Total Spent Left Speed 21:36:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85718 0 0 100 85718 0 170k --:--:-- --:--:-- --:--:-- 170k 21:36:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] } 21:36:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:36:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:36:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:36:40 21:36:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:36:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:36:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:36:40 188c0c94c7c5: Already exists 21:36:40 0ef7d3d256c8: Pulling fs layer 21:36:40 de9db76c5a1d: Pulling fs layer 21:36:40 0eba1c9be4d2: Pulling fs layer 21:36:40 0d57e429df01: Pulling fs layer 21:36:40 4e4be7b47b0d: Pulling fs layer 21:36:40 e1f770b5df2f: Pulling fs layer 21:36:40 85a0685a4137: Pulling fs layer 21:36:40 0d57e429df01: Waiting 21:36:40 4e4be7b47b0d: Waiting 21:36:40 e1f770b5df2f: Waiting 21:36:40 85a0685a4137: Waiting 21:36:40 de9db76c5a1d: Verifying Checksum 21:36:40 de9db76c5a1d: Download complete 21:36:40 0ef7d3d256c8: Download complete 21:36:40 0d57e429df01: Verifying Checksum 21:36:40 0d57e429df01: Download complete 21:36:40 4e4be7b47b0d: Download complete 21:36:41 0ef7d3d256c8: Pull complete 21:36:41 de9db76c5a1d: Pull complete 21:36:42 e1f770b5df2f: Verifying Checksum 21:36:42 e1f770b5df2f: Download complete 21:36:44 0eba1c9be4d2: Verifying Checksum 21:36:44 0eba1c9be4d2: Download complete 21:36:44 85a0685a4137: Verifying Checksum 21:36:44 85a0685a4137: Download complete 21:36:51 0eba1c9be4d2: Pull complete 21:36:51 0d57e429df01: Pull complete 21:36:51 4e4be7b47b0d: Pull complete 21:36:56 e1f770b5df2f: Pull complete 21:37:06 85a0685a4137: Pull complete 21:37:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:37:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:37:06 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:37:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:37:08 $ docker top 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 -eo pid,comm [Pipeline] { [Pipeline] echo 21:37:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:37:09 + set -o pipefail 21:37:09 + snyk monitor '--org=edgex-jenkins' 21:37:17 21:37:17 Monitoring /w/workspace/edgex-go/229 (github.com/edgexfoundry/edgex-go)... 21:37:17 21:37:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e2e1d945-f745-4e61-96e0-741be46ea630 21:37:17 21:37:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:37:17 21:37:17 21:37:17 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:37:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:37:17 $ docker stop --time=1 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 21:37:21 $ docker rm -f 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 21:37:22 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 21:37:22 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:37:22 + set -o pipefail 21:37:22 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:37:22 + tee .snyk 21:37:22 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:37:22 version: v1.14.1 21:37:22 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:37:22 ignore: 21:37:22 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:37:22 - '*': 21:37:22 reason: does not apply # justification for ignoring 21:37:22 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:37:22 SNYK-ALPINE312-JQ-588886: 21:37:22 - '*': 21:37:22 reason: false positive 21:37:22 expires: 2021-01-01T00:00:00 21:37:22 # patch: {} [Pipeline] withCredentials 21:37:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:37:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:23 . [Pipeline] withDockerContainer 21:37:23 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:37:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:37:24 $ docker top 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:37:24 + rm -f snykReport.html [Pipeline] echo 21:37:24 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:37:25 + set -o pipefail 21:37:25 + snyk-to-html -o snykReport.html 21:37:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:37:35 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:37:35 $ docker stop --time=1 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 21:37:36 $ docker rm -f 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:37:37 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 21:37:37 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:37:37 + set -o pipefail 21:37:37 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:37:37 + tee .snyk 21:37:37 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:37:37 version: v1.14.1 21:37:37 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:37:37 ignore: 21:37:37 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:37:37 - '*': 21:37:37 reason: does not apply # justification for ignoring 21:37:37 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:37:37 SNYK-ALPINE312-JQ-588886: 21:37:37 - '*': 21:37:37 reason: false positive 21:37:37 expires: 2021-01-01T00:00:00 21:37:37 # patch: {} [Pipeline] withCredentials 21:37:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:37:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:37 . [Pipeline] withDockerContainer 21:37:38 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:37:38 $ docker top 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f -eo pid,comm [Pipeline] { [Pipeline] sh 21:37:39 + rm -f snykReport.html [Pipeline] echo 21:37:39 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:37:39 + set -o pipefail 21:37:39 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:37:39 + snyk-to-html -o snykReport.html 21:37:46 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:37:46 $ docker stop --time=1 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f 21:37:47 $ docker rm -f 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:37:47 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 21:37:47 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:37:48 + set -o pipefail 21:37:48 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:37:48 + tee .snyk 21:37:48 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:37:48 version: v1.14.1 21:37:48 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:37:48 ignore: 21:37:48 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:37:48 - '*': 21:37:48 reason: does not apply # justification for ignoring 21:37:48 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:37:48 SNYK-ALPINE312-JQ-588886: 21:37:48 - '*': 21:37:48 reason: false positive 21:37:48 expires: 2021-01-01T00:00:00 21:37:48 # patch: {} [Pipeline] withCredentials 21:37:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:37:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:48 . [Pipeline] withDockerContainer 21:37:48 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:37:48 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:37:49 $ docker top 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:37:50 + rm -f snykReport.html [Pipeline] echo 21:37:50 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:37:50 + set -o pipefail 21:37:50 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:37:50 + snyk-to-html -o snykReport.html 21:37:58 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:37:58 $ docker stop --time=1 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 21:38:00 $ docker rm -f 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:00 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 21:38:00 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:00 + set -o pipefail 21:38:00 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:00 + tee .snyk 21:38:01 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:01 version: v1.14.1 21:38:01 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:01 ignore: 21:38:01 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:01 - '*': 21:38:01 reason: does not apply # justification for ignoring 21:38:01 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 21:38:01 SNYK-ALPINE312-JQ-588886: 21:38:01 - '*': 21:38:01 reason: false positive 21:38:01 expires: 2021-01-01T00:00:00 21:38:01 # patch: {} [Pipeline] withCredentials 21:38:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:01 . [Pipeline] withDockerContainer 21:38:01 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:02 $ docker top bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:02 + rm -f snykReport.html [Pipeline] echo 21:38:03 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:03 + set -o pipefail 21:38:03 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:38:03 + snyk-to-html -o snykReport.html 21:38:09 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:38:09 $ docker stop --time=1 bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 21:38:11 $ docker rm -f bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:11 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 21:38:11 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:11 + set -o pipefail 21:38:11 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:11 + tee .snyk 21:38:11 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:11 version: v1.14.1 21:38:11 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:11 ignore: 21:38:11 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:11 - '*': 21:38:11 reason: does not apply # justification for ignoring 21:38:11 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:38:11 SNYK-ALPINE312-JQ-588886: 21:38:11 - '*': 21:38:11 reason: false positive 21:38:11 expires: 2021-01-01T00:00:00 21:38:11 # patch: {} [Pipeline] withCredentials 21:38:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:12 . [Pipeline] withDockerContainer 21:38:12 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:13 $ docker top 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:13 + rm -f snykReport.html [Pipeline] echo 21:38:13 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:14 + set -o pipefail 21:38:14 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'+ --json 21:38:14 snyk-to-html -o snykReport.html 21:38:19 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:38:19 $ docker stop --time=1 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f 21:38:20 $ docker rm -f 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 21:38:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:21 + set -o pipefail 21:38:21 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:21 + tee .snyk 21:38:21 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:21 version: v1.14.1 21:38:21 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:21 ignore: 21:38:21 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:21 - '*': 21:38:21 reason: does not apply # justification for ignoring 21:38:21 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:38:21 SNYK-ALPINE312-JQ-588886: 21:38:21 - '*': 21:38:21 reason: false positive 21:38:21 expires: 2021-01-01T00:00:00 21:38:21 # patch: {} [Pipeline] withCredentials 21:38:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:22 . [Pipeline] withDockerContainer 21:38:22 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:22 $ docker top 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:23 + rm -f snykReport.html [Pipeline] echo 21:38:23 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:23 + set -o pipefail 21:38:23 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:38:23 + snyk-to-html -o snykReport.html 21:38:29 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:38:29 $ docker stop --time=1 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 21:38:30 $ docker rm -f 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:30 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 21:38:30 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:31 + set -o pipefail 21:38:31 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:31 + tee .snyk 21:38:31 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:31 version: v1.14.1 21:38:31 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:31 ignore: 21:38:31 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:31 - '*': 21:38:31 reason: does not apply # justification for ignoring 21:38:31 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 21:38:31 SNYK-ALPINE312-JQ-588886: 21:38:31 - '*': 21:38:31 reason: false positive 21:38:31 expires: 2021-01-01T00:00:00 21:38:31 # patch: {} [Pipeline] withCredentials 21:38:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:31 . [Pipeline] withDockerContainer 21:38:31 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:32 $ docker top 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:33 + rm -f snykReport.html [Pipeline] echo 21:38:33 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:33 + set -o pipefail 21:38:33 + snyk-to-html -o snykReport.html 21:38:33 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:38:38 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:38:38 $ docker stop --time=1 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc 21:38:40 $ docker rm -f 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:40 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo 21:38:40 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:40 + set -o pipefail 21:38:40 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:40 + tee .snyk 21:38:40 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:40 version: v1.14.1 21:38:40 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:40 ignore: 21:38:40 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:40 - '*': 21:38:40 reason: does not apply # justification for ignoring 21:38:40 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:38:40 SNYK-ALPINE312-JQ-588886: 21:38:40 - '*': 21:38:40 reason: false positive 21:38:40 expires: 2021-01-01T00:00:00 21:38:40 # patch: {} [Pipeline] withCredentials 21:38:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:41 . [Pipeline] withDockerContainer 21:38:41 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38: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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:41 $ docker top e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:42 + rm -f snykReport.html [Pipeline] echo 21:38:42 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:42 + set -o pipefail 21:38:42 + snyk-to-html+ -osnyk snykReport.html test 21:38:42 '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:38:50 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:38:50 $ docker stop --time=1 e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f 21:38:52 $ docker rm -f e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:38:52 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 21:38:52 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:38:53 + set -o pipefail 21:38:53 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:38:53 + tee .snyk 21:38:53 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:38:53 version: v1.14.1 21:38:53 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:38:53 ignore: 21:38:53 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:38:53 - '*': 21:38:53 reason: does not apply # justification for ignoring 21:38:53 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 21:38:53 SNYK-ALPINE312-JQ-588886: 21:38:53 - '*': 21:38:53 reason: false positive 21:38:53 expires: 2021-01-01T00:00:00 21:38:53 # patch: {} [Pipeline] withCredentials 21:38:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:38:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:53 . [Pipeline] withDockerContainer 21:38:53 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:38:53 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:38:54 $ docker top 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:54 + rm -f snykReport.html [Pipeline] echo 21:38:54 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:38:55 + set -o pipefail 21:38:55 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:38:55 + snyk-to-html -o snykReport.html 21:39:03 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:39:03 $ docker stop --time=1 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c 21:39:04 $ docker rm -f 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:39:05 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 21:39:05 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:39:05 + set -o pipefail 21:39:05 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:39:05 + tee .snyk 21:39:05 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:39:05 version: v1.14.1 21:39:05 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:39:05 ignore: 21:39:05 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:39:05 - '*': 21:39:05 reason: does not apply # justification for ignoring 21:39:05 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 21:39:05 SNYK-ALPINE312-JQ-588886: 21:39:05 - '*': 21:39:05 reason: false positive 21:39:05 expires: 2021-01-01T00:00:00 21:39:05 # patch: {} [Pipeline] withCredentials 21:39:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:39:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:39:05 . [Pipeline] withDockerContainer 21:39:05 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:39:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:39:06 $ docker top 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af -eo pid,comm [Pipeline] { [Pipeline] sh 21:39:07 + rm -f snykReport.html [Pipeline] echo 21:39:07 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:39:07 + set -o pipefail 21:39:07 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:39:07 + snyk-to-html -o snykReport.html 21:39:15 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:39:15 $ docker stop --time=1 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af 21:39:17 $ docker rm -f 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:39:17 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:39:17 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:39:17 + set -o pipefail 21:39:17 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:39:17 + tee .snyk 21:39:17 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:39:17 version: v1.14.1 21:39:17 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:39:17 ignore: 21:39:17 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:39:17 - '*': 21:39:17 reason: does not apply # justification for ignoring 21:39:17 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 21:39:17 SNYK-ALPINE312-JQ-588886: 21:39:17 - '*': 21:39:17 reason: false positive 21:39:17 expires: 2021-01-01T00:00:00 21:39:17 # patch: {} [Pipeline] withCredentials 21:39:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:39:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:39:18 . [Pipeline] withDockerContainer 21:39:18 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:39:18 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:39:19 $ docker top b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 -eo pid,comm [Pipeline] { [Pipeline] sh 21:39:19 + rm -f snykReport.html [Pipeline] echo 21:39:19 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:39:19 + set -o pipefail 21:39:19 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:39:19 + snyk-to-html -o snykReport.html 21:39:26 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:39:26 $ docker stop --time=1 b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 21:39:28 $ docker rm -f b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:39:28 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:39:28 provisioning config files... 21:39:28 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/229@tmp/config5788259306215753270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:39:29 --> edgex-publish-swagger.sh 21:39:29 === Publish openapi/v1 API === 21:39:29 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 21:39:29 [publishToSwagger] Publishing API Name [core-command] 21:39:29 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:29 Dload Upload Total Spent Left Speed 21:39:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8244 0:00:01 0:00:01 --:--:-- 8251 100 10521 0 0 100 10521 0 8243 0:00:01 0:00:01 --:--:-- 8245 21:39:30 21:39:30 21:39:30 [publishToSwagger] Publishing API Name [core-data] 21:39:30 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:30 Dload Upload Total Spent Left Speed 21:39:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28926 0:00:01 0:00:01 --:--:-- 28938 21:39:31 21:39:31 21:39:31 [publishToSwagger] Publishing API Name [core-metadata] 21:39:31 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:31 Dload Upload Total Spent Left Speed 21:39:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67376 0:00:01 0:00:01 --:--:-- 67324 100 73720 0 0 100 73720 0 67365 0:00:01 0:00:01 --:--:-- 67324 21:39:32 21:39:32 21:39:32 [publishToSwagger] Publishing API Name [support-logging] 21:39:32 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:32 Dload Upload Total Spent Left Speed 21:39:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13738 --:--:-- --:--:-- --:--:-- 13731 100 13580 0 0 100 13580 0 13736 --:--:-- --:--:-- --:--:-- 13731 21:39:33 21:39:33 21:39:33 [publishToSwagger] Publishing API Name [support-notifications] 21:39:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:33 Dload Upload Total Spent Left Speed 21:39:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36028 0:00:01 0:00:01 --:--:-- 36041 100 38889 0 0 100 38889 0 36022 0:00:01 0:00:01 --:--:-- 36041 21:39:34 21:39:34 21:39:34 [publishToSwagger] Publishing API Name [support-scheduler] 21:39:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:34 Dload Upload Total Spent Left Speed 21:39:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13184 0:00:01 0:00:01 --:--:-- 13192 100 14248 0 0 100 14248 0 13182 0:00:01 0:00:01 --:--:-- 13192 21:39:36 21:39:36 21:39:36 [publishToSwagger] Publishing API Name [system-agent] 21:39:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:36 Dload Upload Total Spent Left Speed 21:39:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3668 0:00:01 0:00:01 --:--:-- 3672 100 4109 0 0 100 4109 0 3668 0:00:01 0:00:01 --:--:-- 3668 21:39:37 21:39:37 21:39:37 === Publish openapi/v2 API === 21:39:37 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:39:37 [publishToSwagger] Publishing API Name [core-command] 21:39:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:37 Dload Upload Total Spent Left Speed 21:39:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26032 0:00:01 0:00:01 --:--:-- 26044 100 29535 0 0 100 29535 0 26028 0:00:01 0:00:01 --:--:-- 26044 21:39:38 21:39:38 21:39:38 [publishToSwagger] Publishing API Name [core-data] 21:39:38 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:38 Dload Upload Total Spent Left Speed 21:39:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65223 0 0 100 65223 0 56256 0:00:01 0:00:01 --:--:-- 56275 100 65223 0 0 100 65223 0 56248 0:00:01 0:00:01 --:--:-- 56275 21:39:39 21:39:39 21:39:39 [publishToSwagger] Publishing API Name [core-metadata] 21:39:39 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:39 Dload Upload Total Spent Left Speed 21:39:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 119k 0 0 67 81920 0 319k --:--:-- --:--:-- --:--:-- 318k 100 119k 0 0 100 119k 0 104k 0:00:01 0:00:01 --:--:-- 104k 21:39:40 21:39:40 21:39:40 [publishToSwagger] Publishing API Name [support-logging] 21:39:40 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:40 Dload Upload Total Spent Left Speed 21:39:41 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 21077 0:00:01 0:00:01 --:--:-- 21077 100 23691 0 0 100 23691 0 21073 0:00:01 0:00:01 --:--:-- 21058 21:39:41 21:39:41 21:39:41 [publishToSwagger] Publishing API Name [support-notifications] 21:39:41 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:41 Dload Upload Total Spent Left Speed 21:39:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54944 0:00:01 0:00:01 --:--:-- 54992 100 62691 0 0 100 62691 0 54934 0:00:01 0:00:01 --:--:-- 54943 21:39:42 21:39:42 21:39:42 [publishToSwagger] Publishing API Name [support-scheduler] 21:39:42 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:42 Dload Upload Total Spent Left Speed 21:39:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41482 0:00:01 0:00:01 --:--:-- 41507 100 46198 0 0 100 46198 0 41476 0:00:01 0:00:01 --:--:-- 41507 21:39:44 21:39:44 21:39:44 [publishToSwagger] Publishing API Name [system-agent] 21:39:44 % Total % Received % Xferd Average Speed Time Time Time Current 21:39:44 Dload Upload Total Spent Left Speed 21:39:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23376 0:00:01 0:00:01 --:--:-- 23397 100 23725 0 0 100 23725 0 23372 0:00:01 0:00:01 --:--:-- 23397 21:39:45 21:39:45 [Pipeline] } 21:39:45 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 21:39:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:39:46 . [Pipeline] withDockerContainer 21:39:46 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:39:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:39:47 $ docker top f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:39:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:39:47 [ssh-agent] Looking for ssh-agent implementation... 21:39:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:39:47 $ docker exec f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 ssh-agent 21:39:47 SSH_AUTH_SOCK=/tmp/ssh-7UDkkJqmXNGb/agent.11 21:39:47 SSH_AGENT_PID=17 21:39:47 Running ssh-add (command line suppressed) 21:39:48 Identity added: /w/workspace/edgex-go/229@tmp/private_key_4321697647588403371.key (/w/workspace/edgex-go/229@tmp/private_key_4321697647588403371.key) 21:39:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:39:48 + git semver tag 21:39:48 # -> Open(): unable to determine branch for HEAD 21:39:48 # $GIT_DIR = /w/workspace/edgex-go/229/.git 21:39:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/229 21:39:48 # $SEMVER_REMOTE_NAME = origin 21:39:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:39:48 # $SEMVER_USER_NAME = edgex-jenkins 21:39:48 # $SEMVER_BRANCH = master 21:39:48 # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver 21:39:48 # 55279ac293f1a7bfc29c798d374b05cebe545617 HEAD 21:39:48 # -> Force: false 21:39:49 # 61def04b174cb3a01114ec19edee8ad5e86ca7c1 refs/tags/v1.3.1-dev.5 [Pipeline] } 21:39:49 $ docker exec --env ******** --env ******** f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 ssh-agent -k 21:39:49 unset SSH_AUTH_SOCK; 21:39:49 unset SSH_AGENT_PID; 21:39:49 echo Agent pid 17 killed; 21:39:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:39:49 + git semver [Pipeline] } 21:39:49 $ docker stop --time=1 f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 21:39:51 $ docker rm -f f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:39:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:39:51 21:39:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:39:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:39:52 0.23.1-centos7: Pulling from edgex-lftools 21:39:52 ab5ef0e58194: Pulling fs layer 21:39:52 9712f1f96733: Pulling fs layer 21:39:52 63f879dbbcfc: Pulling fs layer 21:39:52 0d9ebad4ef96: Pulling fs layer 21:39:52 e9a5061849ea: Pulling fs layer 21:39:52 d747dcd14b5f: Pulling fs layer 21:39:52 2de7ff778b66: Pulling fs layer 21:39:52 e9a5061849ea: Waiting 21:39:52 d747dcd14b5f: Waiting 21:39:52 2de7ff778b66: Waiting 21:39:52 0d9ebad4ef96: Waiting 21:39:52 9712f1f96733: Verifying Checksum 21:39:52 9712f1f96733: Download complete 21:39:54 63f879dbbcfc: Verifying Checksum 21:39:54 63f879dbbcfc: Download complete 21:39:54 e9a5061849ea: Verifying Checksum 21:39:54 e9a5061849ea: Download complete 21:39:54 d747dcd14b5f: Verifying Checksum 21:39:54 d747dcd14b5f: Download complete 21:39:54 0d9ebad4ef96: Verifying Checksum 21:39:54 0d9ebad4ef96: Download complete 21:39:54 2de7ff778b66: Verifying Checksum 21:39:54 2de7ff778b66: Download complete 21:39:54 ab5ef0e58194: Verifying Checksum 21:39:54 ab5ef0e58194: Download complete 21:39:58 ab5ef0e58194: Pull complete 21:39:58 9712f1f96733: Pull complete 21:40:01 63f879dbbcfc: Pull complete 21:40:08 0d9ebad4ef96: Pull complete 21:40:10 e9a5061849ea: Pull complete 21:40:10 d747dcd14b5f: Pull complete 21:40:13 2de7ff778b66: Pull complete 21:40:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:40:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:40:13 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:40:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:40:16 $ docker top 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:40:17 provisioning config files... 21:40:17 copy managed file [sigul-config] to file:/w/workspace/edgex-go/229@tmp/config1284253499694704033tmp 21:40:17 copy managed file [sigul-password] to file:/w/workspace/edgex-go/229@tmp/config3428732439621713141tmp 21:40:17 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/229@tmp/config4243533143363341010tmp [Pipeline] { [Pipeline] echo 21:40:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:40:17 ---> sigul-configuration.sh 21:40:17 gpg: directory `/root/.gnupg' created 21:40:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:40:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:40:17 gpg: keyring `/root/.gnupg/secring.gpg' created 21:40:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:40:17 gpg: CAST5 encrypted data 21:40:17 gpg: encrypted with 1 passphrase 21:40:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:40:18 + mkdir /home/jenkins 21:40:18 + mkdir /home/jenkins/sigul [Pipeline] sh 21:40:18 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:40:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:40:18 ---> sigul-install.sh 21:40:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:40:25 + git tag --list 21:40:25 0.6.0 21:40:25 0.6.1 21:40:25 0.7.0 21:40:25 0.7.1 21:40:25 v1.0.0 21:40:25 v1.0.1 21:40:25 v1.1.0 21:40:25 v1.2.0 21:40:25 v1.2.1 21:40:25 v1.2.2-dev.1 21:40:25 v1.2.2-dev.10 21:40:25 v1.2.2-dev.100 21:40:25 v1.2.2-dev.101 21:40:25 v1.2.2-dev.102 21:40:25 v1.2.2-dev.103 21:40:25 v1.2.2-dev.104 21:40:25 v1.2.2-dev.105 21:40:25 v1.2.2-dev.106 21:40:25 v1.2.2-dev.107 21:40:25 v1.2.2-dev.11 21:40:25 v1.2.2-dev.12 21:40:25 v1.2.2-dev.13 21:40:25 v1.2.2-dev.14 21:40:25 v1.2.2-dev.15 21:40:25 v1.2.2-dev.16 21:40:25 v1.2.2-dev.17 21:40:25 v1.2.2-dev.18 21:40:25 v1.2.2-dev.19 21:40:25 v1.2.2-dev.2 21:40:25 v1.2.2-dev.20 21:40:25 v1.2.2-dev.21 21:40:25 v1.2.2-dev.22 21:40:25 v1.2.2-dev.23 21:40:25 v1.2.2-dev.24 21:40:25 v1.2.2-dev.25 21:40:25 v1.2.2-dev.26 21:40:25 v1.2.2-dev.27 21:40:25 v1.2.2-dev.28 21:40:25 v1.2.2-dev.29 21:40:25 v1.2.2-dev.3 21:40:25 v1.2.2-dev.30 21:40:25 v1.2.2-dev.31 21:40:25 v1.2.2-dev.32 21:40:25 v1.2.2-dev.33 21:40:25 v1.2.2-dev.34 21:40:25 v1.2.2-dev.35 21:40:25 v1.2.2-dev.36 21:40:25 v1.2.2-dev.37 21:40:25 v1.2.2-dev.38 21:40:25 v1.2.2-dev.39 21:40:25 v1.2.2-dev.4 21:40:25 v1.2.2-dev.40 21:40:25 v1.2.2-dev.41 21:40:25 v1.2.2-dev.42 21:40:25 v1.2.2-dev.43 21:40:25 v1.2.2-dev.44 21:40:25 v1.2.2-dev.45 21:40:25 v1.2.2-dev.46 21:40:25 v1.2.2-dev.47 21:40:25 v1.2.2-dev.48 21:40:25 v1.2.2-dev.49 21:40:25 v1.2.2-dev.5 21:40:25 v1.2.2-dev.50 21:40:25 v1.2.2-dev.51 21:40:25 v1.2.2-dev.52 21:40:25 v1.2.2-dev.53 21:40:25 v1.2.2-dev.54 21:40:25 v1.2.2-dev.55 21:40:25 v1.2.2-dev.56 21:40:25 v1.2.2-dev.57 21:40:25 v1.2.2-dev.58 21:40:25 v1.2.2-dev.59 21:40:25 v1.2.2-dev.6 21:40:25 v1.2.2-dev.60 21:40:25 v1.2.2-dev.61 21:40:25 v1.2.2-dev.62 21:40:25 v1.2.2-dev.63 21:40:25 v1.2.2-dev.64 21:40:25 v1.2.2-dev.65 21:40:25 v1.2.2-dev.66 21:40:25 v1.2.2-dev.67 21:40:25 v1.2.2-dev.68 21:40:25 v1.2.2-dev.69 21:40:25 v1.2.2-dev.7 21:40:25 v1.2.2-dev.70 21:40:25 v1.2.2-dev.71 21:40:25 v1.2.2-dev.72 21:40:25 v1.2.2-dev.73 21:40:25 v1.2.2-dev.74 21:40:25 v1.2.2-dev.75 21:40:25 v1.2.2-dev.76 21:40:25 v1.2.2-dev.77 21:40:25 v1.2.2-dev.78 21:40:25 v1.2.2-dev.79 21:40:25 v1.2.2-dev.8 21:40:25 v1.2.2-dev.80 21:40:25 v1.2.2-dev.81 21:40:25 v1.2.2-dev.82 21:40:25 v1.2.2-dev.83 21:40:25 v1.2.2-dev.84 21:40:25 v1.2.2-dev.85 21:40:25 v1.2.2-dev.86 21:40:25 v1.2.2-dev.87 21:40:25 v1.2.2-dev.88 21:40:25 v1.2.2-dev.89 21:40:25 v1.2.2-dev.9 21:40:25 v1.2.2-dev.90 21:40:25 v1.2.2-dev.91 21:40:25 v1.2.2-dev.92 21:40:25 v1.2.2-dev.93 21:40:25 v1.2.2-dev.94 21:40:25 v1.2.2-dev.95 21:40:25 v1.2.2-dev.96 21:40:25 v1.2.2-dev.97 21:40:25 v1.2.2-dev.98 21:40:25 v1.2.2-dev.99 21:40:25 v1.3.0 21:40:25 v1.3.1-dev.1 21:40:25 v1.3.1-dev.2 21:40:25 v1.3.1-dev.3 21:40:25 v1.3.1-dev.4 21:40:25 v1.3.1-dev.5 [Pipeline] sh 21:40:26 + lftools sign git-tag v1.3.1-dev.5 21:40:27 Signing Git tag with Sigul... 21:40:27 Signing v1.3.1-dev.5 [Pipeline] echo 21:40:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:40:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:40:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:40:28 $ docker stop --time=1 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be 21:40:30 $ docker rm -f 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:40:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:31 . [Pipeline] withDockerContainer 21:40:31 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:40:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:40:32 $ docker top 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:32 [ssh-agent] Looking for ssh-agent implementation... 21:40:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:33 $ docker exec 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db ssh-agent 21:40:33 SSH_AUTH_SOCK=/tmp/ssh-jJrykTQOhd2a/agent.11 21:40:33 SSH_AGENT_PID=16 21:40:33 Running ssh-add (command line suppressed) 21:40:33 Identity added: /w/workspace/edgex-go/229@tmp/private_key_5638161490986896525.key (/w/workspace/edgex-go/229@tmp/private_key_5638161490986896525.key) 21:40:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:33 + git semver bump pre 21:40:33 # -> Open(): unable to determine branch for HEAD 21:40:33 # $GIT_DIR = /w/workspace/edgex-go/229/.git 21:40:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/229 21:40:33 # $SEMVER_REMOTE_NAME = origin 21:40:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:33 # $SEMVER_USER_NAME = edgex-jenkins 21:40:33 # $SEMVER_BRANCH = master 21:40:33 # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver 21:40:33 1.3.1-dev.6 [Pipeline] } 21:40:33 $ docker exec --env ******** --env ******** 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db ssh-agent -k 21:40:33 unset SSH_AUTH_SOCK; 21:40:33 unset SSH_AGENT_PID; 21:40:33 echo Agent pid 16 killed; 21:40:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:34 + git semver [Pipeline] } 21:40:34 $ docker stop --time=1 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db 21:40:35 $ docker rm -f 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:36 . [Pipeline] withDockerContainer 21:40:36 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:40:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:40:37 $ docker top 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:37 [ssh-agent] Looking for ssh-agent implementation... 21:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:37 $ docker exec 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a ssh-agent 21:40:38 SSH_AUTH_SOCK=/tmp/ssh-FTMIZprZ0JNe/agent.11 21:40:38 SSH_AGENT_PID=16 21:40:38 Running ssh-add (command line suppressed) 21:40:38 Identity added: /w/workspace/edgex-go/229@tmp/private_key_7543456445456240537.key (/w/workspace/edgex-go/229@tmp/private_key_7543456445456240537.key) 21:40:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:38 + git semver push 21:40:38 # -> Open(): unable to determine branch for HEAD 21:40:38 # $GIT_DIR = /w/workspace/edgex-go/229/.git 21:40:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/229 21:40:38 # $SEMVER_REMOTE_NAME = origin 21:40:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:38 # $SEMVER_USER_NAME = edgex-jenkins 21:40:38 # $SEMVER_BRANCH = master 21:40:38 # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [Pipeline] } 21:40:49 $ docker exec --env ******** --env ******** 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a ssh-agent -k 21:40:49 unset SSH_AUTH_SOCK; 21:40:49 unset SSH_AGENT_PID; 21:40:49 echo Agent pid 16 killed; 21:40:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:49 + git semver [Pipeline] } 21:40:49 $ docker stop --time=1 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a 21:40:51 $ docker rm -f 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a [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 21:40:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:40:53 ---> package-listing.sh 21:40:53 ++ facter osfamily 21:40:53 ++ tr '[:upper:]' '[:lower:]' 21:40:53 + OS_FAMILY=redhat 21:40:53 + workspace=/w/workspace/edgex-go/229 21:40:53 + START_PACKAGES=/tmp/packages_start.txt 21:40:53 + END_PACKAGES=/tmp/packages_end.txt 21:40:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:40:53 + PACKAGES=/tmp/packages_start.txt 21:40:53 + '[' /w/workspace/edgex-go/229 ']' 21:40:53 + PACKAGES=/tmp/packages_end.txt 21:40:53 + case "${OS_FAMILY}" in 21:40:53 + rpm -qa 21:40:53 + sort 21:40:57 + '[' -f /tmp/packages_start.txt ']' 21:40:57 + '[' -f /tmp/packages_end.txt ']' 21:40:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:40:57 + '[' /w/workspace/edgex-go/229 ']' 21:40:57 + mkdir -p /w/workspace/edgex-go/229/archives/ 21:40:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/229/archives/ [Pipeline] echo 21:40:57 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/229/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:40:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:40:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:58 21:40:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:40:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:40:58 alpine: Pulling from edgex-lftools-log-publisher 21:40:58 df20fa9351a1: Already exists 21:40:58 36b3adc4ff6f: Pulling fs layer 21:40:58 8ad3a11d3b57: Pulling fs layer 21:40:58 46f8f816bc3b: Pulling fs layer 21:40:58 93b61091891f: Pulling fs layer 21:40:58 93b9cdb0e59b: Pulling fs layer 21:40:58 5e14af77c1be: Pulling fs layer 21:40:58 01666e4c0597: Pulling fs layer 21:40:58 aa168da1d23b: Pulling fs layer 21:40:58 93b61091891f: Waiting 21:40:58 93b9cdb0e59b: Waiting 21:40:58 5e14af77c1be: Waiting 21:40:58 01666e4c0597: Waiting 21:40:58 aa168da1d23b: Waiting 21:40:58 46f8f816bc3b: Verifying Checksum 21:40:58 46f8f816bc3b: Download complete 21:40:58 36b3adc4ff6f: Download complete 21:40:58 93b9cdb0e59b: Verifying Checksum 21:40:58 93b9cdb0e59b: Download complete 21:40:58 5e14af77c1be: Verifying Checksum 21:40:58 5e14af77c1be: Download complete 21:40:58 01666e4c0597: Verifying Checksum 21:40:58 01666e4c0597: Download complete 21:40:58 93b61091891f: Download complete 21:40:59 8ad3a11d3b57: Verifying Checksum 21:40:59 8ad3a11d3b57: Download complete 21:40:59 36b3adc4ff6f: Pull complete 21:41:00 8ad3a11d3b57: Pull complete 21:41:00 46f8f816bc3b: Pull complete 21:41:01 aa168da1d23b: Verifying Checksum 21:41:01 aa168da1d23b: Download complete 21:41:01 93b61091891f: Pull complete 21:41:01 93b9cdb0e59b: Pull complete 21:41:02 5e14af77c1be: Pull complete 21:41:02 01666e4c0597: Pull complete 21:41:08 aa168da1d23b: Pull complete 21:41:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:41:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:41:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:41:09 prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container 21:41:09 $ 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/229/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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:41:12 $ docker top 145db50036fb17e11abc489200c9283b8759a2913087afcdeeb728aab3d4b322 -eo pid,comm [Pipeline] { [Pipeline] sh 21:41:12 + touch /tmp/pre-build-complete [Pipeline] sh 21:41:12 + mkdir -p /var/log/sa [Pipeline] sh 21:41:13 + ls /var/log/sa-host 21:41:13 + sadf -c /var/log/sa-host/sa05 21:41:13 file_magic: OK 21:41:13 HZ: Using current value: 100 21:41:13 file_header: OK 21:41:13 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 21:41:13 Statistics: 21:41:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:41:13 File successfully converted to sysstat format version 12.2.1 21:41:13 + sadf -c /var/log/sa-host/sa21 21:41:13 file_magic: OK 21:41:13 HZ: Using current value: 100 21:41:13 file_header: OK 21:41:13 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 21:41:13 Statistics: 21:41:13 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... 21:41:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:41:13 provisioning config files... 21:41:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/229@tmp/config5858871326989859829tmp [Pipeline] { [Pipeline] echo 21:41:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:41:14 ---> create-netrc.sh [Pipeline] } 21:41:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:41:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:41:14 ---> python-tools-install.sh [Pipeline] echo 21:41:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:41:15 ---> sudo-logs.sh 21:41:15 Archiving 'sudo' log.. [Pipeline] echo 21:41:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:41:15 ---> job-cost.sh 21:41:15 lf-activate-venv: SKIPPING 21:41:15 INFO: No Stack... 21:41:16 INFO: Retrieving Pricing Info for: v1-standard-2 21:41:16 INFO: Archiving Costs [Pipeline] echo 21:41:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:41:17 ---> logs-deploy.sh 21:41:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/229 21:41:17 INFO: archiving workspace using pattern(s): 21:41:18 Archives upload complete. 21:41:18 INFO: archiving logs to Nexus 21:41:19 ---> uname -a: 21:41:19 Linux prd-centos7-docker-4c-2g-13089.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:41:19 21:41:19 21:41:19 ---> lscpu: 21:41:19 Architecture: x86_64 21:41:19 CPU op-mode(s): 32-bit, 64-bit 21:41:19 Byte Order: Little Endian 21:41:19 Address sizes: 40 bits physical, 48 bits virtual 21:41:19 CPU(s): 4 21:41:19 On-line CPU(s) list: 0-3 21:41:19 Thread(s) per core: 1 21:41:19 Core(s) per socket: 1 21:41:19 Socket(s): 4 21:41:19 NUMA node(s): 1 21:41:19 Vendor ID: GenuineIntel 21:41:19 CPU family: 6 21:41:19 Model: 44 21:41:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:41:19 Stepping: 1 21:41:19 CPU MHz: 2933.438 21:41:19 BogoMIPS: 5866.87 21:41:19 Virtualization: VT-x 21:41:19 Hypervisor vendor: KVM 21:41:19 Virtualization type: full 21:41:19 L1d cache: 128 KiB 21:41:19 L1i cache: 128 KiB 21:41:19 L2 cache: 16 MiB 21:41:19 L3 cache: 64 MiB 21:41:19 NUMA node0 CPU(s): 0-3 21:41:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:41:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:41:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:41:19 Vulnerability Meltdown: Mitigation; PTI 21:41:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:41:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:41:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:41:19 Vulnerability Tsx async abort: Not affected 21:41:19 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 21:41:19 21:41:19 21:41:19 ---> nproc: 21:41:19 4 21:41:19 21:41:19 21:41:19 ---> df -h: 21:41:19 Filesystem Size Used Available Use% Mounted on 21:41:19 overlay 50.0G 13.6G 36.4G 27% / 21:41:19 tmpfs 64.0M 0 64.0M 0% /dev 21:41:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:41:19 shm 64.0M 0 64.0M 0% /dev/shm 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/229 21:41:19 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/229@tmp 21:41:19 21:41:19 21:41:19 ---> free -m: 21:41:19 total used free shared buff/cache available 21:41:19 Mem: 1837 762 138 0 936 1043 21:41:19 Swap: 1023 82 941 21:41:19 21:41:19 21:41:19 ---> ip addr: 21:41:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:41:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:41:19 inet 127.0.0.1/8 scope host lo 21:41:19 valid_lft forever preferred_lft forever 21:41:19 inet6 ::1/128 scope host 21:41:19 valid_lft forever preferred_lft forever 21:41:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:41:19 link/ether fa:16:3e:28:60:c2 brd ff:ff:ff:ff:ff:ff 21:41:19 inet 10.30.122.184/23 brd 10.30.123.255 scope global dynamic eth0 21:41:19 valid_lft 85140sec preferred_lft 85140sec 21:41:19 inet6 fe80::f816:3eff:fe28:60c2/64 scope link 21:41:19 valid_lft forever preferred_lft forever 21:41:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:41:19 link/ether 02:42:1f:ae:2c:a6 brd ff:ff:ff:ff:ff:ff 21:41:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:41:19 valid_lft forever preferred_lft forever 21:41:19 inet6 fe80::42:1fff:feae:2ca6/64 scope link 21:41:19 valid_lft forever preferred_lft forever 21:41:19 21:41:19 21:41:19 ---> sar -b -r -n DEV: 21:41:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/21/20 _x86_64_ (4 CPU) 21:41:19 21:41:19 21:20:01 LINUX RESTART (4 CPU) 21:41:19 21:41:19 21:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:41:19 21:22:01 131.05 56.58 74.47 0.00 8095.32 29668.30 0.00 21:41:19 21:23:01 315.35 115.75 199.60 0.00 5066.53 52866.55 0.00 21:41:19 21:24:01 185.18 87.82 97.36 0.00 3715.04 10187.12 0.00 21:41:19 21:25:01 141.08 49.82 91.26 0.00 3328.72 20622.61 0.00 21:41:19 21:26:02 1618.59 1311.05 307.54 0.00 123121.68 187109.36 0.00 21:41:19 21:27:01 2077.29 1790.54 286.75 0.00 122463.42 134433.89 0.00 21:41:19 21:28:02 1269.42 913.13 356.29 0.00 106456.94 134094.35 0.00 21:41:19 21:29:02 2099.67 1764.64 335.03 0.00 114449.78 125856.16 0.00 21:41:19 21:30:01 1452.95 1113.13 339.81 0.00 54547.85 75217.20 0.00 21:41:19 21:31:01 95.99 30.49 65.50 0.00 6300.53 2782.74 0.00 21:41:19 21:32:01 13.05 6.43 6.63 0.00 361.51 143.86 0.00 21:41:19 21:33:01 0.43 0.03 0.40 0.00 0.80 6.11 0.00 21:41:19 21:34:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 21:41:19 21:35:01 2.16 1.90 0.27 0.00 66.07 3.78 0.00 21:41:19 21:36:01 0.80 0.05 0.75 0.00 1.33 15.10 0.00 21:41:19 21:37:02 154.70 59.68 95.02 0.00 2390.87 25124.76 0.00 21:41:19 21:38:01 275.62 138.96 136.66 0.00 7865.20 12844.75 0.00 21:41:19 21:39:01 133.06 5.94 127.11 0.00 262.32 1427.66 0.00 21:41:19 21:40:01 111.11 13.06 98.05 0.00 2360.07 15580.90 0.00 21:41:19 21:41:01 230.47 128.89 101.58 0.00 10223.33 20016.96 0.00 21:41:19 Average: 514.40 378.50 135.90 0.00 28540.79 42417.44 0.00 21:41:19 21:41:19 21:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:41:19 21:22:01 65956 0 609604 32.40 2620 1203376 1324684 45.21 692664 951392 98808 21:41:19 21:23:01 221828 0 726880 38.63 1500 931348 1658584 56.60 597500 821016 1256 21:41:19 21:24:01 333548 0 772688 41.07 640 774680 1587924 54.19 600796 701332 38304 21:41:19 21:25:01 67320 0 755648 40.16 412 1058176 1537068 52.46 680808 892316 76528 21:41:19 21:26:02 73732 0 747304 39.72 8 1060512 1826352 62.33 723600 910024 3844 21:41:19 21:27:01 141500 0 1105256 58.74 8 634792 2988072 101.98 813532 707988 3808 21:41:19 21:28:02 90468 0 723932 38.48 8 1067148 1978364 67.52 707636 895304 88764 21:41:19 21:29:02 52468 0 645036 34.28 8 1184044 1572480 53.67 597184 1035580 66756 21:41:19 21:30:01 389628 0 664124 35.30 8 827796 1497488 51.11 559128 726640 564 21:41:19 21:31:01 282000 0 621664 33.04 8 977884 1406360 48.00 554628 841472 28 21:41:19 21:32:01 304372 0 588520 31.28 8 988656 1202352 41.03 582192 793736 8 21:41:19 21:33:01 308908 0 583980 31.04 8 988660 1167280 39.84 579220 793000 8 21:41:19 21:34:01 309308 0 583564 31.01 8 988676 1167280 39.84 579228 793008 8 21:41:19 21:35:01 307240 0 584256 31.05 8 990052 1167480 39.84 580460 793552 20 21:41:19 21:36:01 307124 0 584368 31.06 8 990056 1167408 39.84 580368 793548 8 21:41:19 21:37:02 172092 0 700876 37.25 8 1008580 1601056 54.64 676852 785928 106120 21:41:19 21:38:01 418636 0 634172 33.70 8 828740 1182404 40.35 584108 627468 28 21:41:19 21:39:01 257664 0 788640 41.91 8 835244 2113760 72.14 705776 637408 28 21:41:19 21:40:01 100996 0 730764 38.84 8 1049788 1601796 54.67 661388 828020 78340 21:41:19 21:41:01 79212 0 738028 39.22 8 1064308 1372244 46.83 628212 838660 88156 21:41:19 Average: 214200 0 694465 36.91 265 972626 1556022 53.10 634264 808370 32569 21:41:19 21:41:19 21:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:41:19 21:22:01 eth0 1186.95 1243.37 5834.65 151.65 0.00 0.00 0.00 0.00 21:41:19 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:22:01 docker0 851.74 694.57 68.98 2664.52 0.00 0.00 0.00 0.00 21:41:19 21:23:01 vethdfd8235 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:41:19 21:23:01 eth0 511.18 381.25 2911.37 43.13 0.00 0.00 0.00 0.00 21:41:19 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:23:01 docker0 112.96 158.68 8.22 827.69 0.00 0.00 0.00 0.00 21:41:19 21:24:01 vethdfd8235 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:24:01 eth0 34.13 23.53 21.04 75.99 0.00 0.00 0.00 0.00 21:41:19 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:25:01 eth0 183.98 156.57 1691.86 23.51 0.00 0.00 0.00 0.00 21:41:19 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:26:02 veth0d5a9cc 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 21:41:19 21:26:02 eth0 85.43 64.80 178.98 71.27 0.00 0.00 0.00 0.00 21:41:19 21:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:26:02 docker0 17.12 22.94 0.96 145.39 0.00 0.00 0.00 0.00 21:41:19 21:27:01 veth0d5a9cc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:27:01 vethdad7c5b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:41:19 21:27:01 eth0 19.16 9.56 15.49 8.14 0.00 0.00 0.00 0.00 21:41:19 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:28:02 veth4715958 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:28:02 vethef84517 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:28:02 veth0d5a9cc 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 21:41:19 21:28:02 eth0 106.09 73.61 259.35 98.85 0.00 0.00 0.00 0.00 21:41:19 21:29:02 veth0d5a9cc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:29:02 eth0 40.45 20.84 59.09 15.77 0.00 0.00 0.00 0.00 21:41:19 21:29:02 vethadd60f1 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:41:19 21:29:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:41:19 21:30:01 vethbc0e2bc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:30:01 veth0d5a9cc 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:30:01 eth0 114.80 64.91 416.76 85.45 0.00 0.00 0.00 0.00 21:41:19 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:31:01 eth0 353.21 328.58 234.34 1131.64 0.00 0.00 0.00 0.00 21:41:19 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:31:01 docker0 1035.17 977.11 81.36 4275.95 0.00 0.00 0.00 0.00 21:41:19 21:32:01 eth0 128.49 129.14 57.20 605.55 0.00 0.00 0.00 0.00 21:41:19 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:41:19 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:34:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:41:19 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:35:01 eth0 0.93 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:41:19 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:36:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 21:41:19 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:37:02 eth0 422.84 373.78 4007.47 32.81 0.00 0.00 0.00 0.00 21:41:19 21:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:38:01 eth0 124.73 110.03 290.80 102.92 0.00 0.00 0.00 0.00 21:41:19 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:38:01 docker0 35.97 34.28 3.52 228.60 0.00 0.00 0.00 0.00 21:41:19 21:39:01 vethd0ebe0e 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:41:19 21:39:01 eth0 92.31 69.24 86.66 60.53 0.00 0.00 0.00 0.00 21:41:19 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:39:01 docker0 2.28 2.15 0.47 0.92 0.00 0.00 0.00 0.00 21:41:19 21:40:01 eth0 440.87 388.40 3249.26 122.55 0.00 0.00 0.00 0.00 21:41:19 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:40:01 docker0 1.35 1.28 0.29 0.55 0.00 0.00 0.00 0.00 21:41:19 21:41:01 eth0 309.09 225.45 2366.61 91.35 0.00 0.00 0.00 0.00 21:41:19 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 21:41:01 docker0 29.52 37.91 2.05 186.37 0.00 0.00 0.00 0.00 21:41:19 Average: eth0 208.03 183.45 1086.40 136.15 0.00 0.00 0.00 0.00 21:41:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:41:19 Average: docker0 55.25 52.67 4.39 234.70 0.00 0.00 0.00 0.00 21:41:19 21:41:19 21:41:19 ---> sar -P ALL: 21:41:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/21/20 _x86_64_ (4 CPU) 21:41:20 21:41:20 21:20:01 LINUX RESTART (4 CPU) 21:41:20 21:41:20 21:21:01 CPU %user %nice %system %iowait %steal %idle 21:41:20 21:22:01 all 13.94 0.00 7.13 2.00 0.03 76.90 21:41:20 21:22:01 0 9.55 0.00 7.72 0.84 0.03 81.86 21:41:20 21:22:01 1 15.91 0.00 6.72 2.29 0.03 75.05 21:41:20 21:22:01 2 14.60 0.00 7.23 1.27 0.03 76.87 21:41:20 21:22:01 3 15.67 0.00 6.85 3.60 0.03 73.85 21:41:20 21:23:01 all 12.34 0.00 9.57 5.31 0.05 72.73 21:41:20 21:23:01 0 12.37 0.00 10.85 6.37 0.03 70.37 21:41:20 21:23:01 1 12.53 0.00 8.48 4.97 0.05 73.97 21:41:20 21:23:01 2 12.60 0.00 9.26 5.29 0.07 72.79 21:41:20 21:23:01 3 11.86 0.00 9.69 4.60 0.05 73.80 21:41:20 21:24:01 all 61.38 0.00 12.61 4.97 0.04 21.00 21:41:20 21:24:01 0 57.59 0.00 12.90 6.75 0.05 22.71 21:41:20 21:24:01 1 67.93 0.00 12.90 4.88 0.03 14.25 21:41:20 21:24:01 2 58.65 0.00 13.22 3.33 0.03 24.77 21:41:20 21:24:01 3 61.40 0.00 11.42 4.90 0.05 22.23 21:41:20 21:25:01 all 42.39 0.00 13.47 2.62 0.03 41.49 21:41:20 21:25:01 0 40.82 0.00 13.20 0.80 0.03 45.15 21:41:20 21:25:01 1 41.79 0.00 13.61 3.32 0.03 41.24 21:41:20 21:25:01 2 44.33 0.00 13.12 3.57 0.03 38.94 21:41:20 21:25:01 3 42.61 0.00 13.94 2.77 0.03 40.64 21:41:20 21:26:02 all 21.19 0.00 25.77 12.92 0.07 40.05 21:41:20 21:26:02 0 19.98 0.00 25.36 11.47 0.09 43.10 21:41:20 21:26:02 1 19.47 0.00 26.55 16.73 0.07 37.18 21:41:20 21:26:02 2 22.50 0.00 25.47 11.64 0.09 40.30 21:41:20 21:26:02 3 22.82 0.00 25.70 11.83 0.05 39.60 21:41:20 21:27:01 all 46.63 0.00 22.10 19.94 0.05 11.27 21:41:20 21:27:01 0 46.70 0.00 22.16 17.57 0.05 13.52 21:41:20 21:27:01 1 45.82 0.00 22.20 23.93 0.03 8.01 21:41:20 21:27:01 2 46.60 0.00 22.05 20.51 0.07 10.77 21:41:20 21:27:01 3 47.43 0.00 22.01 17.72 0.05 12.79 21:41:20 21:28:02 all 31.17 0.00 22.24 23.13 0.05 23.41 21:41:20 21:28:02 0 31.84 0.00 20.99 24.36 0.05 22.76 21:41:20 21:28:02 1 30.59 0.00 22.56 20.86 0.05 25.94 21:41:20 21:28:02 2 29.90 0.00 23.44 23.52 0.03 23.11 21:41:20 21:28:02 3 32.36 0.00 21.96 23.78 0.07 21.84 21:41:20 21:29:02 all 44.64 0.00 23.31 24.90 0.05 7.11 21:41:20 21:29:02 0 43.18 0.00 23.63 25.97 0.07 7.15 21:41:20 21:29:02 1 44.41 0.00 21.75 26.20 0.05 7.58 21:41:20 21:29:02 2 44.17 0.00 25.13 23.41 0.05 7.23 21:41:20 21:29:02 3 46.79 0.00 22.71 24.03 0.02 6.46 21:41:20 21:30:01 all 29.78 0.00 19.37 27.22 0.04 23.58 21:41:20 21:30:01 0 29.75 0.00 18.95 23.88 0.05 27.36 21:41:20 21:30:01 1 30.56 0.00 18.21 28.94 0.02 22.26 21:41:20 21:30:01 2 30.46 0.00 20.30 27.94 0.03 21.26 21:41:20 21:30:01 3 28.34 0.00 20.05 28.13 0.05 23.43 21:41:20 21:31:01 all 10.54 0.00 4.90 3.41 0.03 81.12 21:41:20 21:31:01 0 11.47 0.00 4.97 0.93 0.03 82.59 21:41:20 21:31:01 1 10.04 0.00 5.33 4.39 0.03 80.21 21:41:20 21:31:01 2 10.94 0.00 4.52 4.74 0.02 79.77 21:41:20 21:31:01 3 9.73 0.00 4.79 3.57 0.02 81.90 21:41:20 21:32:01 all 3.65 0.00 1.15 0.04 0.02 95.14 21:41:20 21:32:01 0 3.60 0.00 1.34 0.02 0.03 95.01 21:41:20 21:32:01 1 3.84 0.00 1.00 0.05 0.00 95.10 21:41:20 21:32:01 2 3.54 0.00 1.24 0.08 0.02 95.12 21:41:20 21:32:01 3 3.63 0.00 1.04 0.00 0.02 95.31 21:41:20 21:41:20 21:32:01 CPU %user %nice %system %iowait %steal %idle 21:41:20 21:33:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:41:20 21:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:41:20 21:33:01 1 0.55 0.00 0.02 0.00 0.00 99.43 21:41:20 21:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:41:20 21:33:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:41:20 21:34:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:41:20 21:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:41:20 21:34:01 1 0.50 0.00 0.02 0.00 0.00 99.48 21:41:20 21:34:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:41:20 21:34:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:41:20 21:35:01 all 0.18 0.00 0.05 0.03 0.00 99.73 21:41:20 21:35:01 0 0.08 0.00 0.07 0.10 0.00 99.75 21:41:20 21:35:01 1 0.52 0.00 0.03 0.00 0.02 99.43 21:41:20 21:35:01 2 0.08 0.00 0.07 0.00 0.00 99.85 21:41:20 21:35:01 3 0.05 0.00 0.03 0.02 0.00 99.90 21:41:20 21:36:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:41:20 21:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:41:20 21:36:01 1 0.38 0.00 0.02 0.00 0.00 99.60 21:41:20 21:36:01 2 0.20 0.00 0.05 0.00 0.00 99.75 21:41:20 21:36:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:41:20 21:37:02 all 7.15 0.00 5.34 5.36 0.01 82.14 21:41:20 21:37:02 0 6.95 0.00 5.33 6.61 0.02 81.09 21:41:20 21:37:02 1 6.44 0.00 4.44 4.90 0.00 84.22 21:41:20 21:37:02 2 7.82 0.00 6.49 4.85 0.02 80.82 21:41:20 21:37:02 3 7.38 0.00 5.10 5.10 0.02 82.41 21:41:20 21:38:01 all 10.13 0.00 8.74 6.09 0.03 75.00 21:41:20 21:38:01 0 8.76 0.00 9.11 6.01 0.03 76.09 21:41:20 21:38:01 1 10.58 0.00 8.92 5.38 0.05 75.08 21:41:20 21:38:01 2 11.47 0.00 8.43 8.31 0.02 71.76 21:41:20 21:38:01 3 9.72 0.00 8.51 4.66 0.03 77.07 21:41:20 21:39:01 all 11.08 0.00 9.70 3.45 0.04 75.73 21:41:20 21:39:01 0 12.55 0.00 10.22 4.27 0.05 72.91 21:41:20 21:39:01 1 10.02 0.00 9.85 2.90 0.03 77.19 21:41:20 21:39:01 2 11.01 0.00 9.48 3.13 0.07 76.31 21:41:20 21:39:01 3 10.75 0.00 9.25 3.49 0.02 76.50 21:41:20 21:40:01 all 9.30 0.00 7.97 1.61 0.04 81.08 21:41:20 21:40:01 0 9.96 0.00 9.06 2.40 0.03 78.55 21:41:20 21:40:01 1 9.86 0.00 7.74 1.32 0.05 81.03 21:41:20 21:40:01 2 8.34 0.00 7.42 1.54 0.05 82.64 21:41:20 21:40:01 3 9.04 0.00 7.68 1.17 0.03 82.07 21:41:20 21:41:01 all 10.04 0.00 7.82 4.87 0.03 77.24 21:41:20 21:41:01 0 8.63 0.00 8.19 4.56 0.03 78.58 21:41:20 21:41:01 1 10.33 0.00 7.85 5.48 0.02 76.33 21:41:20 21:41:01 2 11.13 0.00 8.32 5.18 0.03 75.33 21:41:20 21:41:01 3 10.08 0.00 6.90 4.25 0.03 78.74 21:41:20 Average: all 18.13 0.00 9.96 7.29 0.03 64.59 21:41:20 Average: 0 17.54 0.00 10.10 7.06 0.03 65.26 21:41:20 Average: 1 18.42 0.00 9.81 7.72 0.03 64.02 21:41:20 Average: 2 18.24 0.00 10.16 7.31 0.03 64.25 21:41:20 Average: 3 18.31 0.00 9.76 7.06 0.03 64.84 21:41:20 21:41:20 21:41:20