Pull request #2981 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from a27ca56f5c99b230a218b9decb12d3e97b0beaba+68a8f910767166238b38b7946bcb5bba3869a893 (0c507e17589beab810d481fa185f5b1a6216b7b5) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-17906 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) > git config core.sparsecheckout # timeout=10 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 Commit message: "refactor: Adjust for removal of backward compatibility code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:41:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:41:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:41:47 ========================================================= 15:41:47 EdgeX Global Pipelines Version Info 15:41:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:41:49 ------------------- 15:41:49 stable info: 15:41:49 ------------------- 15:41:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:41:49 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:41:49 Message: update stable to v1.0.173 15:41:50 ------------------- 15:41:50 experimental info: 15:41:50 ------------------- 15:41:50 Commited By: **** collab-it+edgex@linuxfoundation.org 15:41:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:41:50 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:41:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:41:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:41:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:41:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:41:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2981 [Pipeline] echo 15:41:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2981 [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2981 [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a27ca56f5c99b230a218b9decb12d3e97b0beaba [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a27ca56 [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:41:53 provisioning config files... 15:41:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8823721506834477221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:41:54 ---> docker-login.sh 15:41:54 nexus3.edgexfoundry.org:10001 15:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:54 Configure a credential helper to remove this warning. See 15:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:54 15:41:54 Login Succeeded 15:41:54 nexus3.edgexfoundry.org:10002 15:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:55 Configure a credential helper to remove this warning. See 15:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:55 15:41:55 Login Succeeded 15:41:55 nexus3.edgexfoundry.org:10003 15:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:55 Configure a credential helper to remove this warning. See 15:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:55 15:41:55 Login Succeeded 15:41:55 nexus3.edgexfoundry.org:10004 15:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:55 Configure a credential helper to remove this warning. See 15:41:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:55 15:41:55 Login Succeeded 15:41:55 docker.io 15:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:56 Configure a credential helper to remove this warning. See 15:41:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:56 15:41:56 Login Succeeded 15:41:56 ---> docker-login.sh ends [Pipeline] } 15:41:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:41:56 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ cut -d/ -f2 15:41:56 ++ dirname cmd/core-command/Dockerfile 15:41:56 + echo core-command,cmd/core-command/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/core-data/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo core-data,cmd/core-data/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/core-metadata/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo core-metadata,cmd/core-metadata/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/security-proxy-setup/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/support-notifications/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo support-notifications,cmd/support-notifications/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/support-scheduler/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:41:56 + for file in '`ls cmd/**/Dockerfile`' 15:41:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:41:56 ++ cut -d/ -f2 15:41:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:41:56 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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 15:41:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:58 15:41:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:41:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:58 latest: Pulling from edgex-devops/git-semver 15:41:58 31603596830f: Pulling fs layer 15:41:58 2a8b12db71e7: Pulling fs layer 15:41:58 6ca5941a6612: Pulling fs layer 15:41:58 ecc8261a40a4: Pulling fs layer 15:41:58 ecc8261a40a4: Waiting 15:41:58 2a8b12db71e7: Verifying Checksum 15:41:58 2a8b12db71e7: Download complete 15:41:59 31603596830f: Verifying Checksum 15:41:59 31603596830f: Download complete 15:41:59 6ca5941a6612: Verifying Checksum 15:41:59 6ca5941a6612: Download complete 15:41:59 ecc8261a40a4: Verifying Checksum 15:41:59 ecc8261a40a4: Download complete 15:41:59 31603596830f: Pull complete 15:42:00 2a8b12db71e7: Pull complete 15:42:01 6ca5941a6612: Pull complete 15:42:02 ecc8261a40a4: Pull complete 15:42:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:02 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat 15:42:05 $ docker top aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:06 [ssh-agent] Looking for ssh-agent implementation... 15:42:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:06 $ docker exec aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent 15:42:06 SSH_AUTH_SOCK=/tmp/ssh-L57fQJzqARhn/agent.12 15:42:06 SSH_AGENT_PID=17 15:42:06 Running ssh-add (command line suppressed) 15:42:07 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6631216683639428046.key (/w/workspace/edgex-go/2@tmp/private_key_6631216683639428046.key) 15:42:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:08 + git tag --points-at HEAD [Pipeline] } 15:42:08 $ docker exec --env ******** --env ******** aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent -k 15:42:08 unset SSH_AUTH_SOCK; 15:42:08 unset SSH_AGENT_PID; 15:42:08 echo Agent pid 17 killed; 15:42:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:08 [ssh-agent] Looking for ssh-agent implementation... 15:42:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:08 $ docker exec aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent 15:42:09 SSH_AUTH_SOCK=/tmp/ssh-70wv8Z08dg7N/agent.46 15:42:09 SSH_AGENT_PID=52 15:42:09 Running ssh-add (command line suppressed) 15:42:09 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4234628210217565357.key (/w/workspace/edgex-go/2@tmp/private_key_4234628210217565357.key) 15:42:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:10 + git semver init 15:42:10 # -> Open(): unable to determine branch for HEAD 15:42:10 # $GIT_DIR = /w/workspace/edgex-go/2/.git 15:42:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 15:42:10 # $SEMVER_REMOTE_NAME = origin 15:42:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:10 # $SEMVER_USER_NAME = edgex-jenkins 15:42:10 # $SEMVER_BRANCH = PR-2981 15:42:10 # $SEMVER_TEMP = /tmp/semver-590759381 15:42:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:42:42 # '/tmp/semver-590759381' -> '/w/workspace/edgex-go/2/.semver' 15:42:42 # -> Force: false 15:42:42 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 15:42:42 $ docker exec --env ******** --env ******** aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent -k 15:42:43 unset SSH_AUTH_SOCK; 15:42:43 unset SSH_AGENT_PID; 15:42:43 echo Agent pid 52 killed; 15:42:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:43 + git semver [Pipeline] } 15:42:44 $ docker stop --time=1 aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d 15:42:45 $ docker rm -f aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d [Pipeline] // withDockerContainer [Pipeline] sh 15:42:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:47 Stashed 1 file(s) [Pipeline] echo 15:42:47 [edgeXSemver]: initialized semver on version 0.0.0 [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 15:42:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17890 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 15:42:48 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:42:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:42:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:42:49 + true 15:42:49 + sudo service docker restart 15:42:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:42:50 ========================================================= 15:42:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:42:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:42:50 + 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 . 15:42:53 using credential edgex-jenkins-ssh 15:42:53 Cloning the remote Git repository 15:42:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:42:53 > git init /w/workspace/edgex-go/2 # timeout=10 15:42:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:42:53 > git --version # timeout=10 15:42:53 > git --version # 'git version 2.17.1' 15:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:57 Sending build context to Docker daemon 326.2MB 15:42:57 Step 1/7 : ARG BASE=golang:1.15-alpine 15:42:57 Step 2/7 : FROM ${BASE} 15:42:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:42:57 188c0c94c7c5: Pulling fs layer 15:42:57 0ef7d3d256c8: Pulling fs layer 15:42:57 de9db76c5a1d: Pulling fs layer 15:42:57 bca2f99d35d6: Pulling fs layer 15:42:57 93359f2a8cfa: Pulling fs layer 15:42:57 7c6f9722023f: Pulling fs layer 15:42:57 a35cf1a2eb13: Pulling fs layer 15:42:57 93359f2a8cfa: Waiting 15:42:57 7c6f9722023f: Waiting 15:42:57 a35cf1a2eb13: Waiting 15:42:57 bca2f99d35d6: Waiting 15:42:57 de9db76c5a1d: Download complete 15:42:57 0ef7d3d256c8: Verifying Checksum 15:42:57 0ef7d3d256c8: Download complete 15:42:57 93359f2a8cfa: Verifying Checksum 15:42:57 93359f2a8cfa: Download complete 15:42:57 7c6f9722023f: Verifying Checksum 15:42:57 7c6f9722023f: Download complete 15:42:58 188c0c94c7c5: Download complete 15:42:59 188c0c94c7c5: Pull complete 15:43:00 0ef7d3d256c8: Pull complete 15:43:00 de9db76c5a1d: Pull complete 15:43:02 a35cf1a2eb13: Verifying Checksum 15:43:02 a35cf1a2eb13: Download complete 15:43:03 bca2f99d35d6: Verifying Checksum 15:43:03 bca2f99d35d6: Download complete 15:43:14 bca2f99d35d6: Pull complete 15:43:14 93359f2a8cfa: Pull complete 15:43:14 7c6f9722023f: Pull complete 15:43:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:43:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:43:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:43:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:43:15 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:43:15 Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:43:15 Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) 15:43:15 > git config core.sparsecheckout # timeout=10 15:43:15 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 15:43:15 > git remote # timeout=10 15:43:15 > git config --get remote.origin.url # timeout=10 15:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:15 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 15:43:15 > git rev-parse HEAD^{commit} # timeout=10 15:43:15 > git config core.sparsecheckout # timeout=10 15:43:15 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 15:43:20 Commit message: "refactor: Adjust for removal of backward compatibility code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:43:20 a35cf1a2eb13: Pull complete 15:43:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:43:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:43:20 ---> a62c8e92a672 15:43:20 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:43:20 ---> Running in 2f8f9455c833 15:43:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:43:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:22 + sudo service docker restart 15:43:22 + true 15:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:23 (1/12) Installing libmagic (5.38-r0) 15:43:24 (2/12) Installing file (5.38-r0) 15:43:24 (3/12) Installing libc-dev (0.7.2-r3) 15:43:24 (4/12) Installing g++ (9.3.0-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:43:25 provisioning config files... 15:43:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8149636891312681048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:25 ---> docker-login.sh 15:43:25 nexus3.edgexfoundry.org:10001 15:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:27 Configure a credential helper to remove this warning. See 15:43:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:27 15:43:27 Login Succeeded 15:43:27 nexus3.edgexfoundry.org:10002 15:43:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:27 Configure a credential helper to remove this warning. See 15:43:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:27 15:43:27 Login Succeeded 15:43:27 nexus3.edgexfoundry.org:10003 15:43:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:28 Configure a credential helper to remove this warning. See 15:43:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:28 15:43:28 Login Succeeded 15:43:28 nexus3.edgexfoundry.org:10004 15:43:28 (5/12) Installing fortify-headers (1.1-r0) 15:43:28 (6/12) Installing patch (2.7.6-r6) 15:43:28 (7/12) Installing build-base (0.5-r2) 15:43:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:28 Configure a credential helper to remove this warning. See 15:43:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:28 15:43:28 Login Succeeded 15:43:28 docker.io 15:43:29 (8/12) Installing libsodium (1.0.18-r0) 15:43:29 (9/12) Installing pkgconf (1.7.2-r0) 15:43:29 (10/12) Installing libsodium-dev (1.0.18-r0) 15:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:29 (11/12) Installing libzmq (4.3.3-r0) 15:43:29 (12/12) Installing zeromq-dev (4.3.3-r0) 15:43:29 Executing busybox-1.31.1-r19.trigger 15:43:29 OK: 233 MiB in 51 packages 15:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:29 Configure a credential helper to remove this warning. See 15:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:29 15:43:29 Login Succeeded 15:43:29 ---> docker-login.sh ends [Pipeline] } 15:43:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:43:30 ========================================================= 15:43:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:43:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:43:30 + 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 . 15:43:32 Sending build context to Docker daemon 165.4MB 15:43:32 Step 1/7 : ARG BASE=golang:1.15-alpine 15:43:32 Step 2/7 : FROM ${BASE} 15:43:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:43:32 5f621e34cdf4: Pulling fs layer 15:43:32 a4357932f1b6: Pulling fs layer 15:43:32 18c013af1878: Pulling fs layer 15:43:32 00ac8860ef70: Pulling fs layer 15:43:32 63d7cb157983: Pulling fs layer 15:43:32 b116817d02f9: Pulling fs layer 15:43:32 745a02a5169b: Pulling fs layer 15:43:32 00ac8860ef70: Waiting 15:43:32 63d7cb157983: Waiting 15:43:32 b116817d02f9: Waiting 15:43:32 745a02a5169b: Waiting 15:43:32 18c013af1878: Download complete 15:43:32 a4357932f1b6: Verifying Checksum 15:43:32 a4357932f1b6: Download complete 15:43:32 63d7cb157983: Download complete 15:43:33 b116817d02f9: Verifying Checksum 15:43:33 b116817d02f9: Download complete 15:43:33 5f621e34cdf4: Verifying Checksum 15:43:33 5f621e34cdf4: Download complete 15:43:33 5f621e34cdf4: Pull complete 15:43:34 a4357932f1b6: Pull complete 15:43:34 18c013af1878: Pull complete 15:43:35 745a02a5169b: Verifying Checksum 15:43:35 745a02a5169b: Download complete 15:43:36 Removing intermediate container 2f8f9455c833 15:43:36 ---> 273d7d1abff6 15:43:36 Step 4/7 : WORKDIR /edgex-go 15:43:36 ---> Running in 5a42f7b64764 15:43:36 Removing intermediate container 5a42f7b64764 15:43:36 ---> d9073e9d4849 15:43:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:43:36 latest: Pulling from library/docker 15:43:36 801bfaa63ef2: Pulling fs layer 15:43:36 4f7dc993c79e: Pulling fs layer 15:43:36 d39d95e4997f: Pulling fs layer 15:43:36 1cda4b703d87: Pulling fs layer 15:43:36 54e5375350ea: Pulling fs layer 15:43:36 f08cd1b3bb1b: Pulling fs layer 15:43:36 8e17d04e0c68: Pulling fs layer 15:43:36 54e5375350ea: Waiting 15:43:36 f08cd1b3bb1b: Waiting 15:43:36 8e17d04e0c68: Waiting 15:43:36 1cda4b703d87: Waiting 15:43:36 d39d95e4997f: Verifying Checksum 15:43:36 d39d95e4997f: Download complete 15:43:36 00ac8860ef70: Download complete 15:43:37 4f7dc993c79e: Verifying Checksum 15:43:37 4f7dc993c79e: Download complete 15:43:37 801bfaa63ef2: Verifying Checksum 15:43:37 801bfaa63ef2: Download complete 15:43:37 54e5375350ea: Verifying Checksum 15:43:37 54e5375350ea: Download complete 15:43:37 f08cd1b3bb1b: Verifying Checksum 15:43:37 8e17d04e0c68: Verifying Checksum 15:43:37 8e17d04e0c68: Download complete 15:43:37 801bfaa63ef2: Pull complete 15:43:38 4f7dc993c79e: Pull complete 15:43:38 1cda4b703d87: Verifying Checksum 15:43:38 1cda4b703d87: Download complete 15:43:38 d39d95e4997f: Pull complete 15:43:44 1cda4b703d87: Pull complete 15:43:44 54e5375350ea: Pull complete 15:43:44 f08cd1b3bb1b: Pull complete 15:43:44 8e17d04e0c68: Pull complete 15:43:44 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 15:43:44 Status: Downloaded newer image for docker:latest 15:43:47 00ac8860ef70: Pull complete 15:43:47 63d7cb157983: Pull complete 15:43:47 b116817d02f9: Pull complete 15:43:49 ---> 5cc564c7e143 15:43:49 Step 6/7 : COPY go.mod . 15:43:49 ---> a911a998993a 15:43:49 Step 7/7 : RUN go mod download 15:43:49 ---> Running in 0e7a11e0a32d 15:43:51 745a02a5169b: Pull complete 15:43:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:43:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:43:51 ---> b7e6874047d6 15:43:51 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:43:55 ---> Running in 35134e347fcf 15:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:57 (1/12) Installing libmagic (5.38-r0) 15:43:58 (2/12) Installing file (5.38-r0) 15:43:58 (3/12) Installing libc-dev (0.7.2-r3) 15:43:58 (4/12) Installing g++ (9.3.0-r2) 15:44:03 (5/12) Installing fortify-headers (1.1-r0) 15:44:03 (6/12) Installing patch (2.7.6-r6) 15:44:03 (7/12) Installing build-base (0.5-r2) 15:44:03 (8/12) Installing libsodium (1.0.18-r0) 15:44:04 (9/12) Installing pkgconf (1.7.2-r0) 15:44:04 (10/12) Installing libsodium-dev (1.0.18-r0) 15:44:04 (11/12) Installing libzmq (4.3.3-r0) 15:44:04 (12/12) Installing zeromq-dev (4.3.3-r0) 15:44:04 Executing busybox-1.31.1-r19.trigger 15:44:04 OK: 217 MiB in 51 packages 15:44:08 Removing intermediate container 35134e347fcf 15:44:08 ---> 9c05413ab42c 15:44:08 Step 4/7 : WORKDIR /edgex-go 15:44:08 ---> Running in 43a1c6c80e6b 15:44:09 Removing intermediate container 43a1c6c80e6b 15:44:09 ---> 9a6acf6322e2 15:44:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:44:09 latest: Pulling from library/docker 15:44:11 159e5727ea61: Pulling fs layer 15:44:11 687389c36290: Pulling fs layer 15:44:11 94e28978939c: Pulling fs layer 15:44:11 ea42096754a7: Pulling fs layer 15:44:11 bd61cee6920e: Pulling fs layer 15:44:11 87c4ece4675c: Pulling fs layer 15:44:11 90ca8b2ff088: Pulling fs layer 15:44:11 ea42096754a7: Waiting 15:44:11 bd61cee6920e: Waiting 15:44:11 87c4ece4675c: Waiting 15:44:11 90ca8b2ff088: Waiting 15:44:11 94e28978939c: Verifying Checksum 15:44:11 94e28978939c: Download complete 15:44:11 159e5727ea61: Verifying Checksum 15:44:11 159e5727ea61: Download complete 15:44:11 687389c36290: Verifying Checksum 15:44:11 687389c36290: Download complete 15:44:11 bd61cee6920e: Verifying Checksum 15:44:11 bd61cee6920e: Download complete 15:44:11 87c4ece4675c: Verifying Checksum 15:44:11 87c4ece4675c: Download complete 15:44:11 90ca8b2ff088: Verifying Checksum 15:44:11 90ca8b2ff088: Download complete 15:44:12 159e5727ea61: Pull complete 15:44:12 687389c36290: Pull complete 15:44:13 ea42096754a7: Verifying Checksum 15:44:13 ea42096754a7: Download complete 15:44:13 94e28978939c: Pull complete 15:44:17 ea42096754a7: Pull complete 15:44:17 bd61cee6920e: Pull complete 15:44:17 87c4ece4675c: Pull complete 15:44:18 90ca8b2ff088: Pull complete 15:44:18 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 15:44:18 Status: Downloaded newer image for docker:latest 15:44:22 Removing intermediate container 0e7a11e0a32d 15:44:22 ---> 9e4e433bcad4 15:44:22 Successfully built 9e4e433bcad4 15:44:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:44:22 ---> 7f277262b583 15:44:22 Step 6/7 : COPY go.mod . 15:44:22 ---> 4ce1810182dc 15:44:22 Step 7/7 : RUN go mod download 15:44:22 + docker inspect -f . ci-base-image-x86_64 15:44:22 ---> Running in 0fce9f9128f4 15:44:22 . [Pipeline] withDockerContainer 15:44:23 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:44:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:24 $ docker top 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:25 + go version 15:44:25 go version go1.15.5 linux/amd64 [Pipeline] } 15:44:25 $ docker stop --time=1 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae 15:44:27 $ docker rm -f 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:28 + docker inspect -f . ci-base-image-x86_64 15:44:28 . [Pipeline] withDockerContainer 15:44:28 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:44:28 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:33 $ docker top 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 -eo pid,comm [Pipeline] { [Pipeline] echo 15:44:33 ========================================================= 15:44:33 [edgeXBuildGoParallel] Running Tests and Build... 15:44:33 ========================================================= [Pipeline] sh 15:44:34 + make test 15:44:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:44:49 ? github.com/edgexfoundry/edgex-go [no test files] 15:44:49 Removing intermediate container 0fce9f9128f4 15:44:49 ---> 301043219a9c 15:44:49 Successfully built 301043219a9c 15:44:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:44:49 + docker inspect -f . ci-base-image-arm64 15:44:49 . [Pipeline] withDockerContainer 15:44:50 prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container 15:44:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:44:51 $ docker top 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:52 + go version 15:44:52 go version go1.15.5 linux/arm64 [Pipeline] } 15:44:52 $ docker stop --time=1 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 15:44:54 $ docker rm -f 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:55 + docker inspect -f . ci-base-image-arm64 15:44:55 . [Pipeline] withDockerContainer 15:44:55 prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container 15:44:55 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:44:57 $ docker top 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e -eo pid,comm [Pipeline] { [Pipeline] echo 15:44:57 ========================================================= 15:44:57 [edgeXBuildGoParallel] Running Tests and Build... 15:44:57 ========================================================= [Pipeline] sh 15:44:58 + make test 15:44:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:45:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:45:20 ? github.com/edgexfoundry/edgex-go [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:45:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:45:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:45:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:45:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:45:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:45:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements 15:45:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:45:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:45:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:45:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:45:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.411s coverage: 27.0% of statements 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.106s coverage: 100.0% of statements 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 73.7% of statements 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:45:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.591s coverage: 83.3% of statements 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:45:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.025s coverage: 28.6% of statements 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:45:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:45:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 15:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:45:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:45:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.262s coverage: 97.5% of statements 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:45:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.728s coverage: 93.8% of statements 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements 15:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 15:45:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 15:45:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.2% of statements 15:45:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 15:45:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.421s coverage: 63.5% of statements 15:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements 15:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 15:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 15:45:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:46:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.294s coverage: 73.7% of statements 15:46:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 15:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 55.9% of statements 15:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:46:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.318s coverage: 37.0% of statements 15:46:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:46:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:46:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.762s coverage: 84.0% of statements 15:46:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements 15:46:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.1% of statements 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:46:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:46:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 15:46:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.045s coverage: 29.1% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:46:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 15:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 15:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.115s coverage: 100.0% of statements 15:46:13 GO111MODULE=on go vet ./... 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:46:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:46:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:46:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:46:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.214s coverage: 46.6% of statements 15:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.552s coverage: 74.4% of statements 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.654s coverage: 83.3% of statements 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.314s coverage: 86.7% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.323s coverage: 97.5% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:46:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.032s coverage: 93.8% of statements 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:46:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:46:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.075s coverage: 100.0% of statements 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements 15:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 15:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements 15:46:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements 15:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 15:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.696s coverage: 63.5% of statements 15:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 15:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 15:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 15:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 15:47:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 15:47:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 55.9% of statements 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:47:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:47:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:47:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.741s coverage: 84.0% of statements 15:47:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 15:47:11 gofmt -l . 15:47:11 [ "`gofmt -l .`" = "" ] 15:47:11 ./bin/test-go-mod-tidy.sh 15:47:11 ./bin/test-attribution-txt.sh [Pipeline] sh 15:47:11 + ls -al . 15:47:11 total 636 15:47:11 drwxrwxr-x 10 1001 1001 4096 Dec 31 15:47 . 15:47:11 drwxr-xr-x 4 root root 28 Dec 31 15:44 .. 15:47:11 -rw-rw-r-- 1 1001 1001 11 Dec 31 15:41 .dockerignore 15:47:11 drwxrwxr-x 8 1001 1001 179 Dec 31 15:41 .git 15:47:11 drwxrwxr-x 3 1001 1001 125 Dec 31 15:41 .github 15:47:11 -rw-rw-r-- 1 1001 1001 824 Dec 31 15:41 .gitignore 15:47:11 drwx------ 3 1001 1001 47 Dec 31 15:42 .semver 15:47:11 -rw-rw-r-- 1 1001 1001 166 Dec 31 15:41 .sonarcloud.properties 15:47:11 -rw-rw-r-- 1 1001 1001 3804 Dec 31 15:41 CONTRIBUTING.md 15:47:11 -rw-rw-r-- 1 1001 1001 1035 Dec 31 15:41 Dockerfile.build 15:47:11 -rw-rw-r-- 1 1001 1001 863 Dec 31 15:41 Jenkinsfile 15:47:11 -rw-rw-r-- 1 1001 1001 10775 Dec 31 15:41 LICENSE 15:47:11 -rw-rw-r-- 1 1001 1001 5750 Dec 31 15:41 Makefile 15:47:11 -rw-rw-r-- 1 1001 1001 6511 Dec 31 15:41 README.md 15:47:11 -rw-rw-r-- 1 1001 1001 6744 Dec 31 15:41 SECURITY.md 15:47:11 -rw-rw-r-- 1 1001 1001 5 Dec 31 15:42 VERSION 15:47:11 -rw-rw-r-- 1 1001 1001 4131 Dec 31 15:41 ZMQWindows.md 15:47:11 drwxrwxr-x 2 1001 1001 117 Dec 31 15:41 bin 15:47:11 drwxrwxr-x 14 1001 1001 4096 Dec 31 15:41 cmd 15:47:11 -rw-r--r-- 1 root root 537189 Dec 31 15:46 coverage.out 15:47:11 -rw-r--r-- 1 root root 979 Dec 31 15:47 go.mod 15:47:11 -rw-r--r-- 1 root root 18739 Dec 31 15:47 go.sum 15:47:11 drwxrwxr-x 8 1001 1001 127 Dec 31 15:41 internal 15:47:11 drwxrwxr-x 4 1001 1001 26 Dec 31 15:41 openapi 15:47:11 drwxrwxr-x 4 1001 1001 71 Dec 31 15:41 snap 15:47:11 -rw-rw-r-- 1 1001 1001 168 Dec 31 15:41 version.go [Pipeline] sh 15:47:12 + '[' -e coverage.out ] 15:47:12 + chown 1001:1001 coverage.out [Pipeline] stash 15:47:12 Stashed 1 file(s) [Pipeline] sh 15:47:13 + make build 15:47:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.941s coverage: 29.1% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.143s coverage: 100.0% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:47:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:47:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:47:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 15:47:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 15:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:47:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:47:21 GO111MODULE=on go vet ./... 15:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:47:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:47:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:47:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:47:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 15:48:01 $ docker stop --time=1 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 15:48:04 $ docker rm -f 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:10 15:48:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:48:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:11 latest: Pulling from edgex-devops/edgex-compose 15:48:11 cbdbe7a5bc2a: Pulling fs layer 15:48:11 ca9280d653b3: Pulling fs layer 15:48:11 7e9c9ca2126c: Pulling fs layer 15:48:12 cbdbe7a5bc2a: Verifying Checksum 15:48:12 cbdbe7a5bc2a: Download complete 15:48:12 ca9280d653b3: Download complete 15:48:12 cbdbe7a5bc2a: Pull complete 15:48:14 ca9280d653b3: Pull complete 15:48:15 7e9c9ca2126c: Verifying Checksum 15:48:15 7e9c9ca2126c: Download complete 15:48:25 7e9c9ca2126c: Pull complete 15:48:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:48:25 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:48:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:48:28 $ docker top 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:29 + docker-compose build --help 15:48:29 + grep parallel 15:48:30 gofmt -l . 15:48:30 [ "`gofmt -l .`" = "" ] 15:48:30 ./bin/test-go-mod-tidy.sh 15:48:30 ./bin/test-attribution-txt.sh 15:48:31 --parallel Build images in parallel. [Pipeline] } 15:48:31 $ docker stop --time=1 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b 15:48:33 $ docker rm -f 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:33 + ls -al . 15:48:33 total 664 15:48:33 drwxrwxr-x 9 1001 1001 4096 Dec 31 15:48 . 15:48:33 drwxr-xr-x 4 root root 4096 Dec 31 15:44 .. 15:48:33 -rw-rw-r-- 1 1001 1001 11 Dec 31 15:43 .dockerignore 15:48:33 drwxrwxr-x 8 1001 1001 4096 Dec 31 15:43 .git 15:48:33 drwxrwxr-x 3 1001 1001 4096 Dec 31 15:43 .github 15:48:33 -rw-rw-r-- 1 1001 1001 824 Dec 31 15:43 .gitignore 15:48:33 -rw-rw-r-- 1 1001 1001 166 Dec 31 15:43 .sonarcloud.properties 15:48:33 -rw-rw-r-- 1 1001 1001 3804 Dec 31 15:43 CONTRIBUTING.md 15:48:33 -rw-rw-r-- 1 1001 1001 1035 Dec 31 15:43 Dockerfile.build 15:48:33 -rw-rw-r-- 1 1001 1001 863 Dec 31 15:43 Jenkinsfile 15:48:33 -rw-rw-r-- 1 1001 1001 10775 Dec 31 15:43 LICENSE 15:48:33 -rw-rw-r-- 1 1001 1001 5750 Dec 31 15:43 Makefile 15:48:33 -rw-rw-r-- 1 1001 1001 6511 Dec 31 15:43 README.md 15:48:33 -rw-rw-r-- 1 1001 1001 6744 Dec 31 15:43 SECURITY.md 15:48:33 -rw-rw-r-- 1 1001 1001 5 Dec 31 15:42 VERSION 15:48:33 -rw-rw-r-- 1 1001 1001 4131 Dec 31 15:43 ZMQWindows.md 15:48:33 drwxrwxr-x 2 1001 1001 4096 Dec 31 15:43 bin 15:48:33 drwxrwxr-x 14 1001 1001 4096 Dec 31 15:43 cmd 15:48:33 -rw-r--r-- 1 root root 537189 Dec 31 15:47 coverage.out 15:48:33 -rw-r--r-- 1 root root 979 Dec 31 15:48 go.mod 15:48:33 -rw-r--r-- 1 root root 18739 Dec 31 15:48 go.sum 15:48:33 drwxrwxr-x 8 1001 1001 4096 Dec 31 15:43 internal 15:48:33 drwxrwxr-x 4 1001 1001 4096 Dec 31 15:43 openapi 15:48:33 drwxrwxr-x 4 1001 1001 4096 Dec 31 15:43 snap 15:48:33 -rw-rw-r-- 1 1001 1001 168 Dec 31 15:43 version.go [Pipeline] sh 15:48:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:34 . [Pipeline] withDockerContainer 15:48:34 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:48:34 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:48:34 + '[' -e coverage.out ] 15:48:34 + chown 1001:1001 coverage.out 15:48:35 $ docker top 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 -eo pid,comm [Pipeline] { [Pipeline] stash 15:48:36 Warning: overwriting stash ‘coverage-report’ [Pipeline] sh 15:48:36 + docker-compose -f ./docker-compose-build.yml build --parallel 15:48:37 Stashed 1 file(s) [Pipeline] sh 15:48:38 Building docker-core-command-go ... 15:48:38 Building docker-core-data-go ... 15:48:38 Building docker-core-metadata-go ... 15:48:38 Building docker-security-bootstrap-redis-go ... 15:48:38 Building docker-security-proxy-setup-go ... 15:48:38 Building docker-security-secretstore-setup-go ... 15:48:38 Building docker-support-notifications-go ... 15:48:38 Building docker-support-scheduler-go ... 15:48:38 Building docker-sys-mgmt-agent-go ... 15:48:38 Building docker-core-data-go 15:48:38 Building docker-security-bootstrap-redis-go 15:48:38 Building docker-security-secretstore-setup-go 15:48:38 Building docker-security-proxy-setup-go 15:48:38 Building docker-core-metadata-go 15:48:38 + make build 15:48:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:49:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:49:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:49:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 9e4e433bcad4 15:49:35 Step 3/21 : WORKDIR /edgex-go 15:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 9e4e433bcad4 15:49:35 Step 3/22 : WORKDIR /edgex-go 15:49:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:49:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 9e4e433bcad4 15:49:35 Step 3/24 : WORKDIR /edgex-go 15:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 9e4e433bcad4 15:49:35 Step 3/22 : WORKDIR /edgex-go 15:49:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:49:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 9e4e433bcad4 15:49:35 Step 3/23 : WORKDIR /edgex-go 15:49:35 ---> Running in 4b7c32e5a4a1 15:49:35 ---> Running in 6128b6478428 15:49:35 ---> Running in bd23f5315431 15:49:35 ---> Running in 682eb91b2456 15:49:35 ---> Running in 2f5d5c1f2815 15:49:35 Removing intermediate container 682eb91b2456 15:49:35 ---> 1a4bdbbcc3a6 15:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 Removing intermediate container 6128b6478428 15:49:35 ---> 3289918bf187 15:49:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 Removing intermediate container bd23f5315431 15:49:35 ---> 86198047d430 15:49:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 Removing intermediate container 4b7c32e5a4a1 15:49:35 ---> 96e0f864d284 15:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 Removing intermediate container 2f5d5c1f2815 15:49:35 ---> 0d029cb5d35b 15:49:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 ---> Running in 4922e9e127df 15:49:35 ---> Running in f2a34bd5977d 15:49:35 ---> Running in 08054e311522 15:49:35 ---> Running in 695f70116835 15:49:35 ---> Running in 805bb8086ddd 15:49:37 Removing intermediate container 4922e9e127df 15:49:37 ---> 55406eb4bcc8 15:49:37 Step 5/22 : RUN apk update && apk add make git 15:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:49:38 ---> Running in b9d99f1c5ca8 15:49:38 Removing intermediate container f2a34bd5977d 15:49:38 ---> 0aa695c8807f 15:49:38 Step 5/21 : RUN apk update && apk add make git 15:49:38 Removing intermediate container 695f70116835 15:49:38 ---> a3b706165378 15:49:38 Step 5/22 : RUN apk update && apk add make git 15:49:38 Removing intermediate container 08054e311522 15:49:38 ---> 59c362afbc9f 15:49:38 Step 5/24 : RUN apk update && apk add make git 15:49:38 ---> Running in 785a4b69f269 15:49:38 ---> Running in 1a57cc63f8d7 15:49:38 ---> Running in b97da58b9ea8 15:49:38 Removing intermediate container 805bb8086ddd 15:49:38 ---> 7887bcdda4de 15:49:38 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:49:38 ---> Running in ad5314a18a74 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:49:41 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:49:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:49:41 OK: 12750 distinct packages available 15:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:41 OK: 233 MiB in 51 packages 15:49:41 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:49:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:49:41 OK: 12750 distinct packages available 15:49:42 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:49:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:49:42 OK: 12750 distinct packages available 15:49:42 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:49:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:49:42 OK: 12750 distinct packages available 15:49:42 OK: 233 MiB in 51 packages 15:49:42 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:49:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:49:42 OK: 12750 distinct packages available 15:49:42 OK: 233 MiB in 51 packages 15:49:42 OK: 233 MiB in 51 packages 15:49:42 OK: 233 MiB in 51 packages 15:49:42 Removing intermediate container b9d99f1c5ca8 15:49:42 ---> a55cf1c762b4 15:49:42 Step 6/22 : COPY go.mod . 15:49:43 Removing intermediate container 785a4b69f269 15:49:43 ---> 628d0d8bc466 15:49:43 Step 6/21 : COPY go.mod . 15:49:43 ---> f3b3d9c437a9 15:49:43 Step 7/22 : RUN go mod download 15:49:43 Removing intermediate container 1a57cc63f8d7 15:49:43 ---> 3691f59df45c 15:49:43 Step 6/22 : COPY go.mod . 15:49:44 ---> Running in 2b32c8f5e157 15:49:44 Removing intermediate container b97da58b9ea8 15:49:44 ---> 6a895c6d9dd7 15:49:44 Step 6/24 : COPY go.mod . 15:49:44 Removing intermediate container ad5314a18a74 15:49:44 ---> 45dee76092db 15:49:44 Step 6/23 : COPY go.mod . 15:49:45 ---> 1950975b0ba1 15:49:45 Step 7/21 : RUN go mod download 15:49:45 ---> c0d170c32f14 15:49:45 Step 7/22 : RUN go mod download 15:49:45 ---> Running in a5e2b014fd7d 15:49:45 ---> 46461be4f626 15:49:45 Step 7/24 : RUN go mod download 15:49:45 ---> Running in 884d2d0c936a 15:49:45 ---> Running in 3881795f5487 15:49:45 ---> 68c3dfaa498e 15:49:45 Step 7/23 : RUN go mod download 15:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:49:46 ---> Running in 654f148c9d6d [Pipeline] } 15:49:49 $ docker stop --time=1 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e 15:49:50 Removing intermediate container a5e2b014fd7d 15:49:50 ---> b6bfec059222 15:49:50 Step 8/21 : COPY . . 15:49:50 Removing intermediate container 3881795f5487 15:49:50 ---> 4c23debd38fd 15:49:50 Step 8/24 : COPY . . 15:49:51 Removing intermediate container 884d2d0c936a 15:49:51 ---> d56e7dbd1cc1 15:49:51 Step 8/22 : COPY . . 15:49:51 Removing intermediate container 2b32c8f5e157 15:49:51 ---> 30f0e65a9abf 15:49:51 Step 8/22 : COPY . . 15:49:51 Removing intermediate container 654f148c9d6d 15:49:51 ---> ec695c445987 15:49:51 Step 8/23 : COPY . . 15:49:51 $ docker rm -f 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:49:53 15:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:49:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:49:54 latest: Pulling from edgex-devops/edgex-compose-arm64 15:49:54 29e5d40040c1: Pulling fs layer 15:49:54 1ce36da41761: Pulling fs layer 15:49:54 25b303627fd3: Pulling fs layer 15:49:54 29e5d40040c1: Verifying Checksum 15:49:54 29e5d40040c1: Download complete 15:49:55 1ce36da41761: Verifying Checksum 15:49:55 1ce36da41761: Download complete 15:49:55 29e5d40040c1: Pull complete 15:49:56 1ce36da41761: Pull complete 15:49:56 25b303627fd3: Verifying Checksum 15:49:56 25b303627fd3: Download complete 15:50:06 25b303627fd3: Pull complete 15:50:06 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:50:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:50:07 prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container 15:50:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:50:10 $ docker top 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:11 + docker-compose build --help 15:50:11 + grep parallel 15:50:14 --parallel Build images in parallel. [Pipeline] } 15:50:15 $ docker stop --time=1 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 15:50:17 $ docker rm -f 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:50:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:17 . [Pipeline] withDockerContainer 15:50:18 prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container 15:50:18 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:50:19 $ docker top f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:20 + docker-compose -f ./docker-compose-build.yml build --parallel 15:50:25 Building docker-core-command-go ... 15:50:25 Building docker-core-data-go ... 15:50:25 Building docker-core-metadata-go ... 15:50:25 Building docker-security-bootstrap-redis-go ... 15:50:25 Building docker-security-proxy-setup-go ... 15:50:25 Building docker-security-secretstore-setup-go ... 15:50:25 Building docker-support-notifications-go ... 15:50:25 Building docker-support-scheduler-go ... 15:50:25 Building docker-sys-mgmt-agent-go ... 15:50:25 Building docker-core-metadata-go 15:50:25 Building docker-security-proxy-setup-go 15:50:25 Building docker-security-bootstrap-redis-go 15:50:25 Building docker-sys-mgmt-agent-go 15:50:25 Building docker-core-command-go 15:51:00 ---> dd76e4e1e199 15:51:00 ---> 9656ab47d717 15:51:00 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:51:00 ---> 486f14ff2386 15:51:00 ---> 3478b448f331 15:51:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:51:00 ---> 47188fac1e34 15:51:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:51:00 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:51:00 Step 9/23 : RUN make cmd/core-data/core-data 15:51:00 ---> Running in 652d9be79599 15:51:00 ---> Running in 69d4e13aef7a 15:51:00 ---> Running in 64aee86e2bf1 15:51:00 ---> Running in 8d3adea1fd3e 15:51:00 ---> Running in 33d31ac408e9 15:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:51:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:51:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:51:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:51:33 ---> 301043219a9c 15:51:33 Step 3/21 : WORKDIR /edgex-go 15:51:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:51:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:33 ---> 301043219a9c 15:51:33 Step 3/22 : WORKDIR /edgex-go 15:51:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:51:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:33 ---> 301043219a9c 15:51:33 Step 3/22 : WORKDIR /edgex-go 15:51:33 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:51:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:51:33 ---> 301043219a9c 15:51:33 Step 3/27 : WORKDIR /edgex-go 15:51:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:51:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:33 ---> 301043219a9c 15:51:33 Step 3/22 : WORKDIR /edgex-go 15:51:33 ---> Running in c978843b8fac 15:51:33 ---> Running in 64f5711b6121 15:51:33 ---> Running in 58b98c111756 15:51:33 ---> Running in 4252ea951301 15:51:33 ---> Running in 3af0f602f395 15:51:33 Removing intermediate container 3af0f602f395 15:51:33 ---> 47bebe358360 15:51:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:33 Removing intermediate container c978843b8fac 15:51:33 ---> c337a87a1a8f 15:51:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:33 Removing intermediate container 58b98c111756 15:51:33 ---> 27d4e074ba40 15:51:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:33 Removing intermediate container 4252ea951301 15:51:33 ---> 0ec48fd648f8 15:51:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:33 Removing intermediate container 64f5711b6121 15:51:33 ---> 9849ebdc5c1a 15:51:33 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:33 ---> Running in d5df7e7b55d8 15:51:33 ---> Running in 52dea7b52ec8 15:51:33 ---> Running in 1530e4e0751c 15:51:33 ---> Running in ef3259537874 15:51:33 ---> Running in e7d9d3fee6c7 15:51:35 Removing intermediate container d5df7e7b55d8 15:51:35 ---> 8656bbe39c73 15:51:35 Step 5/21 : RUN apk update && apk add make git 15:51:36 ---> Running in 1dfb46086df2 15:51:36 Removing intermediate container ef3259537874 15:51:36 ---> f2bf31ee5412 15:51:36 Step 5/27 : RUN apk update && apk add make bash git 15:51:36 Removing intermediate container 52dea7b52ec8 15:51:36 ---> 328282bf6a5f 15:51:36 Step 5/22 : RUN apk update && apk add make git 15:51:36 ---> Running in c5637dc2839a 15:51:36 Removing intermediate container e7d9d3fee6c7 15:51:36 ---> 85a337256709 15:51:36 Step 5/22 : RUN apk update && apk add make git 15:51:36 Removing intermediate container 1530e4e0751c 15:51:36 ---> d60fb95a6a42 15:51:36 Step 5/22 : RUN apk update && apk add make git ---> Running in 493bc21d4c54 15:51:36 15:51:37 ---> Running in a0eb0eee622b 15:51:37 ---> Running in 0b5a10337062 15:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:39 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:39 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:39 OK: 12620 distinct packages available 15:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:51:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:51:40 OK: 217 MiB in 51 packages 15:51:40 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:40 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:40 OK: 12620 distinct packages available 15:51:40 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:40 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:40 OK: 12620 distinct packages available 15:51:40 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:40 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:40 OK: 12620 distinct packages available 15:51:40 OK: 217 MiB in 51 packages 15:51:41 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:51:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:51:41 OK: 12620 distinct packages available 15:51:41 OK: 217 MiB in 51 packages 15:51:41 Removing intermediate container 1dfb46086df2 15:51:41 ---> bfe9c20d8c35 15:51:41 Step 6/21 : COPY go.mod . 15:51:41 OK: 217 MiB in 51 packages 15:51:42 OK: 217 MiB in 51 packages 15:51:43 Removing intermediate container c5637dc2839a 15:51:43 ---> a60837b8bb54 15:51:43 Step 6/22 : COPY go.mod . 15:51:43 ---> 627738fe0405 15:51:43 Step 7/21 : RUN go mod download 15:51:43 Removing intermediate container 493bc21d4c54 15:51:43 ---> 2379a5ace4bf 15:51:43 Step 6/27 : COPY go.mod . 15:51:43 ---> Running in 33c2d3c02ab4 15:51:44 Removing intermediate container a0eb0eee622b 15:51:44 ---> 322384ec22cc 15:51:44 Step 6/22 : COPY go.mod . 15:51:44 Removing intermediate container 0b5a10337062 15:51:44 ---> 28757e06b612 15:51:44 Step 6/22 : COPY go.mod . 15:51:44 ---> 7ef6a7d6c59b 15:51:44 Step 7/22 : RUN go mod download 15:51:44 ---> Running in 38d7a50d11de 15:51:44 ---> a63cfe6a8fef 15:51:44 Step 7/27 : RUN go mod download 15:51:44 ---> Running in 7ad86bc7afbb 15:51:45 ---> 9b5318ed3962 15:51:45 Removing intermediate container 33d31ac408e9 15:51:45 ---> 75ba4b65a332 15:51:45 15:51:45 Step 10/22 : FROM alpine:3.10 15:51:45 3.10: Pulling from library/alpine 15:51:45 Step 7/22 : RUN go mod download 15:51:45 ---> 1f57d628aab6 15:51:45 Step 7/22 : RUN go mod download 15:51:45 ---> Running in 901850ade098 15:51:45 ---> Running in 7ae891cafd9d 15:51:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:51:46 Status: Downloaded newer image for alpine:3.10 15:51:46 ---> be4e4bea2c2e 15:51:46 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:51:47 ---> Running in b5ff9e87e73b 15:51:47 Removing intermediate container 33c2d3c02ab4 15:51:47 ---> 63adb6d7ff99 15:51:47 Step 8/21 : COPY . . 15:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:51:49 Removing intermediate container 64aee86e2bf1 15:51:49 ---> aa7784c298bd 15:51:49 15:51:49 Step 10/24 : FROM alpine:3.10 15:51:49 ---> be4e4bea2c2e 15:51:49 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:51:49 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:51:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:51:49 OK: 10350 distinct packages available 15:51:49 Removing intermediate container 38d7a50d11de 15:51:49 ---> 87a86ef1de74 15:51:49 Step 8/22 : COPY . . 15:51:50 Removing intermediate container 7ad86bc7afbb 15:51:50 ---> 7d59863df06f 15:51:50 Step 8/27 : COPY . . 15:51:50 (1/5) Installing ca-certificates (20191127-r2) 15:51:50 ---> Running in b576deb9b2a9 15:51:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:51:50 (3/5) Installing libcurl (7.66.0-r3) 15:51:50 (4/5) Installing curl (7.66.0-r3) 15:51:50 (5/5) Installing dumb-init (1.2.2-r1) 15:51:50 Executing busybox-1.30.1-r3.trigger 15:51:50 Removing intermediate container 901850ade098 15:51:50 ---> 678643d2c97b 15:51:50 Step 8/22 : COPY . . 15:51:50 Removing intermediate container 7ae891cafd9d 15:51:50 ---> 385c7e3baa76 15:51:50 Step 8/22 : COPY . . 15:51:51 Executing ca-certificates-20191127-r2.trigger 15:51:51 OK: 7 MiB in 19 packages 15:51:52 Removing intermediate container 69d4e13aef7a 15:51:52 ---> 681d15b2e66d 15:51:52 15:51:52 Step 10/21 : FROM alpine 15:51:53 latest: Pulling from library/alpine 15:51:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:51:53 Status: Downloaded newer image for alpine:latest 15:51:53 ---> 389fef711851 15:51:53 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:51:54 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:51:54 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:51:54 OK: 10350 distinct packages available 15:51:54 (1/5) Installing ca-certificates (20191127-r2) 15:51:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:51:54 (3/5) Installing libcurl (7.66.0-r3) 15:51:54 (4/5) Installing curl (7.66.0-r3) 15:51:54 (5/5) Installing dumb-init (1.2.2-r1) 15:51:54 Executing busybox-1.30.1-r3.trigger 15:51:54 Executing ca-certificates-20191127-r2.trigger 15:51:54 OK: 7 MiB in 19 packages 15:51:55 ---> Running in dfcbcd4b4934 15:51:55 Removing intermediate container b5ff9e87e73b 15:51:55 ---> 10683b1bd194 15:51:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:51:56 ---> Running in 9152ab35c574 15:51:57 Removing intermediate container 8d3adea1fd3e 15:51:57 ---> af1c0e5b2444 15:51:57 15:51:57 Step 10/22 : FROM scratch 15:51:57 ---> 15:51:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:51:58 Removing intermediate container 9152ab35c574 15:51:58 ---> 15920a5723d9 15:51:58 Step 13/22 : WORKDIR / 15:51:59 ---> Running in 33e5054647d5 15:51:59 ---> Running in bca67a643540 15:51:59 Removing intermediate container b576deb9b2a9 15:51:59 ---> 2a25e29a5262 15:51:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:51:59 Removing intermediate container 652d9be79599 15:51:59 ---> e26bca2b2bd0 15:51:59 15:51:59 Step 10/23 : FROM alpine 15:51:59 ---> 389fef711851 15:51:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:51:59 ---> Running in 44cf3ffcb4ba 15:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:00 v3.12.3-32-gd4b5d61f2b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:52:00 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:52:00 OK: 12745 distinct packages available 15:52:00 (1/4) Installing ca-certificates (20191127-r4) 15:52:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:52:00 (3/4) Installing libcurl (7.69.1-r3) 15:52:00 (4/4) Installing curl (7.69.1-r3) 15:52:00 Executing busybox-1.31.1-r19.trigger 15:52:00 ---> Running in 1387b3c6e416 15:52:00 Removing intermediate container bca67a643540 15:52:00 ---> 5000d2470add 15:52:00 Step 12/22 : ENV APP_PORT=48081 15:52:00 Executing ca-certificates-20191127-r4.trigger 15:52:01 OK: 7 MiB in 18 packages 15:52:01 Removing intermediate container 33e5054647d5 15:52:01 ---> cdf75084ff08 15:52:01 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:52:01 ---> Running in 90e04163e81b 15:52:01 Removing intermediate container 44cf3ffcb4ba 15:52:01 ---> 47a0d34ff8fc 15:52:01 Step 13/24 : WORKDIR / 15:52:01 Removing intermediate container 1387b3c6e416 15:52:01 ---> 1ed0dc844a79 15:52:01 Step 12/23 : ENV APP_PORT=48080 15:52:01 ---> Running in 6a4294c78438 15:52:01 Removing intermediate container 90e04163e81b 15:52:01 ---> 574acc1de53d 15:52:01 Step 13/22 : EXPOSE $APP_PORT 15:52:02 ---> Running in 0fb436c6aed4 15:52:02 ---> Running in 7762ebba1fd0 15:52:02 ---> 398ed52c0acf 15:52:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:52:03 Removing intermediate container 6a4294c78438 15:52:03 ---> 792404d8aabf 15:52:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:52:03 Removing intermediate container 0fb436c6aed4 15:52:03 ---> ffc9cbf25124 15:52:03 Step 13/23 : EXPOSE $APP_PORT 15:52:03 Removing intermediate container 7762ebba1fd0 15:52:03 ---> d648b5126d11 15:52:03 Step 14/22 : WORKDIR / 15:52:03 ---> Running in cf570f7fecbf 15:52:03 ---> Running in 2ab5f5b42525 15:52:03 Removing intermediate container dfcbcd4b4934 15:52:03 ---> 2b8eedc675c7 15:52:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:52:04 ---> 024526980976 15:52:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:52:04 ---> Running in 9006be9e2581 15:52:04 Removing intermediate container 2ab5f5b42525 15:52:04 ---> 39dc59e35485 15:52:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:52:04 Removing intermediate container cf570f7fecbf 15:52:04 ---> 497a847489d6 15:52:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:04 ---> cff57c575fe9 15:52:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:52:04 ---> Running in 51b88a423724 15:52:04 Removing intermediate container 9006be9e2581 15:52:04 ---> 4ef1561b4c3a 15:52:04 Step 13/21 : WORKDIR /edgex 15:52:04 ---> eca67226c0fa 15:52:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:52:04 ---> Running in e0a20939c4de 15:52:04 ---> f3bc5993f70e 15:52:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:52:04 ---> e1c0b2035606 15:52:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:52:05 Removing intermediate container e0a20939c4de 15:52:05 ---> 1c0d88aa2fa6 15:52:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:52:05 ---> 8f6f348483a8 15:52:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:52:06 ---> d39b7affbc8b 15:52:06 Step 18/22 : RUN chmod +x entrypoint.sh 15:52:06 ---> a96249a074a3 15:52:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:52:06 ---> Running in 6a1296dd64cd 15:52:06 ---> f78c29efd8d5 15:52:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:52:06 ---> 8f042e08fb63 15:52:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:52:07 Removing intermediate container 51b88a423724 15:52:07 ---> f88a74437c89 15:52:07 Step 15/23 : RUN apk --no-cache add zeromq 15:52:07 ---> 842e7cc52feb 15:52:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:52:07 ---> Running in 6c97f68112cf 15:52:07 ---> Running in b14e5c9379db 15:52:07 ---> 4b7307fdceb8 15:52:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:52:07 ---> 862b065fb3cc 15:52:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:52:08 Removing intermediate container b14e5c9379db 15:52:08 ---> 0d693ca26a2e 15:52:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:08 ---> Running in 177633326d25 15:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:08 ---> 54e6321221c1 15:52:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:52:08 Removing intermediate container 177633326d25 15:52:08 ---> 137f5ed6a776 15:52:08 Step 20/22 : LABEL arch=x86_64 15:52:08 ---> abaed179e15e 15:52:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:52:08 Removing intermediate container 6a1296dd64cd 15:52:08 ---> 8d4c685191fe 15:52:08 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:52:08 ---> Running in ac8d71e9c297 15:52:09 ---> Running in 33df0db614fa 15:52:09 ---> Running in 6bc3a09d462a 15:52:09 ---> Running in 0263041fad61 15:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:09 Removing intermediate container 6bc3a09d462a 15:52:09 ---> 431cc53f528d 15:52:09 Step 18/21 : CMD ["--init=true"] 15:52:09 Removing intermediate container 33df0db614fa 15:52:09 ---> 0871b51b7f4c 15:52:09 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:52:09 Removing intermediate container 0263041fad61 15:52:09 ---> d45f9f39ebd7 15:52:09 Step 20/22 : LABEL arch=x86_64 15:52:10 ---> Running in 9b59fdd6135f 15:52:10 ---> Running in db8b6501741a 15:52:10 ---> Running in c68976ce80d5 15:52:10 (1/5) Installing libgcc (9.3.0-r2) 15:52:10 (2/5) Installing libsodium (1.0.18-r0) 15:52:10 (3/5) Installing libstdc++ (9.3.0-r2) 15:52:10 Removing intermediate container 9b59fdd6135f 15:52:10 ---> bba8c5b204df 15:52:10 Step 19/21 : LABEL arch=x86_64 15:52:10 Removing intermediate container c68976ce80d5 15:52:10 ---> df33c2a92ccf 15:52:10 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:52:10 Removing intermediate container db8b6501741a 15:52:10 ---> 99c4f0e2c33f 15:52:10 Step 22/22 : LABEL version=0.0.0 15:52:10 ---> Running in 1ea2f1e29cc4 15:52:10 (4/5) Installing libzmq (4.3.3-r0) 15:52:10 ---> Running in be6c2b402fe4 15:52:10 (5/5) Installing zeromq (4.3.3-r0) 15:52:11 ---> Running in 25244439afa5 15:52:11 Executing busybox-1.31.1-r19.trigger 15:52:11 OK: 8 MiB in 19 packages 15:52:11 Removing intermediate container 1ea2f1e29cc4 15:52:11 ---> c1d614f0d476 15:52:11 Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:52:11 Removing intermediate container be6c2b402fe4 15:52:11 ---> ad2f4dd0b7cf 15:52:11 Step 22/22 : LABEL version=0.0.0 15:52:11 Removing intermediate container 25244439afa5 15:52:11 ---> ab1ae076de5c 15:52:11 15:52:11 Removing intermediate container ac8d71e9c297 15:52:11 ---> 7d76006805e0 15:52:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:52:11 ---> Running in 9116f79ddb8f 15:52:11 ---> Running in 16622c257460 15:52:12 ---> Running in f9295c44c0ca 15:52:12 Successfully built ab1ae076de5c 15:52:12 Removing intermediate container 16622c257460 15:52:12 ---> f75e1f297fc8 15:52:12 15:52:12 Successfully tagged docker-core-metadata-go:latest 15:52:12 Building docker-support-scheduler-go 15:52:12  Building docker-core-metadata-go ... done Removing intermediate container 9116f79ddb8f 15:52:12 ---> 7080c9bef686 15:52:12 Step 21/21 : LABEL version=0.0.0 15:52:12 Removing intermediate container f9295c44c0ca 15:52:12 ---> c2c3935c661d 15:52:12 Step 22/24 : LABEL arch=x86_64 15:52:12 ---> Running in 10f2cd6fb112 15:52:12 Removing intermediate container 6c97f68112cf 15:52:12 ---> a2163748a686 15:52:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:52:12 ---> Running in 179d3ea6ae39 15:52:13 Successfully built f75e1f297fc8 15:52:13 Removing intermediate container 10f2cd6fb112 15:52:13 ---> b74c937bb03c 15:52:13 15:52:13 Successfully tagged docker-security-bootstrap-redis-go:latest 15:52:13  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 15:52:13 Successfully built b74c937bb03c 15:52:13 Removing intermediate container 179d3ea6ae39 15:52:13 ---> 4ee1718e6cce 15:52:13 Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:52:13 Successfully tagged docker-security-proxy-setup-go:latest 15:52:13  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 15:52:14 ---> Running in 8b33e7ba4371 15:52:14 ---> 83ca00cce5c5 15:52:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:52:15 Removing intermediate container 8b33e7ba4371 15:52:15 ---> 69505119ed2a 15:52:15 Step 24/24 : LABEL version=0.0.0 15:52:16 ---> Running in e90037b45a3f 15:52:17 ---> 8e935b179295 15:52:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:52:17 ---> 9282ef738e03 15:52:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:52:17 ---> a27f4805b6c1 15:52:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:52:17 ---> 74cca260fe8b 15:52:17 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:52:17 ---> Running in afbb470b0868 15:52:17 ---> Running in 6cdbfc908486 15:52:17 ---> 7b825989327b 15:52:17 Step 9/22 : RUN make cmd/core-command/core-command 15:52:17 ---> Running in 0793882b289a 15:52:17 ---> Running in 13911fdaa913 15:52:17 ---> Running in 39f2d42f3c80 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:52:18 ---> 2ae4764fc43c 15:52:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:52:18 Removing intermediate container e90037b45a3f 15:52:18 ---> 86c5b852d918 15:52:18 15:52:18 Successfully built 86c5b852d918 15:52:18 Successfully tagged docker-security-secretstore-setup-go:latest 15:52:18 Building docker-core-command-go 15:52:22  Building docker-security-secretstore-setup-go ... done  ---> 24b8c7fa939e 15:52:22 Step 19/23 : ENTRYPOINT ["/core-data"] 15:52:22 ---> Running in 00c435ef0c8d 15:52:23 Removing intermediate container 00c435ef0c8d 15:52:23 ---> 611af7cac790 15:52:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:24 ---> Running in 554d4a358c28 15:52:25 Removing intermediate container 554d4a358c28 15:52:25 ---> 43a9052529f6 15:52:25 Step 21/23 : LABEL arch=x86_64 15:52:26 ---> Running in fb49c0361201 15:52:27 Removing intermediate container fb49c0361201 15:52:27 ---> 93a6af7c2261 15:52:27 Step 22/23 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:52:28 ---> Running in 404be24235db 15:52:28 Removing intermediate container 404be24235db 15:52:28 ---> b775fa493a2a 15:52:28 Step 23/23 : LABEL version=0.0.0 15:52:28 ---> Running in 9797faa325ef 15:52:29 Removing intermediate container 9797faa325ef 15:52:29 ---> 8856539ed724 15:52:29 15:52:29 Successfully built 8856539ed724 15:52:30 Successfully tagged docker-core-data-go:latest 15:52:59  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:52:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:52:59 ---> 9e4e433bcad4 15:52:59 Step 3/24 : WORKDIR /edgex-go 15:52:59 ---> Using cache 15:52:59 ---> 0d029cb5d35b 15:52:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:59 ---> Using cache 15:52:59 ---> 7887bcdda4de 15:52:59 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:52:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:52:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:52:59 ---> 9e4e433bcad4 15:52:59 Step 3/21 : WORKDIR /edgex-go 15:52:59 ---> Using cache 15:52:59 ---> 0d029cb5d35b 15:52:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:59 ---> Using cache 15:52:59 ---> 7887bcdda4de 15:52:59 Step 5/21 : RUN apk update && apk add make git 15:52:59 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:52:59 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:52:59 ---> 9e4e433bcad4 15:52:59 Step 3/27 : WORKDIR /edgex-go 15:52:59 ---> Using cache 15:52:59 ---> 0d029cb5d35b 15:52:59 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:59 ---> Using cache 15:52:59 ---> 7887bcdda4de 15:52:59 Step 5/27 : RUN apk update && apk add make bash git 15:52:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:52:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:52:59 ---> 9e4e433bcad4 15:52:59 Step 3/22 : WORKDIR /edgex-go 15:52:59 ---> Using cache 15:52:59 ---> 0d029cb5d35b 15:52:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:59 ---> Using cache 15:52:59 ---> 7887bcdda4de 15:52:59 Step 5/22 : RUN apk update && apk add make git 15:52:59 ---> Running in 42b1218e5fe2 15:52:59 ---> Running in 42e17e7fc0cb 15:52:59 ---> Running in 407f413727f0 15:52:59 ---> Running in 7cf0d4212412 15:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:01 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:53:01 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:53:01 OK: 12750 distinct packages available 15:53:02 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:53:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:53:02 OK: 12750 distinct packages available 15:53:02 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:53:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:53:02 OK: 12750 distinct packages available 15:53:02 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:53:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:53:02 OK: 12750 distinct packages available 15:53:02 OK: 233 MiB in 51 packages 15:53:02 OK: 233 MiB in 51 packages 15:53:02 OK: 233 MiB in 51 packages 15:53:02 OK: 233 MiB in 51 packages 15:53:05 Removing intermediate container 7cf0d4212412 15:53:05 ---> 7ad81f679433 15:53:05 Step 6/21 : COPY go.mod . 15:53:05 Removing intermediate container 407f413727f0 15:53:05 ---> 3d384eb8a408 15:53:05 Step 6/22 : COPY go.mod . 15:53:05 Removing intermediate container 42b1218e5fe2 15:53:05 ---> 3399fc02650b 15:53:05 Step 6/27 : COPY go.mod . 15:53:05 Removing intermediate container 42e17e7fc0cb 15:53:05 ---> d8b87242d8f5 15:53:05 Step 6/24 : COPY go.mod . 15:53:05 ---> 0f85c5fce53c 15:53:05 Step 7/22 : RUN go mod download 15:53:05 ---> 1b3154e965f1 15:53:05 Step 7/27 : RUN go mod download 15:53:05 ---> 1b8bdc010317 15:53:05 Step 7/21 : RUN go mod download 15:53:05 ---> Running in 11033150e7f7 15:53:05 ---> Running in a6f2a86b7dda 15:53:05 ---> Running in 916497ecb2a0 15:53:05 ---> cd8fb862525a 15:53:05 Step 7/24 : RUN go mod download 15:53:05 ---> Running in 850a5cf2fbed 15:53:09 Removing intermediate container a6f2a86b7dda 15:53:09 ---> 4c13dfd2ef07 15:53:09 Step 8/27 : COPY . . 15:53:09 Removing intermediate container 916497ecb2a0 15:53:09 ---> fd8d50a43c8c 15:53:09 Step 8/21 : COPY . . 15:53:09 Removing intermediate container 11033150e7f7 15:53:09 ---> dcb581ef5dcd 15:53:09 Step 8/22 : COPY . . 15:53:09 Removing intermediate container 850a5cf2fbed 15:53:09 ---> 36b1dce0d427 15:53:09 Step 8/24 : COPY . . 15:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:53:48 Removing intermediate container 6cdbfc908486 15:53:48 ---> bcfb0c61c916 15:53:48 15:53:48 Step 10/22 : FROM alpine:3.10 15:53:48 3.10: Pulling from library/alpine 15:53:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:53:52 Status: Downloaded newer image for alpine:3.10 15:53:52 ---> 536a684cf733 15:53:52 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:53:52 ---> Running in 29a8159eef6d 15:53:52 Removing intermediate container 13911fdaa913 15:53:52 ---> 417376237ec0 15:53:52 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:53:52 Removing intermediate container afbb470b0868 15:53:52 ---> a5bc5c8c8a6b 15:53:52 15:53:52 Step 10/21 : FROM alpine 15:53:52 latest: Pulling from library/alpine 15:53:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:53:53 Status: Downloaded newer image for alpine:latest 15:53:53 ---> afeebe901d6b 15:53:53 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:53:53 ---> Running in 87b266b30f51 15:53:53 ---> Running in 6d5ad71fee58 15:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:53:55 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:53:55 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:53:55 OK: 10171 distinct packages available 15:53:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:56 (1/5) Installing ca-certificates (20191127-r2) 15:53:56 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:53:56 (3/5) Installing libcurl (7.66.0-r3) 15:53:56 (4/5) Installing curl (7.66.0-r3) 15:53:56 (5/5) Installing dumb-init (1.2.2-r1) 15:53:56 Executing busybox-1.30.1-r3.trigger 15:53:56 Executing ca-certificates-20191127-r2.trigger 15:53:56 Removing intermediate container 39f2d42f3c80 15:53:56 ---> 01fc759a6b10 15:53:56 15:53:56 Step 10/22 : FROM scratch 15:53:56 ---> 15:53:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:53:56 v3.12.3-32-gd4b5d61f2b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:53:56 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:53:56 OK: 12615 distinct packages available 15:53:56 OK: 7 MiB in 19 packages 15:53:56 ---> Running in a1fb56fe30a2 15:53:57 (1/4) Installing ca-certificates (20191127-r4) 15:53:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:53:57 (3/4) Installing libcurl (7.69.1-r3) 15:53:57 (4/4) Installing curl (7.69.1-r3) 15:53:57 Executing busybox-1.31.1-r19.trigger 15:53:57 Executing ca-certificates-20191127-r4.trigger 15:53:57 Removing intermediate container a1fb56fe30a2 15:53:57 ---> 5461f7289fd0 15:53:57 Step 12/22 : ENV APP_PORT=48082 15:53:58 OK: 7 MiB in 18 packages 15:53:58 ---> Running in 76069242673e 15:53:59 Removing intermediate container 76069242673e 15:53:59 ---> 2c1785796d2d 15:53:59 Step 13/22 : EXPOSE $APP_PORT 15:53:59 ---> Running in 7dadfdcde83b 15:53:59 Removing intermediate container 29a8159eef6d 15:53:59 ---> 8952a788b478 15:53:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:54:00 ---> Running in aa535b34b112 15:54:00 Removing intermediate container 7dadfdcde83b 15:54:00 ---> 71dfeca3a1be 15:54:00 Step 14/22 : WORKDIR / 15:54:00 ---> Running in 7c3e2f325819 15:54:01 Removing intermediate container 6d5ad71fee58 15:54:01 ---> e2e7bf3f9be2 15:54:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:54:01 Removing intermediate container 87b266b30f51 15:54:01 ---> 37175454fdc3 15:54:01 15:54:01 Step 11/27 : FROM docker:latest 15:54:01 ---> f66387bf908a 15:54:01 Step 12/27 : RUN apk add --no-cache bash 15:54:01 Removing intermediate container aa535b34b112 15:54:01 ---> 75c9df17a53c 15:54:01 Step 13/22 : WORKDIR / 15:54:01 ---> Running in 7047500b496f 15:54:01 ---> Running in ca8d248c6f29 15:54:01 ---> Running in 054558e6ce88 15:54:01 Removing intermediate container 7c3e2f325819 15:54:01 ---> 0d5cb1e216a3 15:54:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:54:01 Removing intermediate container ca8d248c6f29 15:54:01 ---> a39d911db2b7 15:54:01 Step 13/21 : WORKDIR /edgex 15:54:02 ---> Running in 5b7a5f9c5884 15:54:02 Removing intermediate container 054558e6ce88 15:54:02 ---> dcd03108f86f 15:54:02 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:54:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:03 ---> 266038296da5 15:54:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:54:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:03 Removing intermediate container 5b7a5f9c5884 15:54:03 ---> 78bd13699423 15:54:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:54:03 (1/2) Installing readline (8.0.4-r0) 15:54:03 (2/2) Installing bash (5.0.17-r0) 15:54:03 Executing bash-5.0.17-r0.post-install 15:54:03 Executing busybox-1.31.1-r19.trigger 15:54:03 OK: 12 MiB in 22 packages 15:54:04 ---> 6e87ec414a23 15:54:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:54:05 ---> 33c75ff8e3de 15:54:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:54:05 ---> f76f53a4cbf2 15:54:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:54:06 ---> 93ec126f1d0e 15:54:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:54:06 Removing intermediate container 0793882b289a 15:54:06 ---> 689f1951a127 15:54:06 15:54:06 Step 10/22 : FROM scratch 15:54:06 ---> 15:54:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:54:06 ---> Using cache 15:54:06 ---> 5461f7289fd0 15:54:06 Step 12/22 : ENV APP_PORT=48081 15:54:06 Removing intermediate container 7047500b496f 15:54:06 ---> 3c592dee238a 15:54:06 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:54:06 ---> Running in 30959c4beffa 15:54:06 ---> Running in e2fe7b7be38c 15:54:07 ---> 4b0c2d2cc750 15:54:07 ---> def69dc85559 15:54:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:54:07 Step 18/22 : ENTRYPOINT ["/core-command"] 15:54:07 ---> a4c4fd1d1ce6 15:54:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:54:07 ---> Running in 078e26392a19 15:54:07 Removing intermediate container 30959c4beffa 15:54:07 ---> ea98430695d5 15:54:07 Step 13/22 : EXPOSE $APP_PORT 15:54:07 ---> Running in cd11a96bc574 15:54:07 ---> 6a10762898a0 15:54:07 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:54:07 ---> 7df291af73a0 15:54:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:54:07 ---> cf911ba629a3 15:54:07 Step 9/22 : RUN make cmd/core-command/core-command 15:54:07 ---> Running in d531d74a8f42 15:54:07 ---> Running in 85414d839684 15:54:07 ---> Running in 1d5b88640150 15:54:07 ---> 3d5d2154a919 15:54:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:54:07 ---> Running in be9622c4a09d 15:54:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:54:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:54:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:54:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:54:08 Removing intermediate container 078e26392a19 15:54:08 ---> 75aeafcb16c7 15:54:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:08 Removing intermediate container cd11a96bc574 15:54:08 ---> e920ccd664dd 15:54:08 Step 14/22 : WORKDIR / 15:54:08 ---> Running in 8e7b9fe93648 15:54:08 ---> 02dcc88775ce 15:54:08 Step 18/22 : RUN chmod +x entrypoint.sh 15:54:08 ---> Running in b3982648a29a 15:54:08 ---> 863b46d9725e 15:54:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:54:08 ---> Running in f5cdaab9e737 15:54:08 ---> Running in 78ab55b0945f 15:54:09 Removing intermediate container 8e7b9fe93648 15:54:09 ---> 6014d2508b9a 15:54:09 Step 20/22 : LABEL arch=arm64 15:54:09 Removing intermediate container b3982648a29a 15:54:09 ---> 8808112448c2 15:54:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:54:09 ---> Running in 76418e501bcb 15:54:09 Removing intermediate container 78ab55b0945f 15:54:09 ---> aedff7f1c833 15:54:09 Step 18/21 : CMD ["--init=true"] 15:54:09 ---> Running in 36b9012ab4e6 15:54:10 Removing intermediate container e2fe7b7be38c 15:54:10 ---> 5fc34c5f3c7e 15:54:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:54:10 Removing intermediate container 76418e501bcb 15:54:10 ---> a9440d4a8e08 15:54:10 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:10 ---> ddf6e2f5d061 15:54:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:54:10 ---> Running in ddd7d6a724be 15:54:10 ---> Running in 18736a314bd1 15:54:10 Removing intermediate container 36b9012ab4e6 15:54:10 ---> 5c7b4718334a 15:54:10 Step 19/21 : LABEL arch=arm64 15:54:10 ---> Running in b6bce5a2cdac 15:54:11 Removing intermediate container ddd7d6a724be 15:54:11 ---> 046f11ef704c 15:54:11 Step 15/27 : ENV APP_PORT=48090 15:54:11 Removing intermediate container 18736a314bd1 15:54:11 ---> 5400e46f5e4d 15:54:11 Step 22/22 : LABEL version=0.0.0 15:54:11 Removing intermediate container b6bce5a2cdac 15:54:11 ---> 7f412038320a 15:54:11 Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:11 ---> Running in 28b492eaeca2 15:54:11 ---> Running in 2d5aff639fc7 15:54:11 Removing intermediate container f5cdaab9e737 15:54:11 ---> fe1e1420ce93 15:54:11 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:54:12 ---> Running in c0ef033f5aa3 15:54:12 ---> Running in e5c09aefe9df 15:54:12 ---> c524e791bef0 15:54:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:54:12 Removing intermediate container 28b492eaeca2 15:54:12 ---> b10472d0af68 15:54:12 15:54:12 Removing intermediate container 2d5aff639fc7 15:54:12 ---> a35f9a24d21b 15:54:12 Step 16/27 : EXPOSE $APP_PORT 15:54:12 ---> Running in fbb9103d05b6 15:54:12 Removing intermediate container c0ef033f5aa3 15:54:12 ---> fcb947b36b43 15:54:12 Step 21/21 : LABEL version=0.0.0 15:54:12 Removing intermediate container e5c09aefe9df 15:54:12 ---> 3cb6c64142e0 15:54:12 Step 20/22 : LABEL arch=arm64 15:54:12 Successfully built b10472d0af68 15:54:13 Successfully tagged docker-core-command-go-arm64:latest 15:54:13  Building docker-core-command-go ... done Building docker-core-data-go 15:54:13 ---> Running in 4482fefddf13 15:54:13 ---> Running in 2e93cc3f0f29 15:54:13 ---> 6e215d1f90a3 15:54:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:54:13 Removing intermediate container fbb9103d05b6 15:54:13 ---> f56b997946ba 15:54:13 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:54:13 ---> Running in cc1621231450 15:54:14 Removing intermediate container 4482fefddf13 15:54:14 ---> 1af0ac56c41c 15:54:14 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:14 Removing intermediate container 2e93cc3f0f29 15:54:14 ---> 682a03dd6aa7 15:54:14 15:54:14 ---> Running in 02b1b2e3fd80 15:54:14 Removing intermediate container cc1621231450 15:54:14 ---> 3fa9a8d39a2d 15:54:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:14 Successfully built 682a03dd6aa7 15:54:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:54:14 Building docker-security-secretstore-setup-go 15:54:15  Building docker-security-proxy-setup-go ... done  ---> Running in 75a31317d921 15:54:15 Removing intermediate container 02b1b2e3fd80 15:54:15 ---> c0be74a832aa 15:54:15 Step 22/22 : LABEL version=0.0.0 15:54:15 ---> d726fba388e6 15:54:15 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:54:15 ---> Running in 06b50e9333f9 15:54:16 Removing intermediate container 75a31317d921 15:54:16 ---> d84ab7a1c0ad 15:54:16 Step 20/22 : LABEL arch=arm64 15:54:17 ---> Running in 7a6f7da0bc22 15:54:18 Removing intermediate container 06b50e9333f9 15:54:18 ---> 9747fc550355 15:54:18 15:54:18 ---> 4c203d12a898 15:54:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:54:18 Successfully built 9747fc550355 15:54:18 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:54:18 Building docker-support-scheduler-go 15:54:18  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7a6f7da0bc22 15:54:18 ---> 3ab921ab7a32 15:54:18 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:19 ---> Running in 65a60d652124 15:54:19 ---> f4b64fdfe952 15:54:19 Step 20/27 : RUN apk --no-cache add py3-pip 15:54:19 ---> Running in 7945f8774921 15:54:20 Removing intermediate container 65a60d652124 15:54:20 ---> 9e1abe0e879b 15:54:20 Step 22/22 : LABEL version=0.0.0 15:54:21 ---> Running in 42c1ee653705 15:54:22 Removing intermediate container 42c1ee653705 15:54:22 ---> a7262394cc62 15:54:22 15:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:22 Successfully built a7262394cc62 15:54:22 Successfully tagged docker-core-metadata-go-arm64:latest 15:54:22  Building docker-core-metadata-go ... done Building docker-support-notifications-go 15:54:23 (1/33) Installing libbz2 (1.0.8-r1) 15:54:23 (2/33) Installing expat (2.2.9-r1) 15:54:23 (3/33) Installing libffi (3.3-r2) 15:54:23 (4/33) Installing gdbm (1.13-r1) 15:54:23 (5/33) Installing xz-libs (5.2.5-r0) 15:54:23 (6/33) Installing sqlite-libs (3.32.1-r0) 15:54:23 (7/33) Installing python3 (3.8.5-r0) 15:54:25 (8/33) Installing py3-appdirs (1.4.4-r1) 15:54:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:54:25 (10/33) Installing py3-parsing (2.4.7-r0) 15:54:25 (11/33) Installing py3-six (1.15.0-r0) 15:54:25 (12/33) Installing py3-packaging (20.4-r0) 15:54:25 (13/33) Installing py3-setuptools (47.0.0-r0) 15:54:25 (14/33) Installing py3-chardet (3.0.4-r4) 15:54:25 (15/33) Installing py3-idna (2.9-r0) 15:54:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:54:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:54:25 (18/33) Installing py3-requests (2.23.0-r0) 15:54:25 (19/33) Installing py3-msgpack (1.0.0-r0) 15:54:25 (20/33) Installing py3-lockfile (0.12.2-r3) 15:54:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:54:25 (22/33) Installing py3-colorama (0.4.3-r0) 15:54:25 (23/33) Installing py3-distlib (0.3.0-r0) 15:54:25 (24/33) Installing py3-distro (1.5.0-r1) 15:54:25 (25/33) Installing py3-webencodings (0.5.1-r3) 15:54:25 (26/33) Installing py3-html5lib (1.0.1-r4) 15:54:25 (27/33) Installing py3-pytoml (0.1.21-r0) 15:54:25 (28/33) Installing py3-pep517 (0.8.2-r0) 15:54:25 (29/33) Installing py3-progress (1.5-r0) 15:54:25 (30/33) Installing py3-toml (0.10.1-r0) 15:54:25 (31/33) Installing py3-retrying (1.3.3-r0) 15:54:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:54:25 (33/33) Installing py3-pip (20.1.1-r0) 15:54:25 Executing busybox-1.31.1-r19.trigger 15:54:25 OK: 71 MiB in 55 packages 15:54:38 Removing intermediate container 7945f8774921 15:54:38 ---> 4ee2490a3583 15:54:38 Step 21/27 : RUN pip install docker-compose==1.23.2 15:54:38 ---> Running in 0652595d0f60 15:54:43 Collecting docker-compose==1.23.2 15:54:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:54:43 Collecting websocket-client<1.0,>=0.32.0 15:54:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:54:44 Collecting texttable<0.10,>=0.9.0 15:54:44 Downloading texttable-0.9.1.tar.gz (11 kB) 15:54:47 Removing intermediate container 85414d839684 15:54:47 ---> 548e2f87be59 15:54:47 15:54:47 Step 10/24 : FROM scratch 15:54:47 ---> 15:54:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:54:47 Removing intermediate container d531d74a8f42 15:54:47 ---> 02ba6c3555fd 15:54:47 15:54:47 Step 10/21 : FROM scratch 15:54:47 ---> 15:54:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:54:47 Removing intermediate container be9622c4a09d 15:54:47 ---> 3d6e9d765e49 15:54:47 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:54:47 Removing intermediate container 1d5b88640150 15:54:47 ---> 35b5d538fbf6 15:54:47 15:54:47 Step 10/22 : FROM scratch 15:54:47 ---> 15:54:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:54:47 ---> Running in 45824c8e176b 15:54:47 ---> Using cache 15:54:47 ---> 5000d2470add 15:54:47 Step 12/21 : ENV APP_PORT=48085 15:54:47 ---> Using cache 15:54:47 ---> 5000d2470add 15:54:47 Step 12/22 : ENV APP_PORT=48082 15:54:47 ---> Running in fc27c2e4ac1c 15:54:47 ---> Running in eede95df718e 15:54:47 ---> Running in faa1799f57c1 15:54:47 Removing intermediate container fc27c2e4ac1c 15:54:47 ---> e219d48a50df 15:54:47 Step 13/21 : EXPOSE $APP_PORT 15:54:47 Removing intermediate container eede95df718e 15:54:47 ---> 7782b29488ac 15:54:47 Step 13/22 : EXPOSE $APP_PORT 15:54:47 Removing intermediate container faa1799f57c1 15:54:47 ---> 949084c267c1 15:54:47 Step 12/24 : ENV APP_PORT=48060 15:54:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:54:47 ---> Running in 0e70f9136b84 15:54:47 ---> Running in 332e5c582e9a 15:54:47 ---> Running in 607f431af9a1 15:54:47 Removing intermediate container 332e5c582e9a 15:54:47 ---> d12d00e1b017 15:54:47 Step 14/22 : WORKDIR / 15:54:47 Removing intermediate container 0e70f9136b84 15:54:47 ---> e1fa02903117 15:54:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:54:47 Removing intermediate container 607f431af9a1 15:54:47 ---> e89176c76a1e 15:54:47 Step 13/24 : EXPOSE $APP_PORT 15:54:47 ---> Running in 30fc82e359cc 15:54:47 ---> Running in 2832c5722787 15:54:47 Removing intermediate container 30fc82e359cc 15:54:47 ---> 49f4c348e5c2 15:54:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:54:47 ---> 7d547d677bd0 15:54:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:54:47 Removing intermediate container 2832c5722787 15:54:47 ---> 6d3986777a2c 15:54:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:54:47 Collecting docker<4.0,>=3.6.0 15:54:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:54:47 ---> 613dfdbf5c90 15:54:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:54:47 ---> f8809a5724aa 15:54:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:54:47 ---> eec753862adb 15:54:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:54:48 Removing intermediate container 45824c8e176b 15:54:48 ---> 02fa60a54086 15:54:48 15:54:48 Step 11/27 : FROM docker:latest 15:54:48 ---> 0040bc98e531 15:54:48 Step 12/27 : RUN apk add --no-cache bash 15:54:48 Collecting jsonschema<3,>=2.5.1 15:54:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:54:48 ---> Running in 4416be5b0549 15:54:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:54:48 Collecting dockerpty<0.5,>=0.4.1 15:54:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:54:49 ---> 717d9f7235c6 15:54:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:54:49 ---> 61c0b74c2ff4 15:54:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:54:49 ---> Running in 052f48b98460 15:54:49 ---> 74b84a01f8ab 15:54:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:54:50 Removing intermediate container 052f48b98460 15:54:50 ---> ec8dd362bd0f 15:54:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:50 ---> Running in eebf5ff22c8d 15:54:50 ---> acb4c93221f2 15:54:50 Step 18/22 : ENTRYPOINT ["/core-command"] 15:54:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:50 ---> Running in 7e54dab71032 15:54:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:50 ---> c3ef6e8bee9c 15:54:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:54:50 Removing intermediate container eebf5ff22c8d 15:54:50 ---> 4b25548a2ed9 15:54:50 Step 19/21 : LABEL arch=x86_64 15:54:50 (1/2) Installing readline (8.0.4-r0) 15:54:50 (2/2) Installing bash (5.0.17-r0) 15:54:50 Executing bash-5.0.17-r0.post-install 15:54:50 Executing busybox-1.31.1-r19.trigger 15:54:50 OK: 12 MiB in 22 packages 15:54:51 Collecting cached-property<2,>=1.2.0 15:54:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:54:51 ---> Running in fa8ffc8bf012 15:54:51 Removing intermediate container 7e54dab71032 15:54:51 ---> dfb7743600f7 15:54:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:51 ---> 51cb566e904d 15:54:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:54:51 ---> Running in 9b46c7ab16ff 15:54:51 Removing intermediate container fa8ffc8bf012 15:54:51 ---> 8b1c4c9c9c22 15:54:51 Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:52 Collecting PyYAML<4,>=3.10 15:54:52 Downloading PyYAML-3.13.tar.gz (270 kB) 15:54:52 ---> Running in 698e8f7c1e45 15:54:52 Removing intermediate container 4416be5b0549 15:54:52 ---> 55094a52e8c4 15:54:52 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:54:52 Removing intermediate container 9b46c7ab16ff 15:54:52 ---> 5de8ed8b8dcc 15:54:52 Step 20/22 : LABEL arch=x86_64 15:54:52 ---> Running in 746dc8e0360c 15:54:52 ---> Running in db2b8388522a 15:54:52 Removing intermediate container 698e8f7c1e45 15:54:52 ---> b578e60957c0 15:54:52 Step 21/21 : LABEL version=0.0.0 15:54:52 ---> 48bdce7dc5c1 15:54:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:54:52 ---> Running in 3f4d7ac9fa51 15:54:53 Removing intermediate container db2b8388522a 15:54:53 ---> c8aa2c38f146 15:54:53 Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:53 ---> Running in be87bbcbe6d0 15:54:53 Removing intermediate container 3f4d7ac9fa51 15:54:53 ---> f8d862ed2f07 15:54:53 15:54:53 ---> 7d9ebe561410 15:54:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:54:53 ---> Running in e47656551a9a 15:54:53 Removing intermediate container be87bbcbe6d0 15:54:53 ---> fad9454358c4 15:54:53 Step 22/22 : LABEL version=0.0.0 15:54:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:54:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:54 ---> 301043219a9c 15:54:54 Step 3/23 : WORKDIR /edgex-go 15:54:54 ---> Using cache 15:54:54 ---> 0ec48fd648f8 15:54:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:54 ---> Using cache 15:54:54 ---> 85a337256709 15:54:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:54:54 ---> Running in c96273250ece 15:54:54 Successfully built f8d862ed2f07 15:54:54 Successfully tagged docker-support-scheduler-go:latest 15:54:54  Building docker-support-scheduler-go ... done Removing intermediate container e47656551a9a 15:54:54 ---> 3b986957e5a5 15:54:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:54 ---> Running in c44755e21dcd 15:54:54 Removing intermediate container c96273250ece 15:54:54 ---> 11a73aa6f08b 15:54:54 15:54:55 Removing intermediate container 746dc8e0360c 15:54:55 ---> adef9f892265 15:54:55 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:54:55 ---> Running in ba9f82ce53cd 15:54:55 Removing intermediate container c44755e21dcd 15:54:55 ---> 410d9e907d1c 15:54:55 Step 22/24 : LABEL arch=x86_64 15:54:55 Successfully built 11a73aa6f08b 15:54:55 Successfully tagged docker-core-command-go:latest 15:54:55  Building docker-core-command-go ... done  ---> Running in 6efca6793375 15:54:55 Removing intermediate container ba9f82ce53cd 15:54:55 ---> 65e1475a5842 15:54:55 Step 15/27 : ENV APP_PORT=48090 15:54:55 ---> Running in c706e83c7e42 15:54:55 Removing intermediate container 6efca6793375 15:54:55 ---> f4d4c3f4faa8 15:54:55 Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:54:55 ---> Running in 0e1714a0e4ef 15:54:56 Removing intermediate container c706e83c7e42 15:54:56 ---> a70b691658ed 15:54:56 Step 16/27 : EXPOSE $APP_PORT 15:54:56 ---> Running in eb29d944edeb 15:54:56 Removing intermediate container 0e1714a0e4ef 15:54:56 ---> 42bc73e3cebf 15:54:56 Step 24/24 : LABEL version=0.0.0 15:54:56 ---> Running in 01ab6194ef94 15:54:56 Removing intermediate container eb29d944edeb 15:54:56 ---> 457a19890809 15:54:56 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:54:56 Removing intermediate container 01ab6194ef94 15:54:56 ---> dcd5088c67d5 15:54:56 15:54:56 Collecting docopt<0.7,>=0.6.1 15:54:56 Downloading docopt-0.6.2.tar.gz (25 kB) 15:54:56 Successfully built dcd5088c67d5 15:54:56 Successfully tagged docker-support-notifications-go:latest 15:54:57  Building docker-support-notifications-go ... done  ---> 134289fcb31c 15:54:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:54:57 ---> 73085b19e883 15:54:57 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:54:58 ---> 9ef20a96e1b6 15:54:58 Step 20/27 : RUN apk --no-cache add py3-pip 15:54:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:54:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:54:58 ---> 301043219a9c 15:54:58 Step 3/24 : WORKDIR /edgex-go 15:54:58 ---> Using cache 15:54:58 ---> 0ec48fd648f8 15:54:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:58 ---> Using cache 15:54:58 ---> 85a337256709 15:54:58 Step 5/24 : RUN apk update && apk add make git 15:54:58 ---> Using cache 15:54:58 ---> 28757e06b612 15:54:58 Step 6/24 : COPY go.mod . 15:54:58 ---> Using cache 15:54:58 ---> 1f57d628aab6 15:54:58 Step 7/24 : RUN go mod download 15:54:58 ---> Using cache 15:54:58 ---> 385c7e3baa76 15:54:58 Step 8/24 : COPY . . 15:54:58 ---> Running in cadcf3b5aec1 15:54:58 ---> Using cache 15:54:58 ---> 7b825989327b 15:54:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:54:59 ---> Running in 8c0d1eeeaebe 15:54:59 ---> Running in affb5d80ec20 15:54:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:00 (1/33) Installing libbz2 (1.0.8-r1) 15:55:00 (2/33) Installing expat (2.2.9-r1) 15:55:00 (3/33) Installing libffi (3.3-r2) 15:55:00 (4/33) Installing gdbm (1.13-r1) 15:55:00 (5/33) Installing xz-libs (5.2.5-r0) 15:55:00 (6/33) Installing sqlite-libs (3.32.1-r0) 15:55:00 (7/33) Installing python3 (3.8.5-r0) 15:55:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:55:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:55:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:01 Collecting docker-pycreds>=0.4.0 15:55:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:55:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:55:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:55:01 ---> 301043219a9c 15:55:01 Step 3/21 : WORKDIR /edgex-go 15:55:01 ---> Using cache 15:55:01 ---> 0ec48fd648f8 15:55:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:01 ---> Using cache 15:55:01 ---> 85a337256709 15:55:01 Step 5/21 : RUN apk update && apk add make git 15:55:01 ---> Using cache 15:55:01 ---> 28757e06b612 15:55:01 Step 6/21 : COPY go.mod . 15:55:01 ---> Using cache 15:55:01 ---> 1f57d628aab6 15:55:01 Step 7/21 : RUN go mod download 15:55:01 ---> Using cache 15:55:01 ---> 385c7e3baa76 15:55:01 Step 8/21 : COPY . . 15:55:01 ---> Using cache 15:55:01 ---> 7b825989327b 15:55:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:02 Collecting urllib3<1.25,>=1.21.1 15:55:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:55:03 ---> Running in 6f2f76d5da95 15:55:03 (8/33) Installing py3-appdirs (1.4.4-r1) 15:55:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:55:03 (10/33) Installing py3-parsing (2.4.7-r0) 15:55:03 (11/33) Installing py3-six (1.15.0-r0) 15:55:03 (12/33) Installing py3-packaging (20.4-r0) 15:55:03 (13/33) Installing py3-setuptools (47.0.0-r0) 15:55:03 (14/33) Installing py3-chardet (3.0.4-r4) 15:55:03 (15/33) Installing py3-idna (2.9-r0) 15:55:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:55:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:55:03 (18/33) Installing py3-requests (2.23.0-r0) 15:55:03 (19/33) Installing py3-msgpack (1.0.0-r0) 15:55:03 (20/33) Installing py3-lockfile (0.12.2-r3) 15:55:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:55:03 (22/33) Installing py3-colorama (0.4.3-r0) 15:55:03 (23/33) Installing py3-distlib (0.3.0-r0) 15:55:03 (24/33) Installing py3-distro (1.5.0-r1) 15:55:03 (25/33) Installing py3-webencodings (0.5.1-r3) 15:55:03 Collecting idna<2.8,>=2.5 15:55:03 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:55:03 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:55:03 OK: 12620 distinct packages available 15:55:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:55:03 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) 15:55:03 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) 15:55:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:55:03 (26/33) Installing py3-html5lib (1.0.1-r4) 15:55:03 (27/33) Installing py3-pytoml (0.1.21-r0) 15:55:03 (28/33) Installing py3-pep517 (0.8.2-r0) 15:55:03 (29/33) Installing py3-progress (1.5-r0) 15:55:03 (30/33) Installing py3-toml (0.10.1-r0) 15:55:03 (31/33) Installing py3-retrying (1.3.3-r0) 15:55:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:55:03 (33/33) Installing py3-pip (20.1.1-r0) 15:55:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:55:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:55:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:55:04 Executing busybox-1.31.1-r19.trigger 15:55:04 OK: 71 MiB in 55 packages 15:55:04 OK: 217 MiB in 51 packages 15:55:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:55:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:55:04 ---> 301043219a9c 15:55:04 Step 3/24 : WORKDIR /edgex-go 15:55:04 ---> Using cache 15:55:04 ---> 0ec48fd648f8 15:55:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:04 ---> Using cache 15:55:04 ---> 85a337256709 15:55:04 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:55:05 ---> Running in 5531bcae5c6f 15:55:05 Installing collected packages: websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, PyYAML, docopt, docker-compose 15:55:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:55:05 Running setup.py install for texttable: started 15:55:06 Removing intermediate container 8c0d1eeeaebe 15:55:06 ---> ba1073b3e2f9 15:55:06 Step 6/23 : COPY go.mod . 15:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:07 ---> 321ab513776b 15:55:07 Step 7/23 : RUN go mod download 15:55:08 ---> Running in 7d2c99651fa4 15:55:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:08 Running setup.py install for texttable: finished with status 'done' 15:55:08 Attempting uninstall: urllib3 15:55:08 Found existing installation: urllib3 1.25.9 15:55:08 Uninstalling urllib3-1.25.9: 15:55:08 Successfully uninstalled urllib3-1.25.9 15:55:09 v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] 15:55:09 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:55:09 OK: 12620 distinct packages available 15:55:09 Attempting uninstall: idna 15:55:09 Found existing installation: idna 2.9 15:55:09 Uninstalling idna-2.9: 15:55:09 Successfully uninstalled idna-2.9 15:55:10 Attempting uninstall: requests 15:55:10 Found existing installation: requests 2.23.0 15:55:10 Uninstalling requests-2.23.0: 15:55:10 OK: 217 MiB in 51 packages 15:55:10 Successfully uninstalled requests-2.23.0 15:55:12 Removing intermediate container 5531bcae5c6f 15:55:12 ---> 65f730b33128 15:55:12 Step 6/24 : COPY go.mod . 15:55:12 Running setup.py install for dockerpty: started 15:55:13 Removing intermediate container 7d2c99651fa4 15:55:13 ---> fd5839651eff 15:55:13 Step 8/23 : COPY . . 15:55:13 ---> c6355635cbab 15:55:13 Step 7/24 : RUN go mod download 15:55:14 ---> Running in 6f5e3d72b9e9 15:55:14 Removing intermediate container cadcf3b5aec1 15:55:14 ---> dfb5da2c2183 15:55:14 Step 21/27 : RUN pip install docker-compose==1.23.2 15:55:14 ---> Running in 174c62503869 15:55:15 Running setup.py install for dockerpty: finished with status 'done' 15:55:15 Running setup.py install for PyYAML: started 15:55:16 Collecting docker-compose==1.23.2 15:55:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:55:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:55:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:55:16 Collecting PyYAML<4,>=3.10 15:55:16 Downloading PyYAML-3.13.tar.gz (270 kB) 15:55:18 Collecting docker<4.0,>=3.6.0 15:55:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:55:18 Collecting jsonschema<3,>=2.5.1 15:55:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:55:18 Collecting websocket-client<1.0,>=0.32.0 15:55:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:55:18 Collecting texttable<0.10,>=0.9.0 15:55:18 Downloading texttable-0.9.1.tar.gz (11 kB) 15:55:19 Collecting docopt<0.7,>=0.6.1 15:55:19 Downloading docopt-0.6.2.tar.gz (25 kB) 15:55:19 Running setup.py install for PyYAML: finished with status 'done' 15:55:19 Running setup.py install for docopt: started 15:55:20 Collecting dockerpty<0.5,>=0.4.1 15:55:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:55:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:55:20 Removing intermediate container 6f5e3d72b9e9 15:55:20 ---> 34678856d65d 15:55:20 Step 8/24 : COPY . . 15:55:20 Collecting cached-property<2,>=1.2.0 15:55:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:55:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:55:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:55:21 Collecting urllib3<1.25,>=1.21.1 15:55:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:55:21 Collecting idna<2.8,>=2.5 15:55:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:55:21 Collecting docker-pycreds>=0.4.0 15:55:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:55:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:55:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:55:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:55:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:55:21 Installing collected packages: urllib3, idna, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, texttable, docopt, dockerpty, cached-property, docker-compose 15:55:21 Attempting uninstall: urllib3 15:55:21 Found existing installation: urllib3 1.25.9 15:55:21 Uninstalling urllib3-1.25.9: 15:55:21 Successfully uninstalled urllib3-1.25.9 15:55:22 Attempting uninstall: idna 15:55:22 Found existing installation: idna 2.9 15:55:22 Uninstalling idna-2.9: 15:55:22 Successfully uninstalled idna-2.9 15:55:22 Attempting uninstall: requests 15:55:22 Found existing installation: requests 2.23.0 15:55:22 Uninstalling requests-2.23.0: 15:55:22 Successfully uninstalled requests-2.23.0 15:55:22 Running setup.py install for docopt: finished with status 'done' 15:55:22 Running setup.py install for PyYAML: started 15:55:23 Running setup.py install for PyYAML: finished with status 'done' 15:55:23 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 15:55:24 Running setup.py install for texttable: started 15:55:24 Running setup.py install for texttable: finished with status 'done' 15:55:24 Running setup.py install for docopt: started 15:55:25 Running setup.py install for docopt: finished with status 'done' 15:55:25 Running setup.py install for dockerpty: started 15:55:26 Running setup.py install for dockerpty: finished with status 'done' 15:55:26 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 15:55:32 Removing intermediate container 174c62503869 15:55:32 ---> 71af65b2a22e 15:55:32 Step 22/27 : RUN apk --no-cache add curl 15:55:32 ---> Running in ee5f9cea3cf6 15:55:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:55:32 (2/3) Installing libcurl (7.69.1-r3) 15:55:32 (3/3) Installing curl (7.69.1-r3) 15:55:32 Executing busybox-1.31.1-r19.trigger 15:55:32 OK: 72 MiB in 58 packages 15:55:33 Removing intermediate container ee5f9cea3cf6 15:55:33 ---> d8892989d9cd 15:55:33 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:55:33 ---> Running in d3855ef011fa 15:55:34 Removing intermediate container 0652595d0f60 15:55:34 ---> 2f5a4224e977 15:55:34 Step 22/27 : RUN apk --no-cache add curl 15:55:34 ---> Running in 4b5e9a56ab46 15:55:34 ---> eb3a9e0c5bd2 15:55:34 Step 9/23 : RUN make cmd/core-data/core-data 15:55:34 Removing intermediate container d3855ef011fa 15:55:34 ---> 6ada5e6ac915 15:55:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:34 ---> Running in ff877e214295 15:55:34 ---> Running in 36ce83aa19bb 15:55:34 Removing intermediate container ff877e214295 15:55:34 ---> 88ce76dc9f9b 15:55:34 Step 25/27 : LABEL arch=x86_64 15:55:34 ---> Running in 3d190a778931 15:55:34 Removing intermediate container 3d190a778931 15:55:34 ---> ffc18b18bb11 15:55:34 Step 26/27 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:55:34 ---> Running in 45e4f5519401 15:55:35 Removing intermediate container 45e4f5519401 15:55:35 ---> 9687f741c342 15:55:35 Step 27/27 : LABEL version=0.0.0 15:55:35 ---> Running in 4dab4d8284e6 15:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:35 Removing intermediate container 4dab4d8284e6 15:55:35 ---> bdbd39ee1b77 15:55:35 15:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:35 Successfully built bdbd39ee1b77 15:55:35 Successfully tagged docker-sys-mgmt-agent-go:latest 15:55:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:55:36 (2/3) Installing libcurl (7.69.1-r3) 15:55:36 (3/3) Installing curl (7.69.1-r3) 15:55:36 Executing busybox-1.31.1-r19.trigger 15:55:36 OK: 71 MiB in 58 packages 15:55:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:55:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:55:36 $ docker stop --time=1 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 15:55:38 Removing intermediate container 4b5e9a56ab46 15:55:38 ---> be3722aa9ba3 15:55:38 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:55:39 $ docker rm -f 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 15:55:39 ---> Running in af917b11a6f7 [Pipeline] // withDockerContainer [Pipeline] sh 15:55:40 + docker images 15:55:40 + grep docker 15:55:40 Removing intermediate container af917b11a6f7 15:55:40 ---> 4d95a9a2d8b3 15:55:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:40 docker-sys-mgmt-agent-go latest bdbd39ee1b77 5 seconds ago 313MB 15:55:40 docker-support-notifications-go latest dcd5088c67d5 44 seconds ago 12MB 15:55:40 docker-core-command-go latest 11a73aa6f08b 46 seconds ago 10.6MB 15:55:40 docker-support-scheduler-go latest f8d862ed2f07 48 seconds ago 10.7MB 15:55:40 docker-core-data-go latest 8856539ed724 3 minutes ago 22.2MB 15:55:40 docker-security-secretstore-setup-go latest 86c5b852d918 3 minutes ago 24.6MB 15:55:40 docker-security-proxy-setup-go latest b74c937bb03c 3 minutes ago 24.5MB 15:55:40 docker-security-bootstrap-redis-go latest f75e1f297fc8 3 minutes ago 15.8MB 15:55:40 docker-core-metadata-go latest ab1ae076de5c 3 minutes ago 13MB 15:55:40 docker latest 0040bc98e531 2 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 15:55:40 ---> Running in e4790c0ef4ec [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 15:55:41 Removing intermediate container e4790c0ef4ec 15:55:41 ---> a8af7fa43963 15:55:41 Step 25/27 : LABEL arch=arm64 [Pipeline] // stage 15:55:41 ---> Running in a2938df8ef26 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:55:42 Removing intermediate container a2938df8ef26 15:55:42 ---> 6d5e8edd263c 15:55:42 Step 26/27 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:55:43 ---> Running in 9b247b65b6f0 15:55:44 Removing intermediate container 9b247b65b6f0 15:55:44 ---> 4f0559e44600 15:55:44 Step 27/27 : LABEL version=0.0.0 15:55:44 ---> Running in 088976377bb7 15:55:45 Removing intermediate container 088976377bb7 15:55:45 ---> 98b44721bf27 15:55:45 15:55:45 ---> 076e6b3b8e28 15:55:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:55:45 Successfully built 98b44721bf27 15:55:45 ---> Running in a348fdb508c5 15:55:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:55:47  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:55:57 Still waiting to schedule task 15:55:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:56:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:56:21 Removing intermediate container affb5d80ec20 15:56:21 ---> 24299902284a 15:56:21 15:56:21 Step 10/24 : FROM alpine:3.10 15:56:21 ---> 536a684cf733 15:56:21 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:56:21 ---> Using cache 15:56:21 ---> 8952a788b478 15:56:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:56:21 ---> Running in 70391f48731e 15:56:21 Removing intermediate container 70391f48731e 15:56:21 ---> a007d1847c58 15:56:21 Step 13/24 : WORKDIR / 15:56:21 ---> Running in 7b875ee0195a 15:56:21 Removing intermediate container 7b875ee0195a 15:56:21 ---> 7a5bf0debbef 15:56:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:56:22 ---> d4f66267f3e5 15:56:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:56:23 ---> 267b32a98e9d 15:56:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:56:25 ---> c8e4d4a43252 15:56:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:56:27 Removing intermediate container 6f2f76d5da95 15:56:27 ---> f10fb4414272 15:56:27 15:56:27 Step 10/21 : FROM scratch 15:56:27 ---> 15:56:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:56:27 ---> Using cache 15:56:27 ---> 5461f7289fd0 15:56:27 Step 12/21 : ENV APP_PORT=48085 15:56:27 ---> ffea37fc0bc8 15:56:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:56:27 ---> Running in 1d6e4b021003 15:56:28 Removing intermediate container 1d6e4b021003 15:56:28 ---> 96dcde7ff35c 15:56:28 Step 13/21 : EXPOSE $APP_PORT 15:56:29 ---> Running in 628920abd2a5 15:56:29 ---> 777dd4936031 15:56:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:56:29 Removing intermediate container 628920abd2a5 15:56:29 ---> d3c4669d8248 15:56:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:56:31 ---> 4f57d26bf05a 15:56:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:56:31 ---> Running in 9ef8b6695a10 15:56:31 ---> ddbec76727fb 15:56:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:56:33 ---> 90caa7d7c3c4 15:56:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:56:35 Removing intermediate container 9ef8b6695a10 15:56:35 ---> 4e4defff0843 15:56:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:56:35 ---> b344ab1fa3e8 15:56:35 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:56:35 ---> Running in 80ee792e909e 15:56:35 ---> Running in 5cf7f8bd7396 15:56:36 Removing intermediate container 80ee792e909e 15:56:36 ---> 47d9a9a4d7c2 15:56:36 Step 22/24 : LABEL arch=arm64 15:56:36 Removing intermediate container 5cf7f8bd7396 15:56:36 ---> 3fcca9f8547b 15:56:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:36 ---> Running in d06ade238e59 15:56:36 ---> Running in cda376671c37 15:56:37 Removing intermediate container d06ade238e59 15:56:37 ---> ea694cf1f636 15:56:37 Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:56:37 ---> Running in 5380387614cc 15:56:37 Removing intermediate container cda376671c37 15:56:37 ---> ba12f31bf37c 15:56:37 Step 19/21 : LABEL arch=arm64 15:56:37 ---> Running in dd003760e076 15:56:38 Removing intermediate container 5380387614cc 15:56:38 ---> 6ba43d9ef327 15:56:38 Step 24/24 : LABEL version=0.0.0 15:56:38 ---> Running in cafcab240f58 15:56:38 Removing intermediate container dd003760e076 15:56:38 ---> f7add9c05da2 15:56:38 Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:56:39 ---> Running in 09469543b68b 15:56:39 Removing intermediate container cafcab240f58 15:56:39 ---> 75952d10d123 15:56:39 15:56:39 Successfully built 75952d10d123 15:56:39 Removing intermediate container 09469543b68b 15:56:39 ---> bca11c67ddc3 15:56:39 Step 21/21 : LABEL version=0.0.0 15:56:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:56:40  Building docker-security-secretstore-setup-go ... done  ---> Running in 9b5499b6ae89 15:56:40 Removing intermediate container 9b5499b6ae89 15:56:40 ---> d273c78b6500 15:56:40 15:56:41 Successfully built d273c78b6500 15:56:41 Successfully tagged docker-support-scheduler-go-arm64:latest 15:56:50 Running on prd-ubuntu18.04-docker-8c-8g-17907 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 15:56:50 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:56:52 using credential edgex-jenkins-ssh 15:56:52 Cloning the remote Git repository 15:56:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:56:53 > git init /w/workspace/edgex-go/2 # timeout=10 15:56:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:56:53 > git --version # timeout=10 15:56:53 > git --version # 'git version 2.17.1' 15:56:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:56:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:56:53  Building docker-support-scheduler-go ... done Removing intermediate container a348fdb508c5 15:56:53 ---> ca87314d6a1a 15:56:53 15:56:53 Step 10/24 : FROM scratch 15:56:53 ---> 15:56:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:56:53 ---> Running in 436ec81e5834 15:56:54 Removing intermediate container 436ec81e5834 15:56:54 ---> 1735912bd8d0 15:56:54 Step 12/24 : ENV APP_PORT=48060 15:56:54 ---> Running in dfaafcc3639b 15:56:54 Removing intermediate container dfaafcc3639b 15:56:54 ---> ca83cb452b83 15:56:54 Step 13/24 : EXPOSE $APP_PORT 15:56:54 ---> Running in 94e24e6de17a 15:56:55 Removing intermediate container 94e24e6de17a 15:56:55 ---> 98fb6fc33f3b 15:56:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:56:56 ---> f217caaf94b1 15:56:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:56:57 ---> 6540a9c93567 15:56:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:56:58 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:56:59 Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:56:59 Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) 15:56:59 ---> c7fb3030a210 15:56:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:56:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:56:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:56:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:56:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:56:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:56:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:56:58 > git config core.sparsecheckout # timeout=10 15:56:58 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 15:56:59 > git remote # timeout=10 15:56:59 > git config --get remote.origin.url # timeout=10 15:56:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:56:59 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 15:56:59 > git rev-parse HEAD^{commit} # timeout=10 15:56:59 > git config core.sparsecheckout # timeout=10 15:56:59 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 15:56:59 ---> 74431b237976 15:56:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:57:01 ---> 7507f6c4add7 15:57:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:57:01 Removing intermediate container 36ce83aa19bb 15:57:01 ---> 40f4e74e5f54 15:57:01 15:57:01 Step 10/23 : FROM alpine 15:57:01 ---> afeebe901d6b 15:57:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:57:02 ---> Running in 5b2659ff6a05 15:57:02 ---> 8de55e2b5ecb 15:57:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:57:02 ---> Running in fc004a0231ab 15:57:02 Removing intermediate container 5b2659ff6a05 15:57:02 ---> 6c1255197acb 15:57:02 Step 12/23 : ENV APP_PORT=48080 15:57:02 Commit message: "refactor: Adjust for removal of backward compatibility code" 15:57:02 ---> Running in 70916055096a 15:57:02 Removing intermediate container fc004a0231ab 15:57:02 ---> b3c231d25578 15:57:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] withEnv [Pipeline] { 15:57:03 Removing intermediate container 70916055096a 15:57:03 ---> 9168645b0b47 15:57:03 Step 13/23 : EXPOSE $APP_PORT 15:57:03 ---> Running in 70fd7e7ed169 [Pipeline] libraryResource [Pipeline] sh 15:57:03 ---> Running in c1c41e2a81eb 15:57:03 Removing intermediate container 70fd7e7ed169 15:57:03 ---> b149d810799d 15:57:03 Step 22/24 : LABEL arch=arm64 15:57:03 Removing intermediate container c1c41e2a81eb 15:57:03 ---> 7675becc1337 15:57:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:03 + echo snap-build.sh 15:57:03 snap-build.sh 15:57:03 + SNAP_BASE_DIR=. 15:57:03 + '[' '!' -z /w/workspace/edgex-go/2 ']' 15:57:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 15:57:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 15:57:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 15:57:03 + cd /w/workspace/edgex-go/2 15:57:03 + sudo apt-get remove -qy --purge lxd lxd-client 15:57:03 Reading package lists... 15:57:03 Building dependency tree... 15:57:03 Reading state information... 15:57:04 ---> Running in 090e03910182 15:57:04 ---> Running in 5f08af4961bb 15:57:04 The following packages were automatically installed and are no longer required: 15:57:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:57:04 uidmap xdelta3 15:57:04 Use 'sudo apt autoremove' to remove them. 15:57:04 The following packages will be REMOVED: 15:57:04 lxd* lxd-client* 15:57:04 Removing intermediate container 090e03910182 15:57:04 ---> 084287cf5d95 15:57:04 Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:57:04 ---> Running in c7bccef6627f 15:57:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:57:04 After this operation, 31.7 MB disk space will be freed. 15:57:05 Removing intermediate container c7bccef6627f 15:57:05 ---> 172e6fed3a27 15:57:05 Step 24/24 : LABEL version=0.0.0 15:57:05 ---> Running in 590a8349b25e 15:57:05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:57:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:57:05 Removing intermediate container 590a8349b25e 15:57:05 ---> 29f59eb18853 15:57:05 15:57:06 Successfully built 29f59eb18853 15:57:06 Successfully tagged docker-support-notifications-go-arm64:latest 15:57:06  Building docker-support-notifications-go ... done Removing intermediate container 5f08af4961bb 15:57:06 ---> c017be130061 15:57:06 Step 15/23 : RUN apk --no-cache add zeromq 15:57:06 ---> Running in 7a913c902a86 15:57:06 Removing lxd dnsmasq configuration 15:57:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:57:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:57:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:57:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 15:57:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:57:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:09 Processing triggers for systemd (237-3ubuntu10.42) ... 15:57:09 Processing triggers for ureadahead (0.100.0-21) ... 15:57:09 (1/5) Installing libgcc (9.3.0-r2) 15:57:09 (2/5) Installing libsodium (1.0.18-r0) 15:57:09 (3/5) Installing libstdc++ (9.3.0-r2) 15:57:09 (4/5) Installing libzmq (4.3.3-r0) 15:57:10 (5/5) Installing zeromq (4.3.3-r0) 15:57:10 Executing busybox-1.31.1-r19.trigger 15:57:10 OK: 8 MiB in 19 packages 15:57:10 + sudo snap remove --purge lxd 15:57:10 snap "lxd" is not installed 15:57:10 + sudo groupadd --force --system lxd 15:57:10 ++ whoami 15:57:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:57:10 + newgrp - lxd 15:57:10 + sudo snap install lxd 15:57:11 Removing intermediate container 7a913c902a86 15:57:11 ---> c91a3eb142ea 15:57:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:57:12 ---> 39edd28950a9 15:57:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:57:13 ---> edfb846896c1 15:57:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:57:14 ---> fb1e08cbef15 15:57:14 Step 19/23 : ENTRYPOINT ["/core-data"] 15:57:14 ---> Running in 4abc334cba33 15:57:15 Removing intermediate container 4abc334cba33 15:57:15 ---> f959a122657a 15:57:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:57:15 ---> Running in 5c9dde9fabd0 15:57:15 Removing intermediate container 5c9dde9fabd0 15:57:15 ---> 98b17b045142 15:57:15 Step 21/23 : LABEL arch=arm64 15:57:16 ---> Running in a68d8428a3c4 15:57:16 Removing intermediate container a68d8428a3c4 15:57:16 ---> e6c3c906d4c8 15:57:16 Step 22/23 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba 15:57:16 ---> Running in 137b03e1d773 15:57:16 Removing intermediate container 137b03e1d773 15:57:16 ---> 566313651aa3 15:57:16 Step 23/23 : LABEL version=0.0.0 15:57:17 ---> Running in bbb3803990b7 15:57:17 Removing intermediate container bbb3803990b7 15:57:17 ---> 3f77d2acbcf6 15:57:17 15:57:17 Successfully built 3f77d2acbcf6 15:57:17 Successfully tagged docker-core-data-go-arm64:latest 15:57:18  Building docker-core-data-go ... done  [Pipeline] } 15:57:18 $ docker stop --time=1 f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c 15:57:19 $ docker rm -f f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c [Pipeline] // withDockerContainer [Pipeline] sh 15:57:20 + docker images 15:57:20 + grep docker 15:57:20 docker-core-data-go-arm64 latest 3f77d2acbcf6 3 seconds ago 20.9MB 15:57:20 docker-support-notifications-go-arm64 latest 29f59eb18853 15 seconds ago 11.4MB 15:57:20 docker-support-scheduler-go-arm64 latest d273c78b6500 40 seconds ago 10MB 15:57:20 docker-security-secretstore-setup-go-arm64 latest 75952d10d123 42 seconds ago 23.5MB 15:57:20 docker-sys-mgmt-agent-go-arm64 latest 98b44721bf27 About a minute ago 300MB 15:57:20 docker-core-metadata-go-arm64 latest a7262394cc62 2 minutes ago 12.2MB 15:57:20 docker-security-bootstrap-redis-go-arm64 latest 9747fc550355 3 minutes ago 15.1MB 15:57:20 docker-security-proxy-setup-go-arm64 latest 682a03dd6aa7 3 minutes ago 23.3MB 15:57:20 docker-core-command-go-arm64 latest b10472d0af68 3 minutes ago 9.98MB 15:57:20 docker latest f66387bf908a 12 days ago 228MB [Pipeline] } 15:57:20 2020-12-31T15:57:18Z INFO Waiting for automatic snapd restart... [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:33 lxd 4.9 from Canonical* installed 15:57:33 + sudo lxd init --auto 15:57:41 + sudo snap install --classic snapcraft 15:57:46 snapcraft 4.4.4 from Canonical* installed 15:57:46 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:57:46 + patch --verbose -p1 15:57:46 Hmm... Looks like a unified diff to me... 15:57:46 The text leading up to this was: 15:57:46 -------------------------- 15:57:46 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:57:46 |From: Tony Espy 15:57:46 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:57:46 |Subject: [PATCH] optimize snap build for pipeline CI check 15:57:46 | 15:57:46 |This patch is used by the EdgeX CI pipeline builds to 15:57:46 |optimize the snap CI check run for pull requests. When 15:57:46 |applied, it essentially strips out everything (apps and 15:57:46 |parts) from the snapcraft.yaml file except those required 15:57:46 |to build edgex-go, as the whole idea of the CI check is to 15:57:46 |catch changes to edgex-go that break the snap build. 15:57:46 | 15:57:46 |In general, anyone updating snapcraft.yaml will also need 15:57:46 |to update this patch file, otherwise it may fail to apply, 15:57:46 |resulting in a failed snap build CI check in the associated 15:57:46 |pull request. 15:57:46 | 15:57:46 |Note - in addition to applying this patch, the pipeline also 15:57:46 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:57:46 |need to build the finally binary .snap file (and it won't 15:57:46 |work with the patch applied). This further reduces the build 15:57:46 |time. 15:57:46 |--- 15:57:46 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:57:46 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:57:46 | 15:57:46 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:57:46 |index 1e537489..faf42425 100644 15:57:46 |--- a/snap/snapcraft.yaml 15:57:46 |+++ b/snap/snapcraft.yaml 15:57:46 -------------------------- 15:57:46 patching file snap/snapcraft.yaml 15:57:46 Using Plan A... 15:57:46 Hunk #1 succeeded at 73. 15:57:46 Hunk #2 FAILED at 202. 15:57:46 Hunk #3 succeeded at 240. 15:57:46 Hunk #4 succeeded at 248. 15:57:46 Hunk #5 succeeded at 255. 15:57:46 Hunk #6 succeeded at 282. 15:57:46 Hunk #7 succeeded at 316. 15:57:46 Hunk #8 succeeded at 367. 15:57:46 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 15:57:46 Hmm... Ignoring the trailing garbage. 15:57:46 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:47 Failed in branch amd64 [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 15:57:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:57:51 ---> package-listing.sh 15:57:51 ++ facter osfamily 15:57:51 ++ tr '[:upper:]' '[:lower:]' 15:57:52 + OS_FAMILY=redhat 15:57:52 + workspace=/w/workspace/edgex-go/2 15:57:52 + START_PACKAGES=/tmp/packages_start.txt 15:57:52 + END_PACKAGES=/tmp/packages_end.txt 15:57:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:57:52 + PACKAGES=/tmp/packages_start.txt 15:57:52 + '[' /w/workspace/edgex-go/2 ']' 15:57:52 + PACKAGES=/tmp/packages_end.txt 15:57:52 + case "${OS_FAMILY}" in 15:57:52 + rpm -qa 15:57:52 + sort 15:57:57 + '[' -f /tmp/packages_start.txt ']' 15:57:57 + '[' -f /tmp/packages_end.txt ']' 15:57:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:57:57 + '[' /w/workspace/edgex-go/2 ']' 15:57:57 + mkdir -p /w/workspace/edgex-go/2/archives/ 15:57:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 15:57:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:57:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:57:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:57:58 15:57:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:57:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:57:59 alpine: Pulling from edgex-lftools-log-publisher 15:57:59 df20fa9351a1: Pulling fs layer 15:57:59 36b3adc4ff6f: Pulling fs layer 15:57:59 8ad3a11d3b57: Pulling fs layer 15:57:59 46f8f816bc3b: Pulling fs layer 15:57:59 93b61091891f: Pulling fs layer 15:57:59 93b9cdb0e59b: Pulling fs layer 15:57:59 5e14af77c1be: Pulling fs layer 15:57:59 01666e4c0597: Pulling fs layer 15:57:59 aa168da1d23b: Pulling fs layer 15:57:59 46f8f816bc3b: Waiting 15:57:59 93b61091891f: Waiting 15:57:59 93b9cdb0e59b: Waiting 15:57:59 5e14af77c1be: Waiting 15:57:59 aa168da1d23b: Waiting 15:57:59 36b3adc4ff6f: Verifying Checksum 15:57:59 36b3adc4ff6f: Download complete 15:57:59 df20fa9351a1: Verifying Checksum 15:57:59 df20fa9351a1: Download complete 15:57:59 46f8f816bc3b: Verifying Checksum 15:57:59 46f8f816bc3b: Download complete 15:57:59 93b9cdb0e59b: Verifying Checksum 15:57:59 93b9cdb0e59b: Download complete 15:57:59 5e14af77c1be: Verifying Checksum 15:57:59 5e14af77c1be: Download complete 15:57:59 01666e4c0597: Verifying Checksum 15:58:00 93b61091891f: Verifying Checksum 15:58:00 93b61091891f: Download complete 15:58:00 df20fa9351a1: Pull complete 15:58:01 8ad3a11d3b57: Verifying Checksum 15:58:01 8ad3a11d3b57: Download complete 15:58:01 36b3adc4ff6f: Pull complete 15:58:04 8ad3a11d3b57: Pull complete 15:58:04 46f8f816bc3b: Pull complete 15:58:05 93b61091891f: Pull complete 15:58:06 aa168da1d23b: Verifying Checksum 15:58:06 aa168da1d23b: Download complete 15:58:07 93b9cdb0e59b: Pull complete 15:58:07 5e14af77c1be: Pull complete 15:58:08 01666e4c0597: Pull complete 15:58:23 aa168da1d23b: Pull complete 15:58:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:58:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:58:23 prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container 15:58:23 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:58:28 $ docker top 649b8ebe1a7a9709344f6b8d32dad2ad12f1f44d4c689cff06e51c8b777284d3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:29 + touch /tmp/pre-build-complete [Pipeline] sh 15:58:29 + mkdir -p /var/log/sa [Pipeline] sh 15:58:30 + ls /var/log/sa-host 15:58:30 + sadf -c /var/log/sa-host/sa23 15:58:30 file_magic: OK 15:58:30 HZ: Using current value: 100 15:58:30 file_header: OK 15:58:30 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 15:58:30 Statistics: 15:58:30 Hnuu...uuuununununu... 15:58:30 File successfully converted to sysstat format version 12.2.1 15:58:30 + sadf -c /var/log/sa-host/sa31 15:58:30 file_magic: OK 15:58:30 HZ: Using current value: 100 15:58:30 file_header: OK 15:58:30 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 15:58:30 Statistics: 15:58:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:58:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:58:31 provisioning config files... 15:58:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5567799406712766435tmp [Pipeline] { [Pipeline] echo 15:58:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:58:32 ---> create-netrc.sh [Pipeline] } 15:58:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:58:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:58:32 ---> python-tools-install.sh [Pipeline] echo 15:58:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:58:33 ---> sudo-logs.sh 15:58:33 Archiving 'sudo' log.. [Pipeline] echo 15:58:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:58:33 ---> job-cost.sh 15:58:33 lf-activate-venv: SKIPPING 15:58:33 INFO: No Stack... 15:58:34 INFO: Retrieving Pricing Info for: v1-standard-2 15:58:35 INFO: Archiving Costs [Pipeline] echo 15:58:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:58:35 ---> logs-deploy.sh 15:58:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2981/2 15:58:35 INFO: archiving workspace using pattern(s): 15:58:37 Archives upload complete. 15:58:37 INFO: archiving logs to Nexus