Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 304d320492d37461b40de67c95ae73491c8494ce Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23993 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/328 [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/328 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 304d320492d37461b40de67c95ae73491c8494ce (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 Commit message: "feat(scheduler): Implement POST /interval V2 API (#3022)" > git rev-list --no-walk df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:19:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:19:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:19:33 ========================================================= 20:19:33 EdgeX Global Pipelines Version Info 20:19:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:19:34 ------------------- 20:19:34 stable info: 20:19:34 ------------------- 20:19:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:19:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:19:34 Message: update stable to v1.0.179 20:19:35 ------------------- 20:19:35 experimental info: 20:19:35 ------------------- 20:19:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:19:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:19:35 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:19:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:19:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:19:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:19:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:19:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:19:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 304d320492d37461b40de67c95ae73491c8494ce [Pipeline] echo 20:19:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 304d320 [Pipeline] echo 20:19:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:19:38 provisioning config files... 20:19:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config1889957066030580053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:38 ---> docker-login.sh 20:19:38 nexus3.edgexfoundry.org:10001 20:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:39 Configure a credential helper to remove this warning. See 20:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:39 20:19:39 Login Succeeded 20:19:39 nexus3.edgexfoundry.org:10002 20:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:39 Configure a credential helper to remove this warning. See 20:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:39 20:19:39 Login Succeeded 20:19:39 nexus3.edgexfoundry.org:10003 20:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:39 Configure a credential helper to remove this warning. See 20:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:39 20:19:39 Login Succeeded 20:19:39 nexus3.edgexfoundry.org:10004 20:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:39 Configure a credential helper to remove this warning. See 20:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:39 20:19:39 Login Succeeded 20:19:39 docker.io 20:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:40 Configure a credential helper to remove this warning. See 20:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:40 20:19:40 Login Succeeded 20:19:40 ---> docker-login.sh ends [Pipeline] } 20:19:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:19:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/core-command/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo core-command,cmd/core-command/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/core-data/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo core-data,cmd/core-data/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/core-metadata/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo core-metadata,cmd/core-metadata/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/security-bootstrapper/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/security-proxy-setup/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/support-notifications/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo support-notifications,cmd/support-notifications/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/support-scheduler/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:19:41 + for file in '`ls cmd/**/Dockerfile`' 20:19:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:19:41 ++ cut -d/ -f2 20:19:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:19:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:19:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:42 20:19:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:19:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:43 latest: Pulling from edgex-devops/git-semver 20:19:43 31603596830f: Pulling fs layer 20:19:43 2a8b12db71e7: Pulling fs layer 20:19:43 6ca5941a6612: Pulling fs layer 20:19:43 ecc8261a40a4: Pulling fs layer 20:19:43 ecc8261a40a4: Waiting 20:19:43 2a8b12db71e7: Download complete 20:19:43 31603596830f: Verifying Checksum 20:19:43 31603596830f: Download complete 20:19:43 ecc8261a40a4: Verifying Checksum 20:19:43 ecc8261a40a4: Download complete 20:19:43 6ca5941a6612: Verifying Checksum 20:19:43 6ca5941a6612: Download complete 20:19:43 31603596830f: Pull complete 20:19:43 2a8b12db71e7: Pull complete 20:19:44 6ca5941a6612: Pull complete 20:19:44 ecc8261a40a4: Pull complete 20:19:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:19:45 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:19:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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 20:19:48 $ docker top dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:19:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:48 [ssh-agent] Looking for ssh-agent implementation... 20:19:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:48 $ docker exec dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent 20:19:48 SSH_AUTH_SOCK=/tmp/ssh-Srff1itCFH7B/agent.12 20:19:48 SSH_AGENT_PID=18 20:19:48 Running ssh-add (command line suppressed) 20:19:48 Identity added: /w/workspace/edgex-go/328@tmp/private_key_2416668281198171715.key (/w/workspace/edgex-go/328@tmp/private_key_2416668281198171715.key) 20:19:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:49 + git tag --points-at HEAD [Pipeline] } 20:19:49 $ docker exec --env ******** --env ******** dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent -k 20:19:49 unset SSH_AUTH_SOCK; 20:19:49 unset SSH_AGENT_PID; 20:19:49 echo Agent pid 18 killed; 20:19:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:19:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:49 [ssh-agent] Looking for ssh-agent implementation... 20:19:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:49 $ docker exec dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent 20:19:50 SSH_AUTH_SOCK=/tmp/ssh-KqPqgpgPFp0M/agent.46 20:19:50 SSH_AGENT_PID=51 20:19:50 Running ssh-add (command line suppressed) 20:19:50 Identity added: /w/workspace/edgex-go/328@tmp/private_key_6804700817593639127.key (/w/workspace/edgex-go/328@tmp/private_key_6804700817593639127.key) 20:19:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:50 + git semver init 20:19:50 # -> Open(): unable to determine branch for HEAD 20:19:50 # $GIT_DIR = /w/workspace/edgex-go/328/.git 20:19:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/328 20:19:50 # $SEMVER_REMOTE_NAME = origin 20:19:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:19:50 # $SEMVER_USER_NAME = edgex-jenkins 20:19:50 # $SEMVER_BRANCH = master 20:19:50 # $SEMVER_TEMP = /tmp/semver-991590487 20:19:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:20:12 # '/tmp/semver-991590487' -> '/w/workspace/edgex-go/328/.semver' 20:20:12 # -> Force: false 20:20:12 # $SEMVER_DIR = /w/workspace/edgex-go/328/.semver [Pipeline] } 20:20:12 $ docker exec --env ******** --env ******** dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent -k 20:20:12 unset SSH_AUTH_SOCK; 20:20:12 unset SSH_AGENT_PID; 20:20:12 echo Agent pid 51 killed; 20:20:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:20:13 + git semver [Pipeline] } 20:20:13 $ docker stop --time=1 dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 20:20:15 $ docker rm -f dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 [Pipeline] // withDockerContainer [Pipeline] sh 20:20:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:20:16 Stashed 1 file(s) [Pipeline] echo 20:20:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.65 [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 20:20:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:20:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:20:17 + sudo service docker restart 20:20:17 + true 20:20:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:20:18 ========================================================= 20:20:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:20:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:20:18 + 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 . 20:20:22 Sending build context to Docker daemon 327.2MB 20:20:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:20:22 Step 2/6 : FROM ${BASE} 20:20:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:20:22 188c0c94c7c5: Pulling fs layer 20:20:22 0ef7d3d256c8: Pulling fs layer 20:20:22 de9db76c5a1d: Pulling fs layer 20:20:22 bca2f99d35d6: Pulling fs layer 20:20:22 93359f2a8cfa: Pulling fs layer 20:20:22 7c6f9722023f: Pulling fs layer 20:20:22 a35cf1a2eb13: Pulling fs layer 20:20:22 a35cf1a2eb13: Waiting 20:20:22 93359f2a8cfa: Waiting 20:20:22 7c6f9722023f: Waiting 20:20:22 bca2f99d35d6: Waiting 20:20:23 de9db76c5a1d: Verifying Checksum 20:20:23 de9db76c5a1d: Download complete 20:20:23 0ef7d3d256c8: Download complete 20:20:23 93359f2a8cfa: Verifying Checksum 20:20:23 93359f2a8cfa: Download complete 20:20:23 188c0c94c7c5: Verifying Checksum 20:20:23 188c0c94c7c5: Download complete 20:20:23 7c6f9722023f: Verifying Checksum 20:20:23 7c6f9722023f: Download complete 20:20:23 188c0c94c7c5: Pull complete 20:20:23 0ef7d3d256c8: Pull complete 20:20:23 de9db76c5a1d: Pull complete 20:20:25 a35cf1a2eb13: Verifying Checksum 20:20:25 a35cf1a2eb13: Download complete 20:20:25 bca2f99d35d6: Verifying Checksum 20:20:25 bca2f99d35d6: Download complete 20:20:31 bca2f99d35d6: Pull complete 20:20:31 93359f2a8cfa: Pull complete 20:20:31 7c6f9722023f: Pull complete 20:20:31 Still waiting to schedule task 20:20:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:20:36 a35cf1a2eb13: Pull complete 20:20:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:20:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:20:36 ---> a62c8e92a672 20:20:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:20:36 ---> Running in e164ca7a640d 20:20:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:38 (1/12) Installing libmagic (5.38-r0) 20:20:38 (2/12) Installing file (5.38-r0) 20:20:38 (3/12) Installing libc-dev (0.7.2-r3) 20:20:38 (4/12) Installing g++ (9.3.0-r2) 20:20:47 (5/12) Installing fortify-headers (1.1-r0) 20:20:47 (6/12) Installing patch (2.7.6-r6) 20:20:47 (7/12) Installing build-base (0.5-r2) 20:20:47 (8/12) Installing libsodium (1.0.18-r0) 20:20:47 (9/12) Installing pkgconf (1.7.2-r0) 20:20:47 (10/12) Installing libsodium-dev (1.0.18-r0) 20:20:47 (11/12) Installing libzmq (4.3.3-r0) 20:20:47 (12/12) Installing zeromq-dev (4.3.3-r0) 20:20:47 Executing busybox-1.31.1-r19.trigger 20:20:47 OK: 233 MiB in 51 packages 20:20:50 Removing intermediate container e164ca7a640d 20:20:50 ---> 71506c0be1f0 20:20:50 Step 4/6 : WORKDIR /edgex-go 20:20:50 ---> Running in 6d7797cce2a2 20:20:50 Removing intermediate container 6d7797cce2a2 20:20:50 ---> 663fe03d959d 20:20:50 Step 5/6 : COPY go.mod . 20:20:50 ---> 3967d3302f40 20:20:50 Step 6/6 : RUN go mod download 20:20:50 ---> Running in 09bd6c385dc3 20:21:12 Removing intermediate container 09bd6c385dc3 20:21:12 ---> 74aa22604e23 20:21:12 Successfully built 74aa22604e23 20:21:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:21:13 + docker inspect -f . ci-base-image-x86_64 20:21:13 . [Pipeline] withDockerContainer 20:21:13 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:21:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:21:14 $ docker top 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:14 + go version 20:21:14 go version go1.15.5 linux/amd64 [Pipeline] } 20:21:14 $ docker stop --time=1 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 20:21:16 $ docker rm -f 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:21:16 + docker inspect -f . ci-base-image-x86_64 20:21:16 . [Pipeline] withDockerContainer 20:21:17 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:21:17 $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:21:17 $ docker top 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac -eo pid,comm [Pipeline] { [Pipeline] echo 20:21:17 ========================================================= 20:21:17 [edgeXBuildGoParallel] Running Tests and Build... 20:21:17 ========================================================= [Pipeline] sh 20:21:18 + make test 20:21:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:21:28 ? github.com/edgexfoundry/edgex-go [no test files] 20:21:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:21:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:21:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:21:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:21:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:21:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:21:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:21:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:21:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:21:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.0% of statements 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements 20:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.1% of statements 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.3% of statements 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:22:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 43.8% of statements 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 20:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 91.4% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:22:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:22:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:22:21 GO111MODULE=on go vet ./... 20:22:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23996 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:22:25 Running in /w/workspace/edgex-go/328 [Pipeline] { [Pipeline] checkout 20:22:30 using credential edgex-jenkins-ssh 20:22:30 Cloning the remote Git repository 20:22:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:22:30 > git init /w/workspace/edgex-go/328 # timeout=10 20:22:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:22:30 > git --version # timeout=10 20:22:30 > git --version # 'git version 2.17.1' 20:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:22:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:22:48 gofmt -l . 20:22:48 [ "`gofmt -l .`" = "" ] 20:22:48 ./bin/test-go-mod-tidy.sh 20:22:48 ./bin/test-attribution-txt.sh [Pipeline] sh 20:22:48 + ls -al . 20:22:48 total 672 20:22:48 drwxrwxr-x 10 1001 1001 4096 Jan 29 20:22 . 20:22:48 drwxr-xr-x 4 root root 32 Jan 29 20:21 .. 20:22:48 -rw-rw-r-- 1 1001 1001 11 Jan 29 20:19 .dockerignore 20:22:48 drwxrwxr-x 8 1001 1001 162 Jan 29 20:19 .git 20:22:48 drwxrwxr-x 3 1001 1001 125 Jan 29 20:19 .github 20:22:48 -rw-rw-r-- 1 1001 1001 872 Jan 29 20:19 .gitignore 20:22:48 drwx------ 3 1001 1001 45 Jan 29 20:20 .semver 20:22:48 -rw-rw-r-- 1 1001 1001 166 Jan 29 20:19 .sonarcloud.properties 20:22:48 -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:19 Attribution.txt 20:22:48 -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:19 CONTRIBUTING.md 20:22:48 -rw-rw-r-- 1 1001 1001 931 Jan 29 20:19 Dockerfile.build 20:22:48 -rw-rw-r-- 1 1001 1001 863 Jan 29 20:19 Jenkinsfile 20:22:48 -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:19 LICENSE 20:22:48 -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:19 Makefile 20:22:48 -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:19 README.md 20:22:48 -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:19 SECURITY.md 20:22:48 -rw-rw-r-- 1 1001 1001 12 Jan 29 20:20 VERSION 20:22:48 -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:19 ZMQWindows.md 20:22:48 drwxrwxr-x 2 1001 1001 117 Jan 29 20:19 bin 20:22:48 drwxrwxr-x 15 1001 1001 4096 Jan 29 20:19 cmd 20:22:48 -rw-r--r-- 1 root root 568476 Jan 29 20:22 coverage.out 20:22:48 -rw-r--r-- 1 root root 1054 Jan 29 20:22 go.mod 20:22:48 -rw-r--r-- 1 root root 19289 Jan 29 20:22 go.sum 20:22:48 drwxrwxr-x 8 1001 1001 127 Jan 29 20:19 internal 20:22:48 drwxrwxr-x 4 1001 1001 26 Jan 29 20:19 openapi 20:22:48 drwxrwxr-x 4 1001 1001 71 Jan 29 20:19 snap 20:22:48 -rw-rw-r-- 1 1001 1001 168 Jan 29 20:19 version.go [Pipeline] sh 20:22:48 + '[' -e coverage.out ] 20:22:48 + chown 1001:1001 coverage.out [Pipeline] stash 20:22:49 Stashed 1 file(s) [Pipeline] sh 20:22:49 + make build 20:22:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 20:22:52 Checking out Revision 304d320492d37461b40de67c95ae73491c8494ce (master) 20:22:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:22:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:22:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:22:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:22:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:22:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:22:52 > git config core.sparsecheckout # timeout=10 20:22:52 > git checkout -f 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 20:22:57 Commit message: "feat(scheduler): Implement POST /interval V2 API (#3022)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:22:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:22:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:22:59 + sudo service docker+ true 20:22:59 restart 20:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:23:02 provisioning config files... 20:23:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config4966887439412653092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:02 ---> docker-login.sh 20:23:02 nexus3.edgexfoundry.org:10001 20:23:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:04 Configure a credential helper to remove this warning. See 20:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:04 20:23:04 Login Succeeded 20:23:04 nexus3.edgexfoundry.org:10002 20:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:04 Configure a credential helper to remove this warning. See 20:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:04 20:23:04 Login Succeeded 20:23:04 nexus3.edgexfoundry.org:10003 20:23:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:05 Configure a credential helper to remove this warning. See 20:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:05 20:23:05 Login Succeeded 20:23:05 nexus3.edgexfoundry.org:10004 20:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:05 Configure a credential helper to remove this warning. See 20:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:05 20:23:05 Login Succeeded 20:23:05 docker.io 20:23:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:06 Configure a credential helper to remove this warning. See 20:23:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:06 20:23:06 Login Succeeded 20:23:06 ---> docker-login.sh ends [Pipeline] } 20:23:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:23:07 ========================================================= 20:23:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:23:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:23:07 + 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 . 20:23:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:23:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:23:09 Sending build context to Docker daemon 165.9MB 20:23:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:23:09 Step 2/6 : FROM ${BASE} 20:23:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:23:09 5f621e34cdf4: Pulling fs layer 20:23:09 a4357932f1b6: Pulling fs layer 20:23:09 18c013af1878: Pulling fs layer 20:23:09 00ac8860ef70: Pulling fs layer 20:23:09 63d7cb157983: Pulling fs layer 20:23:09 b116817d02f9: Pulling fs layer 20:23:09 745a02a5169b: Pulling fs layer 20:23:09 00ac8860ef70: Waiting 20:23:09 63d7cb157983: Waiting 20:23:09 745a02a5169b: Waiting 20:23:09 b116817d02f9: Waiting 20:23:09 18c013af1878: Verifying Checksum 20:23:09 18c013af1878: Download complete 20:23:09 a4357932f1b6: Verifying Checksum 20:23:09 a4357932f1b6: Download complete 20:23:09 63d7cb157983: Verifying Checksum 20:23:09 63d7cb157983: Download complete 20:23:09 b116817d02f9: Download complete 20:23:09 5f621e34cdf4: Verifying Checksum 20:23:09 5f621e34cdf4: Download complete 20:23:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:23:10 5f621e34cdf4: Pull complete 20:23:11 a4357932f1b6: Pull complete 20:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:23:11 18c013af1878: Pull complete 20:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 20:23:12 745a02a5169b: Verifying Checksum 20:23:12 745a02a5169b: Download complete 20:23:13 00ac8860ef70: Verifying Checksum 20:23:13 00ac8860ef70: Download complete 20:23:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:23:14 $ docker stop --time=1 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac 20:23:16 $ docker rm -f 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:23:20 20:23:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:23:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:23:20 latest: Pulling from edgex-devops/edgex-compose 20:23:20 cbdbe7a5bc2a: Pulling fs layer 20:23:20 ca9280d653b3: Pulling fs layer 20:23:20 7e9c9ca2126c: Pulling fs layer 20:23:20 cbdbe7a5bc2a: Verifying Checksum 20:23:20 cbdbe7a5bc2a: Download complete 20:23:21 cbdbe7a5bc2a: Pull complete 20:23:21 ca9280d653b3: Verifying Checksum 20:23:21 ca9280d653b3: Download complete 20:23:22 ca9280d653b3: Pull complete 20:23:25 00ac8860ef70: Pull complete 20:23:25 63d7cb157983: Pull complete 20:23:25 b116817d02f9: Pull complete 20:23:28 745a02a5169b: Pull complete 20:23:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:23:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:23:28 ---> b7e6874047d6 20:23:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:23:30 7e9c9ca2126c: Pull complete 20:23:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:23:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:23:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:23:30 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:23:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:23:32 ---> Running in d25cb8924f1b 20:23:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:23:33 $ docker top fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:34 + docker-compose build --help 20:23:34 + grep parallel 20:23:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:23:34 (1/12) Installing libmagic (5.38-r0) 20:23:34 (2/12) Installing file (5.38-r0) 20:23:34 --parallel Build images in parallel. [Pipeline] } 20:23:35 $ docker stop --time=1 fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb 20:23:35 (3/12) Installing libc-dev (0.7.2-r3) 20:23:35 (4/12) Installing g++ (9.3.0-r2) 20:23:36 $ docker rm -f fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:23:36 . [Pipeline] withDockerContainer 20:23:37 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:23:37 $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:23:37 $ docker top 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:38 + docker-compose -f ./docker-compose-build.yml build --parallel 20:23:39 Building docker-core-command-go ... 20:23:39 Building docker-core-data-go ... 20:23:39 Building docker-core-metadata-go ... 20:23:39 Building docker-security-bootstrapper-go ... 20:23:39 Building docker-security-proxy-setup-go ... 20:23:39 Building docker-security-secretstore-setup-go ... 20:23:39 Building docker-support-notifications-go ... 20:23:39 Building docker-support-scheduler-go ... 20:23:39 Building docker-sys-mgmt-agent-go ... 20:23:39 Building docker-support-notifications-go 20:23:39 Building docker-support-scheduler-go 20:23:39 Building docker-core-metadata-go 20:23:39 Building docker-security-secretstore-setup-go 20:23:39 Building docker-security-bootstrapper-go 20:23:41 (5/12) Installing fortify-headers (1.1-r0) 20:23:41 (6/12) Installing patch (2.7.6-r6) 20:23:41 (7/12) Installing build-base (0.5-r2) 20:23:41 (8/12) Installing libsodium (1.0.18-r0) 20:23:41 (9/12) Installing pkgconf (1.7.2-r0) 20:23:41 (10/12) Installing libsodium-dev (1.0.18-r0) 20:23:41 (11/12) Installing libzmq (4.3.3-r0) 20:23:41 (12/12) Installing zeromq-dev (4.3.3-r0) 20:23:41 Executing busybox-1.31.1-r19.trigger 20:23:41 OK: 217 MiB in 51 packages 20:23:46 Removing intermediate container d25cb8924f1b 20:23:46 ---> 0037f448f196 20:23:46 Step 4/6 : WORKDIR /edgex-go 20:23:46 ---> Running in ddfb73e165a0 20:23:46 Removing intermediate container ddfb73e165a0 20:23:46 ---> 8722f3793ee8 20:23:46 Step 5/6 : COPY go.mod . 20:23:47 ---> 253c87b0f7b8 20:23:47 Step 6/6 : RUN go mod download 20:23:47 ---> Running in d8f2288e8c8c 20:24:12 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:12 Step 2/34 : FROM ${BUILDER_BASE} AS builder 20:24:12 ---> 74aa22604e23 20:24:12 Step 3/34 : WORKDIR /edgex-go 20:24:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:24:12 ---> 74aa22604e23 20:24:12 Step 3/24 : WORKDIR /edgex-go 20:24:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:12 ---> 74aa22604e23 20:24:12 Step 3/22 : WORKDIR /edgex-go 20:24:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:12 ---> 74aa22604e23 20:24:12 Step 3/22 : WORKDIR /edgex-go 20:24:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:12 ---> 74aa22604e23 20:24:12 Step 3/23 : WORKDIR /edgex-go 20:24:12 ---> Running in 2805f1190817 20:24:12 ---> Running in 6e94977f17fc 20:24:12 ---> Running in ef252ce6fea8 20:24:12 ---> Running in 2a0481b1aea3 20:24:12 ---> Running in 78cde562b31d 20:24:12 Removing intermediate container 2a0481b1aea3 20:24:12 ---> 84c289980a22 20:24:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:12 Removing intermediate container 78cde562b31d 20:24:12 ---> 66ce059b269f 20:24:12 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:12 Removing intermediate container 2805f1190817 20:24:12 ---> 852e8e460035 20:24:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:12 Removing intermediate container ef252ce6fea8 20:24:12 ---> 7b6be73eda69 20:24:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:12 Removing intermediate container 6e94977f17fc 20:24:12 ---> 08bd4ae794c2 20:24:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:12 ---> Running in 604118a20740 20:24:12 ---> Running in e084df10c9fd 20:24:12 ---> Running in 0a565b137ab3 20:24:12 ---> Running in 533e3796941a 20:24:12 ---> Running in 786448cf8d24 20:24:13 Removing intermediate container d8f2288e8c8c 20:24:13 ---> 3db1b37c1b75 20:24:13 Successfully built 3db1b37c1b75 20:24:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:24:14 + docker inspect -f . ci-base-image-arm64 20:24:14 . 20:24:14 Removing intermediate container 0a565b137ab3 20:24:14 ---> eb66d05689a7 20:24:14 Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] withDockerContainer 20:24:14 prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container 20:24:14 ---> Running in 81647599b4c1 20:24:14 Removing intermediate container 604118a20740 20:24:14 ---> 950a75936be8 20:24:14 Step 5/23 : RUN apk add --update --no-cache make git 20:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:24:14 ---> Running in 525fd792ab7e 20:24:14 Removing intermediate container e084df10c9fd 20:24:14 ---> 29c042fc0025 20:24:14 Step 5/34 : RUN apk add --update --no-cache make git 20:24:15 Removing intermediate container 533e3796941a 20:24:15 ---> 74d4b29d1f33 20:24:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:24:15 ---> Running in 507d7d868d98 20:24:15 Removing intermediate container 786448cf8d24 20:24:15 ---> 156e0891bc09 20:24:15 Step 5/22 : RUN apk add --update --no-cache make git 20:24:15 ---> Running in d6ac7f0b2a4b 20:24:15 ---> Running in 19fe75e82fd3 20:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:16 $ docker top 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af -eo pid,comm 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:16 OK: 233 MiB in 51 packages 20:24:16 OK: 233 MiB in 51 packages 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:17 + go version 20:24:17 go version go1.15.5 linux/arm64 [Pipeline] } 20:24:17 $ docker stop --time=1 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af 20:24:17 Removing intermediate container 81647599b4c1 20:24:17 ---> 6215d43332f8 20:24:17 Step 6/24 : COPY go.mod . 20:24:17 OK: 233 MiB in 51 packages 20:24:17 OK: 233 MiB in 51 packages 20:24:17 Removing intermediate container 525fd792ab7e 20:24:17 ---> 61154c369e2d 20:24:17 Step 6/23 : COPY go.mod . 20:24:17 ---> 39c984de03ee 20:24:17 Step 7/24 : RUN go mod download 20:24:17 ---> Running in d1fadda0bbd1 20:24:17 OK: 233 MiB in 51 packages 20:24:17 ---> 6534a2ef529e 20:24:17 Step 7/23 : RUN go mod download 20:24:18 ---> Running in 73f5f7be2ecd 20:24:18 Removing intermediate container 507d7d868d98 20:24:18 ---> 68753586b82f 20:24:18 Step 6/34 : COPY go.mod . 20:24:18 Removing intermediate container 19fe75e82fd3 20:24:18 ---> 169728be79d4 20:24:18 Step 6/22 : COPY go.mod . 20:24:18 ---> e317402a9cf7 20:24:18 Step 7/34 : RUN go mod download 20:24:18 ---> Running in 063e02097e55 20:24:19 $ docker rm -f 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af 20:24:19 ---> 775f14ae1e22 20:24:19 Step 7/22 : RUN go mod download 20:24:19 Removing intermediate container d6ac7f0b2a4b 20:24:19 ---> 2c89eb4ea800 20:24:19 Step 6/22 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } 20:24:19 ---> Running in b197237789af [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 20:24:19 ---> 79e24ccd725b 20:24:19 Step 7/22 : RUN go mod download 20:24:19 ---> Running in 623be61b9bd1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:20 20:24:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:24:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:20 Removing intermediate container d1fadda0bbd1 20:24:20 ---> 9a485b8bd1c2 20:24:20 Step 8/24 : COPY . . 20:24:20 Removing intermediate container 73f5f7be2ecd 20:24:20 ---> bc341c6f67e9 20:24:20 Step 8/23 : COPY . . 20:24:20 latest: Pulling from edgex-devops/edgex-compose-arm64 20:24:20 29e5d40040c1: Pulling fs layer 20:24:20 1ce36da41761: Pulling fs layer 20:24:20 25b303627fd3: Pulling fs layer 20:24:20 Removing intermediate container b197237789af 20:24:20 ---> aa741e25fc4f 20:24:20 Step 8/22 : COPY . . 20:24:21 29e5d40040c1: Verifying Checksum 20:24:21 29e5d40040c1: Download complete 20:24:21 1ce36da41761: Verifying Checksum 20:24:21 1ce36da41761: Download complete 20:24:21 29e5d40040c1: Pull complete 20:24:23 1ce36da41761: Pull complete 20:24:23 25b303627fd3: Verifying Checksum 20:24:23 25b303627fd3: Download complete 20:24:25 Removing intermediate container 063e02097e55 20:24:25 ---> 5d0a02e221c0 20:24:25 Step 8/34 : COPY . . 20:24:28 Removing intermediate container 623be61b9bd1 20:24:28 ---> 8cc13a6249c0 20:24:28 Step 8/22 : COPY . . 20:24:33 25b303627fd3: Pull complete 20:24:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:24:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:24:33 prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container 20:24:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:24:37 $ docker top fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:38 + docker-compose+ buildgrep --help parallel 20:24:38 20:24:41 --parallel Build images in parallel. [Pipeline] } 20:24:41 $ docker stop --time=1 fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 20:24:43 $ docker rm -f fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:44 . [Pipeline] withDockerContainer 20:24:44 prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container 20:24:44 $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:24:46 $ docker top 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:47 + docker-compose -f ./docker-compose-build.yml build --parallel 20:24:50 Building docker-core-command-go ... 20:24:50 Building docker-core-data-go ... 20:24:50 Building docker-core-metadata-go ... 20:24:50 Building docker-security-bootstrapper-go ... 20:24:50 Building docker-security-proxy-setup-go ... 20:24:50 Building docker-security-secretstore-setup-go ... 20:24:50 Building docker-support-notifications-go ... 20:24:50 Building docker-support-scheduler-go ... 20:24:50 Building docker-sys-mgmt-agent-go ... 20:24:50 Building docker-support-scheduler-go 20:24:50 Building docker-security-proxy-setup-go 20:24:50 Building docker-core-command-go 20:24:50 Building docker-core-data-go 20:24:50 Building docker-support-notifications-go 20:25:00 ---> d3cc918af4b4 20:25:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:25:00 ---> 44156b1dc0bf 20:25:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:25:01 ---> a2f6124fe417 20:25:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:25:02 ---> Running in 766066da6594 20:25:02 ---> Running in b66a8a295c7c 20:25:02 ---> Running in 09802969dbe4 20:25:02 ---> 60fb88c3eaab 20:25:02 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 20:25:02 ---> b1e3d7eb1f44 20:25:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:25:02 ---> Running in a0152fb604d3 20:25:02 ---> Running in 7430a0afc528 20:25:02 Removing intermediate container a0152fb604d3 20:25:02 ---> 193ccfe93cc8 20:25:02 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 20:25:02 ---> Running in 613c79c75b8a 20:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:25:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:25:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:25:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:25:37 ---> 3db1b37c1b75 20:25:37 Step 3/22 : WORKDIR /edgex-go 20:25:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:37 ---> 3db1b37c1b75 20:25:37 Step 3/23 : WORKDIR /edgex-go 20:25:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:37 ---> 3db1b37c1b75 20:25:37 Step 3/23 : WORKDIR /edgex-go 20:25:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:37 20:25:37 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 20:25:37 20:25:37 ---> 3db1b37c1b75 20:25:37 ---> 3db1b37c1b75 20:25:37 Step 3/22 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go 20:25:37 20:25:38 Removing intermediate container 7430a0afc528 20:25:38 ---> 0861f717a549 20:25:38 20:25:38 Step 10/22 : FROM alpine:3.12 20:25:38 Removing intermediate container b66a8a295c7c 20:25:38 ---> bed9b62c8ffa 20:25:38 20:25:38 Step 10/24 : FROM alpine:3.12 20:25:38 3.12: Pulling from library/alpine 20:25:38 3.12: Pulling from library/alpine 20:25:39 + mkdir -p /tmp/build/dist/linux 20:25:39 + cd /tmp/build/dist/linux 20:25:39 + git clone https://github.com/jwilder/dockerize.git . 20:25:39 Cloning into '.'... 20:25:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:25:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:25:39 Status: Downloaded newer image for alpine:3.12 20:25:39 ---> 389fef711851 20:25:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:25:39 Status: Image is up to date for alpine:3.12 20:25:39 ---> 389fef711851 20:25:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:25:39 ---> Running in 62846a3d0106 20:25:39 ---> Running in 53c06ee8aee9 20:25:39 ---> Running in 57cd9fa0c1d0 20:25:39 ---> Running in bade45d47dcb 20:25:39 ---> Running in 095a4bb9974c 20:25:40 Removing intermediate container 62846a3d0106 20:25:40 ---> 7f7f84637912 20:25:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:40 Removing intermediate container bade45d47dcb 20:25:40 Removing intermediate container 53c06ee8aee9 20:25:40 ---> 6d820f70307e 20:25:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:40 ---> 53d15c5894d3 20:25:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:40 Removing intermediate container 57cd9fa0c1d0 20:25:40 ---> a2243c3bd9db 20:25:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:40 Removing intermediate container 095a4bb9974c 20:25:40 ---> 1fcfb47e6a00 20:25:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:40 ---> Running in 3fadb748cbc8 20:25:40 ---> Running in 3b271c7ca5b1 20:25:40 ---> Running in bd64a2679284 20:25:40 ---> Running in 1613f7463a30 20:25:40 ---> Running in eda7e0b1ff4f 20:25:41 + go get github.com/robfig/glock 20:25:42  ---> Running in 9b011ae867d5 20:25:42 ---> Running in 8c462b3360bb 20:25:43 Removing intermediate container 766066da6594 20:25:43 ---> 42e22d2273ff 20:25:43 20:25:43 Step 10/22 : FROM alpine:3.12 20:25:43 ---> 389fef711851 20:25:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:25:43 ---> Running in 775c65a08ecf 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:44 Removing intermediate container 3fadb748cbc8 20:25:44 ---> e5123515dce4 20:25:44 Step 5/22 : RUN apk add --update --no-cache make git 20:25:44 (1/1) Installing dumb-init (1.2.2-r1) 20:25:44 (1/2) Installing ca-certificates (20191127-r4) 20:25:44 (1/5) Installing ca-certificates (20191127-r4) 20:25:44 Executing busybox-1.31.1-r19.trigger 20:25:44 OK: 6 MiB in 15 packages 20:25:44 (2/2) Installing dumb-init (1.2.2-r1) 20:25:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:25:44 Executing busybox-1.31.1-r19.trigger 20:25:44 Executing ca-certificates-20191127-r4.trigger 20:25:44 (3/5) Installing libcurl (7.69.1-r3) 20:25:44 ---> Running in 1bec9046c058 20:25:44 Removing intermediate container 3b271c7ca5b1 20:25:44 ---> d76d0c56314d 20:25:44 Step 5/23 : RUN apk add --update --no-cache make git 20:25:44 (4/5) Installing curl (7.69.1-r3) 20:25:44 (5/5) Installing dumb-init (1.2.2-r1) 20:25:44 Executing busybox-1.31.1-r19.trigger 20:25:44 Executing ca-certificates-20191127-r4.trigger 20:25:44 OK: 6 MiB in 16 packages 20:25:44 OK: 7 MiB in 19 packages 20:25:44 ---> Running in 4f6f8a86614d 20:25:44 Removing intermediate container 1613f7463a30 20:25:44 ---> f21bd52fb477 20:25:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:25:45 Removing intermediate container bd64a2679284 20:25:45 ---> 497b75ac5f58 20:25:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:25:45 Removing intermediate container eda7e0b1ff4f 20:25:45 ---> cb3fb38f86bf 20:25:45 Step 5/21 : RUN apk add --update --no-cache make git 20:25:45 ---> Running in 50f8f5231a0d 20:25:45 Removing intermediate container 09802969dbe4 20:25:45 ---> 9b3ee540f60d 20:25:45 20:25:45 Step 10/23 : FROM alpine:3.12 20:25:45 ---> 389fef711851 20:25:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:25:45 ---> Running in 6371bb8bdcc0 20:25:45 ---> Running in 13e4a807768a 20:25:45 ---> Running in 8b7f042e9022 20:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:46 Removing intermediate container 775c65a08ecf 20:25:46 ---> 02019c43c8b4 20:25:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:47 ---> Running in 4fd6781467eb 20:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:47 Removing intermediate container 8c462b3360bb 20:25:47 ---> 9d6fc9427c3f 20:25:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:25:47 Removing intermediate container 9b011ae867d5 20:25:47 ---> 33e484d0d7b2 20:25:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:25:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:47 ---> Running in dff643122928 20:25:47 ---> Running in 86da0f98f0a0 20:25:47 (1/1) Installing dumb-init (1.2.2-r1) 20:25:47 Executing busybox-1.31.1-r19.trigger 20:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:47 OK: 217 MiB in 51 packages 20:25:47 Removing intermediate container 4fd6781467eb 20:25:47 ---> 02b8c324b652 20:25:47 Step 13/22 : ENV APP_PORT=48085 20:25:47 OK: 6 MiB in 15 packages 20:25:47 ---> Running in f0e5a6d69544 20:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:47 Removing intermediate container dff643122928 20:25:47 ---> a2fd0e9dd54e 20:25:47 Step 13/24 : WORKDIR / 20:25:47 Removing intermediate container 86da0f98f0a0 20:25:47 ---> 1dd76122b6b7 20:25:47 Step 13/22 : ENV APP_PORT=48060 20:25:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:48 OK: 217 MiB in 51 packages 20:25:48 OK: 217 MiB in 51 packages 20:25:48 OK: 217 MiB in 51 packages 20:25:49 Removing intermediate container 1bec9046c058 20:25:49 ---> 8be50925ba49 20:25:49 Step 6/22 : COPY go.mod . 20:25:49 OK: 217 MiB in 51 packages 20:25:50 ---> 8510aa21f8d3 20:25:50 Step 7/22 : RUN go mod download 20:25:50 ---> Running in 69b42ab951c8 20:25:50 Removing intermediate container 4f6f8a86614d 20:25:50 ---> 30ee94915892 20:25:50 Step 6/23 : COPY go.mod . 20:25:51 Removing intermediate container 13e4a807768a 20:25:51 ---> a53118a71f2e 20:25:51 Step 6/22 : COPY go.mod . 20:25:51 Removing intermediate container f0e5a6d69544 20:25:51 ---> 3ef5e37a252c 20:25:51 Step 14/22 : EXPOSE $APP_PORT 20:25:51 ---> Running in 91aeadcdbf0e 20:25:51 ---> Running in ca51b2c4a324 20:25:51 ---> Running in 1da9f4cc8434 20:25:51 Removing intermediate container ca51b2c4a324 20:25:51 ---> 74ca46dae6a4 20:25:51 Step 14/22 : EXPOSE $APP_PORT 20:25:51 Removing intermediate container 8b7f042e9022 20:25:51 ---> 93c171a1e3e1 20:25:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:25:51 Removing intermediate container 91aeadcdbf0e 20:25:51 ---> e00cb4b22c1f 20:25:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:25:51 Removing intermediate container 1da9f4cc8434 20:25:51 ---> 99b10d535620 20:25:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:51 Removing intermediate container 50f8f5231a0d 20:25:51 ---> 84a8447eca4b 20:25:51 Step 6/23 : COPY go.mod . 20:25:51 Removing intermediate container 6371bb8bdcc0 20:25:51 ---> 67c7e69a6b1e 20:25:51 Step 6/21 : COPY go.mod . 20:25:51 ---> Running in faaa17bfa6e4 20:25:51 ---> Running in d377d1628190 20:25:51 ---> 1dd6e18f46d2 20:25:51 Step 7/23 : RUN go mod download 20:25:51 Removing intermediate container faaa17bfa6e4 20:25:51 ---> 67b1d1912a02 20:25:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:51 ---> 39acf13ca93b 20:25:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:25:51 Removing intermediate container d377d1628190 20:25:51 ---> d250c7d0a7a5 20:25:51 Step 13/23 : ENV APP_PORT=48081 20:25:51 ---> 88e4d8e27bb4 20:25:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:25:52 ---> Running in ba1a80acad12 20:25:52 ---> Running in 9cad490e1ddd 20:25:52 + glock sync -n 20:25:52 ---> ab7a8609fc40 20:25:52 Step 7/22 : RUN go mod download 20:25:52  ---> f59e16e2a08a 20:25:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:25:52 ---> addb5ee16bb0 20:25:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:25:52 Removing intermediate container 9cad490e1ddd 20:25:52 ---> caf3d65fcc03 20:25:52 Step 14/23 : EXPOSE $APP_PORT 20:25:52 ---> Running in 023faff70c66 20:25:52 ---> Running in 3eb0301bad25 20:25:52 ---> dfca0e3ff7b0 20:25:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:25:52 ---> 0ce74eeb7f7b 20:25:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:25:52 Removing intermediate container 3eb0301bad25 20:25:52 ---> f977ae7dc580 20:25:52 Step 15/23 : WORKDIR / 20:25:52 ---> 6a16cfea6c83 20:25:52 Step 7/21 : RUN go mod download 20:25:52 ---> f1793b29d8a3 20:25:52 Step 7/23 : RUN go mod download 20:25:53 ---> 09f3d16b4254 20:25:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:25:53 ---> 8b9d35cecf03 20:25:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:25:53 ---> Running in e6f6bdd55466 20:25:53 ---> Running in 12c54aad3c6f 20:25:53 ---> Running in 07bb42ae5f82 20:25:53 ---> Running in a19d19177059 20:25:53 ---> 6e4e392814db 20:25:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:25:53 ---> 76b39bb2b5a4 20:25:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:25:53 Removing intermediate container e6f6bdd55466 20:25:53 ---> def0e2c0d9f5 20:25:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:53 ---> Running in 79367e3e881f 20:25:54 ---> 1ff8a9388dfc 20:25:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:25:54 Removing intermediate container a19d19177059 20:25:54 ---> bc1f41c9c582 20:25:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:54 ---> Running in bb2f232dc809 20:25:54 ---> 5a29ce060baf 20:25:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:25:54 Removing intermediate container 79367e3e881f 20:25:54 ---> 571edb827ae9 20:25:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:54 Removing intermediate container 69b42ab951c8 20:25:54 ---> 337c1c705718 20:25:54 Step 8/22 : COPY . . 20:25:54 ---> Running in 5d739970e984 20:25:54 ---> c8ef52e4c80f 20:25:54 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:25:54 Removing intermediate container bb2f232dc809 20:25:54 ---> f4f87a76581d 20:25:54 Step 20/22 : LABEL arch=x86_64 20:25:55 ---> Running in a6fcfb9202f4 20:25:55 ---> Running in 951318bee17a 20:25:55 Removing intermediate container 5d739970e984 20:25:55 ---> 8ab27acdd0ea 20:25:55 Step 20/22 : LABEL arch=x86_64 20:25:55 ---> Running in 01e9257e64c7 20:25:55 Removing intermediate container 951318bee17a 20:25:55 ---> 79ec0005ef9e 20:25:55 Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:25:55 ---> f04b9239f588 20:25:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:25:55 ---> Running in 7df1d02f3bb5 20:25:56 Removing intermediate container ba1a80acad12 20:25:56 ---> c324f87cc564 20:25:56 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 20:25:56 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 20:25:56 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 20:25:56 Removing intermediate container 01e9257e64c7 20:25:56 ---> 00d49c97fdd7 20:25:56 Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:25:56 Step 8/23 : COPY . . 20:25:57 Removing intermediate container 023faff70c66 20:25:57 ---> e8fdbbaf4d8b 20:25:57 Step 8/22 : COPY . . 20:25:57 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 20:25:57 + git describe '--abbrev=0' --tags 20:25:57 + TAG=v0.6.1 20:25:57 + LDFLAGS='-X main.buildVersion=v0.6.1' 20:25:57 + apk --print-arch 20:25:57 building [dockerize] for amd64 ... 20:25:57 + arch=x86_64 20:25:57 + echo 'building [dockerize] for amd64 ... ' 20:25:57 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 20:25:58 Removing intermediate container 7df1d02f3bb5 20:25:58 ---> 836d676e089a 20:25:58 Step 22/22 : LABEL version=2.0.0-dev.65 20:25:58 ---> Running in 1146c19ccf8e 20:25:58 ---> 65ca93de04b1 20:25:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:25:58 ---> Running in 1ff69555481d 20:25:58 ---> Running in b61bb44885ab 20:25:58 Removing intermediate container 1146c19ccf8e 20:25:58 ---> f8898b0b2611 20:25:58 Step 22/22 : LABEL version=2.0.0-dev.65 20:25:58 Removing intermediate container 1ff69555481d 20:25:58 ---> ddd9c544cf07 20:25:58 20:25:59 Removing intermediate container 12c54aad3c6f 20:25:59 ---> 50936ca93a7d 20:25:59 Step 8/21 : COPY . . 20:25:59 Removing intermediate container 07bb42ae5f82 20:25:59 ---> a02aeb1bbf44 20:25:59 Step 8/23 : COPY . . 20:25:59 ---> Running in ed7885dbe823 20:25:59 Removing intermediate container a6fcfb9202f4 20:25:59 ---> f350aecfc9f3 20:25:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:25:59 Removing intermediate container b61bb44885ab 20:25:59 ---> e02d15c21846 20:25:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:59 ---> Running in 6b72b53c1e08 20:25:59 Successfully built ddd9c544cf07 20:25:59 Successfully tagged docker-support-scheduler-go:latest 20:25:59  Building docker-support-scheduler-go ... done Building docker-core-data-go 20:25:59 ---> Running in d9b335d13712 20:25:59 Removing intermediate container ed7885dbe823 20:25:59 ---> 6590d09f2686 20:25:59 20:25:59 Removing intermediate container 6b72b53c1e08 20:25:59 ---> 82f2749a3acf 20:25:59 Step 22/24 : LABEL arch=x86_64 20:25:59 Successfully built 6590d09f2686 20:25:59 Successfully tagged docker-support-notifications-go:latest 20:25:59  Building docker-support-notifications-go ... done Building docker-core-command-go 20:26:00 Removing intermediate container d9b335d13712 20:26:00 ---> 6d854f144386 20:26:00 Step 21/23 : LABEL arch=x86_64 20:26:00 ---> Running in dd00be161d7c 20:26:00 ---> Running in 7fe22a051b83 20:26:00 Removing intermediate container dd00be161d7c 20:26:00 ---> df3d337352a6 20:26:00 Step 23/24 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:26:00 ---> Running in 61d2bfe27dc1 20:26:00 Removing intermediate container 7fe22a051b83 20:26:00 ---> 8ac0347d88fc 20:26:00 Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:26:05 ---> Running in 97e3c3c08877 20:26:07 Removing intermediate container 61d2bfe27dc1 20:26:07 ---> c2b7ddfcd913 20:26:07 Step 24/24 : LABEL version=2.0.0-dev.65 20:26:08 Removing intermediate container 97e3c3c08877 20:26:08 ---> 203cb1bf3e8e 20:26:08 Step 23/23 : LABEL version=2.0.0-dev.65 20:26:08 ---> Running in 8eb55219202b 20:26:08 ---> Running in e35d1286178b 20:26:09 Removing intermediate container e35d1286178b 20:26:09 ---> d9525505d6f1 20:26:09 20:26:09 Removing intermediate container 8eb55219202b 20:26:09 ---> 1d7cb9298437 20:26:09 20:26:09 Successfully built d9525505d6f1 20:26:09 Successfully built 1d7cb9298437 20:26:09 Successfully tagged docker-core-metadata-go:latest 20:26:09  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 20:26:09 Successfully tagged docker-security-secretstore-setup-go:latest 20:26:09 Building docker-sys-mgmt-agent-go 20:26:14 ---> 0e7af0c28ace 20:26:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:26:14 ---> 0433d7c8e3c9 20:26:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:26:14 ---> c44c043772aa 20:26:14 Step 9/23 : RUN make cmd/core-command/core-command 20:26:14 ---> 34f7bd0b12da 20:26:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:26:14 ---> 8cfc0bc16d71 20:26:14 Step 9/23 : RUN make cmd/core-data/core-data 20:26:14 ---> Running in 42d1584500f9 20:26:14 ---> Running in a848d5ebb169 20:26:14 ---> Running in 9f4e215ce2af 20:26:14 ---> Running in f45aa472598b 20:26:14 ---> Running in b3777b7f8af5 20:26:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:26:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:26:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 20:26:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command 20:26:23  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:23 ---> 74aa22604e23 20:26:23 Step 3/23 : WORKDIR /edgex-go 20:26:23 ---> Using cache 20:26:23 ---> 08bd4ae794c2 20:26:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:23 ---> Using cache 20:26:23 ---> 156e0891bc09 20:26:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:26:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:23 ---> 74aa22604e23 20:26:23 Step 3/23 : WORKDIR /edgex-go 20:26:23 ---> Using cache 20:26:23 ---> 08bd4ae794c2 20:26:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:23 ---> Using cache 20:26:23 ---> 156e0891bc09 20:26:23 Step 5/23 : RUN apk add --update --no-cache make git 20:26:23 ---> Using cache 20:26:23 ---> 169728be79d4 20:26:23 Step 6/23 : COPY go.mod . 20:26:23 ---> Using cache 20:26:23 ---> 775f14ae1e22 20:26:23 Step 7/23 : RUN go mod download 20:26:23 ---> Using cache 20:26:23 ---> aa741e25fc4f 20:26:23 Step 8/23 : COPY . . 20:26:23 ---> Using cache 20:26:23 ---> d3cc918af4b4 20:26:23 Step 9/23 : RUN make cmd/core-command/core-command 20:26:24 ---> Running in 0e4fcfbe550f 20:26:24 ---> Running in 09d370447d1c 20:26:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command 20:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:29 OK: 233 MiB in 51 packages 20:26:32 Removing intermediate container 0e4fcfbe550f 20:26:32 ---> bb18b4f456dd 20:26:32 Step 6/23 : COPY go.mod . 20:26:33 + date 20:26:33 Fri Jan 29 20:26:33 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 20:26:33 + echo 'Fri Jan 29 20:26:33 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 20:26:34  ---> 03e9c82d00c2 20:26:34 Step 7/23 : RUN go mod download 20:26:34 ---> Running in e21563b0636f 20:26:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:26:39 ---> 74aa22604e23 20:26:39 Step 3/26 : WORKDIR /edgex-go 20:26:39 ---> Using cache 20:26:39 ---> 08bd4ae794c2 20:26:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:39 ---> Using cache 20:26:39 ---> 156e0891bc09 20:26:39 Step 5/26 : RUN apk add --update --no-cache make bash git 20:26:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:26:39 ---> 74aa22604e23 20:26:39 Step 3/21 : WORKDIR /edgex-go 20:26:39 ---> Using cache 20:26:39 ---> 08bd4ae794c2 20:26:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:39 ---> Using cache 20:26:39 ---> 156e0891bc09 20:26:39 Step 5/21 : RUN apk add --update --no-cache make git 20:26:39 ---> Using cache 20:26:39 ---> 169728be79d4 20:26:39 Step 6/21 : COPY go.mod . 20:26:39 ---> Using cache 20:26:39 ---> 775f14ae1e22 20:26:39 Step 7/21 : RUN go mod download 20:26:39 ---> Using cache 20:26:39 ---> aa741e25fc4f 20:26:39 Step 8/21 : COPY . . 20:26:40 ---> Using cache 20:26:40 ---> d3cc918af4b4 20:26:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:26:42 ---> Running in 11c9974ae66e 20:26:42 ---> Running in b95d81bc9812 20:26:43 Removing intermediate container e21563b0636f 20:26:43 ---> afd98f34a405 20:26:43 Step 8/23 : COPY . . 20:26:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:26:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:45 OK: 233 MiB in 51 packages 20:26:54 Removing intermediate container 11c9974ae66e 20:26:54 ---> f3253c985ab2 20:26:54 Step 6/26 : COPY go.mod . 20:26:56 ---> d4fb47277bf8 20:26:56 Step 7/26 : RUN go mod download 20:26:57 ---> Running in be983445b13d 20:27:09 Removing intermediate container 09d370447d1c 20:27:09 ---> e03d48e09c09 20:27:09 20:27:09 Step 10/23 : FROM alpine:3.12 20:27:09 ---> 389fef711851 20:27:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:27:09 ---> Using cache 20:27:09 ---> 93c171a1e3e1 20:27:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:27:09 ---> Using cache 20:27:09 ---> d250c7d0a7a5 20:27:09 Step 13/23 : ENV APP_PORT=48082 20:27:09 Removing intermediate container be983445b13d 20:27:09 ---> eec0c13d3f90 20:27:09 Step 8/26 : COPY . . 20:27:09 ---> Running in cbeea9fc73a7 20:27:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 20:27:10 Removing intermediate container 613c79c75b8a 20:27:10 ---> c89abee1e842 20:27:10 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 20:27:12 ---> 93f7650a7f57 20:27:12 Step 9/23 : RUN make cmd/core-data/core-data 20:27:17 Removing intermediate container cbeea9fc73a7 20:27:17 ---> d1082131d39f 20:27:17 Step 14/23 : EXPOSE $APP_PORT 20:27:17 ---> Running in fdf7e4ea036d 20:27:17 ---> Running in bd9343eaaf56 20:27:18 ---> Running in ceaca0116bb6 20:27:20 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 20:27:20 statically linked 20:27:21 Removing intermediate container ceaca0116bb6 20:27:21 ---> 348f5dcee18a 20:27:21 Step 15/23 : WORKDIR / 20:27:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 20:27:27 ---> Running in a0162f821559 20:27:29 Removing intermediate container b95d81bc9812 20:27:29 ---> a94af5d9c5f9 20:27:29 20:27:29 Step 10/21 : FROM alpine:3.12 20:27:29 ---> 389fef711851 20:27:29 Step 11/21 : RUN apk add --update --no-cache curl 20:27:29 Removing intermediate container fdf7e4ea036d 20:27:29 ---> edaf6b26763e 20:27:29 20:27:29 Step 12/34 : FROM alpine:3.12 20:27:29 ---> 389fef711851 20:27:29 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:27:29 Removing intermediate container a0162f821559 20:27:29 ---> 7153a34a124e 20:27:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:31 ---> Running in 4aa78eeb0c73 20:27:31 ---> Running in dc7d4ad1c648 20:27:32 ---> d845f4b12d0e 20:27:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:27:33 Removing intermediate container dc7d4ad1c648 20:27:33 ---> 399d2371f585 20:27:33 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 20:27:33 ---> Running in 1aacd0fe05a6 20:27:33 ---> 7e86d3d14a23 20:27:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:27:33 ---> 4499d27b1ae2 20:27:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:27:33 ---> Running in 4235511e5f5f 20:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:34 ---> 41684bdd0c4a 20:27:34 Step 19/23 : ENTRYPOINT ["/core-command"] 20:27:34 ---> Running in e7c21c000308 20:27:34 (1/4) Installing ca-certificates (20191127-r4) 20:27:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:27:34 (3/4) Installing libcurl (7.69.1-r3) 20:27:34 (4/4) Installing curl (7.69.1-r3) 20:27:34 Executing busybox-1.31.1-r19.trigger 20:27:34 Executing ca-certificates-20191127-r4.trigger 20:27:35 OK: 7 MiB in 18 packages 20:27:35 Removing intermediate container e7c21c000308 20:27:35 ---> 28ecde9197df 20:27:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:35 ---> Running in 5995280fdab8 20:27:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:27:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:35 Removing intermediate container 5995280fdab8 20:27:35 ---> fde79052dc0e 20:27:35 Step 21/23 : LABEL arch=x86_64 20:27:35 ---> Running in a1e1e271fa74 20:27:35 (1/3) Installing dumb-init (1.2.2-r1) 20:27:35 (2/3) Installing openssl (1.1.1i-r0) 20:27:35 (3/3) Installing su-exec (0.2-r1) 20:27:35 Executing busybox-1.31.1-r19.trigger 20:27:35 OK: 6 MiB in 17 packages 20:27:36 Removing intermediate container a1e1e271fa74 20:27:36 ---> b95cce2ff9a4 20:27:36 Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:27:36 ---> Running in f2263c5bb8d5 20:27:36 Removing intermediate container 4aa78eeb0c73 20:27:36 ---> a2ebc8ed2d9d 20:27:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:27:36 ---> Running in 633bf13c3a9e 20:27:36 Removing intermediate container f2263c5bb8d5 20:27:36 ---> 82d27e1eabab 20:27:36 Step 23/23 : LABEL version=2.0.0-dev.65 20:27:37 ---> Running in 3e9cf97ae8fd 20:27:37 Removing intermediate container 1aacd0fe05a6 20:27:37 ---> e5ac21cfeb8b 20:27:37 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 20:27:37 Removing intermediate container 633bf13c3a9e 20:27:37 ---> 9ad031e71716 20:27:37 Step 13/21 : WORKDIR /edgex 20:27:37 ---> Running in 3d053178083f 20:27:37 ---> Running in 2d07a3deb05d 20:27:37 Removing intermediate container 3e9cf97ae8fd 20:27:37 ---> f2de3b37d957 20:27:37 20:27:38 Removing intermediate container 3d053178083f 20:27:38 ---> 9abb1e498fc6 20:27:38 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:27:38 Successfully built f2de3b37d957 20:27:39 ---> Running in d366cb3523f5 20:27:39 Successfully tagged docker-core-command-go:latest 20:27:39  Building docker-core-command-go ... done Removing intermediate container 2d07a3deb05d 20:27:39 ---> 50ec0e1c88b2 20:27:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 20:27:39 Removing intermediate container d366cb3523f5 20:27:39 ---> 5db62b0a3010 20:27:39 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:27:39 ---> Running in 85fd851af1bd 20:27:39 ---> 8da926bca913 20:27:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:27:40 ---> 140ab633a3b0 20:27:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:27:42 Removing intermediate container 85fd851af1bd 20:27:42 ---> 5fda240d22f6 20:27:42 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 20:27:43 ---> 10bc9be2383d 20:27:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:27:43 ---> Running in a00d4476d1c5 20:27:43 ---> Running in f48f69abd373 20:27:43 Removing intermediate container f48f69abd373 20:27:43 ---> c00207adf401 20:27:43 Step 18/21 : CMD ["--init=true"] 20:27:43 Removing intermediate container a00d4476d1c5 20:27:43 ---> 2026ed7c5895 20:27:43 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 20:27:43 ---> Running in a94f5db4a0dd 20:27:43 Removing intermediate container a94f5db4a0dd 20:27:43 ---> cd2b97dd13f4 20:27:43 Step 19/21 : LABEL arch=x86_64 20:27:44 ---> Running in e3df8121d752 20:27:44 Removing intermediate container e3df8121d752 20:27:44 ---> 719ea53b28f2 20:27:44 Step 20/21 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:27:44 ---> Running in 86613a169851 20:27:44 ---> dd4df8258ecf 20:27:44 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:27:44 Removing intermediate container 86613a169851 20:27:44 ---> fa7153364d02 20:27:44 Step 21/21 : LABEL version=2.0.0-dev.65 20:27:44 ---> Running in fedcf8c9f52f 20:27:45 ---> 040e78959ba9 20:27:45 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:27:45 ---> Running in b73dc099a4ab 20:27:45 Removing intermediate container fedcf8c9f52f 20:27:45 ---> 3e58eaeab9c2 20:27:45 20:27:45 Successfully built 3e58eaeab9c2 20:27:45 Successfully tagged docker-security-proxy-setup-go:latest 20:27:47  Building docker-security-proxy-setup-go ... done Removing intermediate container b73dc099a4ab 20:27:47 ---> 77f7fac56ddf 20:27:47 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:47 ---> 93f493b33026 20:27:47 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:27:51 ---> e51de94b63ac 20:27:51 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:27:51 ---> c55d2360f443 20:27:51 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:27:53 ---> 11e95bdfddd7 20:27:53 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:27:54 Removing intermediate container f45aa472598b 20:27:54 ---> 3f3c3865b775 20:27:54 20:27:54 Step 10/22 : FROM alpine:3.12 20:27:54 3.12: Pulling from library/alpine 20:27:54 Removing intermediate container a848d5ebb169 20:27:54 ---> 4888029963e1 20:27:54 20:27:54 Step 10/21 : FROM alpine:3.12 20:27:54 3.12: Pulling from library/alpine 20:27:54 Removing intermediate container 4235511e5f5f 20:27:54 ---> 01f7670bfd9c 20:27:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:27:54 Removing intermediate container bd9343eaaf56 20:27:54 ---> e0373c81d8ed 20:27:54 20:27:54 Step 10/23 : FROM alpine:3.12 20:27:54 ---> 389fef711851 20:27:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:27:54 ---> afc6eb8ec20d 20:27:54 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 20:27:54 ---> Running in ab05f81aa8fb 20:27:54 ---> Running in dff9739a6f48 20:27:54 ---> Running in 72ba94fd9b4e 20:27:54 Removing intermediate container dff9739a6f48 20:27:54 ---> 2ff7e8737583 20:27:54 Step 12/23 : ENV APP_PORT=48080 20:27:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:27:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:27:54 Status: Downloaded newer image for alpine:3.12 20:27:54 ---> afeebe901d6b 20:27:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:27:54 Status: Image is up to date for alpine:3.12 20:27:54 ---> afeebe901d6b 20:27:54 Step 11/21 : RUN apk add --update --no-cache curl 20:27:55 ---> Running in bc631d08491e 20:27:55 Removing intermediate container 72ba94fd9b4e 20:27:55 ---> bd4d1578d6e6 20:27:55 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:27:55 Removing intermediate container bc631d08491e 20:27:55 ---> 12103cb3acca 20:27:55 Step 13/23 : EXPOSE $APP_PORT 20:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:27:55 ---> Running in f23ca4db5843 20:27:55 ---> 8e6eddc81766 20:27:55 Step 29/34 : RUN chmod +x /entrypoint.sh 20:27:55 ---> Running in c5dd3f1ce385 20:27:55 ---> Running in 75171343f501 20:27:55 Removing intermediate container f23ca4db5843 20:27:55 ---> 37f8b1a25808 20:27:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:55 ---> Running in 5b080a0d66fd 20:27:55 ---> Running in 842b369c86de 20:27:56 Removing intermediate container ab05f81aa8fb 20:27:56 ---> f9a52b4ee73b 20:27:56 20:27:56 Step 11/26 : FROM docker:20.10.0 20:27:56 20.10.0: Pulling from library/docker 20:27:57 Removing intermediate container 5b080a0d66fd 20:27:57 ---> 07b396480926 20:27:57 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 20:27:57 Removing intermediate container 842b369c86de 20:27:57 ---> eeb5d9c12cdd 20:27:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:27:57 ---> Running in b60af1d4824e 20:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:58 ---> Running in 6c1448a063cf 20:27:58 (1/2) Installing ca-certificates (20191127-r4) 20:27:58 (2/2) Installing dumb-init (1.2.2-r1) 20:27:58 Executing busybox-1.31.1-r19.trigger 20:27:58 Executing ca-certificates-20191127-r4.trigger 20:27:58 OK: 6 MiB in 16 packages 20:27:58 Removing intermediate container b60af1d4824e 20:27:58 ---> 4c40561ce910 20:27:58 Step 31/34 : CMD ["gate"] 20:27:58 (1/4) Installing ca-certificates (20191127-r4) 20:27:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:27:58 (3/4) Installing libcurl (7.69.1-r3) 20:27:58 (4/4) Installing curl (7.69.1-r3) 20:27:58 Executing busybox-1.31.1-r19.trigger 20:27:59 Executing ca-certificates-20191127-r4.trigger 20:27:59 OK: 7 MiB in 18 packages 20:27:59 ---> Running in d6c13327a8fa 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:00 Removing intermediate container d6c13327a8fa 20:28:00 ---> be2abb0dcfd0 20:28:00 Step 32/34 : LABEL arch=x86_64 20:28:00 ---> Running in 6cd7dc92c7ae 20:28:00 Removing intermediate container 6cd7dc92c7ae 20:28:00 ---> 11458433c605 20:28:00 Step 33/34 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:00 ---> Running in 9b13cc579888 20:28:01 (1/6) Installing dumb-init (1.2.2-r1) 20:28:01 Removing intermediate container 9b13cc579888 20:28:01 ---> aad0edd5616e 20:28:01 Step 34/34 : LABEL version=2.0.0-dev.65 20:28:01 (2/6) Installing libgcc (9.3.0-r2) 20:28:01 (3/6) Installing libsodium (1.0.18-r0) 20:28:01 (4/6) Installing libstdc++ (9.3.0-r2) 20:28:01 ---> Running in 9d76f53bd862 20:28:01 (5/6) Installing libzmq (4.3.3-r0) 20:28:02 Removing intermediate container c5dd3f1ce385 20:28:02 ---> 29b3a96bd4c0 20:28:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:28:02 Removing intermediate container 75171343f501 20:28:02 ---> bc0290c2d125 20:28:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:02 ---> Running in d9c591bb52ba 20:28:02 ---> Running in 563bdeab6fe4 20:28:02 (6/6) Installing zeromq (4.3.3-r0) 20:28:02 Executing busybox-1.31.1-r19.trigger 20:28:02 OK: 8 MiB in 20 packages 20:28:03 Removing intermediate container 9d76f53bd862 20:28:03 ---> 33a2a1d596ab 20:28:03 20:28:03 Removing intermediate container d9c591bb52ba 20:28:03 ---> dcd88bb1e30d 20:28:03 Step 13/22 : ENV APP_PORT=48060 20:28:03 Successfully built 33a2a1d596ab 20:28:03 Successfully tagged docker-security-bootstrapper-go:latest 20:28:03 ---> Running in 12a08cb6bc64 20:28:03 Removing intermediate container 563bdeab6fe4 20:28:03 ---> fe88c617928b 20:28:03 Step 13/21 : WORKDIR /edgex 20:28:03  Building docker-security-bootstrapper-go ... done Removing intermediate container 6c1448a063cf 20:28:03 ---> a6fabb20cd11 20:28:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:28:03 Status: Downloaded newer image for docker:20.10.0 20:28:03 ---> aefe523efa57 20:28:03 Step 12/26 : RUN apk add --no-cache bash 20:28:03 ---> Running in 7e7b892452d5 20:28:03 ---> Running in 469a5c42ad0c 20:28:03 ---> 5719b9bc7687 20:28:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:04 Removing intermediate container 12a08cb6bc64 20:28:04 ---> 83adc987046b 20:28:04 Step 14/22 : EXPOSE $APP_PORT 20:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:04 ---> a6f40d4f07a3 20:28:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:28:04 ---> Running in 410afc60f592 20:28:04 Removing intermediate container 7e7b892452d5 20:28:04 ---> 4f8d9cde615a 20:28:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:28:04 (1/2) Installing readline (8.0.4-r0) 20:28:04 (2/2) Installing bash (5.0.17-r0) 20:28:04 Executing bash-5.0.17-r0.post-install 20:28:04 Executing busybox-1.31.1-r19.trigger 20:28:04 OK: 12 MiB in 22 packages 20:28:04 ---> d735e161e791 20:28:04 Step 19/23 : ENTRYPOINT ["/core-data"] 20:28:05 ---> Running in c8be0eabe730 20:28:05 Removing intermediate container c8be0eabe730 20:28:05 ---> e0655ad0dc4b 20:28:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:05 ---> Running in b477ec9770aa 20:28:05 Removing intermediate container 469a5c42ad0c 20:28:05 ---> 8e6fc59c2ac1 20:28:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:28:05 ---> Running in 3a28fa5beeb4 20:28:05 Removing intermediate container b477ec9770aa 20:28:05 ---> a261eea4c350 20:28:05 Step 21/23 : LABEL arch=x86_64 20:28:05 ---> Running in e22652d51def 20:28:05 Removing intermediate container 3a28fa5beeb4 20:28:05 ---> 2d1d25d20197 20:28:05 Step 14/26 : ENV APP_PORT=48090 20:28:05 Removing intermediate container 410afc60f592 20:28:05 ---> a067f6477785 20:28:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:05 ---> Running in 3107bea9db2e 20:28:05 Removing intermediate container e22652d51def 20:28:05 ---> a44481bf1e7e 20:28:05 Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:05 ---> Running in dc1df8161608 20:28:05 Removing intermediate container 3107bea9db2e 20:28:05 ---> 94625e66f3c0 20:28:05 Step 15/26 : EXPOSE $APP_PORT 20:28:05 ---> ee8c28d2051f 20:28:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:28:06 ---> Running in 746000c28d52 20:28:06 Removing intermediate container dc1df8161608 20:28:06 ---> 232602c1dc7b 20:28:06 Step 23/23 : LABEL version=2.0.0-dev.65 20:28:06 ---> Running in baa8e9fc7df6 20:28:06 Removing intermediate container 746000c28d52 20:28:06 ---> 173477c27362 20:28:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:28:06 Removing intermediate container baa8e9fc7df6 20:28:06 ---> 896404d66ae9 20:28:06 20:28:06 Successfully built 896404d66ae9 20:28:06 Successfully tagged docker-core-data-go:latest 20:28:06  Building docker-core-data-go ... done  ---> f0ae65d732ec 20:28:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:28:06 ---> 1e769d24bcfd 20:28:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:28:07 ---> ef7c424f5000 20:28:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:28:07 ---> 3840c6151757 20:28:07 Step 19/26 : RUN apk --no-cache add py3-pip 20:28:07 ---> Running in 9aa197148eec 20:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:07 (1/33) Installing libbz2 (1.0.8-r1) 20:28:07 (2/33) Installing expat (2.2.9-r1) 20:28:07 (3/33) Installing libffi (3.3-r2) 20:28:07 (4/33) Installing gdbm (1.13-r1) 20:28:07 (5/33) Installing xz-libs (5.2.5-r0) 20:28:07 (6/33) Installing sqlite-libs (3.32.1-r0) 20:28:07 (7/33) Installing python3 (3.8.5-r0) 20:28:08 (8/33) Installing py3-appdirs (1.4.4-r1) 20:28:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:28:08 (10/33) Installing py3-parsing (2.4.7-r0) 20:28:09 (11/33) Installing py3-six (1.15.0-r0) 20:28:09 (12/33) Installing py3-packaging (20.4-r0) 20:28:09 (13/33) Installing py3-setuptools (47.0.0-r0) 20:28:09 (14/33) Installing py3-chardet (3.0.4-r4) 20:28:09 (15/33) Installing py3-idna (2.9-r0) 20:28:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:28:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:28:09 (18/33) Installing py3-requests (2.23.0-r0) 20:28:09 (19/33) Installing py3-msgpack (1.0.0-r0) 20:28:09 (20/33) Installing py3-lockfile (0.12.2-r3) 20:28:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:28:09 (22/33) Installing py3-colorama (0.4.3-r0) 20:28:09 (23/33) Installing py3-distlib (0.3.0-r0) 20:28:09 (24/33) Installing py3-distro (1.5.0-r1) 20:28:09 (25/33) Installing py3-webencodings (0.5.1-r3) 20:28:09 (26/33) Installing py3-html5lib (1.0.1-r4) 20:28:09 (27/33) Installing py3-pytoml (0.1.21-r0) 20:28:09 (28/33) Installing py3-pep517 (0.8.2-r0) 20:28:09 (29/33) Installing py3-progress (1.5-r0) 20:28:09 (30/33) Installing py3-toml (0.10.1-r0) 20:28:09 (31/33) Installing py3-retrying (1.3.3-r0) 20:28:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:28:09 (33/33) Installing py3-pip (20.1.1-r0) 20:28:09 ---> 020d963946d4 20:28:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:28:09 Executing busybox-1.31.1-r19.trigger 20:28:09 OK: 71 MiB in 55 packages 20:28:10 ---> 1701d33fac03 20:28:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:28:12 Removing intermediate container 42d1584500f9 20:28:12 ---> 38eb622e2a89 20:28:12 20:28:12 Step 10/22 : FROM alpine:3.12 20:28:12 ---> afeebe901d6b 20:28:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:28:12 Removing intermediate container 9f4e215ce2af 20:28:12 ---> 7a7aa0a8736a 20:28:12 20:28:12 Step 10/23 : FROM alpine:3.12 20:28:12 ---> afeebe901d6b 20:28:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:12 ---> 8e13752bb9b9 20:28:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:28:12 ---> 4d41219432f8 20:28:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:28:12 ---> Running in 8a5c2cc8a9e5 20:28:12 ---> Running in 7ee8873670c8 20:28:12 ---> Running in 0148e5b30896 20:28:12 ---> Running in 2d5d51fa8189 20:28:13 Removing intermediate container 2d5d51fa8189 20:28:13 ---> 32b783bba984 20:28:13 Step 18/21 : CMD ["--init=true"] 20:28:13 Removing intermediate container 8a5c2cc8a9e5 20:28:13 ---> 31329f83a7d8 20:28:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:13 ---> Running in c4615cc8592c 20:28:14 ---> Running in b2ec8433c32f 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:14 Removing intermediate container c4615cc8592c 20:28:14 ---> bfca27b262b6 20:28:14 Step 19/21 : LABEL arch=arm64 20:28:14 Removing intermediate container b2ec8433c32f 20:28:14 ---> 644b78593eec 20:28:14 Step 20/22 : LABEL arch=arm64 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:14 ---> Running in 1c2e476f6869 20:28:15 ---> Running in ed5a5337686c 20:28:15 WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz: IO ERROR 20:28:15 ERROR: unsatisfiable constraints: 20:28:15 (1/1) Installing dumb-init (1.2.2-r1) 20:28:15 dumb-init-1.2.2-r1: 20:28:15 masked in: --no-network 20:28:15 satisfies: world[dumb-init] 20:28:15 Executing busybox-1.31.1-r19.trigger 20:28:15 OK: 5 MiB in 15 packages 20:28:15 Removing intermediate container 1c2e476f6869 20:28:15 ---> 5d361c681dcf 20:28:15 Step 20/21 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:16 Removing intermediate container ed5a5337686c 20:28:16 ---> 47c342a91449 20:28:16 Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:16 ---> Running in 81cd2deac7e8 20:28:16 ---> Running in 3f78b256443f 20:28:17 Removing intermediate container 81cd2deac7e8 20:28:17 ---> a239878b33e1 20:28:17 Step 21/21 : LABEL version=2.0.0-dev.65 20:28:17 Building docker-security-secretstore-setup-go 20:28:17 Removing intermediate container 3f78b256443f 20:28:17 ---> 8ed7c59c642b 20:28:17 Step 22/22 : LABEL version=2.0.0-dev.65 20:28:17 ---> Running in 30d366b3f54a 20:28:17 ---> Running in 87b159ff4f49 20:28:17 Removing intermediate container 0148e5b30896 20:28:17 ---> d4914d88f715 20:28:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:17 ---> Running in e752718182ba 20:28:17 Removing intermediate container 30d366b3f54a 20:28:17 ---> 18c758eb2b83 20:28:17 20:28:18 Successfully built 18c758eb2b83 20:28:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:28:18  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:28:18 Removing intermediate container e752718182ba 20:28:18 ---> 855a4bd62518 20:28:18 Step 13/22 : ENV APP_PORT=48085 20:28:18 Removing intermediate container 87b159ff4f49 20:28:18 ---> 9775689c6f97 20:28:18 20:28:19 Successfully built 9775689c6f97 20:28:19 Successfully tagged docker-support-notifications-go-arm64:latest 20:28:19 Building docker-security-bootstrapper-go 20:28:19  Building docker-support-notifications-go ... done  ---> Running in 5b3910855a68 20:28:20 Removing intermediate container 9aa197148eec 20:28:20 ---> d7806ce793cc 20:28:20 Step 20/26 : RUN pip install docker-compose==1.23.2 20:28:20 ---> Running in d91585dd52da 20:28:20 Removing intermediate container 5b3910855a68 20:28:20 ---> dedb20df2616 20:28:20 Step 14/22 : EXPOSE $APP_PORT 20:28:20 ---> Running in c3e4a93a98b0 20:28:20 Collecting docker-compose==1.23.2 20:28:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:28:20 Collecting docker<4.0,>=3.6.0 20:28:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:28:21 Removing intermediate container c3e4a93a98b0 20:28:21 ---> 46c1e16fa8db 20:28:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:21 Collecting cached-property<2,>=1.2.0 20:28:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:28:21 Collecting jsonschema<3,>=2.5.1 20:28:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:28:21 Collecting docopt<0.7,>=0.6.1 20:28:21 Downloading docopt-0.6.2.tar.gz (25 kB) 20:28:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:28:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:28:22 Collecting PyYAML<4,>=3.10 20:28:22 Downloading PyYAML-3.13.tar.gz (270 kB) 20:28:23 Collecting texttable<0.10,>=0.9.0 20:28:23 Downloading texttable-0.9.1.tar.gz (11 kB) 20:28:23 ---> acc5ba7b41b6 20:28:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:28:23 Collecting dockerpty<0.5,>=0.4.1 20:28:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:28:23 Removing intermediate container b3777b7f8af5 20:28:23 ---> 7f1d316f160a 20:28:23 20:28:23 Step 10/23 : FROM alpine:3.12 20:28:23 ---> afeebe901d6b 20:28:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:28:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:28:24 Collecting websocket-client<1.0,>=0.32.0 20:28:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:28:24 Collecting docker-pycreds>=0.4.0 20:28:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:28:24 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) 20:28:24 ---> Running in 281a9d19dacc 20:28:24 Collecting urllib3<1.25,>=1.21.1 20:28:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:28:24 Collecting idna<2.8,>=2.5 20:28:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:28:24 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) 20:28:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:28:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:28:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:28:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:28:24 ---> fa1ec3df82ab 20:28:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:28:24 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose 20:28:25 Removing intermediate container 281a9d19dacc 20:28:25 ---> 8f34a3312365 20:28:25 Step 12/23 : ENV APP_PORT=48080 20:28:25 Attempting uninstall: urllib3 20:28:25 Found existing installation: urllib3 1.25.9 20:28:25 Uninstalling urllib3-1.25.9: 20:28:25 Successfully uninstalled urllib3-1.25.9 20:28:25 ---> Running in 0865d6c62302 20:28:25 Attempting uninstall: idna 20:28:25 Found existing installation: idna 2.9 20:28:25 Uninstalling idna-2.9: 20:28:25 Successfully uninstalled idna-2.9 20:28:25 Attempting uninstall: requests 20:28:25 Found existing installation: requests 2.23.0 20:28:25 Uninstalling requests-2.23.0: 20:28:25 ---> 4da8d5296a7d 20:28:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:28:25 Successfully uninstalled requests-2.23.0 20:28:25 ---> Running in 6a22d983bf03 20:28:25 Removing intermediate container 0865d6c62302 20:28:25 ---> a824771e6b73 20:28:25 Step 13/23 : EXPOSE $APP_PORT 20:28:25 Running setup.py install for docopt: started 20:28:26 ---> Running in d77f743ae0cd 20:28:26 Removing intermediate container 6a22d983bf03 20:28:26 ---> 39d9ff38d395 20:28:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:26 Running setup.py install for docopt: finished with status 'done' 20:28:26 Running setup.py install for PyYAML: started 20:28:26 ---> Running in 0e980ac1b173 20:28:27 Removing intermediate container d77f743ae0cd 20:28:27 ---> 34436c8dfbc8 20:28:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:27 Running setup.py install for PyYAML: finished with status 'done' 20:28:27 Running setup.py install for texttable: started 20:28:27 ---> Running in 9afa7990313e 20:28:27 Removing intermediate container 0e980ac1b173 20:28:27 ---> 128dd1afc775 20:28:27 Step 20/22 : LABEL arch=arm64 20:28:27 Running setup.py install for texttable: finished with status 'done' 20:28:27 Running setup.py install for dockerpty: started 20:28:27 Running setup.py install for dockerpty: finished with status 'done' 20:28:27 ---> Running in d12abcccfb73 20:28:28 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 20:28:28 Removing intermediate container d12abcccfb73 20:28:28 ---> 297f35e6c434 20:28:28 Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:28 ---> Running in 45b98cdbd057 20:28:29 Removing intermediate container 45b98cdbd057 20:28:29 ---> 241bae75bdc1 20:28:29 Step 22/22 : LABEL version=2.0.0-dev.65 20:28:29 ---> Running in 995316deeedb 20:28:30 Removing intermediate container 9afa7990313e 20:28:30 ---> cf15061327ad 20:28:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:28:30 Removing intermediate container 995316deeedb 20:28:30 ---> d8c24ceabb5a 20:28:30 20:28:30 ---> Running in eeb99cd82d26 20:28:30 Successfully built d8c24ceabb5a 20:28:30 Successfully tagged docker-support-scheduler-go-arm64:latest 20:28:30  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 20:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:31 Removing intermediate container d91585dd52da 20:28:31 ---> 8bc93864d4aa 20:28:31 Step 21/26 : RUN apk --no-cache add curl 20:28:31 ---> Running in c1a0b059d88e 20:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:28:32 (2/3) Installing libcurl (7.69.1-r3) 20:28:32 (3/3) Installing curl (7.69.1-r3) 20:28:32 Executing busybox-1.31.1-r19.trigger 20:28:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:32 OK: 72 MiB in 58 packages 20:28:32 Removing intermediate container c1a0b059d88e 20:28:32 ---> abc19afe5e03 20:28:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:28:33 (1/6) Installing dumb-init (1.2.2-r1) 20:28:33 (2/6) Installing libgcc (9.3.0-r2) 20:28:33 (3/6) Installing libsodium (1.0.18-r0) 20:28:33 ---> Running in 6d1499ea58db 20:28:33 Removing intermediate container 6d1499ea58db 20:28:33 ---> 64b0b3333f6d 20:28:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:33 (4/6) Installing libstdc++ (9.3.0-r2) 20:28:33 (5/6) Installing libzmq (4.3.3-r0) 20:28:33 ---> Running in 0cd25357ba9b 20:28:33 Removing intermediate container 0cd25357ba9b 20:28:33 ---> 94619ffb0ed5 20:28:33 Step 24/26 : LABEL arch=x86_64 20:28:33 (6/6) Installing zeromq (4.3.3-r0) 20:28:33 Executing busybox-1.31.1-r19.trigger 20:28:33 OK: 8 MiB in 20 packages 20:28:33 ---> Running in f704b64b8ac2 20:28:33 Removing intermediate container f704b64b8ac2 20:28:33 ---> a81a606814fb 20:28:33 Step 25/26 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:33 ---> Running in 3065ae0c5550 20:28:33 Removing intermediate container 3065ae0c5550 20:28:33 ---> ee77cae57b35 20:28:33 Step 26/26 : LABEL version=2.0.0-dev.65 20:28:33 ---> Running in 5f0e2e4c3b44 20:28:34 Removing intermediate container 5f0e2e4c3b44 20:28:34 ---> fd66f04ae2d2 20:28:34 20:28:34 Successfully built fd66f04ae2d2 20:28:34 Successfully tagged docker-sys-mgmt-agent-go:latest 20:28:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:28:34 $ docker stop --time=1 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 20:28:36 Removing intermediate container eeb99cd82d26 20:28:36 ---> b3a1d0c83985 20:28:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:36 $ docker rm -f 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 [Pipeline] // withDockerContainer [Pipeline] sh 20:28:37 + docker images 20:28:37 + grep docker 20:28:37 ---> 30e2d03ac64f 20:28:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:37 docker-sys-mgmt-agent-go latest fd66f04ae2d2 3 seconds ago 313MB 20:28:37 docker-core-data-go latest 896404d66ae9 31 seconds ago 22.3MB 20:28:37 docker-security-bootstrapper-go latest 33a2a1d596ab 35 seconds ago 33.5MB 20:28:37 docker-security-proxy-setup-go latest 3e58eaeab9c2 52 seconds ago 24.4MB 20:28:37 docker-core-command-go latest f2de3b37d957 About a minute ago 16.9MB 20:28:37 docker-core-metadata-go latest d9525505d6f1 2 minutes ago 18.8MB 20:28:37 docker-security-secretstore-setup-go latest 1d7cb9298437 2 minutes ago 24.6MB 20:28:37 docker-support-notifications-go latest 6590d09f2686 2 minutes ago 16.9MB 20:28:37 docker-support-scheduler-go latest ddd9c544cf07 2 minutes ago 17MB 20:28:37 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:28:38 provisioning config files... 20:28:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config1226248730528321788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:28:38 ---> docker-login.sh 20:28:38 nexus3.edgexfoundry.org:10001 20:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:28:38 Configure a credential helper to remove this warning. See 20:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:28:38 20:28:38 Login Succeeded 20:28:38 nexus3.edgexfoundry.org:10002 20:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:28:38 Configure a credential helper to remove this warning. See 20:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:28:38 20:28:38 Login Succeeded 20:28:38 nexus3.edgexfoundry.org:10003 20:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:28:38 Configure a credential helper to remove this warning. See 20:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:28:38 20:28:38 Login Succeeded 20:28:38 nexus3.edgexfoundry.org:10004 20:28:39 ---> 921f2005cb59 20:28:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:28:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:28:39 Configure a credential helper to remove this warning. See 20:28:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:28:39 20:28:39 Login Succeeded 20:28:39 docker.io 20:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:28:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:28:39 Configure a credential helper to remove this warning. See 20:28:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:28:39 20:28:39 Login Succeeded 20:28:39 ---> docker-login.sh ends [Pipeline] } 20:28:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:28:40 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 20:28:40 304d320492d37461b40de67c95ae73491c8494ce 20:28:40 2.0.0-dev.65 20:28:40 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:40 master 20:28:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 20:28:40 ---> 437d9166c114 20:28:40 Step 19/23 : ENTRYPOINT ["/core-data"] [Pipeline] isUnix [Pipeline] sh 20:28:40 ---> Running in a51f9eb88d8f 20:28:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:28:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:28:40 4c1b590a3afd: Preparing 20:28:40 01493c52ace8: Preparing 20:28:40 0a8bc762880b: Preparing 20:28:40 4c83ab71363d: Preparing 20:28:40 777b2c648970: Preparing 20:28:40 777b2c648970: Layer already exists 20:28:41 0a8bc762880b: Pushed 20:28:41 4c83ab71363d: Pushed 20:28:41 4c1b590a3afd: Pushed 20:28:41 Removing intermediate container a51f9eb88d8f 20:28:41 ---> 87819e33d67b 20:28:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:42 01493c52ace8: Pushed 20:28:42 ---> Running in 070d83768a01 20:28:42 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:43 Removing intermediate container 070d83768a01 20:28:43 ---> 76ddc7c9afb0 20:28:43 Step 21/23 : LABEL arch=arm64 20:28:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 20:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:28:43 4c1b590a3afd: Preparing 20:28:43 01493c52ace8: Preparing 20:28:43 0a8bc762880b: Preparing 20:28:43 4c83ab71363d: Preparing 20:28:43 777b2c648970: Preparing 20:28:43 4c83ab71363d: Layer already exists 20:28:43 01493c52ace8: Layer already exists 20:28:43 777b2c648970: Layer already exists 20:28:43 0a8bc762880b: Layer already exists 20:28:43 4c1b590a3afd: Layer already exists 20:28:43 2.0.0-dev.65: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:43 ---> Running in 94d77f79cc6d 20:28:43 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:28:44 4c1b590a3afd: Preparing 20:28:44 01493c52ace8: Preparing 20:28:44 0a8bc762880b: Preparing 20:28:44 4c83ab71363d: Preparing 20:28:44 777b2c648970: Preparing 20:28:44 01493c52ace8: Layer already exists 20:28:44 0a8bc762880b: Layer already exists 20:28:44 777b2c648970: Layer already exists 20:28:44 4c1b590a3afd: Layer already exists 20:28:44 4c83ab71363d: Layer already exists 20:28:44 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:44 Removing intermediate container 94d77f79cc6d 20:28:44 ---> 19fe5b92a460 20:28:44 Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:28:44 ---> Running in 79142dfc3d36 20:28:44 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 20:28:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 20:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:28:45 4c1b590a3afd: Preparing 20:28:45 01493c52ace8: Preparing 20:28:45 0a8bc762880b: Preparing 20:28:45 4c83ab71363d: Preparing 20:28:45 777b2c648970: Preparing 20:28:45 0a8bc762880b: Layer already exists 20:28:45 01493c52ace8: Layer already exists 20:28:45 777b2c648970: Layer already exists 20:28:45 4c83ab71363d: Layer already exists 20:28:45 4c1b590a3afd: Layer already exists 20:28:45 master: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:28:45 ===================================================== [Pipeline] echo 20:28:45 taggedImages: 20:28:45 - nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:45 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 20:28:45 - nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:45 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 20:28:45 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 20:28:45 304d320492d37461b40de67c95ae73491c8494ce 20:28:45 2.0.0-dev.65 20:28:45 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:45 master 20:28:45 ===================================================== [Pipeline] withEnv [Pipeline] { 20:28:45 Removing intermediate container 79142dfc3d36 20:28:45 ---> 511fd3e64804 20:28:45 Step 23/23 : LABEL version=2.0.0-dev.65 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:45 ---> Running in b5f06943f386 20:28:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:28:45 ---> 3db1b37c1b75 20:28:45 Step 3/24 : WORKDIR /edgex-go 20:28:45 ---> Using cache 20:28:45 ---> a2243c3bd9db 20:28:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:45 ---> Using cache 20:28:46 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:28:46 ---> f21bd52fb477 20:28:46 Step 5/24 : RUN apk add --update --no-cache make git 20:28:46 ---> Running in 483a53bf4952 20:28:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:28:46 781016f3266f: Preparing 20:28:46 0de0ad4db310: Preparing 20:28:46 0a8bc762880b: Preparing 20:28:46 5b5d32c8d911: Preparing 20:28:46 d9d76363d04f: Preparing 20:28:46 777b2c648970: Preparing 20:28:46 777b2c648970: Waiting 20:28:46 0a8bc762880b: Layer already exists 20:28:46 777b2c648970: Layer already exists 20:28:46 d9d76363d04f: Pushed 20:28:46 781016f3266f: Pushed 20:28:46 5b5d32c8d911: Pushed 20:28:46 Removing intermediate container b5f06943f386 20:28:46 ---> 503842bc8b51 20:28:46 20:28:47 Successfully built 503842bc8b51 20:28:47 Successfully tagged docker-core-data-go-arm64:latest 20:28:47  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:47 0de0ad4db310: Pushed 20:28:47 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh 20:28:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 20:28:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:28:48 781016f3266f: Preparing 20:28:48 0de0ad4db310: Preparing 20:28:48 0a8bc762880b: Preparing 20:28:48 5b5d32c8d911: Preparing 20:28:48 d9d76363d04f: Preparing 20:28:48 777b2c648970: Preparing 20:28:48 777b2c648970: Waiting 20:28:48 0de0ad4db310: Layer already exists 20:28:48 5b5d32c8d911: Layer already exists 20:28:48 0a8bc762880b: Layer already exists 20:28:48 d9d76363d04f: Layer already exists 20:28:48 781016f3266f: Layer already exists 20:28:48 777b2c648970: Layer already exists 20:28:48 2.0.0-dev.65: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh 20:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:28:49 781016f3266f: Preparing 20:28:49 0de0ad4db310: Preparing 20:28:49 0a8bc762880b: Preparing 20:28:49 5b5d32c8d911: Preparing 20:28:49 d9d76363d04f: Preparing 20:28:49 777b2c648970: Preparing 20:28:49 777b2c648970: Waiting 20:28:49 0de0ad4db310: Layer already exists 20:28:49 781016f3266f: Layer already exists 20:28:49 0a8bc762880b: Layer already exists 20:28:49 5b5d32c8d911: Layer already exists 20:28:49 d9d76363d04f: Layer already exists 20:28:49 777b2c648970: Layer already exists 20:28:49 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh 20:28:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:28:49 ---> 3db1b37c1b75 20:28:49 Step 3/26 : WORKDIR /edgex-go 20:28:49 ---> Using cache 20:28:49 ---> a2243c3bd9db 20:28:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:49 ---> Using cache 20:28:49 ---> f21bd52fb477 20:28:49 Step 5/26 : RUN apk add --update --no-cache make bash git 20:28:49 OK: 217 MiB in 51 packages 20:28:49 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 20:28:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:28:49 781016f3266f: Preparing 20:28:49 0de0ad4db310: Preparing 20:28:49 0a8bc762880b: Preparing 20:28:49 5b5d32c8d911: Preparing 20:28:49 d9d76363d04f: Preparing 20:28:49 777b2c648970: Preparing 20:28:49 777b2c648970: Waiting 20:28:49 0de0ad4db310: Layer already exists 20:28:49 d9d76363d04f: Layer already exists 20:28:49 781016f3266f: Layer already exists 20:28:49 5b5d32c8d911: Layer already exists 20:28:49 0a8bc762880b: Layer already exists 20:28:49 777b2c648970: Layer already exists 20:28:49 master: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 20:28:49 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:49 Step 2/34 : FROM ${BUILDER_BASE} AS builder 20:28:49 ---> 3db1b37c1b75 20:28:49 Step 3/34 : WORKDIR /edgex-go 20:28:49 ---> Using cache 20:28:49 ---> a2243c3bd9db 20:28:49 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:49 ---> Using cache 20:28:49 ---> f21bd52fb477 20:28:49 Step 5/34 : RUN apk add --update --no-cache make git [Pipeline] // withEnv [Pipeline] echo 20:28:49 ===================================================== [Pipeline] echo 20:28:49 taggedImages: 20:28:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 20:28:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 20:28:50 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 20:28:50 304d320492d37461b40de67c95ae73491c8494ce 20:28:50 2.0.0-dev.65 20:28:50 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:50 master 20:28:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:50 ---> Running in a73ef93e2953 20:28:50 ---> Running in 605b2d0ed58f 20:28:50 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:28:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:28:50 6bb8abb2a115: Preparing 20:28:50 30bc85ba6b27: Preparing 20:28:50 0a8bc762880b: Preparing 20:28:50 4c83ab71363d: Preparing 20:28:50 777b2c648970: Preparing 20:28:50 4c83ab71363d: Layer already exists 20:28:50 0a8bc762880b: Layer already exists 20:28:50 777b2c648970: Layer already exists 20:28:50 6bb8abb2a115: Pushed 20:28:51 Removing intermediate container 483a53bf4952 20:28:51 ---> c1c61087f7e1 20:28:51 Step 6/24 : COPY go.mod . 20:28:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:52 30bc85ba6b27: Pushed 20:28:52 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:52 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 20:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:28:52 6bb8abb2a115: Preparing 20:28:52 30bc85ba6b27: Preparing 20:28:52 0a8bc762880b: Preparing 20:28:52 4c83ab71363d: Preparing 20:28:52 777b2c648970: Preparing 20:28:52 4c83ab71363d: Layer already exists 20:28:52 0a8bc762880b: Layer already exists 20:28:52 6bb8abb2a115: Layer already exists 20:28:52 30bc85ba6b27: Layer already exists 20:28:52 777b2c648970: Layer already exists 20:28:52 2.0.0-dev.65: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:53 ---> 2f85689f1a3a 20:28:53 Step 7/24 : RUN go mod download 20:28:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:53 ---> 3db1b37c1b75 20:28:53 Step 3/23 : WORKDIR /edgex-go 20:28:53 ---> Using cache 20:28:53 ---> a2243c3bd9db 20:28:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:53 ---> Using cache 20:28:53 ---> f21bd52fb477 20:28:53 Step 5/23 : RUN apk add --update --no-cache make git 20:28:53 ---> Using cache 20:28:53 ---> c1c61087f7e1 20:28:53 Step 6/23 : COPY go.mod . 20:28:53 ---> Using cache 20:28:53 ---> 2f85689f1a3a 20:28:53 Step 7/23 : RUN go mod download 20:28:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:28:53 6bb8abb2a115: Preparing 20:28:53 30bc85ba6b27: Preparing 20:28:53 0a8bc762880b: Preparing 20:28:53 4c83ab71363d: Preparing 20:28:53 777b2c648970: Preparing 20:28:53 6bb8abb2a115: Layer already exists 20:28:53 777b2c648970: Layer already exists 20:28:53 4c83ab71363d: Layer already exists 20:28:53 30bc85ba6b27: Layer already exists 20:28:53 0a8bc762880b: Layer already exists 20:28:53 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh 20:28:53 ---> Running in 3c974bbe2326 20:28:53 ---> Running in 6542ef02a85b 20:28:53 OK: 217 MiB in 51 packages 20:28:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 20:28:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:28:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:28:54 6bb8abb2a115: Preparing 20:28:54 30bc85ba6b27: Preparing 20:28:54 0a8bc762880b: Preparing 20:28:54 4c83ab71363d: Preparing 20:28:54 777b2c648970: Preparing 20:28:54 4c83ab71363d: Layer already exists 20:28:54 777b2c648970: Layer already exists 20:28:54 0a8bc762880b: Layer already exists 20:28:54 6bb8abb2a115: Layer already exists 20:28:54 30bc85ba6b27: Layer already exists 20:28:54 master: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry 20:28:54 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:28:54 ===================================================== [Pipeline] echo 20:28:54 taggedImages: 20:28:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 20:28:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 20:28:54 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 20:28:54 304d320492d37461b40de67c95ae73491c8494ce 20:28:54 2.0.0-dev.65 20:28:54 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:54 master 20:28:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:54 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:28:55 Removing intermediate container a73ef93e2953 20:28:55 ---> cd48ed997adb 20:28:55 Step 6/34 : COPY go.mod . 20:28:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:28:55 00163499eda4: Preparing 20:28:55 00163499eda4: Preparing 20:28:55 186c7e561ede: Preparing 20:28:55 83659ead6226: Preparing 20:28:55 c37dacc5bd80: Preparing 20:28:55 a0c0fbd6bfb0: Preparing 20:28:55 0a8bc762880b: Preparing 20:28:55 5a33989d350e: Preparing 20:28:55 5a33989d350e: Preparing 20:28:55 e744e03a79fc: Preparing 20:28:55 0793ca8d6142: Preparing 20:28:55 6f2c515ac647: Preparing 20:28:55 777b2c648970: Preparing 20:28:55 e744e03a79fc: Waiting 20:28:55 5a33989d350e: Waiting 20:28:55 0793ca8d6142: Waiting 20:28:55 6f2c515ac647: Waiting 20:28:55 777b2c648970: Waiting 20:28:55 0a8bc762880b: Waiting 20:28:55 c37dacc5bd80: Pushed 20:28:55 00163499eda4: Pushed 20:28:55 186c7e561ede: Pushed 20:28:55 0a8bc762880b: Layer already exists 20:28:55 5a33989d350e: Pushed 20:28:55 0793ca8d6142: Pushed 20:28:55 Removing intermediate container 605b2d0ed58f 20:28:55 ---> 463fd2ee8195 20:28:55 Step 6/26 : COPY go.mod . 20:28:55 777b2c648970: Layer already exists 20:28:55 6f2c515ac647: Pushed 20:28:56 83659ead6226: Pushed 20:28:56 a0c0fbd6bfb0: Pushed 20:28:56 e744e03a79fc: Pushed 20:28:56 ---> 38e89785ad18 20:28:56 Step 7/34 : RUN go mod download 20:28:56 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh 20:28:56 ---> Running in 0075507c055c 20:28:56 ---> 79bf2ecb9ec8 20:28:56 Step 7/26 : RUN go mod download 20:28:56 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 20:28:56 ---> Running in a6ef9fd4eb0a [Pipeline] isUnix [Pipeline] sh 20:28:57 Removing intermediate container 3c974bbe2326 20:28:57 ---> 95f780b8a09d 20:28:57 Step 8/24 : COPY . . 20:28:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 20:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:28:57 00163499eda4: Preparing 20:28:57 00163499eda4: Preparing 20:28:57 186c7e561ede: Preparing 20:28:57 83659ead6226: Preparing 20:28:57 c37dacc5bd80: Preparing 20:28:57 a0c0fbd6bfb0: Preparing 20:28:57 0a8bc762880b: Preparing 20:28:57 5a33989d350e: Preparing 20:28:57 5a33989d350e: Preparing 20:28:57 e744e03a79fc: Preparing 20:28:57 0793ca8d6142: Preparing 20:28:57 6f2c515ac647: Preparing 20:28:57 777b2c648970: Preparing 20:28:57 0a8bc762880b: Waiting 20:28:57 5a33989d350e: Waiting 20:28:57 e744e03a79fc: Waiting 20:28:57 0793ca8d6142: Waiting 20:28:57 6f2c515ac647: Waiting 20:28:57 777b2c648970: Waiting 20:28:57 83659ead6226: Layer already exists 20:28:57 a0c0fbd6bfb0: Layer already exists 20:28:57 c37dacc5bd80: Layer already exists 20:28:57 00163499eda4: Layer already exists 20:28:57 186c7e561ede: Layer already exists 20:28:57 0a8bc762880b: Layer already exists 20:28:57 5a33989d350e: Layer already exists 20:28:57 0793ca8d6142: Layer already exists 20:28:57 e744e03a79fc: Layer already exists 20:28:57 6f2c515ac647: Layer already exists 20:28:57 777b2c648970: Layer already exists 20:28:57 2.0.0-dev.65: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh 20:28:57 Removing intermediate container 6542ef02a85b 20:28:57 ---> 73d864add112 20:28:57 Step 8/23 : COPY . . 20:28:57 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:28:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:28:57 00163499eda4: Preparing 20:28:57 00163499eda4: Preparing 20:28:57 186c7e561ede: Preparing 20:28:57 83659ead6226: Preparing 20:28:57 c37dacc5bd80: Preparing 20:28:57 a0c0fbd6bfb0: Preparing 20:28:57 0a8bc762880b: Preparing 20:28:57 5a33989d350e: Preparing 20:28:57 5a33989d350e: Preparing 20:28:57 e744e03a79fc: Preparing 20:28:57 0793ca8d6142: Preparing 20:28:57 6f2c515ac647: Preparing 20:28:57 777b2c648970: Preparing 20:28:57 0a8bc762880b: Waiting 20:28:57 5a33989d350e: Waiting 20:28:57 e744e03a79fc: Waiting 20:28:57 0793ca8d6142: Waiting 20:28:57 6f2c515ac647: Waiting 20:28:57 777b2c648970: Waiting 20:28:57 186c7e561ede: Layer already exists 20:28:57 00163499eda4: Layer already exists 20:28:57 c37dacc5bd80: Layer already exists 20:28:57 a0c0fbd6bfb0: Layer already exists 20:28:57 83659ead6226: Layer already exists 20:28:57 0a8bc762880b: Layer already exists 20:28:57 6f2c515ac647: Layer already exists 20:28:57 0793ca8d6142: Layer already exists 20:28:57 5a33989d350e: Layer already exists 20:28:57 e744e03a79fc: Layer already exists 20:28:57 777b2c648970: Layer already exists 20:28:57 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh 20:28:58 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 20:28:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 20:28:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:28:58 00163499eda4: Preparing 20:28:58 00163499eda4: Preparing 20:28:58 186c7e561ede: Preparing 20:28:58 83659ead6226: Preparing 20:28:58 c37dacc5bd80: Preparing 20:28:58 a0c0fbd6bfb0: Preparing 20:28:58 0a8bc762880b: Preparing 20:28:58 5a33989d350e: Preparing 20:28:58 5a33989d350e: Preparing 20:28:58 e744e03a79fc: Preparing 20:28:58 0793ca8d6142: Preparing 20:28:58 6f2c515ac647: Preparing 20:28:58 777b2c648970: Preparing 20:28:58 5a33989d350e: Waiting 20:28:58 e744e03a79fc: Waiting 20:28:58 0793ca8d6142: Waiting 20:28:58 6f2c515ac647: Waiting 20:28:58 777b2c648970: Waiting 20:28:58 0a8bc762880b: Waiting 20:28:58 c37dacc5bd80: Layer already exists 20:28:58 00163499eda4: Layer already exists 20:28:58 83659ead6226: Layer already exists 20:28:58 186c7e561ede: Layer already exists 20:28:58 a0c0fbd6bfb0: Layer already exists 20:28:58 e744e03a79fc: Layer already exists 20:28:58 0a8bc762880b: Layer already exists 20:28:58 5a33989d350e: Layer already exists 20:28:58 0793ca8d6142: Layer already exists 20:28:58 6f2c515ac647: Layer already exists 20:28:58 777b2c648970: Layer already exists 20:28:58 master: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:28:58 ===================================================== [Pipeline] echo 20:28:58 taggedImages: 20:28:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 20:28:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 20:28:58 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 20:28:58 304d320492d37461b40de67c95ae73491c8494ce 20:28:58 2.0.0-dev.65 20:28:58 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:28:58 master 20:28:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:59 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:28:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce 20:28:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:28:59 23e5ea352d04: Preparing 20:28:59 f1676cd43c62: Preparing 20:28:59 47a30e97c7fb: Preparing 20:28:59 fe23c30dc6ae: Preparing 20:28:59 e685553072a9: Preparing 20:28:59 777b2c648970: Preparing 20:28:59 777b2c648970: Waiting 20:28:59 fe23c30dc6ae: Pushed 20:28:59 47a30e97c7fb: Pushed 20:28:59 777b2c648970: Layer already exists 20:28:59 e685553072a9: Pushed 20:29:00 23e5ea352d04: Pushed 20:29:00 f1676cd43c62: Pushed 20:29:00 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh 20:29:01 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 20:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:29:01 23e5ea352d04: Preparing 20:29:01 f1676cd43c62: Preparing 20:29:01 47a30e97c7fb: Preparing 20:29:01 fe23c30dc6ae: Preparing 20:29:01 e685553072a9: Preparing 20:29:01 777b2c648970: Preparing 20:29:01 777b2c648970: Waiting 20:29:01 e685553072a9: Layer already exists 20:29:01 f1676cd43c62: Layer already exists 20:29:01 23e5ea352d04: Layer already exists 20:29:01 fe23c30dc6ae: Layer already exists 20:29:01 47a30e97c7fb: Layer already exists 20:29:01 777b2c648970: Layer already exists 20:29:01 2.0.0-dev.65: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh 20:29:01 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:29:01 23e5ea352d04: Preparing 20:29:01 f1676cd43c62: Preparing 20:29:01 47a30e97c7fb: Preparing 20:29:01 fe23c30dc6ae: Preparing 20:29:01 e685553072a9: Preparing 20:29:01 777b2c648970: Preparing 20:29:01 777b2c648970: Waiting 20:29:01 23e5ea352d04: Layer already exists 20:29:01 47a30e97c7fb: Layer already exists 20:29:01 f1676cd43c62: Layer already exists 20:29:01 fe23c30dc6ae: Layer already exists 20:29:01 e685553072a9: Layer already exists 20:29:01 777b2c648970: Layer already exists 20:29:01 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh 20:29:02 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:29:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:29:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:29:02 23e5ea352d04: Preparing 20:29:02 f1676cd43c62: Preparing 20:29:02 47a30e97c7fb: Preparing 20:29:02 fe23c30dc6ae: Preparing 20:29:02 e685553072a9: Preparing 20:29:02 777b2c648970: Preparing 20:29:02 777b2c648970: Waiting 20:29:02 fe23c30dc6ae: Layer already exists 20:29:02 23e5ea352d04: Layer already exists 20:29:02 e685553072a9: Layer already exists 20:29:02 f1676cd43c62: Layer already exists 20:29:02 47a30e97c7fb: Layer already exists 20:29:02 777b2c648970: Layer already exists 20:29:02 master: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:02 ===================================================== [Pipeline] echo 20:29:02 taggedImages: 20:29:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 20:29:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:29:02 Removing intermediate container 0075507c055c 20:29:02 ---> fb69271676e1 20:29:02 Step 8/34 : COPY . . 20:29:02 Removing intermediate container a6ef9fd4eb0a 20:29:02 ---> ace3cc8dd17a 20:29:02 Step 8/26 : COPY . . [Pipeline] echo 20:29:03 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 20:29:03 304d320492d37461b40de67c95ae73491c8494ce 20:29:03 2.0.0-dev.65 20:29:03 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:03 master 20:29:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:03 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:29:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:29:03 47c46cea137d: Preparing 20:29:03 e437cb19d63b: Preparing 20:29:03 9936a442491a: Preparing 20:29:03 9207940639cd: Preparing 20:29:03 5e3375cb188d: Preparing 20:29:03 a3b80f6ba46c: Preparing 20:29:03 6aad734cb9c6: Preparing 20:29:03 6dc359cefbf5: Preparing 20:29:03 777b2c648970: Preparing 20:29:03 a3b80f6ba46c: Waiting 20:29:03 6aad734cb9c6: Waiting 20:29:03 6dc359cefbf5: Waiting 20:29:03 777b2c648970: Waiting 20:29:04 47c46cea137d: Pushed 20:29:04 e437cb19d63b: Pushed 20:29:04 5e3375cb188d: Pushed 20:29:04 a3b80f6ba46c: Pushed 20:29:04 6aad734cb9c6: Pushed 20:29:04 777b2c648970: Layer already exists 20:29:04 6dc359cefbf5: Pushed 20:29:05 9207940639cd: Pushed 20:29:05 9936a442491a: Pushed 20:29:05 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:29:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 20:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:29:05 47c46cea137d: Preparing 20:29:05 e437cb19d63b: Preparing 20:29:05 9936a442491a: Preparing 20:29:05 9207940639cd: Preparing 20:29:05 5e3375cb188d: Preparing 20:29:05 a3b80f6ba46c: Preparing 20:29:05 6aad734cb9c6: Preparing 20:29:05 6dc359cefbf5: Preparing 20:29:05 777b2c648970: Preparing 20:29:05 6aad734cb9c6: Waiting 20:29:05 6dc359cefbf5: Waiting 20:29:05 a3b80f6ba46c: Waiting 20:29:05 777b2c648970: Waiting 20:29:05 9207940639cd: Layer already exists 20:29:05 47c46cea137d: Layer already exists 20:29:05 e437cb19d63b: Layer already exists 20:29:05 9936a442491a: Layer already exists 20:29:05 5e3375cb188d: Layer already exists 20:29:05 6dc359cefbf5: Layer already exists 20:29:05 a3b80f6ba46c: Layer already exists 20:29:05 777b2c648970: Layer already exists 20:29:05 6aad734cb9c6: Layer already exists 20:29:05 2.0.0-dev.65: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:29:06 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:29:06 47c46cea137d: Preparing 20:29:06 e437cb19d63b: Preparing 20:29:06 9936a442491a: Preparing 20:29:06 9207940639cd: Preparing 20:29:06 5e3375cb188d: Preparing 20:29:06 a3b80f6ba46c: Preparing 20:29:06 6aad734cb9c6: Preparing 20:29:06 6dc359cefbf5: Preparing 20:29:06 777b2c648970: Preparing 20:29:06 a3b80f6ba46c: Waiting 20:29:06 6aad734cb9c6: Waiting 20:29:06 777b2c648970: Waiting 20:29:06 6dc359cefbf5: Waiting 20:29:06 5e3375cb188d: Layer already exists 20:29:06 e437cb19d63b: Layer already exists 20:29:06 47c46cea137d: Layer already exists 20:29:06 9207940639cd: Layer already exists 20:29:06 9936a442491a: Layer already exists 20:29:06 777b2c648970: Layer already exists 20:29:06 a3b80f6ba46c: Layer already exists 20:29:06 6aad734cb9c6: Layer already exists 20:29:06 6dc359cefbf5: Layer already exists 20:29:06 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:29:06 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:29:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 20:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:29:07 47c46cea137d: Preparing 20:29:07 e437cb19d63b: Preparing 20:29:07 9936a442491a: Preparing 20:29:07 9207940639cd: Preparing 20:29:07 5e3375cb188d: Preparing 20:29:07 a3b80f6ba46c: Preparing 20:29:07 6aad734cb9c6: Preparing 20:29:07 6dc359cefbf5: Preparing 20:29:07 777b2c648970: Preparing 20:29:07 a3b80f6ba46c: Waiting 20:29:07 6aad734cb9c6: Waiting 20:29:07 6dc359cefbf5: Waiting 20:29:07 777b2c648970: Waiting 20:29:07 e437cb19d63b: Layer already exists 20:29:07 9936a442491a: Layer already exists 20:29:07 47c46cea137d: Layer already exists 20:29:07 5e3375cb188d: Layer already exists 20:29:07 9207940639cd: Layer already exists 20:29:07 a3b80f6ba46c: Layer already exists 20:29:07 6aad734cb9c6: Layer already exists 20:29:07 6dc359cefbf5: Layer already exists 20:29:07 777b2c648970: Layer already exists 20:29:07 master: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:07 ===================================================== [Pipeline] echo 20:29:07 taggedImages: 20:29:07 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:07 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 20:29:07 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:07 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 20:29:07 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 20:29:07 304d320492d37461b40de67c95ae73491c8494ce 20:29:07 2.0.0-dev.65 20:29:07 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:07 master 20:29:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:07 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:29:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:29:08 cea37a35c399: Preparing 20:29:08 5316c12b6282: Preparing 20:29:08 0a8bc762880b: Preparing 20:29:08 aff2922bdc8f: Preparing 20:29:08 777b2c648970: Preparing 20:29:08 0a8bc762880b: Layer already exists 20:29:08 777b2c648970: Layer already exists 20:29:08 cea37a35c399: Pushed 20:29:08 aff2922bdc8f: Pushed 20:29:09 5316c12b6282: Pushed 20:29:09 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:29:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 20:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:29:09 cea37a35c399: Preparing 20:29:09 5316c12b6282: Preparing 20:29:09 0a8bc762880b: Preparing 20:29:09 aff2922bdc8f: Preparing 20:29:09 777b2c648970: Preparing 20:29:09 aff2922bdc8f: Layer already exists 20:29:09 5316c12b6282: Layer already exists 20:29:09 0a8bc762880b: Layer already exists 20:29:09 cea37a35c399: Layer already exists 20:29:09 777b2c648970: Layer already exists 20:29:09 2.0.0-dev.65: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:29:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:29:10 cea37a35c399: Preparing 20:29:10 5316c12b6282: Preparing 20:29:10 0a8bc762880b: Preparing 20:29:10 aff2922bdc8f: Preparing 20:29:10 777b2c648970: Preparing 20:29:10 cea37a35c399: Layer already exists 20:29:10 5316c12b6282: Layer already exists 20:29:10 aff2922bdc8f: Layer already exists 20:29:10 777b2c648970: Layer already exists 20:29:10 0a8bc762880b: Layer already exists 20:29:10 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:29:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 20:29:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 20:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:29:11 cea37a35c399: Preparing 20:29:11 5316c12b6282: Preparing 20:29:11 0a8bc762880b: Preparing 20:29:11 aff2922bdc8f: Preparing 20:29:11 777b2c648970: Preparing 20:29:11 777b2c648970: Layer already exists 20:29:11 5316c12b6282: Layer already exists 20:29:11 0a8bc762880b: Layer already exists 20:29:11 aff2922bdc8f: Layer already exists 20:29:11 cea37a35c399: Layer already exists 20:29:11 master: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry 20:29:11 ---> 3db844c70d5b 20:29:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:11 ===================================================== [Pipeline] echo 20:29:11 taggedImages: 20:29:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 20:29:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 20:29:11 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 20:29:11 304d320492d37461b40de67c95ae73491c8494ce 20:29:11 2.0.0-dev.65 20:29:11 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:11 master 20:29:11 ===================================================== 20:29:11 ---> 17e2163d4642 20:29:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:11 ---> Running in 2e54753ddbef 20:29:12 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:29:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:29:12 dbb6637c4973: Preparing 20:29:12 714407ec945c: Preparing 20:29:12 0a8bc762880b: Preparing 20:29:12 b671253c098a: Preparing 20:29:12 777b2c648970: Preparing 20:29:12 0a8bc762880b: Layer already exists 20:29:12 777b2c648970: Layer already exists 20:29:12 ---> Running in 50a77a35f672 20:29:12 b671253c098a: Pushed 20:29:12 dbb6637c4973: Pushed 20:29:13 714407ec945c: Pushed 20:29:13 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:29:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:29:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:29:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:14 ---> 3df1e20a4dea 20:29:14 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 20:29:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 20:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:29:14 dbb6637c4973: Preparing 20:29:14 714407ec945c: Preparing 20:29:14 0a8bc762880b: Preparing 20:29:14 b671253c098a: Preparing 20:29:14 777b2c648970: Preparing 20:29:14 777b2c648970: Layer already exists 20:29:14 dbb6637c4973: Layer already exists 20:29:14 b671253c098a: Layer already exists 20:29:14 714407ec945c: Layer already exists 20:29:14 0a8bc762880b: Layer already exists 20:29:14 2.0.0-dev.65: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:29:14 ---> Running in 8c4cd9cfddfb 20:29:14 ---> 0f5defe0bc79 20:29:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:29:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:14 ---> Running in 59e23b7c3438 20:29:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:29:14 dbb6637c4973: Preparing 20:29:14 714407ec945c: Preparing 20:29:14 0a8bc762880b: Preparing 20:29:14 b671253c098a: Preparing 20:29:14 777b2c648970: Preparing 20:29:14 dbb6637c4973: Layer already exists 20:29:14 777b2c648970: Layer already exists 20:29:14 0a8bc762880b: Layer already exists 20:29:14 b671253c098a: Layer already exists 20:29:14 714407ec945c: Layer already exists 20:29:15 Removing intermediate container 8c4cd9cfddfb 20:29:15 ---> 8b7da972e468 20:29:15 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 20:29:15 ---> Running in 9ee8167c2e98 20:29:15 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:29:16 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 20:29:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 20:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:29:16 dbb6637c4973: Preparing 20:29:16 714407ec945c: Preparing 20:29:16 0a8bc762880b: Preparing 20:29:16 b671253c098a: Preparing 20:29:16 777b2c648970: Preparing 20:29:16 714407ec945c: Layer already exists 20:29:16 b671253c098a: Layer already exists 20:29:16 0a8bc762880b: Layer already exists 20:29:16 777b2c648970: Layer already exists 20:29:16 dbb6637c4973: Layer already exists 20:29:16 master: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:16 ===================================================== [Pipeline] echo 20:29:16 taggedImages: 20:29:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 20:29:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 20:29:16 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 20:29:16 304d320492d37461b40de67c95ae73491c8494ce 20:29:16 2.0.0-dev.65 20:29:16 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:16 master 20:29:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 20:29:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:29:17 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh 20:29:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:29:17 20bcd9b46dc7: Preparing 20:29:17 85c5c58a9ce9: Preparing 20:29:17 e5a4afe0694f: Preparing 20:29:17 a3958b18da15: Preparing 20:29:17 2a70f283d721: Preparing 20:29:17 456697a6ca90: Preparing 20:29:17 3187a05295bc: Preparing 20:29:17 0754057c0ad3: Preparing 20:29:17 998cdf262ab1: Preparing 20:29:17 02e56110abd2: Preparing 20:29:17 abc36efb885a: Preparing 20:29:17 b0b09059f4e1: Preparing 20:29:17 bb961f40224b: Preparing 20:29:17 f4666769fca7: Preparing 20:29:17 998cdf262ab1: Waiting 20:29:17 02e56110abd2: Waiting 20:29:17 456697a6ca90: Waiting 20:29:17 3187a05295bc: Waiting 20:29:17 0754057c0ad3: Waiting 20:29:17 abc36efb885a: Waiting 20:29:17 bb961f40224b: Waiting 20:29:17 f4666769fca7: Waiting 20:29:17 b0b09059f4e1: Waiting 20:29:17 2a70f283d721: Pushed 20:29:17 20bcd9b46dc7: Pushed 20:29:17 a3958b18da15: Pushed 20:29:17 0754057c0ad3: Layer already exists 20:29:17 998cdf262ab1: Layer already exists 20:29:17 02e56110abd2: Layer already exists 20:29:17 3187a05295bc: Pushed 20:29:17 abc36efb885a: Layer already exists 20:29:17 b0b09059f4e1: Layer already exists 20:29:17 bb961f40224b: Layer already exists 20:29:17 f4666769fca7: Layer already exists 20:29:18 85c5c58a9ce9: Pushed 20:29:18 456697a6ca90: Pushed 20:29:21 e5a4afe0694f: Pushed 20:29:21 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:29:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 20:29:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:29:22 20bcd9b46dc7: Preparing 20:29:22 85c5c58a9ce9: Preparing 20:29:22 e5a4afe0694f: Preparing 20:29:22 a3958b18da15: Preparing 20:29:22 2a70f283d721: Preparing 20:29:22 456697a6ca90: Preparing 20:29:22 3187a05295bc: Preparing 20:29:22 0754057c0ad3: Preparing 20:29:22 998cdf262ab1: Preparing 20:29:22 02e56110abd2: Preparing 20:29:22 abc36efb885a: Preparing 20:29:22 b0b09059f4e1: Preparing 20:29:22 bb961f40224b: Preparing 20:29:22 f4666769fca7: Preparing 20:29:22 456697a6ca90: Waiting 20:29:22 3187a05295bc: Waiting 20:29:22 0754057c0ad3: Waiting 20:29:22 998cdf262ab1: Waiting 20:29:22 02e56110abd2: Waiting 20:29:22 abc36efb885a: Waiting 20:29:22 b0b09059f4e1: Waiting 20:29:22 bb961f40224b: Waiting 20:29:22 f4666769fca7: Waiting 20:29:22 85c5c58a9ce9: Layer already exists 20:29:22 a3958b18da15: Layer already exists 20:29:22 20bcd9b46dc7: Layer already exists 20:29:22 e5a4afe0694f: Layer already exists 20:29:22 2a70f283d721: Layer already exists 20:29:22 3187a05295bc: Layer already exists 20:29:22 456697a6ca90: Layer already exists 20:29:22 0754057c0ad3: Layer already exists 20:29:22 998cdf262ab1: Layer already exists 20:29:22 02e56110abd2: Layer already exists 20:29:22 abc36efb885a: Layer already exists 20:29:22 b0b09059f4e1: Layer already exists 20:29:22 bb961f40224b: Layer already exists 20:29:22 f4666769fca7: Layer already exists 20:29:22 2.0.0-dev.65: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:29:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 20:29:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:29:23 20bcd9b46dc7: Preparing 20:29:23 85c5c58a9ce9: Preparing 20:29:23 e5a4afe0694f: Preparing 20:29:23 a3958b18da15: Preparing 20:29:23 2a70f283d721: Preparing 20:29:23 456697a6ca90: Preparing 20:29:23 3187a05295bc: Preparing 20:29:23 0754057c0ad3: Preparing 20:29:23 998cdf262ab1: Preparing 20:29:23 02e56110abd2: Preparing 20:29:23 abc36efb885a: Preparing 20:29:23 b0b09059f4e1: Preparing 20:29:23 bb961f40224b: Preparing 20:29:23 f4666769fca7: Preparing 20:29:23 3187a05295bc: Waiting 20:29:23 0754057c0ad3: Waiting 20:29:23 bb961f40224b: Waiting 20:29:23 b0b09059f4e1: Waiting 20:29:23 998cdf262ab1: Waiting 20:29:23 f4666769fca7: Waiting 20:29:23 02e56110abd2: Waiting 20:29:23 abc36efb885a: Waiting 20:29:23 456697a6ca90: Waiting 20:29:23 2a70f283d721: Layer already exists 20:29:23 a3958b18da15: Layer already exists 20:29:23 85c5c58a9ce9: Layer already exists 20:29:23 e5a4afe0694f: Layer already exists 20:29:23 20bcd9b46dc7: Layer already exists 20:29:23 456697a6ca90: Layer already exists 20:29:23 3187a05295bc: Layer already exists 20:29:23 998cdf262ab1: Layer already exists 20:29:23 0754057c0ad3: Layer already exists 20:29:23 02e56110abd2: Layer already exists 20:29:23 abc36efb885a: Layer already exists 20:29:23 b0b09059f4e1: Layer already exists 20:29:23 f4666769fca7: Layer already exists 20:29:23 bb961f40224b: Layer already exists 20:29:23 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:29:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 20:29:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 20:29:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:29:23 20bcd9b46dc7: Preparing 20:29:23 85c5c58a9ce9: Preparing 20:29:23 e5a4afe0694f: Preparing 20:29:23 a3958b18da15: Preparing 20:29:23 2a70f283d721: Preparing 20:29:23 456697a6ca90: Preparing 20:29:23 3187a05295bc: Preparing 20:29:23 0754057c0ad3: Preparing 20:29:23 998cdf262ab1: Preparing 20:29:23 02e56110abd2: Preparing 20:29:23 abc36efb885a: Preparing 20:29:23 b0b09059f4e1: Preparing 20:29:23 bb961f40224b: Preparing 20:29:23 f4666769fca7: Preparing 20:29:23 3187a05295bc: Waiting 20:29:23 0754057c0ad3: Waiting 20:29:23 998cdf262ab1: Waiting 20:29:23 02e56110abd2: Waiting 20:29:23 abc36efb885a: Waiting 20:29:23 b0b09059f4e1: Waiting 20:29:23 bb961f40224b: Waiting 20:29:23 f4666769fca7: Waiting 20:29:23 456697a6ca90: Waiting 20:29:23 2a70f283d721: Layer already exists 20:29:23 e5a4afe0694f: Layer already exists 20:29:23 a3958b18da15: Layer already exists 20:29:23 20bcd9b46dc7: Layer already exists 20:29:23 85c5c58a9ce9: Layer already exists 20:29:23 456697a6ca90: Layer already exists 20:29:23 3187a05295bc: Layer already exists 20:29:23 998cdf262ab1: Layer already exists 20:29:23 02e56110abd2: Layer already exists 20:29:23 0754057c0ad3: Layer already exists 20:29:23 b0b09059f4e1: Layer already exists 20:29:23 abc36efb885a: Layer already exists 20:29:23 bb961f40224b: Layer already exists 20:29:23 f4666769fca7: Layer already exists 20:29:23 master: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:29:23 ===================================================== [Pipeline] echo 20:29:23 taggedImages: 20:29:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce 20:29:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 20:29:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 20:29:23 - 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] } 20:30:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:30:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:30:28 Removing intermediate container 2e54753ddbef 20:30:28 ---> 351e83960f5f 20:30:28 20:30:28 Step 10/24 : FROM alpine:3.12 20:30:28 ---> afeebe901d6b 20:30:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:30:28 ---> Running in ed54b62c08c8 20:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:31 (1/5) Installing ca-certificates (20191127-r4) 20:30:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:30:31 (3/5) Installing libcurl (7.69.1-r3) 20:30:31 (4/5) Installing curl (7.69.1-r3) 20:30:31 (5/5) Installing dumb-init (1.2.2-r1) 20:30:31 Executing busybox-1.31.1-r19.trigger 20:30:31 Executing ca-certificates-20191127-r4.trigger 20:30:31 OK: 7 MiB in 19 packages 20:30:32 Removing intermediate container 59e23b7c3438 20:30:32 ---> 3b88825cd307 20:30:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:30:32 ---> Running in b18cdabff362 20:30:34 Removing intermediate container ed54b62c08c8 20:30:34 ---> 5cd35ce58766 20:30:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:30:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:30:34 ---> Running in d29552cad8b8 20:30:35 Removing intermediate container d29552cad8b8 20:30:35 ---> a3a1991ca015 20:30:35 Step 13/24 : WORKDIR / 20:30:35 ---> Running in 77b7eeefa18a 20:30:35 Removing intermediate container 77b7eeefa18a 20:30:35 ---> a5562cac6e2a 20:30:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:30:36 ---> ac0e4c867736 20:30:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:30:37 + mkdir -p /tmp/build/dist/linux 20:30:37 + cd /tmp/build/dist/linux 20:30:37 + git clone https://github.com/jwilder/dockerize.git . 20:30:37 Cloning into '.'... 20:30:38  ---> 3ff98a0cb871 20:30:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:30:38 + go get github.com/robfig/glock 20:30:39 Removing intermediate container b18cdabff362 20:30:39 ---> c1ddce034a93 20:30:39 20:30:39 Step 11/26 : FROM docker:20.10.0 20:30:39 ---> 8273109b36b3 20:30:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:30:39 20.10.0: Pulling from library/docker 20:30:42 ---> ddd7623ae1c2 20:30:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:30:44 ---> 2b59142834e8 20:30:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:30:46 ---> 24cabee13e25 20:30:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:30:47 ---> Running in 0ed0696279ee 20:30:47 Removing intermediate container 50a77a35f672 20:30:47 ---> d2dba1c2d23c 20:30:47 20:30:47 Step 10/23 : FROM alpine:3.12 20:30:47 ---> afeebe901d6b 20:30:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:47 ---> Using cache 20:30:47 ---> d4914d88f715 20:30:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:47 ---> Using cache 20:30:47 ---> 855a4bd62518 20:30:47 Step 13/23 : ENV APP_PORT=48081 20:30:47 ---> Running in 3a520b98ff46 20:30:48 Removing intermediate container 3a520b98ff46 20:30:48 ---> 22e7166d77f5 20:30:48 Step 14/23 : EXPOSE $APP_PORT 20:30:49 ---> Running in 2fcf4c54f9d2 20:30:50 Removing intermediate container 2fcf4c54f9d2 20:30:50 ---> 9cb388615a96 20:30:50 Step 15/23 : WORKDIR / 20:30:50 ---> Running in b14a485f635c 20:30:50 Removing intermediate container 0ed0696279ee 20:30:50 ---> b42ab4d3e552 20:30:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:30:51 ---> Running in 79aa5d0a70ad 20:30:52 Removing intermediate container b14a485f635c 20:30:52 ---> af18380c1109 20:30:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:52 Removing intermediate container 79aa5d0a70ad 20:30:52 ---> 7ca49122386f 20:30:52 Step 22/24 : LABEL arch=arm64 20:30:53 ---> Running in 1207ea2cf1c3 20:30:53 ---> 8191f9782f4b 20:30:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:53 Removing intermediate container 1207ea2cf1c3 20:30:53 ---> 83d7fbcebcd6 20:30:53 Step 23/24 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:30:53 ---> Running in db836cced2ab 20:30:55 Removing intermediate container db836cced2ab 20:30:55 ---> 25e02e51756d 20:30:55 Step 24/24 : LABEL version=2.0.0-dev.65 20:30:55 ---> Running in 451945fc78f4 20:30:55 ---> 983894cbb305 20:30:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:56 Removing intermediate container 451945fc78f4 20:30:56 ---> 2a5b6bf1d9e8 20:30:56 20:30:56 Successfully built 2a5b6bf1d9e8 20:30:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:30:56 + glock sync -n 20:30:56  Building docker-security-secretstore-setup-go ... done  ---> c91af03d54d6 20:30:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:30:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:30:56 Status: Downloaded newer image for docker:20.10.0 20:30:56 ---> eeaf43b92773 20:30:56 Step 12/26 : RUN apk add --no-cache bash 20:30:56 ---> Running in cd44e50772e4 20:30:56 ---> Running in 5ee26f52dfca 20:30:57 Removing intermediate container cd44e50772e4 20:30:57 ---> 7d511d237b8f 20:30:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:57 ---> Running in a93065faad12 20:30:58 Removing intermediate container a93065faad12 20:30:58 ---> 3ce06de177e8 20:30:58 Step 21/23 : LABEL arch=arm64 20:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:58 ---> Running in 1cd159a89bcf 20:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:58 Removing intermediate container 1cd159a89bcf 20:30:58 ---> 87ac911999c5 20:30:58 Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:30:58 ---> Running in 7a0fb02d0e44 20:30:59 (1/2) Installing readline (8.0.4-r0) 20:30:59 (2/2) Installing bash (5.0.17-r0) 20:30:59 Executing bash-5.0.17-r0.post-install 20:30:59 Executing busybox-1.31.1-r19.trigger 20:30:59 OK: 12 MiB in 22 packages 20:30:59 Removing intermediate container 7a0fb02d0e44 20:30:59 ---> 349c4115815f 20:30:59 Step 23/23 : LABEL version=2.0.0-dev.65 20:30:59 ---> Running in 1d1fc0577daa 20:31:00 Removing intermediate container 1d1fc0577daa 20:31:00 ---> 0b7c630c6afe 20:31:00 20:31:00 Successfully built 0b7c630c6afe 20:31:00 Successfully tagged docker-core-metadata-go-arm64:latest 20:31:00  Building docker-core-metadata-go ... done Removing intermediate container 5ee26f52dfca 20:31:00 ---> 32166604db1e 20:31:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:31:00 ---> Running in 25f9f08ad03a 20:31:01 Removing intermediate container 25f9f08ad03a 20:31:01 ---> 78a91bc0cdfc 20:31:01 Step 14/26 : ENV APP_PORT=48090 20:31:01 ---> Running in 2bccff6836da 20:31:02 Removing intermediate container 2bccff6836da 20:31:02 ---> 6ccf860a5ea7 20:31:02 Step 15/26 : EXPOSE $APP_PORT 20:31:02 ---> Running in 805eb4dc6162 20:31:02 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 20:31:02 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 20:31:02 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 20:31:03 Removing intermediate container 805eb4dc6162 20:31:03 ---> cda70be17684 20:31:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:31:03 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 20:31:03 + git describe '--abbrev=0' --tags 20:31:03 + TAG=v0.6.1 20:31:03 + LDFLAGS='-X main.buildVersion=v0.6.1' 20:31:03 + apk --print-arch 20:31:03 + arch=aarch64 20:31:03 + echo 'building [dockerize] for arm64 ... ' 20:31:03 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 20:31:03 building [dockerize] for arm64 ... 20:31:04 ---> 9529f194f3c4 20:31:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:31:05 ---> d4b7ca1ef080 20:31:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:31:06 ---> 6eeed79c359d 20:31:06 Step 19/26 : RUN apk --no-cache add py3-pip 20:31:06 ---> Running in 4cb84701db96 20:31:07 + date 20:31:07 + echo 'Fri Jan 29 20:31:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 20:31:07 Fri Jan 29 20:31:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 20:31:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:08 (1/33) Installing libbz2 (1.0.8-r1) 20:31:08 (2/33) Installing expat (2.2.9-r1) 20:31:08 (3/33) Installing libffi (3.3-r2) 20:31:08 (4/33) Installing gdbm (1.13-r1) 20:31:08 (5/33) Installing xz-libs (5.2.5-r0) 20:31:08 (6/33) Installing sqlite-libs (3.32.1-r0) 20:31:08 (7/33) Installing python3 (3.8.5-r0) 20:31:10 (8/33) Installing py3-appdirs (1.4.4-r1) 20:31:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:31:10 (10/33) Installing py3-parsing (2.4.7-r0) 20:31:10 (11/33) Installing py3-six (1.15.0-r0) 20:31:10 (12/33) Installing py3-packaging (20.4-r0) 20:31:10 (13/33) Installing py3-setuptools (47.0.0-r0) 20:31:10 (14/33) Installing py3-chardet (3.0.4-r4) 20:31:10 (15/33) Installing py3-idna (2.9-r0) 20:31:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:31:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:31:10 (18/33) Installing py3-requests (2.23.0-r0) 20:31:10 (19/33) Installing py3-msgpack (1.0.0-r0) 20:31:10 (20/33) Installing py3-lockfile (0.12.2-r3) 20:31:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:31:10 (22/33) Installing py3-colorama (0.4.3-r0) 20:31:10 (23/33) Installing py3-distlib (0.3.0-r0) 20:31:11 (24/33) Installing py3-distro (1.5.0-r1) 20:31:11 (25/33) Installing py3-webencodings (0.5.1-r3) 20:31:11 (26/33) Installing py3-html5lib (1.0.1-r4) 20:31:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:31:11 (28/33) Installing py3-pep517 (0.8.2-r0) 20:31:11 (29/33) Installing py3-progress (1.5-r0) 20:31:11 (30/33) Installing py3-toml (0.10.1-r0) 20:31:11 (31/33) Installing py3-retrying (1.3.3-r0) 20:31:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:31:11 (33/33) Installing py3-pip (20.1.1-r0) 20:31:11 Executing busybox-1.31.1-r19.trigger 20:31:11 OK: 71 MiB in 55 packages 20:31:14 Removing intermediate container 9ee8167c2e98 20:31:14 ---> b667070617d0 20:31:14 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 20:31:14 ---> Running in 72f3d6057515 20:31:16 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 20:31:16 statically linked 20:31:18 Removing intermediate container 72f3d6057515 20:31:18 ---> 684c94f7a56f 20:31:18 20:31:18 Step 12/34 : FROM alpine:3.12 20:31:18 ---> afeebe901d6b 20:31:18 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:31:18 ---> Running in 4ceb22242009 20:31:18 Removing intermediate container 4cb84701db96 20:31:18 ---> e3b7b374f1f8 20:31:18 Step 20/26 : RUN pip install docker-compose==1.23.2 20:31:18 Removing intermediate container 4ceb22242009 20:31:18 ---> 1eb7efba228f 20:31:18 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 20:31:18 ---> Running in e4609aba4a28 20:31:18 ---> Running in 1bdcb03a68e5 20:31:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:24 (1/3) Installing dumb-init (1.2.2-r1) 20:31:24 (2/3) Installing openssl (1.1.1i-r0) 20:31:24 (3/3) Installing su-exec (0.2-r1) 20:31:24 Executing busybox-1.31.1-r19.trigger 20:31:24 OK: 6 MiB in 17 packages 20:31:25 Removing intermediate container 1bdcb03a68e5 20:31:25 ---> 637322da9d09 20:31:25 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 20:31:25 ---> Running in dfb6363198c2 20:31:25 Removing intermediate container dfb6363198c2 20:31:25 ---> 4cd4f63039fe 20:31:25 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:31:26 ---> Running in 36a2d0d5c172 20:31:26 Removing intermediate container 36a2d0d5c172 20:31:26 ---> 258d60b7fceb 20:31:26 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:31:26 ---> Running in e3f0d0c41fc2 20:31:27 Collecting docker-compose==1.23.2 20:31:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:31:28 Collecting texttable<0.10,>=0.9.0 20:31:28 Downloading texttable-0.9.1.tar.gz (11 kB) 20:31:28 Removing intermediate container e3f0d0c41fc2 20:31:28 ---> 7fb787788a1d 20:31:28 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 20:31:28 ---> Running in 45fa818eeeba 20:31:29 Removing intermediate container 45fa818eeeba 20:31:29 ---> 97194b809731 20:31:29 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 20:31:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:31:30 ---> 27e808a11b40 20:31:30 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:31:30 Collecting docopt<0.7,>=0.6.1 20:31:30 Downloading docopt-0.6.2.tar.gz (25 kB) 20:31:31 ---> cc3a77953fa9 20:31:31 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:31:31 ---> Running in 26eb0444d49c 20:31:33 Collecting docker<4.0,>=3.6.0 20:31:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:31:33 Removing intermediate container 26eb0444d49c 20:31:33 ---> 6b5e1442ca70 20:31:33 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:34 ---> bc6f6d0171b6 20:31:34 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:31:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:31:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:31:35 Collecting websocket-client<1.0,>=0.32.0 20:31:35 ---> e03fb11c940d 20:31:35 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:31:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:31:36 Collecting dockerpty<0.5,>=0.4.1 20:31:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:31:36 ---> fe0ed2abefd6 20:31:36 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:31:37 ---> cf1a3ca1819d 20:31:37 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:31:38 ---> c754d57ad91e 20:31:38 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 20:31:38 Collecting cached-property<2,>=1.2.0 20:31:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:31:39 ---> Running in 5658a6a713f7 20:31:39 Collecting jsonschema<3,>=2.5.1 20:31:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:31:39 Removing intermediate container 5658a6a713f7 20:31:39 ---> 3b566e531288 20:31:39 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:31:40 ---> 839c5a73703d 20:31:40 Step 29/34 : RUN chmod +x /entrypoint.sh 20:31:40 Collecting PyYAML<4,>=3.10 20:31:40 Downloading PyYAML-3.13.tar.gz (270 kB) 20:31:40 ---> Running in 1584f0655fe8 20:31:43 Removing intermediate container 1584f0655fe8 20:31:43 ---> 05a3b3d5a4c0 20:31:43 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 20:31:43 ---> Running in e40a286f1d21 20:31:43 Collecting docker-pycreds>=0.4.0 20:31:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:31:43 Removing intermediate container e40a286f1d21 20:31:43 ---> 51d633428d02 20:31:43 Step 31/34 : CMD ["gate"] 20:31:43 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) 20:31:43 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) 20:31:44 ---> Running in fc4f81d139ea 20:31:44 Collecting urllib3<1.25,>=1.21.1 20:31:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:31:44 Removing intermediate container fc4f81d139ea 20:31:44 ---> 61d59fd9c2d4 20:31:44 Step 32/34 : LABEL arch=arm64 20:31:44 Collecting idna<2.8,>=2.5 20:31:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:31:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:31:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:31:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:31:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:31:45 ---> Running in 6c2abe96c61b 20:31:45 Removing intermediate container 6c2abe96c61b 20:31:45 ---> 490e418aad03 20:31:45 Step 33/34 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:31:45 Installing collected packages: texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, jsonschema, PyYAML, docker-compose 20:31:45 Running setup.py install for texttable: started 20:31:46 ---> Running in 107b13ed5590 20:31:46 Removing intermediate container 107b13ed5590 20:31:46 ---> 5a4d8e0aec5d 20:31:46 Step 34/34 : LABEL version=2.0.0-dev.65 20:31:47 ---> Running in 48d3ae624fc1 20:31:47 Removing intermediate container 48d3ae624fc1 20:31:47 ---> 2fb2a8a86e09 20:31:47 20:31:47 Running setup.py install for texttable: finished with status 'done' 20:31:47 Running setup.py install for docopt: started 20:31:47 Successfully built 2fb2a8a86e09 20:31:47 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:31:49  Building docker-security-bootstrapper-go ... done  Running setup.py install for docopt: finished with status 'done' 20:31:49 Attempting uninstall: urllib3 20:31:49 Found existing installation: urllib3 1.25.9 20:31:49 Uninstalling urllib3-1.25.9: 20:31:50 Successfully uninstalled urllib3-1.25.9 20:31:50 Attempting uninstall: idna 20:31:50 Found existing installation: idna 2.9 20:31:50 Uninstalling idna-2.9: 20:31:50 Successfully uninstalled idna-2.9 20:31:51 Attempting uninstall: requests 20:31:51 Found existing installation: requests 2.23.0 20:31:51 Uninstalling requests-2.23.0: 20:31:51 Successfully uninstalled requests-2.23.0 20:31:52 Running setup.py install for dockerpty: started 20:31:54 Running setup.py install for dockerpty: finished with status 'done' 20:31:55 Running setup.py install for PyYAML: started 20:31:57 Running setup.py install for PyYAML: finished with status 'done' 20:31:58 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 20:32:01 Removing intermediate container e4609aba4a28 20:32:01 ---> 5d50d06a2027 20:32:01 Step 21/26 : RUN apk --no-cache add curl 20:32:01 ---> Running in efeed05ceff9 20:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:32:03 (2/3) Installing libcurl (7.69.1-r3) 20:32:03 (3/3) Installing curl (7.69.1-r3) 20:32:03 Executing busybox-1.31.1-r19.trigger 20:32:03 OK: 71 MiB in 58 packages 20:32:05 Removing intermediate container efeed05ceff9 20:32:05 ---> 518cd0b598d1 20:32:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:32:05 ---> Running in e83119b988d6 20:32:05 Removing intermediate container e83119b988d6 20:32:05 ---> 9398e2fc7615 20:32:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:05 ---> Running in 9c41b5f4394e 20:32:06 Removing intermediate container 9c41b5f4394e 20:32:06 ---> 1e49fb4f3274 20:32:06 Step 24/26 : LABEL arch=arm64 20:32:06 ---> Running in 37930dd39394 20:32:06 Removing intermediate container 37930dd39394 20:32:06 ---> 948428512c16 20:32:06 Step 25/26 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce 20:32:06 ---> Running in 2d369c3758b9 20:32:07 Removing intermediate container 2d369c3758b9 20:32:07 ---> badf4510a2e4 20:32:07 Step 26/26 : LABEL version=2.0.0-dev.65 20:32:07 ---> Running in 1ff469453d40 20:32:08 Removing intermediate container 1ff469453d40 20:32:08 ---> 31cb440a93f1 20:32:08 20:32:08 Successfully built 31cb440a93f1 20:32:08 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:32:08  Building docker-sys-mgmt-agent-go ... done  20:32:08 ERROR: for docker-core-command-go (, "The command '/bin/sh -c apk add --update --no-cache dumb-init' returned a non-zero code: 1") 20:32:08 Service 'docker-core-command-go' failed to build: The command '/bin/sh -c apk add --update --no-cache dumb-init' returned a non-zero code: 1 [Pipeline] } 20:32:08 $ docker stop --time=1 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e 20:32:10 $ docker rm -f 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:32:12 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:32:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:32:15 ---> package-listing.sh 20:32:15 ++ facter osfamily 20:32:15 ++ tr '[:upper:]' '[:lower:]' 20:32:15 + OS_FAMILY=redhat 20:32:15 + workspace=/w/workspace/edgex-go/328 20:32:15 + START_PACKAGES=/tmp/packages_start.txt 20:32:15 + END_PACKAGES=/tmp/packages_end.txt 20:32:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:32:15 + PACKAGES=/tmp/packages_start.txt 20:32:15 + '[' /w/workspace/edgex-go/328 ']' 20:32:15 + PACKAGES=/tmp/packages_end.txt 20:32:15 + case "${OS_FAMILY}" in 20:32:15 + rpm -qa 20:32:15 + sort 20:32:20 + '[' -f /tmp/packages_start.txt ']' 20:32:20 + '[' -f /tmp/packages_end.txt ']' 20:32:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:32:20 + '[' /w/workspace/edgex-go/328 ']' 20:32:20 + mkdir -p /w/workspace/edgex-go/328/archives/ 20:32:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/328/archives/ [Pipeline] echo 20:32:20 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/328/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:32:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:32:21 20:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:32:21 alpine: Pulling from edgex-lftools-log-publisher 20:32:21 df20fa9351a1: Pulling fs layer 20:32:21 36b3adc4ff6f: Pulling fs layer 20:32:21 8ad3a11d3b57: Pulling fs layer 20:32:21 46f8f816bc3b: Pulling fs layer 20:32:21 93b61091891f: Pulling fs layer 20:32:21 93b9cdb0e59b: Pulling fs layer 20:32:21 5e14af77c1be: Pulling fs layer 20:32:21 01666e4c0597: Pulling fs layer 20:32:21 aa168da1d23b: Pulling fs layer 20:32:21 93b9cdb0e59b: Waiting 20:32:21 5e14af77c1be: Waiting 20:32:21 01666e4c0597: Waiting 20:32:21 aa168da1d23b: Waiting 20:32:21 93b61091891f: Waiting 20:32:21 46f8f816bc3b: Waiting 20:32:21 df20fa9351a1: Verifying Checksum 20:32:21 df20fa9351a1: Download complete 20:32:21 46f8f816bc3b: Verifying Checksum 20:32:21 46f8f816bc3b: Download complete 20:32:21 36b3adc4ff6f: Verifying Checksum 20:32:21 36b3adc4ff6f: Download complete 20:32:21 93b9cdb0e59b: Verifying Checksum 20:32:21 93b9cdb0e59b: Download complete 20:32:21 93b61091891f: Verifying Checksum 20:32:21 93b61091891f: Download complete 20:32:21 5e14af77c1be: Verifying Checksum 20:32:21 5e14af77c1be: Download complete 20:32:21 01666e4c0597: Verifying Checksum 20:32:21 01666e4c0597: Download complete 20:32:21 8ad3a11d3b57: Verifying Checksum 20:32:21 8ad3a11d3b57: Download complete 20:32:21 df20fa9351a1: Pull complete 20:32:22 36b3adc4ff6f: Pull complete 20:32:23 8ad3a11d3b57: Pull complete 20:32:23 46f8f816bc3b: Pull complete 20:32:24 aa168da1d23b: Verifying Checksum 20:32:24 aa168da1d23b: Download complete 20:32:25 93b61091891f: Pull complete 20:32:25 93b9cdb0e59b: Pull complete 20:32:25 5e14af77c1be: Pull complete 20:32:25 01666e4c0597: Pull complete 20:32:34 aa168da1d23b: Pull complete 20:32:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:32:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:32:34 prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container 20:32:34 $ 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/328/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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:32:38 $ docker top 9c9d826c6ea5cbbc0b138a18db40a7ae4a42a3c55ebc791053879a4fac09ff5c -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:39 + touch /tmp/pre-build-complete [Pipeline] sh 20:32:39 + mkdir -p /var/log/sa [Pipeline] sh 20:32:40 + ls /var/log/sa-host 20:32:40 + sadf -c /var/log/sa-host/sa23 20:32:40 file_magic: OK 20:32:40 HZ: Using current value: 100 20:32:40 file_header: OK 20:32:40 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 20:32:40 Statistics: 20:32:40 Hnuu...uuuununununu... 20:32:40 File successfully converted to sysstat format version 12.2.1 20:32:40 + sadf -c /var/log/sa-host/sa29 20:32:40 file_magic: OK 20:32:40 HZ: Using current value: 100 20:32:40 file_header: OK 20:32:40 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 20:32:40 Statistics: 20:32:40 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... 20:32:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:32:40 provisioning config files... 20:32:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/328@tmp/config8935042047254783989tmp [Pipeline] { [Pipeline] echo 20:32:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:32:41 ---> create-netrc.sh [Pipeline] } 20:32:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:32:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:32:41 ---> python-tools-install.sh [Pipeline] echo 20:32:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:32:41 ---> sudo-logs.sh 20:32:41 Archiving 'sudo' log.. [Pipeline] echo 20:32:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:32:42 ---> job-cost.sh 20:32:42 lf-activate-venv: SKIPPING 20:32:42 INFO: No Stack... 20:32:43 INFO: Retrieving Pricing Info for: v1-standard-2 20:32:43 INFO: Archiving Costs [Pipeline] echo 20:32:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:32:44 ---> logs-deploy.sh 20:32:44 lf-activate-venv: SKIPPING 20:32:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/328 20:32:44 INFO: archiving workspace using pattern(s): 20:32:46 Archives upload complete. 20:32:46 INFO: archiving logs to Nexus 20:32:47 ---> uname -a: 20:32:47 Linux prd-centos7-docker-4c-2g-23993.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:32:47 20:32:47 20:32:47 ---> lscpu: 20:32:47 Architecture: x86_64 20:32:47 CPU op-mode(s): 32-bit, 64-bit 20:32:47 Byte Order: Little Endian 20:32:47 Address sizes: 40 bits physical, 48 bits virtual 20:32:47 CPU(s): 4 20:32:47 On-line CPU(s) list: 0-3 20:32:47 Thread(s) per core: 1 20:32:47 Core(s) per socket: 1 20:32:47 Socket(s): 4 20:32:47 NUMA node(s): 1 20:32:47 Vendor ID: GenuineIntel 20:32:47 CPU family: 6 20:32:47 Model: 44 20:32:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:32:47 Stepping: 1 20:32:47 CPU MHz: 2933.442 20:32:47 BogoMIPS: 5866.88 20:32:47 Virtualization: VT-x 20:32:47 Hypervisor vendor: KVM 20:32:47 Virtualization type: full 20:32:47 L1d cache: 128 KiB 20:32:47 L1i cache: 128 KiB 20:32:47 L2 cache: 16 MiB 20:32:47 L3 cache: 64 MiB 20:32:47 NUMA node0 CPU(s): 0-3 20:32:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:32:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:32:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:32:47 Vulnerability Meltdown: Mitigation; PTI 20:32:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:32:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:32:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:32:47 Vulnerability Srbds: Not affected 20:32:47 Vulnerability Tsx async abort: Not affected 20:32:47 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 20:32:47 20:32:47 20:32:47 ---> nproc: 20:32:47 4 20:32:47 20:32:47 20:32:47 ---> df -h: 20:32:47 Filesystem Size Used Available Use% Mounted on 20:32:47 overlay 50.0G 12.2G 37.8G 24% / 20:32:47 tmpfs 64.0M 0 64.0M 0% /dev 20:32:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:32:47 shm 64.0M 0 64.0M 0% /dev/shm 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/328 20:32:47 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/328@tmp 20:32:47 20:32:47 20:32:47 ---> free -m: 20:32:47 total used free shared buff/cache available 20:32:47 Mem: 1837 693 262 0 881 1061 20:32:47 Swap: 1023 94 929 20:32:47 20:32:47 20:32:47 ---> ip addr: 20:32:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:32:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:32:47 inet 127.0.0.1/8 scope host lo 20:32:47 valid_lft forever preferred_lft forever 20:32:47 inet6 ::1/128 scope host 20:32:47 valid_lft forever preferred_lft forever 20:32:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:32:47 link/ether fa:16:3e:c3:9c:b9 brd ff:ff:ff:ff:ff:ff 20:32:47 inet 10.30.123.126/23 brd 10.30.123.255 scope global dynamic eth0 20:32:47 valid_lft 85563sec preferred_lft 85563sec 20:32:47 inet6 fe80::f816:3eff:fec3:9cb9/64 scope link 20:32:47 valid_lft forever preferred_lft forever 20:32:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:32:47 link/ether 02:42:64:c0:8b:eb brd ff:ff:ff:ff:ff:ff 20:32:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:32:47 valid_lft forever preferred_lft forever 20:32:47 inet6 fe80::42:64ff:fec0:8beb/64 scope link 20:32:47 valid_lft forever preferred_lft forever 20:32:47 20:32:47 20:32:47 ---> sar -b -r -n DEV: 20:32:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 20:32:47 20:32:47 20:18:39 LINUX RESTART (4 CPU) 20:32:47 20:32:47 20:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:32:47 20:20:01 134.24 45.69 88.55 0.00 8287.73 40592.18 0.00 20:32:47 20:21:01 280.72 123.41 157.30 0.00 7784.09 50101.75 0.00 20:32:47 20:22:01 235.23 103.42 131.81 0.00 3724.78 16455.42 0.00 20:32:47 20:23:01 141.39 70.11 71.28 0.00 3577.32 9177.85 0.00 20:32:47 20:24:01 329.93 133.42 196.51 0.00 63771.14 133910.97 0.00 20:32:47 20:25:01 3225.09 2859.68 365.41 0.00 171234.22 186012.15 0.00 20:32:47 20:26:03 352.72 138.34 214.38 0.00 15929.83 38054.25 0.00 20:32:47 20:27:01 1340.41 997.54 342.86 0.00 135927.07 151030.37 0.00 20:32:47 20:28:02 978.47 653.20 325.28 0.00 46528.86 73066.99 0.00 20:32:47 20:29:01 136.13 26.23 109.90 0.00 4899.24 11255.24 0.00 20:32:47 20:30:01 31.23 22.11 9.12 0.00 1679.37 180.07 0.00 20:32:47 20:31:01 0.50 0.10 0.40 0.00 4.66 6.66 0.00 20:32:47 20:32:01 0.30 0.03 0.27 0.00 0.80 4.06 0.00 20:32:47 Average: 553.43 398.40 155.03 0.00 35592.08 54617.42 0.00 20:32:47 20:32:47 20:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:32:47 20:20:01 68320 0 703300 37.38 2620 1107304 1385640 47.29 605712 1002864 8420 20:32:47 20:21:01 117912 0 732132 38.91 1600 1029900 1309372 44.69 552396 940900 8 20:32:47 20:22:01 196164 0 859408 45.68 764 825208 1783132 60.86 690500 713708 25172 20:32:47 20:23:01 158628 0 828824 44.05 748 893344 1525432 52.06 674472 758292 27788 20:32:47 20:24:01 74424 0 839456 44.62 108 967556 2263908 77.26 753516 847284 82756 20:32:47 20:25:01 494416 0 673984 35.82 108 713036 1367948 46.69 507156 654236 12 20:32:47 20:26:03 52760 0 726280 38.60 108 1102396 1567444 53.49 732156 830936 63156 20:32:47 20:27:01 79204 0 784320 41.68 108 1017912 2190200 74.75 627352 921608 84484 20:32:47 20:28:02 189756 0 677444 36.00 108 1014236 1485096 50.68 492788 949768 88600 20:32:47 20:29:01 92692 0 627860 33.37 108 1160884 1214636 41.45 602840 926392 28 20:32:47 20:30:01 109284 0 625820 33.26 108 1146332 1203520 41.07 645900 868492 8 20:32:47 20:31:01 114588 0 620392 32.97 108 1146456 1167380 39.84 641812 868172 20 20:32:47 20:32:01 114048 0 620904 33.00 108 1146484 1167512 39.85 642488 868212 8 20:32:47 Average: 143246 0 716933 38.10 516 1020850 1510094 51.54 628391 857759 29266 20:32:47 20:32:47 20:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:32:47 20:20:01 eth0 1796.85 1736.63 6431.61 222.16 0.00 0.00 0.00 0.00 20:32:47 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:20:01 vethc7a0582 841.31 695.08 80.77 2668.61 0.00 0.00 0.00 0.00 20:32:47 20:20:01 docker0 841.31 694.94 69.27 2668.60 0.00 0.00 0.00 0.00 20:32:47 20:21:01 eth0 510.17 428.89 3722.80 44.59 0.00 0.00 0.00 0.00 20:32:47 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:21:01 docker0 171.85 203.14 12.11 876.67 0.00 0.00 0.00 0.00 20:32:47 20:22:01 eth0 43.29 28.94 33.04 72.35 0.00 0.00 0.00 0.00 20:32:47 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:22:01 vethd39e2ce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:32:47 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:23:01 eth0 22.10 11.93 18.79 10.19 0.00 0.00 0.00 0.00 20:32:47 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:23:01 vethd39e2ce 0.34 0.34 0.03 0.04 0.00 0.00 0.00 0.00 20:32:47 20:23:01 docker0 0.34 0.34 0.02 0.04 0.00 0.00 0.00 0.00 20:32:47 20:24:01 eth0 218.90 181.19 1690.69 80.85 0.00 0.00 0.00 0.00 20:32:47 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:24:01 veth7600a2b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:32:47 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:25:01 vetha46b7e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:25:01 eth0 46.99 22.77 161.78 9.16 0.00 0.00 0.00 0.00 20:32:47 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:25:01 vethcaa146e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:26:03 veth8becbaf 34.33 100.83 2.47 679.13 0.00 0.00 0.00 0.00 20:32:47 20:26:03 eth0 156.31 64.41 876.80 16.33 0.00 0.00 0.00 0.00 20:32:47 20:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:26:03 veth7600a2b 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 20:32:47 20:27:01 eth0 55.16 34.53 85.70 80.02 0.00 0.00 0.00 0.00 20:32:47 20:27:01 veth1177480 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:32:47 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:27:01 veth7600a2b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:32:47 20:28:02 eth0 195.42 155.41 1361.70 89.25 0.00 0.00 0.00 0.00 20:32:47 20:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:28:02 veth333c60f 11.02 11.83 0.86 44.81 0.00 0.00 0.00 0.00 20:32:47 20:28:02 veth7600a2b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:32:47 20:29:01 eth0 309.16 254.34 530.38 833.47 0.00 0.00 0.00 0.00 20:32:47 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:29:01 docker0 1128.03 1159.30 88.30 5137.99 0.00 0.00 0.00 0.00 20:32:47 20:30:01 eth0 213.48 211.99 91.30 880.98 0.00 0.00 0.00 0.00 20:32:47 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:31:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:32:01 eth0 3.58 3.35 0.49 7.05 0.00 0.00 0.00 0.00 20:32:47 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 Average: eth0 273.19 239.47 1151.67 179.58 0.00 0.00 0.00 0.00 20:32:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:47 Average: docker0 85.56 87.93 6.70 389.71 0.00 0.00 0.00 0.00 20:32:47 20:32:47 20:32:47 ---> sar -P ALL: 20:32:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 20:32:47 20:32:47 20:18:39 LINUX RESTART (4 CPU) 20:32:47 20:32:47 20:19:02 CPU %user %nice %system %iowait %steal %idle 20:32:47 20:20:01 all 19.88 0.00 9.76 4.49 0.09 65.77 20:32:47 20:20:01 0 18.68 0.00 13.35 3.88 0.05 64.03 20:32:47 20:20:01 1 19.84 0.00 9.97 4.86 0.10 65.23 20:32:47 20:20:01 2 20.68 0.00 7.94 5.52 0.10 65.77 20:32:47 20:20:01 3 20.32 0.00 7.83 3.69 0.11 68.06 20:32:47 20:21:01 all 13.51 0.00 8.77 5.68 0.13 71.90 20:32:47 20:21:01 0 10.58 0.00 9.07 8.72 0.14 71.49 20:32:47 20:21:01 1 12.39 0.00 8.16 4.45 0.12 74.88 20:32:47 20:21:01 2 15.88 0.00 7.83 5.09 0.15 71.04 20:32:47 20:21:01 3 15.19 0.00 10.03 4.48 0.12 70.18 20:32:47 20:22:01 all 44.60 0.00 12.95 6.15 0.10 36.20 20:32:47 20:22:01 0 44.90 0.00 11.77 5.13 0.12 38.07 20:32:47 20:22:01 1 44.20 0.00 13.64 7.84 0.09 34.24 20:32:47 20:22:01 2 44.32 0.00 13.07 4.32 0.11 38.19 20:32:47 20:22:01 3 44.96 0.00 13.34 7.30 0.09 34.30 20:32:47 20:23:01 all 52.50 0.00 14.65 4.05 0.09 28.71 20:32:47 20:23:01 0 50.64 0.00 15.01 3.09 0.09 31.18 20:32:47 20:23:01 1 53.44 0.00 14.97 3.22 0.11 28.27 20:32:47 20:23:01 2 53.33 0.00 13.70 5.26 0.11 27.60 20:32:47 20:23:01 3 52.58 0.00 14.91 4.64 0.07 27.79 20:32:47 20:24:01 all 22.52 0.00 18.53 3.85 0.17 54.92 20:32:47 20:24:01 0 22.08 0.00 18.41 4.38 0.17 54.95 20:32:47 20:24:01 1 23.46 0.00 18.25 4.70 0.17 53.42 20:32:47 20:24:01 2 21.73 0.00 19.72 2.39 0.16 56.00 20:32:47 20:24:01 3 22.82 0.00 17.76 3.92 0.17 55.32 20:32:47 20:25:01 all 20.94 0.00 30.76 25.13 0.29 22.88 20:32:47 20:25:01 0 20.95 0.00 30.82 25.18 0.27 22.79 20:32:47 20:25:01 1 19.92 0.00 30.99 26.84 0.27 21.98 20:32:47 20:25:01 2 20.79 0.00 30.93 26.26 0.36 21.66 20:32:47 20:25:01 3 22.14 0.00 30.29 22.19 0.25 25.12 20:32:47 20:26:03 all 56.51 0.00 17.59 13.76 0.18 11.97 20:32:47 20:26:03 0 55.52 0.00 17.93 14.21 0.19 12.15 20:32:47 20:26:03 1 55.99 0.00 17.86 11.79 0.21 14.15 20:32:47 20:26:03 2 58.04 0.00 16.75 11.92 0.16 13.13 20:32:47 20:26:03 3 56.49 0.00 17.80 17.09 0.16 8.45 20:32:47 20:27:01 all 45.65 0.00 26.02 21.62 0.28 6.44 20:32:47 20:27:01 0 46.99 0.00 24.45 21.29 0.29 6.98 20:32:47 20:27:01 1 44.88 0.00 25.64 21.75 0.28 7.45 20:32:47 20:27:01 2 46.20 0.00 26.48 21.86 0.26 5.20 20:32:47 20:27:01 3 44.50 0.00 27.53 21.58 0.28 6.11 20:32:47 20:28:02 all 31.93 0.00 19.01 25.05 0.22 23.80 20:32:47 20:28:02 0 30.90 0.00 17.27 16.73 0.21 34.89 20:32:47 20:28:02 1 32.59 0.00 19.25 30.57 0.16 17.44 20:32:47 20:28:02 2 30.28 0.00 20.54 27.76 0.26 21.16 20:32:47 20:28:02 3 33.98 0.00 19.00 25.19 0.23 21.60 20:32:47 20:29:01 all 10.47 0.00 6.23 5.71 0.09 77.49 20:32:47 20:29:01 0 11.82 0.00 6.05 1.65 0.07 80.42 20:32:47 20:29:01 1 10.20 0.00 6.06 7.10 0.09 76.55 20:32:47 20:29:01 2 11.51 0.00 7.15 7.79 0.10 73.44 20:32:47 20:29:01 3 8.36 0.00 5.68 6.32 0.10 79.55 20:32:47 20:30:01 all 5.00 0.00 1.82 0.52 0.05 92.61 20:32:47 20:30:01 0 4.51 0.00 1.94 0.30 0.05 93.20 20:32:47 20:30:01 1 5.48 0.00 2.12 0.49 0.07 91.85 20:32:47 20:30:01 2 5.06 0.00 1.63 0.59 0.03 92.68 20:32:47 20:30:01 3 4.95 0.00 1.60 0.71 0.03 92.71 20:32:47 20:32:47 20:30:01 CPU %user %nice %system %iowait %steal %idle 20:32:47 20:31:01 all 0.04 0.00 0.05 0.00 0.00 99.90 20:32:47 20:31:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:32:47 20:31:01 1 0.02 0.00 0.05 0.02 0.02 99.90 20:32:47 20:31:01 2 0.10 0.00 0.07 0.00 0.00 99.83 20:32:47 20:31:01 3 0.02 0.00 0.05 0.00 0.00 99.93 20:32:47 20:32:01 all 0.09 0.00 0.13 0.00 0.00 99.78 20:32:47 20:32:01 0 0.08 0.00 0.15 0.00 0.00 99.77 20:32:47 20:32:01 1 0.08 0.00 0.13 0.00 0.00 99.78 20:32:47 20:32:01 2 0.13 0.00 0.15 0.02 0.00 99.70 20:32:47 20:32:01 3 0.07 0.00 0.08 0.00 0.00 99.85 20:32:47 Average: all 24.50 0.00 12.57 8.75 0.13 54.05 20:32:47 Average: 0 24.06 0.00 12.58 7.90 0.13 55.34 20:32:47 Average: 1 24.43 0.00 12.64 9.33 0.13 53.48 20:32:47 Average: 2 24.83 0.00 12.54 8.96 0.14 53.53 20:32:47 Average: 3 24.70 0.00 12.51 8.82 0.12 53.85 20:32:47 20:32:47 20:32:47