Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 310fcf068b6662a9a98c00381981ed5406e42392 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 310fcf068b6662a9a98c00381981ed5406e42392 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19290 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # 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 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 7e582f4228ca300febc45737d68dbea7cd17adaa Checking out Revision 7e582f4228ca300febc45737d68dbea7cd17adaa (PR-2858) > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e582f4228ca300febc45737d68dbea7cd17adaa # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:17 ========================================================= 00:32:17 EdgeX Global Pipelines Version Info 00:32:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 00:32:18 ------------------- 00:32:18 stable info: 00:32:18 ------------------- 00:32:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:18 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:18 Message: update stable to v1.0.173 00:32:19 ------------------- 00:32:19 experimental info: 00:32:19 ------------------- 00:32:19 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:19 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:19 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e582f4228ca300febc45737d68dbea7cd17adaa [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e582f4 [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:22 provisioning config files... 00:32:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config6095372776049608558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:23 ---> docker-login.sh 00:32:23 nexus3.edgexfoundry.org:10001 00:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:23 Configure a credential helper to remove this warning. See 00:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:23 00:32:23 Login Succeeded 00:32:23 nexus3.edgexfoundry.org:10002 00:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:23 Configure a credential helper to remove this warning. See 00:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:23 00:32:23 Login Succeeded 00:32:23 nexus3.edgexfoundry.org:10003 00:32:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:24 Configure a credential helper to remove this warning. See 00:32:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:24 00:32:24 Login Succeeded 00:32:24 nexus3.edgexfoundry.org:10004 00:32:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:24 Configure a credential helper to remove this warning. See 00:32:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:24 00:32:24 Login Succeeded 00:32:24 docker.io 00:32:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:24 Configure a credential helper to remove this warning. See 00:32:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:24 00:32:24 Login Succeeded 00:32:24 ---> docker-login.sh ends [Pipeline] } 00:32:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:25 ++ 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 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/core-command/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo core-command,cmd/core-command/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/core-data/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo core-data,cmd/core-data/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/core-metadata/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/support-notifications/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/support-scheduler/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:25 + for file in '`ls cmd/**/Dockerfile`' 00:32:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:25 ++ cut -d/ -f2 00:32:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:25 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 00:32:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:26 00:32:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:26 latest: Pulling from edgex-devops/git-semver 00:32:26 31603596830f: Pulling fs layer 00:32:26 2a8b12db71e7: Pulling fs layer 00:32:26 6ca5941a6612: Pulling fs layer 00:32:26 ecc8261a40a4: Pulling fs layer 00:32:26 ecc8261a40a4: Waiting 00:32:26 2a8b12db71e7: Verifying Checksum 00:32:26 2a8b12db71e7: Download complete 00:32:26 31603596830f: Download complete 00:32:26 ecc8261a40a4: Verifying Checksum 00:32:26 ecc8261a40a4: Download complete 00:32:26 6ca5941a6612: Verifying Checksum 00:32:26 6ca5941a6612: Download complete 00:32:26 31603596830f: Pull complete 00:32:27 2a8b12db71e7: Pull complete 00:32:28 6ca5941a6612: Pull complete 00:32:28 ecc8261a40a4: Pull complete 00:32:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:28 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:32:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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:10004/edgex-devops/git-semver:latest cat 00:32:31 $ docker top 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:31 [ssh-agent] Looking for ssh-agent implementation... 00:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:31 $ docker exec 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent 00:32:31 SSH_AUTH_SOCK=/tmp/ssh-Nnsi3BxLJSaJ/agent.11 00:32:31 SSH_AGENT_PID=16 00:32:31 Running ssh-add (command line suppressed) 00:32:31 Identity added: /w/workspace/edgex-go/36@tmp/private_key_8747423783777697196.key (/w/workspace/edgex-go/36@tmp/private_key_8747423783777697196.key) 00:32:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:32 + git tag --points-at HEAD [Pipeline] } 00:32:32 $ docker exec --env ******** --env ******** 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent -k 00:32:32 unset SSH_AUTH_SOCK; 00:32:32 unset SSH_AGENT_PID; 00:32:32 echo Agent pid 16 killed; 00:32:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:32 [ssh-agent] Looking for ssh-agent implementation... 00:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:33 $ docker exec 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent 00:32:33 SSH_AUTH_SOCK=/tmp/ssh-9yf9dghIpQSz/agent.45 00:32:33 SSH_AGENT_PID=51 00:32:33 Running ssh-add (command line suppressed) 00:32:33 Identity added: /w/workspace/edgex-go/36@tmp/private_key_7309270423996511145.key (/w/workspace/edgex-go/36@tmp/private_key_7309270423996511145.key) 00:32:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:33 + git semver init 00:32:33 # -> Open(): unable to determine branch for HEAD 00:32:33 # $GIT_DIR = /w/workspace/edgex-go/36/.git 00:32:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/36 00:32:33 # $SEMVER_REMOTE_NAME = origin 00:32:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:33 # $SEMVER_USER_NAME = edgex-jenkins 00:32:33 # $SEMVER_BRANCH = PR-2858 00:32:33 # $SEMVER_TEMP = /tmp/semver-062841626 00:32:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:00 # '/tmp/semver-062841626' -> '/w/workspace/edgex-go/36/.semver' 00:33:00 # -> Force: false 00:33:00 # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } 00:33:00 $ docker exec --env ******** --env ******** 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent -k 00:33:01 unset SSH_AUTH_SOCK; 00:33:01 unset SSH_AGENT_PID; 00:33:01 echo Agent pid 51 killed; 00:33:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:01 + git semver [Pipeline] } 00:33:01 $ docker stop --time=1 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 00:33:03 $ docker rm -f 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:04 Stashed 1 file(s) [Pipeline] echo 00:33:04 [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 00:33:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:06 + sudo service docker restart 00:33:06 + true 00:33:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:07 ========================================================= 00:33:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:07 + 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 . 00:33:11 Sending build context to Docker daemon 326.5MB 00:33:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:11 Step 2/6 : FROM ${BASE} 00:33:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:11 188c0c94c7c5: Pulling fs layer 00:33:11 0ef7d3d256c8: Pulling fs layer 00:33:11 de9db76c5a1d: Pulling fs layer 00:33:11 bca2f99d35d6: Pulling fs layer 00:33:11 93359f2a8cfa: Pulling fs layer 00:33:11 7c6f9722023f: Pulling fs layer 00:33:11 a35cf1a2eb13: Pulling fs layer 00:33:11 bca2f99d35d6: Waiting 00:33:11 93359f2a8cfa: Waiting 00:33:11 7c6f9722023f: Waiting 00:33:11 a35cf1a2eb13: Waiting 00:33:11 de9db76c5a1d: Verifying Checksum 00:33:11 de9db76c5a1d: Download complete 00:33:11 0ef7d3d256c8: Verifying Checksum 00:33:11 0ef7d3d256c8: Download complete 00:33:11 93359f2a8cfa: Verifying Checksum 00:33:11 93359f2a8cfa: Download complete 00:33:11 7c6f9722023f: Verifying Checksum 00:33:11 7c6f9722023f: Download complete 00:33:11 188c0c94c7c5: Verifying Checksum 00:33:11 188c0c94c7c5: Download complete 00:33:12 188c0c94c7c5: Pull complete 00:33:12 0ef7d3d256c8: Pull complete 00:33:12 de9db76c5a1d: Pull complete 00:33:13 a35cf1a2eb13: Verifying Checksum 00:33:13 a35cf1a2eb13: Download complete 00:33:14 bca2f99d35d6: Verifying Checksum 00:33:14 bca2f99d35d6: Download complete 00:33:19 bca2f99d35d6: Pull complete 00:33:19 93359f2a8cfa: Pull complete 00:33:19 7c6f9722023f: Pull complete 00:33:20 Still waiting to schedule task 00:33:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:27 a35cf1a2eb13: Pull complete 00:33:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:27 ---> a62c8e92a672 00:33:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:27 ---> Running in 9d93abab7384 00:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:29 (1/12) Installing libmagic (5.38-r0) 00:33:30 (2/12) Installing file (5.38-r0) 00:33:30 (3/12) Installing libc-dev (0.7.2-r3) 00:33:30 (4/12) Installing g++ (9.3.0-r2) 00:33:42 (5/12) Installing fortify-headers (1.1-r0) 00:33:42 (6/12) Installing patch (2.7.6-r6) 00:33:42 (7/12) Installing build-base (0.5-r2) 00:33:42 (8/12) Installing libsodium (1.0.18-r0) 00:33:42 (9/12) Installing pkgconf (1.7.2-r0) 00:33:42 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:42 (11/12) Installing libzmq (4.3.3-r0) 00:33:42 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:42 Executing busybox-1.31.1-r19.trigger 00:33:42 OK: 233 MiB in 51 packages 00:33:45 Removing intermediate container 9d93abab7384 00:33:45 ---> 5c3d66ef34bd 00:33:45 Step 4/6 : WORKDIR /edgex-go 00:33:45 ---> Running in da8970860980 00:33:45 Removing intermediate container da8970860980 00:33:45 ---> e3332a535a66 00:33:45 Step 5/6 : COPY go.mod . 00:33:46 ---> 455a4ed7a14a 00:33:46 Step 6/6 : RUN go mod download 00:33:46 ---> Running in 6d6c947a2e17 00:34:08 Removing intermediate container 6d6c947a2e17 00:34:08 ---> 20e648a597be 00:34:08 Successfully built 20e648a597be 00:34:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:08 + docker inspect -f . ci-base-image-x86_64 00:34:08 . [Pipeline] withDockerContainer 00:34:08 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:34:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:09 $ docker top 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:10 + go version 00:34:10 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:10 $ docker stop --time=1 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec 00:34:11 $ docker rm -f 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:12 + docker inspect -f . ci-base-image-x86_64 00:34:12 . [Pipeline] withDockerContainer 00:34:13 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:34:13 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:13 $ docker top 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:14 ========================================================= 00:34:14 [edgeXBuildGoParallel] Running Tests and Build... 00:34:14 ========================================================= [Pipeline] sh 00:34:14 + make test 00:34:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.6% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.0% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.418s coverage: 77.8% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.138s coverage: 82.4% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.480s coverage: 28.6% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.441s coverage: 93.8% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 63.5% of statements 00:35:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.486s coverage: 55.9% of statements 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 37.0% of statements 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.545s coverage: 84.0% of statements 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.194s coverage: 47.1% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 29.1% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 00:35:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:35:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:35:20 GO111MODULE=on go vet ./... 00:35:47 gofmt -l . 00:35:48 [ "`gofmt -l .`" = "" ] 00:35:49 ./bin/test-go-mod-tidy.sh 00:35:49 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:52 + ls -al . 00:35:52 total 640 00:35:52 drwxrwxr-x 10 1001 1001 4096 Jan 10 00:35 . 00:35:52 drwxr-xr-x 4 root root 30 Jan 10 00:34 .. 00:35:52 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:32 .dockerignore 00:35:52 drwxrwxr-x 8 1001 1001 179 Jan 10 00:32 .git 00:35:52 drwxrwxr-x 3 1001 1001 125 Jan 10 00:32 .github 00:35:52 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:32 .gitignore 00:35:52 drwx------ 3 1001 1001 47 Jan 10 00:33 .semver 00:35:52 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:32 .sonarcloud.properties 00:35:52 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:32 CONTRIBUTING.md 00:35:52 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:32 Dockerfile.build 00:35:52 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:32 Jenkinsfile 00:35:52 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:32 LICENSE 00:35:52 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:32 Makefile 00:35:52 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:32 README.md 00:35:52 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:32 SECURITY.md 00:35:52 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:33 VERSION 00:35:52 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:32 ZMQWindows.md 00:35:52 drwxrwxr-x 2 1001 1001 117 Jan 10 00:32 bin 00:35:52 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:32 cmd 00:35:52 -rw-r--r-- 1 root root 541590 Jan 10 00:35 coverage.out 00:35:52 -rw-r--r-- 1 root root 979 Jan 10 00:35 go.mod 00:35:52 -rw-r--r-- 1 root root 19019 Jan 10 00:35 go.sum 00:35:52 drwxrwxr-x 8 1001 1001 127 Jan 10 00:32 internal 00:35:52 drwxrwxr-x 4 1001 1001 26 Jan 10 00:32 openapi 00:35:52 drwxrwxr-x 4 1001 1001 71 Jan 10 00:32 snap 00:35:52 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:32 version.go [Pipeline] sh 00:35:52 + '[' -e coverage.out ] 00:35:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:52 Stashed 1 file(s) [Pipeline] sh 00:35:53 + make build 00:35:53 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 00:35:56 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 00:36:06 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 00:36:06 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 00:36:08 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 00:36:08 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 00:36:10 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 00:36:12 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 00:36:14 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 00:36:15 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 00:36:16 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 00:36:17 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] } 00:36:19 $ docker stop --time=1 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 00:36:21 $ docker rm -f 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:22 00:36:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:23 latest: Pulling from edgex-devops/edgex-compose 00:36:23 cbdbe7a5bc2a: Pulling fs layer 00:36:23 ca9280d653b3: Pulling fs layer 00:36:23 7e9c9ca2126c: Pulling fs layer 00:36:23 cbdbe7a5bc2a: Verifying Checksum 00:36:23 cbdbe7a5bc2a: Download complete 00:36:24 cbdbe7a5bc2a: Pull complete 00:36:24 ca9280d653b3: Verifying Checksum 00:36:24 ca9280d653b3: Download complete 00:36:25 ca9280d653b3: Pull complete 00:36:26 7e9c9ca2126c: Verifying Checksum 00:36:26 7e9c9ca2126c: Download complete 00:36:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19298 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:28 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 00:36:34 using credential edgex-jenkins-ssh 00:36:34 Cloning the remote Git repository 00:36:35 7e9c9ca2126c: Pull complete 00:36:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:34 > git init /w/workspace/edgex-go/36 # timeout=10 00:36:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:34 > git --version # timeout=10 00:36:34 > git --version # 'git version 2.17.1' 00:36:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:35 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:36:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:38 $ docker top 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:39 + docker-compose build --help 00:36:39 + grep parallel 00:36:40 --parallel Build images in parallel. [Pipeline] } 00:36:40 $ docker stop --time=1 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 00:36:42 $ docker rm -f 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:42 . [Pipeline] withDockerContainer 00:36:43 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:36:43 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:44 $ docker top 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:44 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:46 Building docker-core-command-go ... 00:36:46 Building docker-core-data-go ... 00:36:46 Building docker-core-metadata-go ... 00:36:46 Building docker-security-bootstrap-redis-go ... 00:36:46 Building docker-security-proxy-setup-go ... 00:36:46 Building docker-security-secretstore-setup-go ... 00:36:46 Building docker-support-notifications-go ... 00:36:46 Building docker-support-scheduler-go ... 00:36:46 Building docker-sys-mgmt-agent-go ... 00:36:46 Building docker-sys-mgmt-agent-go 00:36:46 Building docker-core-data-go 00:36:46 Building docker-security-bootstrap-redis-go 00:36:46 Building docker-support-notifications-go 00:36:46 Building docker-security-proxy-setup-go 00:36:59 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:59 > git config core.sparsecheckout # timeout=10 00:36:59 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:59 > git remote # timeout=10 00:36:59 > git config --get remote.origin.url # timeout=10 00:36:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:59 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:37:00 Merge succeeded, producing cf704fe81ca2e46f9e41c3afe9498f07545a31cc 00:37:00 Checking out Revision cf704fe81ca2e46f9e41c3afe9498f07545a31cc (PR-2858) 00:37:00 > git rev-parse HEAD^{commit} # timeout=10 00:37:00 > git config core.sparsecheckout # timeout=10 00:37:00 > git checkout -f cf704fe81ca2e46f9e41c3afe9498f07545a31cc # timeout=10 00:37:04 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:37:04 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 00:37:04 > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:07 + sudo service docker restart 00:37:07 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:09 provisioning config files... 00:37:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config4681149535022514151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:09 ---> docker-login.sh 00:37:09 nexus3.edgexfoundry.org:10001 00:37:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:11 Configure a credential helper to remove this warning. See 00:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:11 00:37:11 Login Succeeded 00:37:11 nexus3.edgexfoundry.org:10002 00:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:11 Configure a credential helper to remove this warning. See 00:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:11 00:37:11 Login Succeeded 00:37:11 nexus3.edgexfoundry.org:10003 00:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:12 Configure a credential helper to remove this warning. See 00:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:12 00:37:12 Login Succeeded 00:37:12 nexus3.edgexfoundry.org:10004 00:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:12 Configure a credential helper to remove this warning. See 00:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:12 00:37:12 Login Succeeded 00:37:12 docker.io 00:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:13 Configure a credential helper to remove this warning. See 00:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:13 00:37:13 Login Succeeded 00:37:13 ---> docker-login.sh ends [Pipeline] } 00:37:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:14 ========================================================= 00:37:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:14 + 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 . 00:37:16 Sending build context to Docker daemon 165.5MB 00:37:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:16 Step 2/6 : FROM ${BASE} 00:37:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:16 5f621e34cdf4: Pulling fs layer 00:37:16 a4357932f1b6: Pulling fs layer 00:37:16 18c013af1878: Pulling fs layer 00:37:16 00ac8860ef70: Pulling fs layer 00:37:16 63d7cb157983: Pulling fs layer 00:37:16 b116817d02f9: Pulling fs layer 00:37:16 745a02a5169b: Pulling fs layer 00:37:16 63d7cb157983: Waiting 00:37:16 b116817d02f9: Waiting 00:37:16 00ac8860ef70: Waiting 00:37:16 745a02a5169b: Waiting 00:37:17 18c013af1878: Verifying Checksum 00:37:17 18c013af1878: Download complete 00:37:17 a4357932f1b6: Download complete 00:37:17 63d7cb157983: Verifying Checksum 00:37:17 63d7cb157983: Download complete 00:37:17 5f621e34cdf4: Verifying Checksum 00:37:17 5f621e34cdf4: Download complete 00:37:17 b116817d02f9: Verifying Checksum 00:37:17 b116817d02f9: Download complete 00:37:17 5f621e34cdf4: Pull complete 00:37:18 a4357932f1b6: Pull complete 00:37:18 18c013af1878: Pull complete 00:37:19 745a02a5169b: Verifying Checksum 00:37:19 745a02a5169b: Download complete 00:37:20 00ac8860ef70: Verifying Checksum 00:37:20 00ac8860ef70: Download complete 00:37:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> 20e648a597be 00:37:25 Step 3/21 : WORKDIR /edgex-go 00:37:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> 20e648a597be 00:37:25 Step 3/26 : WORKDIR /edgex-go 00:37:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> 20e648a597be 00:37:25 Step 3/24 : WORKDIR /edgex-go 00:37:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> 20e648a597be 00:37:25 Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 00:37:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> 20e648a597be 00:37:25 Step 3/22 : WORKDIR /edgex-go 00:37:25 ---> Running in 6f25f58cce3b 00:37:25 ---> Running in 0586a701430d 00:37:25 ---> Running in d7222b808f84 00:37:25 ---> Running in 95f964379fc1 00:37:25 ---> Running in 4624420006b0 00:37:25 Removing intermediate container 4624420006b0 00:37:25 ---> 0a6187a62264 00:37:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 Removing intermediate container 95f964379fc1 00:37:25 ---> fece820f977a 00:37:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 Removing intermediate container d7222b808f84 00:37:25 ---> 7aaa3ac67847 00:37:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 Removing intermediate container 6f25f58cce3b 00:37:25 ---> 8ef6d023bce4 00:37:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 Removing intermediate container 0586a701430d 00:37:25 ---> 3150cfc955c9 00:37:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 ---> Running in f2ee0787e60f 00:37:25 ---> Running in bb85276a3a28 00:37:25 ---> Running in 985c20ab3bdd 00:37:25 ---> Running in 4ebab240249e 00:37:25 ---> Running in 2fc8bf2c7e89 00:37:28 Removing intermediate container bb85276a3a28 00:37:28 ---> e502cdbc2ed4 00:37:28 Step 5/22 : RUN apk add --update --no-cache make git 00:37:28 Removing intermediate container 985c20ab3bdd 00:37:28 ---> 506285959d3a 00:37:28 Step 5/21 : RUN apk add --update --no-cache make git 00:37:28 ---> Running in e8dd7e42fe1e 00:37:28 ---> Running in b59116b97b96 00:37:28 Removing intermediate container 4ebab240249e 00:37:28 ---> dccf02ce2cf3 00:37:28 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:28 Removing intermediate container 2fc8bf2c7e89 00:37:28 ---> d5c792dc418e 00:37:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:28 Removing intermediate container f2ee0787e60f 00:37:28 ---> a1e9b5f36be3 00:37:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:29 ---> Running in 773db7a5b10e 00:37:29 ---> Running in b5950c2233d4 00:37:29 ---> Running in af8c62f984e4 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 00ac8860ef70: Pull complete 00:37:31 63d7cb157983: Pull complete 00:37:31 b116817d02f9: Pull complete 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:33 OK: 233 MiB in 51 packages 00:37:33 OK: 233 MiB in 51 packages 00:37:33 OK: 233 MiB in 51 packages 00:37:34 Removing intermediate container b5950c2233d4 00:37:34 ---> 32e72597b46d 00:37:34 Step 6/23 : COPY go.mod . 00:37:34 Removing intermediate container af8c62f984e4 00:37:34 ---> bfea6cd63888 00:37:34 Step 6/26 : COPY go.mod . 00:37:34 Removing intermediate container e8dd7e42fe1e 00:37:34 ---> fad3edd91ba2 00:37:34 Step 6/22 : COPY go.mod . 00:37:34 ---> 972656a1c7b0 00:37:34 Step 7/23 : RUN go mod download 00:37:34 ---> ea136a65e4d3 00:37:34 Step 7/26 : RUN go mod download 00:37:34 OK: 233 MiB in 51 packages 00:37:34 ---> Running in 6db2647a787c 00:37:34 ---> 7a1259d4d389 00:37:34 Step 7/22 : RUN go mod download 00:37:34 ---> Running in f350dac491a1 00:37:35 ---> Running in 62b1870eb63d 00:37:35 OK: 233 MiB in 51 packages 00:37:35 Removing intermediate container b59116b97b96 00:37:35 ---> b54b28ab6303 00:37:35 Step 6/21 : COPY go.mod . 00:37:36 745a02a5169b: Pull complete 00:37:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:36 ---> b7e6874047d6 00:37:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:36 ---> 797318de0135 00:37:36 Step 7/21 : RUN go mod download 00:37:36 Removing intermediate container 773db7a5b10e 00:37:36 ---> 57601a457e72 00:37:36 Step 6/24 : COPY go.mod . 00:37:36 ---> Running in 5fbd2b39e22e 00:37:37 ---> 75602e8a004d 00:37:37 Step 7/24 : RUN go mod download 00:37:37 ---> Running in 0180efc426a6 00:37:37 Removing intermediate container 6db2647a787c 00:37:37 ---> badf3d92cfb2 00:37:37 Step 8/23 : COPY . . 00:37:38 Removing intermediate container f350dac491a1 00:37:38 ---> cff9a697a09f 00:37:38 Step 8/26 : COPY . . 00:37:38 Removing intermediate container 62b1870eb63d 00:37:38 ---> 99734aa684d7 00:37:38 Step 8/22 : COPY . . 00:37:38 ---> Running in 39262d52a6da 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:43 (1/12) Installing libmagic (5.38-r0) 00:37:43 (2/12) Installing file (5.38-r0) 00:37:43 Removing intermediate container 5fbd2b39e22e 00:37:43 ---> 452966a25665 00:37:43 Step 8/21 : COPY . . 00:37:43 (3/12) Installing libc-dev (0.7.2-r3) 00:37:43 (4/12) Installing g++ (9.3.0-r2) 00:37:44 Removing intermediate container 0180efc426a6 00:37:44 ---> f0f50f744ca0 00:37:44 Step 8/24 : COPY . . 00:38:06 (5/12) Installing fortify-headers (1.1-r0) 00:38:06 (6/12) Installing patch (2.7.6-r6) 00:38:06 (7/12) Installing build-base (0.5-r2) 00:38:06 (8/12) Installing libsodium (1.0.18-r0) 00:38:06 (9/12) Installing pkgconf (1.7.2-r0) 00:38:06 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:06 (11/12) Installing libzmq (4.3.3-r0) 00:38:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 OK: 217 MiB in 51 packages 00:38:09 Removing intermediate container 39262d52a6da 00:38:09 ---> 7b97aaca51c3 00:38:09 Step 4/6 : WORKDIR /edgex-go 00:38:09 ---> Running in b09faeb5bcb0 00:38:09 Removing intermediate container b09faeb5bcb0 00:38:09 ---> 6792b657b534 00:38:09 Step 5/6 : COPY go.mod . 00:38:10 ---> dff4bc776aad 00:38:10 Step 6/6 : RUN go mod download 00:38:10 ---> Running in 6da5df469001 00:38:23 ---> 9b072b28d661 00:38:23 Step 9/23 : RUN make cmd/core-data/core-data 00:38:23 ---> 1bd54258b240 00:38:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:24 ---> b50700774c78 00:38:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:24 ---> Running in b3f3a4944972 00:38:24 ---> Running in 3f318cac636d 00:38:24 ---> Running in 1d806bf1d5cd 00:38:24 ---> 820793036887 00:38:24 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:24 ---> 2c9553060523 00:38:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:25 ---> Running in eda0983f191a 00:38:25 ---> Running in 44e032a80cd0 00:38:26 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 00:38:26 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 00:38:26 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 00:38:26 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 00:38:26 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 00:38:37 Removing intermediate container 6da5df469001 00:38:37 ---> 814fbf5a1fc9 00:38:37 Successfully built 814fbf5a1fc9 00:38:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:37 + docker inspect -f . ci-base-image-arm64 00:38:37 . [Pipeline] withDockerContainer 00:38:37 prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container 00:38:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:39 $ docker top 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:40 + go version 00:38:40 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:40 $ docker stop --time=1 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b 00:38:42 $ docker rm -f 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:43 + docker inspect -f . ci-base-image-arm64 00:38:43 . [Pipeline] withDockerContainer 00:38:43 prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container 00:38:43 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:45 $ docker top 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:45 ========================================================= 00:38:45 [edgeXBuildGoParallel] Running Tests and Build... 00:38:45 ========================================================= [Pipeline] sh 00:38:46 + make test 00:38:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38: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 00:39:08 Removing intermediate container b3f3a4944972 00:39:08 ---> 404174d70861 00:39:08 00:39:08 Step 10/22 : FROM alpine:3.12 00:39:08 3.12: Pulling from library/alpine 00:39:08 Removing intermediate container eda0983f191a 00:39:08 ---> c0fde8efe4b6 00:39:08 00:39:08 Step 10/24 : FROM scratch 00:39:08 ---> 00:39:08 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:08 ---> Running in 2f76f29402b5 00:39:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:08 Status: Downloaded newer image for alpine:3.12 00:39:08 ---> 389fef711851 00:39:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:10 ---> Running in e30bc50b370e 00:39:10 Removing intermediate container 2f76f29402b5 00:39:10 ---> fc867a378920 00:39:10 Step 12/24 : ENV APP_PORT=48060 00:39:11 ---> Running in ed5f9a97050f 00:39:11 Removing intermediate container 1d806bf1d5cd 00:39:11 ---> 074843136da2 00:39:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:11 Removing intermediate container 44e032a80cd0 00:39:11 ---> f10ac9f672cc 00:39:11 00:39:11 Step 10/21 : FROM alpine:3.12 00:39:11 ---> 389fef711851 00:39:11 Step 11/21 : RUN apk add --update --no-cache curl 00:39:11 Removing intermediate container ed5f9a97050f 00:39:11 ---> f8d75c3c13ed 00:39:11 Step 13/24 : EXPOSE $APP_PORT 00:39:11 ---> Running in bc97fbfb59cc 00:39:11 ---> Running in 4b90cde7fb3e 00:39:11 ---> Running in 4ba57f4b00b2 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:12 Removing intermediate container 4ba57f4b00b2 00:39:12 ---> c0b9deb1438b 00:39:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:12 (1/5) Installing ca-certificates (20191127-r4) 00:39:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:12 (3/5) Installing libcurl (7.69.1-r3) 00:39:12 (4/5) Installing curl (7.69.1-r3) 00:39:12 (5/5) Installing dumb-init (1.2.2-r1) 00:39:12 Executing busybox-1.31.1-r19.trigger 00:39:12 Executing ca-certificates-20191127-r4.trigger 00:39:13 OK: 7 MiB in 19 packages 00:39:13 ---> 6a7d7df0d058 00:39:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:13 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 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:13 (1/4) Installing ca-certificates (20191127-r4) 00:39:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:14 (3/4) Installing libcurl (7.69.1-r3) 00:39:14 (4/4) Installing curl (7.69.1-r3) 00:39:14 Executing busybox-1.31.1-r19.trigger 00:39:14 Executing ca-certificates-20191127-r4.trigger 00:39:14 OK: 7 MiB in 18 packages 00:39:18 ---> bc1eee6e5d6e 00:39:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:18 Removing intermediate container 3f318cac636d 00:39:18 ---> c74ed53f72a2 00:39:18 00:39:18 Step 10/23 : FROM alpine:3.12 00:39:18 ---> 389fef711851 00:39:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:18 Removing intermediate container e30bc50b370e 00:39:18 ---> c418c15b0963 00:39:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:18 Removing intermediate container 4b90cde7fb3e 00:39:18 ---> 0fa4de4b8fa6 00:39:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:18 ---> ed63b683cd04 00:39:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:18 ---> Running in 243ea6b43afa 00:39:18 ---> Running in e3bd4ff72fac 00:39:18 ---> Running in 508a6f82de0c 00:39:18 Removing intermediate container bc97fbfb59cc 00:39:18 ---> ea4ab048d2af 00:39:18 00:39:18 Step 11/26 : FROM docker:20.10.0 00:39:19 20.10.0: Pulling from library/docker 00:39:19 Removing intermediate container 243ea6b43afa 00:39:19 ---> 7c3cd3045c27 00:39:19 Step 12/23 : ENV APP_PORT=48080 00:39:19 Removing intermediate container e3bd4ff72fac 00:39:19 ---> f6aaa7f98c2e 00:39:19 Step 13/22 : WORKDIR / 00:39:19 Removing intermediate container 508a6f82de0c 00:39:19 ---> e1b05e306812 00:39:19 Step 13/21 : WORKDIR /edgex 00:39:19 ---> 6209fa484cd3 00:39:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:19 ---> Running in 4af35a14b123 00:39:19 ---> Running in 53c14428f502 00:39:19 ---> Running in f6cbc35c1215 00:39:19 Removing intermediate container 53c14428f502 00:39:19 ---> ea0e218f87c6 00:39:19 Step 13/23 : EXPOSE $APP_PORT 00:39:20 Removing intermediate container 4af35a14b123 00:39:20 ---> 7d50e1ff1862 00:39:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:39:20 ---> Running in 13bf5a1954aa 00:39:21 Removing intermediate container f6cbc35c1215 00:39:21 ---> c16232d76d19 00:39:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:21 ---> cba74942cc37 00:39:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:21 Removing intermediate container 13bf5a1954aa 00:39:21 ---> d3ef897d346f 00:39:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:21 ---> b599adf5fd57 00:39:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:21 ---> Running in a369de90c332 00:39:21 ---> 9af1a81da7b9 00:39:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:21 ---> 75908076ead7 00:39:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:22 ---> Running in b70b9a80faab 00:39:22 ---> 104cfbf76da8 00:39:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:22 Removing intermediate container b70b9a80faab 00:39:22 ---> 50b1865b6220 00:39:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:22 ---> Running in ef728b8071a0 00:39:23 ---> cdae2c717173 00:39:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:23 ---> ead40979bdb5 00:39:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:23 Removing intermediate container ef728b8071a0 00:39:23 ---> f9be134a1332 00:39:23 Step 22/24 : LABEL arch=x86_64 00:39:23 ---> Running in 7539dfa147b8 00:39:23 ---> 382bf3d61e93 00:39:23 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:23 Removing intermediate container 7539dfa147b8 00:39:23 ---> 6076f5179743 00:39:23 Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:39:23 ---> Running in 5b2a5dec7635 00:39:23 ---> Running in 477e5e0b0967 00:39:24 ---> a577168721e3 00:39:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:24 Removing intermediate container a369de90c332 00:39:24 ---> dd154613c13b 00:39:24 Step 15/23 : RUN apk add --update --no-cache zeromq 00:39:24 ---> Running in 11528e346ce4 00:39:24 ---> Running in bdf55caef66d 00:39:24 Removing intermediate container 477e5e0b0967 00:39:24 ---> 0215fb10e7be 00:39:24 Step 24/24 : LABEL version=0.0.0 00:39:24 ---> Running in f498bf194009 00:39:24 Removing intermediate container 11528e346ce4 00:39:24 ---> 41fd337a6105 00:39:24 Step 18/21 : CMD ["--init=true"] 00:39:24 ---> Running in 7b244112a0f4 00:39:24 Removing intermediate container f498bf194009 00:39:24 ---> c5870bd0d654 00:39:24 00:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:25 Successfully built c5870bd0d654 00:39:25 Successfully tagged docker-support-notifications-go:latest 00:39:25 Building docker-support-scheduler-go 00:39:26  Building docker-support-notifications-go ... done Removing intermediate container 7b244112a0f4 00:39:26 ---> e987afb928b2 00:39:26 Step 19/21 : LABEL arch=x86_64 00:39:26 ---> Running in ab1259c6a5b2 00:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:26 Removing intermediate container 5b2a5dec7635 00:39:26 ---> d59f0f5a709d 00:39:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:26 ---> Running in b8b7d5e09843 00:39:26 Removing intermediate container ab1259c6a5b2 00:39:26 ---> 69f2e1d6e6b8 00:39:26 Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:39:26 ---> Running in f89e235542de 00:39:27 (1/5) Installing libgcc (9.3.0-r2) 00:39:27 (2/5) Installing libsodium (1.0.18-r0) 00:39:27 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:27 (4/5) Installing libzmq (4.3.3-r0) 00:39:28 Removing intermediate container b8b7d5e09843 00:39:28 ---> dada90895c61 00:39:28 Step 20/22 : LABEL arch=x86_64 00:39:28 (5/5) Installing zeromq (4.3.3-r0) 00:39:28 Executing busybox-1.31.1-r19.trigger 00:39:28 OK: 8 MiB in 19 packages 00:39:28 ---> Running in 3cd5e3f354f8 00:39:29 Removing intermediate container f89e235542de 00:39:29 ---> 32070839c5ef 00:39:29 Step 21/21 : LABEL version=0.0.0 00:39:31 Removing intermediate container 3cd5e3f354f8 00:39:31 ---> bfd9f9eb1f9a 00:39:31 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:39:31 ---> Running in 2479ff24d5d2 00:39:32 Removing intermediate container bdf55caef66d 00:39:32 ---> 9f040d75a14b 00:39:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:32 ---> Running in 57bceea98f50 00:39:32 Removing intermediate container 2479ff24d5d2 00:39:32 ---> ea734e206d8c 00:39:32 00:39:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:32 ---> 997a4cd78f34 00:39:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:32 Status: Downloaded newer image for docker:20.10.0 00:39:32 ---> aefe523efa57 00:39:32 Step 12/26 : RUN apk add --no-cache bash 00:39:32 Successfully built ea734e206d8c 00:39:33 Removing intermediate container 57bceea98f50 00:39:33 ---> 8e52db09bc37 00:39:33 Step 22/22 : LABEL version=0.0.0 00:39:33 Successfully tagged docker-security-proxy-setup-go:latest 00:39:33  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:39:33 ---> Running in 314b7e43acd7 00:39:33 ---> Running in 9354d94ce95f 00:39:36 Removing intermediate container 9354d94ce95f 00:39:36 ---> fbe389db5f64 00:39:36 00:39:36 ---> 0b81b2b28b65 00:39:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:36 Successfully built fbe389db5f64 00:39:36 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:36  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 (1/2) Installing readline (8.0.4-r0) 00:39:37 (2/2) Installing bash (5.0.17-r0) 00:39:37 Executing bash-5.0.17-r0.post-install 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 OK: 12 MiB in 22 packages 00:39:38 ---> c9316110194f 00:39:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:39 ---> Running in 7b94e6a3e519 00:39:41 Removing intermediate container 314b7e43acd7 00:39:41 ---> 12f0515e1e14 00:39:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:41 Removing intermediate container 7b94e6a3e519 00:39:41 ---> b3ee2f5c4ecb 00:39:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:42 ---> Running in e532fcbd611d 00:39:42 ---> Running in 3be3db51484f 00:39:43 Removing intermediate container e532fcbd611d 00:39:43 ---> 3c314911b6ab 00:39:43 Step 14/26 : ENV APP_PORT=48090 00:39:43 Removing intermediate container 3be3db51484f 00:39:43 ---> bba3c51802e7 00:39:43 Step 21/23 : LABEL arch=x86_64 00:39:43 ---> Running in 073501b1bf63 00:39:43 ---> Running in f753a6df12ee 00:39:44 Removing intermediate container f753a6df12ee 00:39:44 ---> abde0a1cd513 00:39:44 Step 22/23 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:39:44 Removing intermediate container 073501b1bf63 00:39:44 ---> 7359e8657e82 00:39:44 Step 15/26 : EXPOSE $APP_PORT 00:39:45 ---> Running in a2108c4116c8 00:39:45 ---> Running in 8cf4609fcd52 00:39:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:47 Removing intermediate container a2108c4116c8 00:39:47 ---> 986089da9f53 00:39:47 Step 23/23 : LABEL version=0.0.0 00:39:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:47 ---> 20e648a597be 00:39:47 Step 3/21 : WORKDIR /edgex-go 00:39:47 ---> Using cache 00:39:47 ---> 3150cfc955c9 00:39:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:47 ---> Using cache 00:39:47 ---> d5c792dc418e 00:39:47 Step 5/21 : RUN apk add --update --no-cache make git 00:39:48 Removing intermediate container 8cf4609fcd52 00:39:48 ---> 4c3eb0dd8250 00:39:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:49 ---> Running in fad48ca953a1 00:39:49 ---> Running in 47a3c3c49c0d 00:39:50 Removing intermediate container fad48ca953a1 00:39:50 ---> 00eda36d5c81 00:39:50 00:39:51 Successfully built 00eda36d5c81 00:39:51 Successfully tagged docker-core-data-go:latest 00:39:51  Building docker-core-data-go ... done Building docker-core-metadata-go 00:39:51 ---> e26ec5a66d7c 00:39:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 ---> 83ec7d0566aa 00:39:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:54 OK: 233 MiB in 51 packages 00:39:54 ---> 37e8fe4aab0d 00:39:54 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:55 ---> Running in 2303050c1c06 00:39:56 Removing intermediate container 47a3c3c49c0d 00:39:56 ---> c92deb628763 00:39:56 Step 6/21 : COPY go.mod . 00:39:57 ---> 9ee9cfa668d6 00:39:57 Step 7/21 : RUN go mod download 00:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 ---> Running in 4862db9f1c73 00:39:57 (1/33) Installing libbz2 (1.0.8-r1) 00:39:57 (2/33) Installing expat (2.2.9-r1) 00:39:57 (3/33) Installing libffi (3.3-r2) 00:39:57 (4/33) Installing gdbm (1.13-r1) 00:39:57 (5/33) Installing xz-libs (5.2.5-r0) 00:39:57 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:58 (7/33) Installing python3 (3.8.5-r0) 00:40:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> 20e648a597be 00:40:02 Step 3/24 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> 3150cfc955c9 00:40:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> d5c792dc418e 00:40:02 Step 5/24 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> c92deb628763 00:40:02 Step 6/24 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> 9ee9cfa668d6 00:40:02 Step 7/24 : RUN go mod download 00:40:03 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:03 (11/33) Installing py3-six (1.15.0-r0) 00:40:04 (12/33) Installing py3-packaging (20.4-r0) 00:40:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:04 ---> Running in 3b6a5dce2159 00:40:04 (15/33) Installing py3-idna (2.9-r0) 00:40:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:05 (18/33) Installing py3-requests (2.23.0-r0) 00:40:05 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:05 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:05 ---> 20e648a597be 00:40:05 Step 3/22 : WORKDIR /edgex-go 00:40:05 ---> Using cache 00:40:05 ---> 3150cfc955c9 00:40:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:05 ---> Using cache 00:40:05 ---> d5c792dc418e 00:40:05 Step 5/22 : RUN apk add --update --no-cache make git 00:40:05 ---> Using cache 00:40:05 ---> c92deb628763 00:40:05 Step 6/22 : COPY go.mod . 00:40:05 ---> Using cache 00:40:05 ---> 9ee9cfa668d6 00:40:05 Step 7/22 : RUN go mod download 00:40:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:06 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:06 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:06 (24/33) Installing py3-distro (1.5.0-r1) 00:40:06 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:06 ---> Running in 9c06b2797264 00:40:06 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:06 Removing intermediate container 4862db9f1c73 00:40:06 ---> e07b33d1e1ed 00:40:06 Step 8/21 : COPY . . 00:40:06 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:06 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:06 (29/33) Installing py3-progress (1.5-r0) 00:40:06 (30/33) Installing py3-toml (0.10.1-r0) 00:40:07 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:07 (33/33) Installing py3-pip (20.1.1-r0) 00:40:07 Executing busybox-1.31.1-r19.trigger 00:40:07 OK: 71 MiB in 55 packages 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:16 Removing intermediate container 3b6a5dce2159 00:40:16 ---> c006f8497d16 00:40:16 Step 8/24 : COPY . . 00:40:16 Removing intermediate container 9c06b2797264 00:40:16 ---> ac5fbc9f7269 00:40:16 Step 8/22 : COPY . . 00:40:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> 20e648a597be 00:40:16 Step 3/22 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> 3150cfc955c9 00:40:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> d5c792dc418e 00:40:16 Step 5/22 : RUN apk add --update --no-cache make git 00:40:16 ---> Using cache 00:40:16 ---> c92deb628763 00:40:16 Step 6/22 : COPY go.mod . 00:40:16 ---> Using cache 00:40:16 ---> 9ee9cfa668d6 00:40:16 Step 7/22 : RUN go mod download 00:40:16 ---> Using cache 00:40:16 ---> ac5fbc9f7269 00:40:16 Step 8/22 : COPY . . 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 46.6% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.596s coverage: 27.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 77.1% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.4% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.272s coverage: 28.6% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.324s coverage: 97.5% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.346s coverage: 0.1% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.2% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:48 ---> 1a1636a9149f 00:40:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 63.5% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 00:40:52 ---> Running in 71137bbde0ea 00:40:53 Removing intermediate container 2303050c1c06 00:40:53 ---> 12c1a99860b4 00:40:53 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:53 ---> Running in adab9b736a08 00:40:53 ---> 405e48302aea 00:40:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:53 ---> 25af3dc5e4e0 00:40:53 Step 9/22 : RUN make cmd/core-command/core-command 00:40:53 ---> fdba9dabac8c 00:40:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:40:54 ---> Running in f6ddca4f52a0 00:40:54 ---> Running in 51df3a81de8b 00:40:54 ---> Running in 915788a933be 00:40:54 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 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 55.9% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:55 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 00:40:55 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 00:40:55 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 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.363s coverage: 37.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.623s coverage: 84.0% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 00:40:59 Collecting docker-compose==1.23.2 00:40:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:59 Collecting jsonschema<3,>=2.5.1 00:40:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:59 Collecting PyYAML<4,>=3.10 00:40:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:01 Collecting cached-property<2,>=1.2.0 00:41:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:02 Collecting websocket-client<1.0,>=0.32.0 00:41:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:03 Collecting texttable<0.10,>=0.9.0 00:41:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.358s coverage: 47.1% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:04 Collecting docker<4.0,>=3.6.0 00:41:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:04 Collecting dockerpty<0.5,>=0.4.1 00:41:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:05 Collecting docopt<0.7,>=0.6.1 00:41:05 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:07 Collecting urllib3<1.25,>=1.21.1 00:41:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:07 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) 00:41:07 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) 00:41:07 Collecting idna<2.8,>=2.5 00:41:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:07 Collecting docker-pycreds>=0.4.0 00:41:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:07 Installing collected packages: jsonschema, PyYAML, cached-property, websocket-client, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, docopt, docker-compose 00:41:07 Running setup.py install for PyYAML: started 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.038s coverage: 29.1% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.294s coverage: 99.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:41:09 Running setup.py install for PyYAML: finished with status 'done' 00:41:10 Attempting uninstall: urllib3 00:41:10 Found existing installation: urllib3 1.25.9 00:41:10 Uninstalling urllib3-1.25.9: 00:41:10 Successfully uninstalled urllib3-1.25.9 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:10 Attempting uninstall: idna 00:41:10 Found existing installation: idna 2.9 00:41:10 Uninstalling idna-2.9: 00:41:10 Successfully uninstalled idna-2.9 00:41:11 GO111MODULE=on go vet ./... 00:41:12 Attempting uninstall: requests 00:41:12 Found existing installation: requests 2.23.0 00:41:12 Uninstalling requests-2.23.0: 00:41:12 Successfully uninstalled requests-2.23.0 00:41:12 Running setup.py install for texttable: started 00:41:13 Running setup.py install for texttable: finished with status 'done' 00:41:14 Running setup.py install for dockerpty: started 00:41:15 Running setup.py install for dockerpty: finished with status 'done' 00:41:15 Running setup.py install for docopt: started 00:41:15 Running setup.py install for docopt: finished with status 'done' 00:41:16 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 00:41:21 Removing intermediate container adab9b736a08 00:41:21 ---> 1c15b8ecdaba 00:41:21 Step 21/26 : RUN apk --no-cache add curl 00:41:21 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 00:41:21 ---> Running in 2f4e0be2dd7b 00:41:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:23 (2/3) Installing libcurl (7.69.1-r3) 00:41:23 (3/3) Installing curl (7.69.1-r3) 00:41:23 Executing busybox-1.31.1-r19.trigger 00:41:23 OK: 72 MiB in 58 packages 00:41:27 Removing intermediate container 2f4e0be2dd7b 00:41:27 ---> 3ae4aebe4e68 00:41:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:27 ---> Running in 58e7c59c9942 00:41:29 Removing intermediate container 71137bbde0ea 00:41:29 ---> b5921180d766 00:41:29 00:41:29 Step 10/21 : FROM scratch 00:41:29 ---> 00:41:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:30 Removing intermediate container 915788a933be 00:41:30 ---> 2eaf5c3f3223 00:41:30 00:41:30 Step 10/22 : FROM scratch 00:41:30 ---> 00:41:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:32 ---> Running in fa965a29013a 00:41:32 Removing intermediate container 58e7c59c9942 00:41:32 ---> b6ae4eb38083 00:41:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:32 ---> Running in 2953a9b77816 00:41:32 Removing intermediate container f6ddca4f52a0 00:41:32 ---> 2b4cf6e00a8c 00:41:32 00:41:32 Step 10/24 : FROM alpine:3.12 00:41:32 ---> 389fef711851 00:41:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:32 ---> Using cache 00:41:32 ---> c418c15b0963 00:41:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:32 ---> Running in a903a61d2d16 00:41:33 Removing intermediate container fa965a29013a 00:41:33 ---> c8521aa759b5 00:41:33 Step 12/21 : ENV APP_PORT=48085 00:41:33 ---> Running in 6f19e9265c27 00:41:33 Removing intermediate container 51df3a81de8b 00:41:33 ---> cf7bcb6887e9 00:41:33 00:41:33 Step 10/22 : FROM scratch 00:41:33 ---> 00:41:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:33 ---> Using cache 00:41:33 ---> b4cab754ec20 00:41:33 Step 12/22 : ENV APP_PORT=48081 00:41:33 Removing intermediate container 2953a9b77816 00:41:33 ---> b4cab754ec20 00:41:33 Step 12/22 : ENV APP_PORT=48082 00:41:33 ---> Running in e3c7e0b71fd8 00:41:33 ---> Running in 1c5da82d26bb 00:41:33 ---> Running in 8ad9ac93d36b 00:41:34 Removing intermediate container a903a61d2d16 00:41:34 ---> 5540bdaac97f 00:41:34 Step 24/26 : LABEL arch=x86_64 00:41:34 Removing intermediate container 6f19e9265c27 00:41:34 ---> eb4461e18ee9 00:41:34 Step 13/24 : WORKDIR / 00:41:34 ---> Running in 9bf30e146c3c 00:41:34 Removing intermediate container e3c7e0b71fd8 00:41:34 ---> 322caaa7e58c 00:41:34 Step 13/21 : EXPOSE $APP_PORT 00:41:34 ---> Running in 56d10f2ea7f4 00:41:34 Removing intermediate container 1c5da82d26bb 00:41:34 ---> 2b246f06da24 00:41:34 Step 13/22 : EXPOSE $APP_PORT 00:41:34 Removing intermediate container 8ad9ac93d36b 00:41:34 ---> 75d7ed88019a 00:41:34 Step 13/22 : EXPOSE $APP_PORT 00:41:34 ---> Running in 7d7091d06c3c 00:41:34 ---> Running in 4c8f9c54547d 00:41:34 ---> Running in fcb5c6ceb9ae 00:41:34 Removing intermediate container 9bf30e146c3c 00:41:34 ---> fcd8de2fa391 00:41:34 Step 25/26 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:41:34 Removing intermediate container 56d10f2ea7f4 00:41:34 ---> 23fbaa008996 00:41:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:41:34 ---> Running in 8cefa4e8ec5e 00:41:34 Removing intermediate container 7d7091d06c3c 00:41:34 ---> 73a254625b8e 00:41:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:41:34 Removing intermediate container 4c8f9c54547d 00:41:34 ---> 97803a4f9cda 00:41:34 Step 14/22 : WORKDIR / 00:41:34 Removing intermediate container fcb5c6ceb9ae 00:41:34 ---> 97482c05032e 00:41:34 Step 14/22 : WORKDIR / 00:41:35 ---> Running in c985f55d8afa 00:41:35 ---> Running in 5c5ea25b6442 00:41:35 ---> 3737fe87381c 00:41:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:41:35 Removing intermediate container 8cefa4e8ec5e 00:41:35 ---> 241ba4c9254d 00:41:35 Step 26/26 : LABEL version=0.0.0 00:41:35 ---> d0fd109274dc 00:41:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:36 Removing intermediate container c985f55d8afa 00:41:36 ---> a2c9c994539f 00:41:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:41:36 ---> Running in cd46bc9a8062 00:41:36 Removing intermediate container 5c5ea25b6442 00:41:36 ---> 935ec5504fe9 00:41:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:41:36 ---> b3e91018165c 00:41:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:41:36 ---> 99026a53f8e3 00:41:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:36 Removing intermediate container cd46bc9a8062 00:41:36 ---> b2e450a9b498 00:41:36 00:41:36 ---> 3b56a2465c12 00:41:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:36 Successfully built b2e450a9b498 00:41:36 ---> c0f2cc2147cf 00:41:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:36 ---> 146096c8c67f 00:41:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:41:36 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:37  Building docker-sys-mgmt-agent-go ... done  ---> 03085c4c0ae0 00:41:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:41:37 ---> Running in 8e33a2afd8fd 00:41:37 ---> 41014691a192 00:41:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:37 ---> bffaef24eb30 00:41:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:37 ---> 6813a2efdd5b 00:41:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:41:37 Removing intermediate container 8e33a2afd8fd 00:41:37 ---> 0f7420c4f12b 00:41:37 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:38 ---> Running in 959a8b3f9a21 00:41:38 ---> f6102090643d 00:41:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:41:38 ---> 579f3936de32 00:41:38 Step 18/22 : ENTRYPOINT ["/core-command"] 00:41:38 ---> Running in e7da6988f248 00:41:38 ---> Running in bf69c1d31efc 00:41:38 Removing intermediate container 959a8b3f9a21 00:41:38 ---> 3e403391959e 00:41:38 Step 19/21 : LABEL arch=x86_64 00:41:38 ---> 31eafcae4de1 00:41:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:41:39 ---> Running in cf48fa93a33d 00:41:39 Removing intermediate container e7da6988f248 00:41:39 ---> be3f7edce1b1 00:41:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:39 Removing intermediate container bf69c1d31efc 00:41:39 ---> 861115c14060 00:41:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:39 ---> 7b68c54b14eb 00:41:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:41:39 ---> Running in 3933c1ecb3c3 00:41:39 ---> Running in 704ba5353243 00:41:39 ---> Running in bbe10b36e5a0 00:41:39 Removing intermediate container cf48fa93a33d 00:41:39 ---> c1458bfc57b4 00:41:39 Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:41:39 ---> Running in c791028630b0 00:41:39 Removing intermediate container 3933c1ecb3c3 00:41:39 ---> 566ced128405 00:41:39 Step 20/22 : LABEL arch=x86_64 00:41:39 Removing intermediate container 704ba5353243 00:41:39 ---> 60130ea7cba1 00:41:39 Step 20/22 : LABEL arch=x86_64 00:41:39 ---> Running in 28eb510d5c0e 00:41:39 ---> Running in 9fdf18029e9c 00:41:39 Removing intermediate container c791028630b0 00:41:39 ---> 9fa8d656c9ad 00:41:39 Step 21/21 : LABEL version=0.0.0 00:41:39 ---> Running in 0272287aa1c3 00:41:39 Removing intermediate container 28eb510d5c0e 00:41:39 ---> cd52fde9a754 00:41:39 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:41:39 Removing intermediate container 9fdf18029e9c 00:41:39 ---> c0ca679186e3 00:41:39 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:41:40 ---> Running in fa972cac4ef7 00:41:40 ---> Running in 3bfc155cfefd 00:41:40 Removing intermediate container 0272287aa1c3 00:41:40 ---> 525087154cfa 00:41:40 00:41:40 Successfully built 525087154cfa 00:41:40 Successfully tagged docker-support-scheduler-go:latest 00:41:40  Building docker-support-scheduler-go ... done Removing intermediate container 3bfc155cfefd 00:41:40 ---> 46953059b0c9 00:41:40 Step 22/22 : LABEL version=0.0.0 00:41:40 Removing intermediate container fa972cac4ef7 00:41:40 ---> 2fb7bb95b41d 00:41:40 Step 22/22 : LABEL version=0.0.0 00:41:40 ---> Running in a386d323a3d0 00:41:40 ---> Running in 20cfc6a1d4f9 00:41:40 Removing intermediate container bbe10b36e5a0 00:41:40 ---> bc73828248ec 00:41:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:41:40 Removing intermediate container a386d323a3d0 00:41:40 ---> 3772c0546430 00:41:40 00:41:40 ---> Running in cfd14ab28338 00:41:41 Successfully built 3772c0546430 00:41:41 Successfully tagged docker-core-metadata-go:latest 00:41:41  Building docker-core-metadata-go ... done Removing intermediate container 20cfc6a1d4f9 00:41:41 ---> dbfda098c3ab 00:41:41 00:41:41 Removing intermediate container cfd14ab28338 00:41:41 ---> 04e702740028 00:41:41 Step 22/24 : LABEL arch=x86_64 00:41:41 Successfully built dbfda098c3ab 00:41:41 Successfully tagged docker-core-command-go:latest 00:41:41  Building docker-core-command-go ... done  ---> Running in f1d64b126fa5 00:41:41 Removing intermediate container f1d64b126fa5 00:41:41 ---> da1f40972020 00:41:41 Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:41:41 ---> Running in 1af2db2b2459 00:41:41 Removing intermediate container 1af2db2b2459 00:41:41 ---> 37d0b41550c1 00:41:41 Step 24/24 : LABEL version=0.0.0 00:41:41 ---> Running in cf0b4e448f23 00:41:42 Removing intermediate container cf0b4e448f23 00:41:42 ---> 769b69277b37 00:41:42 00:41:42 Successfully built 769b69277b37 00:41:42 Successfully tagged docker-security-secretstore-setup-go:latest 00:41:43  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:41:43 $ docker stop --time=1 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f 00:41:44 $ docker rm -f 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f [Pipeline] // withDockerContainer [Pipeline] sh 00:41:45 + docker images 00:41:45 + grep docker 00:41:45 docker-security-secretstore-setup-go latest 769b69277b37 4 seconds ago 24.6MB 00:41:45 docker-core-command-go latest dbfda098c3ab 5 seconds ago 10.6MB 00:41:45 docker-support-scheduler-go latest 525087154cfa 5 seconds ago 10.7MB 00:41:45 docker-core-metadata-go latest 3772c0546430 5 seconds ago 13MB 00:41:45 docker-sys-mgmt-agent-go latest b2e450a9b498 9 seconds ago 313MB 00:41:45 docker-core-data-go latest 00eda36d5c81 About a minute ago 22.3MB 00:41:45 docker-security-bootstrap-redis-go latest fbe389db5f64 2 minutes ago 15.8MB 00:41:45 docker-security-proxy-setup-go latest ea734e206d8c 2 minutes ago 24.5MB 00:41:45 docker-support-notifications-go latest c5870bd0d654 2 minutes ago 12MB 00:41:45 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:01 Still waiting to schedule task 00:42:01 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:42:19 gofmt -l . 00:42:19 [ "`gofmt -l .`" = "" ] 00:42:19 ./bin/test-go-mod-tidy.sh 00:42:19 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:23 + ls -al . 00:42:23 total 668 00:42:23 drwxrwxr-x 9 1001 1001 4096 Jan 10 00:42 . 00:42:23 drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. 00:42:23 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore 00:42:23 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:37 .git 00:42:23 drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github 00:42:23 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:37 .gitignore 00:42:23 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties 00:42:23 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md 00:42:23 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:37 Dockerfile.build 00:42:23 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile 00:42:23 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE 00:42:23 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:37 Makefile 00:42:23 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:37 README.md 00:42:23 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:37 SECURITY.md 00:42:23 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:33 VERSION 00:42:23 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md 00:42:23 drwxrwxr-x 2 1001 1001 4096 Jan 10 00:37 bin 00:42:23 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:37 cmd 00:42:23 -rw-r--r-- 1 root root 541590 Jan 10 00:41 coverage.out 00:42:23 -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod 00:42:23 -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum 00:42:23 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal 00:42:23 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi 00:42:23 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:37 snap 00:42:23 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh 00:42:23 + '[' -e coverage.out ] 00:42:23 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:23 Warning: overwriting stash ‘coverage-report’ 00:42:25 Stashed 1 file(s) [Pipeline] sh 00:42:25 + make build 00:42:25 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 00:42:38 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 00:43:00 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 00:43:03 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 00:43:07 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 00:43:08 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 00:43:13 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 00:43:18 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 00:43:22 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 00:43:26 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 00:43:29 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 00:43:32 Running on prd-ubuntu18.04-docker-8c-8g-19307 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:32 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 00:43:33 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 00:43:34 using credential edgex-jenkins-ssh 00:43:35 Cloning the remote Git repository 00:43:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:35 > git init /w/workspace/edgex-go/36 # timeout=10 00:43:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:35 > git --version # timeout=10 00:43:35 > git --version # 'git version 2.17.1' 00:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:43:36 $ docker stop --time=1 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f 00:43:39 $ docker rm -f 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:41 00:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:41 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:41 29e5d40040c1: Pulling fs layer 00:43:41 1ce36da41761: Pulling fs layer 00:43:41 25b303627fd3: Pulling fs layer 00:43:42 29e5d40040c1: Verifying Checksum 00:43:42 29e5d40040c1: Download complete 00:43:42 1ce36da41761: Verifying Checksum 00:43:42 1ce36da41761: Download complete 00:43:42 29e5d40040c1: Pull complete 00:43:43 1ce36da41761: Pull complete 00:43:44 25b303627fd3: Verifying Checksum 00:43:44 25b303627fd3: Download complete 00:43:54 25b303627fd3: Pull complete 00:43:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:54 prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container 00:43:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:58 $ docker top 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:59 + grep parallel 00:43:59 + docker-compose build --help 00:44:02 --parallel Build images in parallel. [Pipeline] } 00:44:02 $ docker stop --time=1 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 00:44:04 $ docker rm -f 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:05 . [Pipeline] withDockerContainer 00:44:05 prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container 00:44:06 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:07 $ docker top f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:12 Building docker-core-command-go ... 00:44:12 Building docker-core-data-go ... 00:44:12 Building docker-core-metadata-go ... 00:44:12 Building docker-security-bootstrap-redis-go ... 00:44:12 Building docker-security-proxy-setup-go ... 00:44:12 Building docker-security-secretstore-setup-go ... 00:44:12 Building docker-support-notifications-go ... 00:44:12 Building docker-support-scheduler-go ... 00:44:12 Building docker-sys-mgmt-agent-go ... 00:44:12 Building docker-support-notifications-go 00:44:12 Building docker-security-bootstrap-redis-go 00:44:12 Building docker-sys-mgmt-agent-go 00:44:12 Building docker-security-proxy-setup-go 00:44:12 Building docker-core-command-go 00:44:36 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:44:36 Merge succeeded, producing e851142f6b6807d98f8d41ebc5f95884b5216413 00:44:36 Checking out Revision e851142f6b6807d98f8d41ebc5f95884b5216413 (PR-2858) 00:44:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:36 > git config core.sparsecheckout # timeout=10 00:44:36 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:44:36 > git remote # timeout=10 00:44:36 > git config --get remote.origin.url # timeout=10 00:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:36 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:44:36 > git rev-parse HEAD^{commit} # timeout=10 00:44:36 > git config core.sparsecheckout # timeout=10 00:44:36 > git checkout -f e851142f6b6807d98f8d41ebc5f95884b5216413 # timeout=10 00:44:40 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:44:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:41 + echo snap-build.sh 00:44:41 snap-build.sh 00:44:41 + SNAP_BASE_DIR=. 00:44:41 + '[' '!' -z /w/workspace/edgex-go/36 ']' 00:44:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/36 00:44:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/36]' 00:44:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/36] 00:44:41 + cd /w/workspace/edgex-go/36 00:44:41 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:41 Reading package lists... 00:44:41 Building dependency tree... 00:44:41 Reading state information... 00:44:41 The following packages were automatically installed and are no longer required: 00:44:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:41 uidmap xdelta3 00:44:41 Use 'sudo apt autoremove' to remove them. 00:44:41 The following packages will be REMOVED: 00:44:41 lxd* lxd-client* 00:44:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:41 After this operation, 31.7 MB disk space will be freed. 00:44:42 (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.) 00:44:42 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:40 > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 00:44:43 Removing lxd dnsmasq configuration 00:44:43 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:43 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:44 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:44 (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.) 00:44:44 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:46 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:46 Processing triggers for ureadahead (0.100.0-21) ... 00:44:47 + sudo snap remove --purge lxd 00:44:47 snap "lxd" is not installed 00:44:47 + sudo groupadd --force --system lxd 00:44:47 ++ whoami 00:44:47 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:47 + newgrp - lxd 00:44:47 + sudo snap install lxd 00:44:57 2021-01-10T00:44:54Z INFO Waiting for automatic snapd restart... 00:45:12 lxd 4.9 from Canonical* installed 00:45:12 + sudo lxd init --auto 00:45:19 + sudo snap install --classic snapcraft 00:45:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 814fbf5a1fc9 00:45:20 Step 3/22 : WORKDIR /edgex-go 00:45:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 814fbf5a1fc9 00:45:20 Step 3/21 : WORKDIR /edgex-go 00:45:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 814fbf5a1fc9 00:45:20 Step 3/24 : WORKDIR /edgex-go 00:45:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 814fbf5a1fc9 00:45:20 Step 3/22 : WORKDIR /edgex-go 00:45:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 814fbf5a1fc9 00:45:20 Step 3/26 : WORKDIR /edgex-go 00:45:22 ---> Running in a760f6dae639 00:45:22 ---> Running in d78e18a77ffb 00:45:22 ---> Running in a5b603f02fe4 00:45:22 ---> Running in e390b1120088 00:45:22 ---> Running in 7d4d9f6f3088 00:45:22 Removing intermediate container a5b603f02fe4 00:45:22 ---> f51892840d80 00:45:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:22 Removing intermediate container 7d4d9f6f3088 00:45:22 ---> da66886214bd 00:45:22 Removing intermediate container d78e18a77ffb 00:45:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:22 ---> 8771a78886b7 00:45:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:22 Removing intermediate container e390b1120088 00:45:22 ---> 2efdcb0cccda 00:45:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:22 Removing intermediate container a760f6dae639 00:45:22 ---> 7b19333542ea 00:45:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:23 ---> Running in 5844b63b7172 00:45:23 ---> Running in 3d97a0cb7577 00:45:23 ---> Running in 1e9dc11a14ab 00:45:23 ---> Running in f5b1f5a7775a 00:45:23 ---> Running in a6895b22fa1f 00:45:27 Removing intermediate container 5844b63b7172 00:45:27 ---> ae0ae8994776 00:45:27 Step 5/22 : RUN apk add --update --no-cache make git 00:45:27 ---> Running in b028408b4d9d 00:45:27 Removing intermediate container 3d97a0cb7577 00:45:27 ---> 5afa30c1e594 00:45:27 Step 5/22 : RUN apk add --update --no-cache make git 00:45:27 snapcraft 4.4.4 from Canonical* installed 00:45:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:27 + patch --verbose -p1 00:45:27 Hmm... Looks like a unified diff to me... 00:45:27 The text leading up to this was: 00:45:27 -------------------------- 00:45:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:27 |From: Tony Espy 00:45:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:45:27 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:27 | 00:45:27 |This patch is used by the EdgeX CI pipeline builds to 00:45:27 |optimize the snap CI check run for pull requests. When 00:45:27 |applied, it essentially strips out everything (apps and 00:45:27 |parts) from the snapcraft.yaml file except those required 00:45:27 |to build edgex-go, as the whole idea of the CI check is to 00:45:27 |catch changes to edgex-go that break the snap build. 00:45:27 | 00:45:27 |In general, anyone updating snapcraft.yaml will also need 00:45:27 |to update this patch file, otherwise it may fail to apply, 00:45:27 |resulting in a failed snap build CI check in the associated 00:45:27 |pull request. 00:45:27 | 00:45:27 |Note - in addition to applying this patch, the pipeline also 00:45:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:27 |need to build the finally binary .snap file (and it won't 00:45:27 |work with the patch applied). This further reduces the build 00:45:27 |time. 00:45:27 |--- 00:45:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:45:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:45:27 | 00:45:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:27 |index 1e537489..faf42425 100644 00:45:27 |--- a/snap/snapcraft.yaml 00:45:27 |+++ b/snap/snapcraft.yaml 00:45:27 -------------------------- 00:45:27 patching file snap/snapcraft.yaml 00:45:27 Using Plan A... 00:45:27 Hunk #1 succeeded at 73. 00:45:27 Hunk #2 succeeded at 202 with fuzz 1. 00:45:27 Hunk #3 succeeded at 214. 00:45:27 Hunk #4 FAILED at 222. 00:45:27 Hunk #5 succeeded at 300 (offset 1 line). 00:45:27 Hunk #6 succeeded at 327 (offset 1 line). 00:45:27 Hunk #7 succeeded at 361 (offset 1 line). 00:45:27 Hunk #8 FAILED at 411. 00:45:27 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:45:27 Hmm... Ignoring the trailing garbage. 00:45:27 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:45:27 ---> Running in e17297ef03a0 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:27 Removing intermediate container a6895b22fa1f 00:45:27 ---> 2940b428d37c 00:45:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:27 Removing intermediate container 1e9dc11a14ab 00:45:27 ---> 28103fbce003 00:45:27 Step 5/21 : RUN apk add --update --no-cache make git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:27 Failed in branch amd64 00:45:27 ---> Running in fe07ab955de1 00:45:27 ---> Running in e02210c6333e 00:45:27 Removing intermediate container f5b1f5a7775a 00:45:27 ---> be78ec2f0c95 00:45:27 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:28 ---> Running in 0ae0fbea97f1 00:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:33 Removing intermediate container e17297ef03a0 00:45:33 ---> 48f5f8728791 00:45:33 Step 6/22 : COPY go.mod . 00:45:33 OK: 217 MiB in 51 packages 00:45:34 Removing intermediate container fe07ab955de1 00:45:34 ---> 45b6f1731723 00:45:34 Step 6/21 : COPY go.mod . 00:45:34 ---> bb1988f805b5 00:45:34 Step 7/22 : RUN go mod download 00:45:34 Removing intermediate container e02210c6333e 00:45:34 ---> 85e954083f31 00:45:34 Step 6/24 : COPY go.mod . 00:45:34 Removing intermediate container 0ae0fbea97f1 00:45:34 ---> 0e59e4abbfb9 00:45:34 Step 6/26 : COPY go.mod . 00:45:34 ---> Running in 1fdf43731846 00:45:35 Removing intermediate container b028408b4d9d 00:45:35 ---> e5f932928f5c 00:45:35 Step 6/22 : COPY go.mod . 00:45:35 ---> 39b21bcac463 00:45:35 Step 7/21 : RUN go mod download 00:45:35 ---> Running in dd475e3bd264 00:45:35 ---> 5cbf8c5b5319 00:45:35 Step 7/26 : RUN go mod download 00:45:35 ---> 9e285e6b7356 00:45:35 Step 7/24 : RUN go mod download 00:45:35 ---> Running in f022577ea558 00:45:35 ---> Running in a0d24b90a954 00:45:36 ---> 1ddaaa83e535 00:45:36 Step 7/22 : RUN go mod download 00:45:36 ---> Running in 142bb91bfe73 00:45:38 Removing intermediate container 1fdf43731846 00:45:38 ---> cd8a532f787c 00:45:38 Step 8/22 : COPY . . 00:45:40 Removing intermediate container dd475e3bd264 00:45:40 ---> b9f17d80614a 00:45:40 Step 8/21 : COPY . . 00:45:42 Removing intermediate container f022577ea558 00:45:42 ---> e23ebb825097 00:45:42 Step 8/26 : COPY . . 00:45:42 Removing intermediate container a0d24b90a954 00:45:42 ---> 192ae4af4597 00:45:42 Step 8/24 : COPY . . 00:45:42 Removing intermediate container 142bb91bfe73 00:45:42 ---> 96f1904b8f0a 00:45:42 Step 8/22 : COPY . . 00:46:09 ---> 4e9e24af25a1 00:46:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:09 ---> c27b4c3176c0 00:46:09 Step 9/22 : RUN make cmd/core-command/core-command 00:46:09 ---> 59f71ce735f6 00:46:09 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:46:09 ---> 9fef7cdf23ec 00:46:09 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:09 ---> 7cc02f9af278 00:46:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:09 ---> Running in e3a13aea2a30 00:46:09 ---> Running in d5cf2079f109 00:46:09 ---> Running in 970ffff39ced 00:46:09 ---> Running in 49fb246c08b6 00:46:09 ---> Running in 104fcab8611a 00:46:09 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 00:46:09 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 00:46:09 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 00:46:09 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 00:46:09 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 00:47:31 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 00:47:39 Removing intermediate container 49fb246c08b6 00:47:39 ---> 0fe28102c825 00:47:39 00:47:39 Step 10/22 : FROM alpine:3.12 00:47:39 Removing intermediate container 104fcab8611a 00:47:39 ---> 75c2beb49b68 00:47:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:40 3.12: Pulling from library/alpine 00:47:41 ---> Running in d468c8bc5c83 00:47:41 Removing intermediate container e3a13aea2a30 00:47:41 ---> ae20c15f3401 00:47:41 00:47:41 Step 10/21 : FROM alpine:3.12 00:47:41 3.12: Pulling from library/alpine 00:47:41 Removing intermediate container 970ffff39ced 00:47:41 ---> f73f05b2574b 00:47:41 00:47:41 Step 10/24 : FROM scratch 00:47:41 ---> 00:47:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:41 Removing intermediate container d5cf2079f109 00:47:41 ---> f401111cdffb 00:47:41 00:47:41 Step 10/22 : FROM scratch 00:47:41 ---> 00:47:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:42 ---> Running in adb6086a24a5 00:47:42 ---> Running in e7046beae37c 00:47:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:42 Status: Downloaded newer image for alpine:3.12 00:47:42 Status: Downloaded newer image for alpine:3.12 00:47:42 ---> afeebe901d6b 00:47:42 ---> afeebe901d6b 00:47:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:42 Step 11/21 : RUN apk add --update --no-cache curl 00:47:42 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 00:47:42 ---> Running in e628348395b4 00:47:42 ---> Running in 55e14ed27d35 00:47:43 Removing intermediate container adb6086a24a5 00:47:43 ---> 9da58842d5fa 00:47:43 Step 12/24 : ENV APP_PORT=48060 00:47:43 Removing intermediate container e7046beae37c 00:47:43 ---> 4fff7e90c1ba 00:47:43 Step 12/22 : ENV APP_PORT=48082 00:47:43 ---> Running in 203a2b24dae3 00:47:43 ---> Running in e736f77554a9 00:47:44 Removing intermediate container 203a2b24dae3 00:47:44 ---> 36625f0d6813 00:47:44 Step 13/22 : EXPOSE $APP_PORT 00:47:44 Removing intermediate container e736f77554a9 00:47:44 ---> 0989dea4991f 00:47:44 Step 13/24 : EXPOSE $APP_PORT 00:47:44 ---> Running in d44fb5e889ae 00:47:44 ---> Running in a74c7db96629 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 Removing intermediate container d44fb5e889ae 00:47:44 ---> 7325f44d927b 00:47:44 Step 14/22 : WORKDIR / 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 ---> Running in 6c93c277c652 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 Removing intermediate container a74c7db96629 00:47:45 ---> 5282bdf0af59 00:47:45 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:45 (1/4) Installing ca-certificates (20191127-r4) 00:47:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:45 (3/4) Installing libcurl (7.69.1-r3) 00:47:45 (4/4) Installing curl (7.69.1-r3) 00:47:45 (1/5) Installing ca-certificates (20191127-r4) 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 Executing ca-certificates-20191127-r4.trigger 00:47:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:45 (3/5) Installing libcurl (7.69.1-r3) 00:47:45 (4/5) Installing curl (7.69.1-r3) 00:47:45 (5/5) Installing dumb-init (1.2.2-r1) 00:47:45 Removing intermediate container 6c93c277c652 00:47:45 ---> b7416121c82d 00:47:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 Executing ca-certificates-20191127-r4.trigger 00:47:46 OK: 7 MiB in 18 packages 00:47:46 OK: 7 MiB in 19 packages 00:47:46 Removing intermediate container d468c8bc5c83 00:47:46 ---> 05ae9f8824f3 00:47:46 00:47:46 Step 11/26 : FROM docker:20.10.0 00:47:46 ---> 4a440f0d3686 00:47:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:46 20.10.0: Pulling from library/docker 00:47:46 ---> f2979cadba22 00:47:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:48 Removing intermediate container e628348395b4 00:47:48 ---> e69296018c5b 00:47:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:49 ---> Running in 6d3d4a83b613 00:47:49 ---> 9a0531ca8ea3 00:47:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:49 Removing intermediate container 55e14ed27d35 00:47:49 ---> fe2b234b56c9 00:47:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:49 ---> 255f869c1e39 00:47:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:49 ---> Running in e7c9db695c3e 00:47:50 Removing intermediate container 6d3d4a83b613 00:47:50 ---> 66b75f64e75c 00:47:50 Step 13/21 : WORKDIR /edgex 00:47:50 ---> Running in 06513f680933 00:47:50 Removing intermediate container e7c9db695c3e 00:47:50 ---> 03af76623918 00:47:50 Step 13/22 : WORKDIR / 00:47:51 ---> Running in 4176be4c2de3 00:47:51 ---> 40e561e037dd 00:47:51 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:51 ---> Running in 8104d6eb8a09 00:47:51 Removing intermediate container 06513f680933 00:47:51 ---> 47caf3cfc0b2 00:47:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:52 ---> 14c20f4de0cf 00:47:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt /Removing intermediate container 4176be4c2de3 00:47:52 00:47:52 ---> cd8f3a4a3ea0 00:47:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:47:52 Removing intermediate container 8104d6eb8a09 00:47:52 ---> 9cb411e0cce3 00:47:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:52 ---> Running in ef25c675c405 00:47:52 ---> 95732d4bbd13 00:47:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:53 ---> 3507a08610b4 00:47:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:53 Removing intermediate container ef25c675c405 00:47:53 ---> 7a639af162ca 00:47:53 Step 20/22 : LABEL arch=arm64 00:47:53 ---> 09ba75df64bd 00:47:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:54 ---> Running in 87eb2b9eafea 00:47:55 ---> daa18ecbaece 00:47:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:55 Removing intermediate container 87eb2b9eafea 00:47:55 ---> 32c968b531ee 00:47:55 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:47:55 ---> 3017b3f8092b 00:47:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:55 ---> Running in 2cd5a48d48cd 00:47:55 ---> b34dbd388b9c 00:47:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:57 Removing intermediate container 2cd5a48d48cd 00:47:57 ---> 1b3a21a18aa6 00:47:57 Step 22/22 : LABEL version=0.0.0 00:47:57 ---> 3fd4f53b019e 00:47:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:57 ---> 6d13456c1bfd 00:47:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:57 ---> e7e79aa7a20e 00:47:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:57 ---> Running in 3b34f98d76e0 00:47:57 ---> Running in 6e8f38c1fac7 00:47:57 ---> Running in 4a048e174e67 00:47:58 Removing intermediate container 6e8f38c1fac7 00:47:58 Removing intermediate container 4a048e174e67 00:47:58 ---> d3ebcbc1212a 00:47:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:58 ---> 034edf7d8514 00:47:58 00:47:59 ---> f537dd18c84c 00:47:59 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:59 Removing intermediate container 3b34f98d76e0 00:47:59 ---> 02ae8b4badf5 00:47:59 Step 18/21 : CMD ["--init=true"] 00:47:59 Successfully built 034edf7d8514 00:47:59 ---> Running in acd481651c3a 00:47:59 Successfully tagged docker-core-command-go-arm64:latest 00:47:59 Building docker-security-secretstore-setup-go 00:47:59  Building docker-core-command-go ... done  ---> Running in da4a16574474 00:47:59 ---> Running in 65c3b5c2eb28 00:48:00 Removing intermediate container acd481651c3a 00:48:00 ---> 524c5b392a63 00:48:00 Step 22/24 : LABEL arch=arm64 00:48:00 Removing intermediate container da4a16574474 00:48:00 ---> 1b4060148d54 00:48:00 Step 19/21 : LABEL arch=arm64 00:48:00 ---> Running in 43e7dd1173a0 00:48:00 ---> Running in 92c9a2be01de 00:48:01 Removing intermediate container 43e7dd1173a0 00:48:01 ---> 1b14419b3989 00:48:01 Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:48:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:01 Status: Downloaded newer image for docker:20.10.0 00:48:01 ---> eeaf43b92773 00:48:01 Step 12/26 : RUN apk add --no-cache bash 00:48:01 Removing intermediate container 92c9a2be01de 00:48:01 ---> aaa625a8efcc 00:48:01 Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:48:02 ---> Running in 786fdabcce7d 00:48:02 ---> Running in ff6a6e8f1bec 00:48:02 ---> Running in 451c7f5aa623 00:48:03 Removing intermediate container 786fdabcce7d 00:48:03 ---> c620cc580c57 00:48:03 Step 24/24 : LABEL version=0.0.0 00:48:03 Removing intermediate container 65c3b5c2eb28 00:48:03 ---> a64bdfb248d2 00:48:03 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:03 Removing intermediate container ff6a6e8f1bec 00:48:03 ---> cf462896935e 00:48:03 Step 21/21 : LABEL version=0.0.0 00:48:03 ---> Running in b6327be63c3b 00:48:03 ---> Running in 9d3ec7ef8e7f 00:48:03 ---> Running in f138caedd753 00:48:04 Removing intermediate container b6327be63c3b 00:48:04 ---> 21c1dc313066 00:48:04 Step 20/22 : LABEL arch=arm64 00:48:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:05 ---> Running in 20df2fcfc8b4 00:48:05 Removing intermediate container 9d3ec7ef8e7f 00:48:05 Removing intermediate container f138caedd753 00:48:05 ---> 91325902a0cc 00:48:05 00:48:05 ---> fd25eedd6147 00:48:05 00:48:05 (1/2) Installing readline (8.0.4-r0) 00:48:05 (2/2) Installing bash (5.0.17-r0) 00:48:05 Executing bash-5.0.17-r0.post-install 00:48:05 Executing busybox-1.31.1-r19.trigger 00:48:05 OK: 12 MiB in 22 packages 00:48:05 Successfully built fd25eedd6147 00:48:05 Successfully built 91325902a0cc 00:48:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:06  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:48:06 Removing intermediate container 20df2fcfc8b4 00:48:06 ---> 3a1bcd62909e 00:48:06 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:48:06 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:06  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:48:06 ---> Running in ac26eef121d4 00:48:06 Removing intermediate container ac26eef121d4 00:48:06 ---> 8d34c485ffd8 00:48:07 Step 22/22 : LABEL version=0.0.0 00:48:07 Removing intermediate container 451c7f5aa623 00:48:07 ---> 6a4e6bc1bfb9 00:48:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:07 ---> Running in e7a7dc3b6e0c 00:48:07 ---> Running in f820a63f5a7e 00:48:07 Removing intermediate container e7a7dc3b6e0c 00:48:07 ---> 9d3b2726e0fd 00:48:07 00:48:07 Removing intermediate container f820a63f5a7e 00:48:07 ---> 94d210bda340 00:48:07 Step 14/26 : ENV APP_PORT=48090 00:48:07 Successfully built 9d3b2726e0fd 00:48:08 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:08  Building docker-security-bootstrap-redis-go ... done  ---> Running in cb43a7b89ce7 00:48:08 Building docker-support-scheduler-go 00:48:08 Removing intermediate container cb43a7b89ce7 00:48:08 ---> 81202f4fd479 00:48:08 Step 15/26 : EXPOSE $APP_PORT 00:48:08 ---> Running in 82d84c6cc6f5 00:48:09 Removing intermediate container 82d84c6cc6f5 00:48:09 ---> fa0818a56060 00:48:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:11 ---> bd3b2fa26f2d 00:48:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:12 ---> 4f714c648d76 00:48:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:14 ---> a94e6c19dfec 00:48:14 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:14 ---> Running in f2aa46ad50b8 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:16 (1/33) Installing libbz2 (1.0.8-r1) 00:48:16 (2/33) Installing expat (2.2.9-r1) 00:48:16 (3/33) Installing libffi (3.3-r2) 00:48:16 (4/33) Installing gdbm (1.13-r1) 00:48:16 (5/33) Installing xz-libs (5.2.5-r0) 00:48:17 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:17 (7/33) Installing python3 (3.8.5-r0) 00:48:19 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:19 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:19 (11/33) Installing py3-six (1.15.0-r0) 00:48:19 (12/33) Installing py3-packaging (20.4-r0) 00:48:19 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:19 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:20 (15/33) Installing py3-idna (2.9-r0) 00:48:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:20 (18/33) Installing py3-requests (2.23.0-r0) 00:48:20 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:20 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:20 (24/33) Installing py3-distro (1.5.0-r1) 00:48:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:20 (29/33) Installing py3-progress (1.5-r0) 00:48:20 (30/33) Installing py3-toml (0.10.1-r0) 00:48:20 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:20 (33/33) Installing py3-pip (20.1.1-r0) 00:48:20 Executing busybox-1.31.1-r19.trigger 00:48:20 OK: 71 MiB in 55 packages 00:48:30 Removing intermediate container f2aa46ad50b8 00:48:30 ---> 882b0eb23c5f 00:48:30 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:30 ---> Running in 2ea993418d7c 00:48:36 Collecting docker-compose==1.23.2 00:48:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:37 Collecting PyYAML<4,>=3.10 00:48:37 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:38 ---> 814fbf5a1fc9 00:48:38 Step 3/24 : WORKDIR /edgex-go 00:48:38 ---> Using cache 00:48:38 ---> 7b19333542ea 00:48:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:38 ---> Using cache 00:48:38 ---> 2940b428d37c 00:48:38 Step 5/24 : RUN apk add --update --no-cache make git 00:48:41 ---> Running in b8b4291dc99a 00:48:41 Collecting docker<4.0,>=3.6.0 00:48:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:42 Collecting docopt<0.7,>=0.6.1 00:48:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:45 OK: 217 MiB in 51 packages 00:48:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:47 Collecting cached-property<2,>=1.2.0 00:48:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:48 Collecting texttable<0.10,>=0.9.0 00:48:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:49 Removing intermediate container b8b4291dc99a 00:48:49 ---> 8dff887b10e4 00:48:49 Step 6/24 : COPY go.mod . 00:48:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:50 ---> 814fbf5a1fc9 00:48:50 Step 3/22 : WORKDIR /edgex-go 00:48:50 ---> Using cache 00:48:50 ---> 7b19333542ea 00:48:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:50 ---> Using cache 00:48:50 ---> 2940b428d37c 00:48:50 Step 5/22 : RUN apk add --update --no-cache make git 00:48:50 ---> Using cache 00:48:50 ---> 8dff887b10e4 00:48:50 Step 6/22 : COPY go.mod . 00:48:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:51 ---> 814fbf5a1fc9 00:48:51 Step 3/23 : WORKDIR /edgex-go 00:48:51 ---> Using cache 00:48:51 ---> 7b19333542ea 00:48:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:51 ---> Using cache 00:48:51 ---> 2940b428d37c 00:48:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:51 ---> 814fbf5a1fc9 00:48:51 Step 3/21 : WORKDIR /edgex-go 00:48:51 ---> Using cache 00:48:51 ---> 7b19333542ea 00:48:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:51 ---> Using cache 00:48:51 ---> 2940b428d37c 00:48:51 Step 5/21 : RUN apk add --update --no-cache make git 00:48:51 ---> Using cache 00:48:51 ---> 8dff887b10e4 00:48:51 Step 6/21 : COPY go.mod . 00:48:51 ---> Using cache 00:48:51 ---> 79e9fa8f8a21 00:48:51 Step 7/21 : RUN go mod download 00:48:51 Collecting websocket-client<1.0,>=0.32.0 00:48:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:51 ---> 79e9fa8f8a21 00:48:51 Step 7/24 : RUN go mod download 00:48:51 ---> Running in 0d6367ffbf3f 00:48:51 ---> Running in bd103beac3fa 00:48:51 ---> Running in 253440154e1a 00:48:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:51 ---> 87a6b502a123 00:48:51 Step 7/22 : RUN go mod download 00:48:52 ---> Running in 6148fb5d039f 00:48:52 Collecting jsonschema<3,>=2.5.1 00:48:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:52 Collecting dockerpty<0.5,>=0.4.1 00:48:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:55 OK: 217 MiB in 51 packages 00:48:55 Collecting docker-pycreds>=0.4.0 00:48:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:56 Removing intermediate container bd103beac3fa 00:48:56 ---> 73b40edb8922 00:48:56 Step 8/21 : COPY . . 00:48:56 Collecting urllib3<1.25,>=1.21.1 00:48:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:56 Removing intermediate container 253440154e1a 00:48:56 ---> 5fa8489c68d3 00:48:56 Step 8/24 : COPY . . 00:48:57 Collecting idna<2.8,>=2.5 00:48:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:57 Removing intermediate container 6148fb5d039f 00:48:57 ---> c5d4e92ba160 00:48:57 Step 8/22 : COPY . . 00:48:57 Removing intermediate container 0d6367ffbf3f 00:48:57 ---> eb2ddd9dc905 00:48:57 Step 6/23 : COPY go.mod . 00:48:57 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) 00:48:57 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) 00:48:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:58 Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, cached-property, texttable, jsonschema, dockerpty, docker-compose 00:48:58 Running setup.py install for PyYAML: started 00:48:59 ---> 6c9cc3c550be 00:48:59 Step 7/23 : RUN go mod download 00:49:00 ---> Running in 21dc54a1a025 00:49:01 Running setup.py install for PyYAML: finished with status 'done' 00:49:01 Attempting uninstall: urllib3 00:49:01 Found existing installation: urllib3 1.25.9 00:49:01 Uninstalling urllib3-1.25.9: 00:49:01 Successfully uninstalled urllib3-1.25.9 00:49:02 Attempting uninstall: idna 00:49:02 Found existing installation: idna 2.9 00:49:02 Uninstalling idna-2.9: 00:49:02 Successfully uninstalled idna-2.9 00:49:02 Attempting uninstall: requests 00:49:02 Found existing installation: requests 2.23.0 00:49:02 Uninstalling requests-2.23.0: 00:49:02 Successfully uninstalled requests-2.23.0 00:49:07 Running setup.py install for docopt: started 00:49:08 Removing intermediate container 21dc54a1a025 00:49:08 ---> 391d10021e66 00:49:08 Step 8/23 : COPY . . 00:49:09 Running setup.py install for docopt: finished with status 'done' 00:49:09 Running setup.py install for texttable: started 00:49:11 Running setup.py install for texttable: finished with status 'done' 00:49:11 Running setup.py install for dockerpty: started 00:49:13 Running setup.py install for dockerpty: finished with status 'done' 00:49:14 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 00:49:23 ---> 9ce9a17f3b4a 00:49:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:23 ---> 23691c0d035c 00:49:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:23 ---> ca30cdabfdcb 00:49:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:24 ---> Running in 5ac0fd51feb0 00:49:24 ---> Running in 19322f0579df 00:49:24 ---> Running in f5b9a1bcc6d4 00:49:25 Removing intermediate container 2ea993418d7c 00:49:25 ---> b7a767154892 00:49:25 Step 21/26 : RUN apk --no-cache add curl 00:49:25 ---> Running in 4e66d4aa9d7a 00:49:26 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 00:49:26 ---> be6dbeef8ba8 00:49:26 Step 9/23 : RUN make cmd/core-data/core-data 00:49:26 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 00:49:26 ---> Running in 755d3d4975b4 00:49:26 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 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:28 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 00:49:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:28 (2/3) Installing libcurl (7.69.1-r3) 00:49:28 (3/3) Installing curl (7.69.1-r3) 00:49:28 Executing busybox-1.31.1-r19.trigger 00:49:28 OK: 71 MiB in 58 packages 00:49:30 Removing intermediate container 4e66d4aa9d7a 00:49:30 ---> a6208ac524a3 00:49:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:30 ---> Running in d66a919589df 00:49:31 Removing intermediate container d66a919589df 00:49:31 ---> d3a1cca6711b 00:49:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:31 ---> Running in 86b2ace64dff 00:49:31 Removing intermediate container 86b2ace64dff 00:49:31 ---> cbfa3bdb5b30 00:49:31 Step 24/26 : LABEL arch=arm64 00:49:32 ---> Running in 3141dc35dba3 00:49:32 Removing intermediate container 3141dc35dba3 00:49:32 ---> 96d3ca0f6370 00:49:32 Step 25/26 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:49:32 ---> Running in ecd4d990d192 00:49:33 Removing intermediate container ecd4d990d192 00:49:33 ---> 7aff963ee3fe 00:49:33 Step 26/26 : LABEL version=0.0.0 00:49:33 ---> Running in 1bc50f910524 00:49:34 Removing intermediate container 1bc50f910524 00:49:34 ---> 46c08d5f8ff9 00:49:34 00:49:34 Successfully built 46c08d5f8ff9 00:49:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:31  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:46 Removing intermediate container 19322f0579df 00:50:46 ---> a01718bc1a76 00:50:46 00:50:46 Step 10/24 : FROM alpine:3.12 00:50:46 ---> afeebe901d6b 00:50:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:46 ---> Using cache 00:50:46 ---> fe2b234b56c9 00:50:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:46 Removing intermediate container f5b9a1bcc6d4 00:50:46 ---> 4f2a8826bfbf 00:50:46 00:50:46 Step 10/21 : FROM scratch 00:50:46 ---> 00:50:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:46 ---> Running in e6d88711280f 00:50:46 ---> Using cache 00:50:46 ---> 4fff7e90c1ba 00:50:46 Step 12/21 : ENV APP_PORT=48085 00:50:47 ---> Running in 8b5eba3caedc 00:50:47 Removing intermediate container 8b5eba3caedc 00:50:47 ---> b10f128f1914 00:50:47 Step 13/21 : EXPOSE $APP_PORT 00:50:47 Removing intermediate container e6d88711280f 00:50:47 ---> abde6b3277d0 00:50:47 Step 13/24 : WORKDIR / 00:50:48 ---> Running in 4a3bc62ae804 00:50:48 ---> Running in 6a68bf96fea1 00:50:48 Removing intermediate container 4a3bc62ae804 00:50:48 ---> bc4644a4d60c 00:50:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:50:49 Removing intermediate container 6a68bf96fea1 00:50:49 ---> a6fc8eb6df8c 00:50:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:50 ---> e3e64ee202a6 00:50:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:50 ---> 30d616d3c610 00:50:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:52 ---> 61fe96bbb513 00:50:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:52 ---> ea6b0013bad8 00:50:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:53 ---> 38fcf4549fae 00:50:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:53 ---> 4a2ed324838d 00:50:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:54 ---> Running in 8b1d50bbd25e 00:50:54 Removing intermediate container 8b1d50bbd25e 00:50:54 ---> 69d2bcbdc0ce 00:50:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:54 ---> Running in 0dd0eb8f21a7 00:50:54 ---> a3e25d465581 00:50:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:55 Removing intermediate container 0dd0eb8f21a7 00:50:55 ---> fe9f17eed603 00:50:55 Step 19/21 : LABEL arch=arm64 00:50:55 ---> Running in 049f56ae3c39 00:50:56 Removing intermediate container 049f56ae3c39 00:50:56 ---> f132ed4e4f85 00:50:56 Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:50:56 ---> Running in b995e9782264 00:50:56 ---> 5cc9928e0cbd 00:50:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:57 Removing intermediate container b995e9782264 00:50:57 ---> ecc273002f89 00:50:57 Step 21/21 : LABEL version=0.0.0 00:50:57 ---> Running in 7e2b3149d319 00:50:57 ---> feeecf0532ed 00:50:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:58 ---> Running in 408dde56b860 00:50:58 Removing intermediate container 7e2b3149d319 00:50:58 ---> a017eb60b75b 00:50:58 00:50:59 Successfully built a017eb60b75b 00:50:59 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:01  Building docker-support-scheduler-go ... done Removing intermediate container 408dde56b860 00:51:01 ---> db8c4e7f7b08 00:51:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:01 Removing intermediate container 5ac0fd51feb0 00:51:01 ---> 3bba29d37a29 00:51:01 00:51:01 Step 10/22 : FROM scratch 00:51:01 ---> 00:51:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:01 ---> Running in 428c74f15fed 00:51:01 ---> Using cache 00:51:01 ---> 4fff7e90c1ba 00:51:01 Step 12/22 : ENV APP_PORT=48081 00:51:01 ---> Running in 5742293aef83 00:51:02 Removing intermediate container 428c74f15fed 00:51:02 ---> 89bcbaed81d4 00:51:02 Step 22/24 : LABEL arch=arm64 00:51:02 ---> Running in 8206d400b6fe 00:51:02 Removing intermediate container 5742293aef83 00:51:02 ---> 25092f306d99 00:51:02 Step 13/22 : EXPOSE $APP_PORT 00:51:02 ---> Running in b2dcddd96fc6 00:51:03 Removing intermediate container 8206d400b6fe 00:51:03 ---> 657b17b8bb10 00:51:03 Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:51:03 Removing intermediate container b2dcddd96fc6 00:51:03 ---> e87b9fcc8304 00:51:03 Step 14/22 : WORKDIR / 00:51:03 ---> Running in 12e80ec8560e 00:51:03 ---> Running in 4f4ebc0157e4 00:51:03 Removing intermediate container 12e80ec8560e 00:51:03 ---> 3306ea988ba1 00:51:03 Step 24/24 : LABEL version=0.0.0 00:51:04 Removing intermediate container 4f4ebc0157e4 00:51:04 ---> 82b32cb8c8f1 00:51:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:51:04 ---> Running in fa5adb7302f2 00:51:04 Removing intermediate container fa5adb7302f2 00:51:04 ---> ce9706dd301e 00:51:04 00:51:05 Successfully built ce9706dd301e 00:51:05 ---> fd446b80a2a9 00:51:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:06  Building docker-security-secretstore-setup-go ... done  ---> 36b64bcf840f 00:51:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:08 ---> 46e7382ab7ad 00:51:08 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:51:08 ---> Running in 7e9097317ceb 00:51:09 Removing intermediate container 7e9097317ceb 00:51:09 ---> 7f6ddf4407e6 00:51:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:09 Removing intermediate container 755d3d4975b4 00:51:09 ---> f305452af420 00:51:09 00:51:09 Step 10/23 : FROM alpine:3.12 00:51:09 ---> afeebe901d6b 00:51:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:09 ---> Running in f47b159c04c9 00:51:09 ---> Running in ed86f83976e3 00:51:09 Removing intermediate container ed86f83976e3 00:51:09 Removing intermediate container f47b159c04c9 00:51:09 ---> 7e381e942d60 00:51:09 ---> b776e1f6c0cf 00:51:09 Step 20/22 : LABEL arch=arm64Step 12/23 : ENV APP_PORT=48080 00:51:09 00:51:09 ---> Running in 94a83481d590 00:51:09 ---> Running in ade5df0f524d 00:51:10 Removing intermediate container ade5df0f524d 00:51:10 ---> 26f2ea4bd95e 00:51:10 Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:51:10 Removing intermediate container 94a83481d590 00:51:10 ---> a8ebf51b8438 00:51:10 Step 13/23 : EXPOSE $APP_PORT 00:51:10 ---> Running in 42b846dcfa16 00:51:10 ---> Running in d12732ce412f 00:51:11 Removing intermediate container 42b846dcfa16 00:51:11 ---> a2789adf92ed 00:51:11 Step 22/22 : LABEL version=0.0.0 00:51:11 Removing intermediate container d12732ce412f 00:51:11 ---> 92bc04e366ff 00:51:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:11 ---> Running in fd4e58bbfe01 00:51:11 ---> Running in 7cfc6df5cae7 00:51:11 Removing intermediate container fd4e58bbfe01 00:51:11 ---> 3d275597e645 00:51:11 00:51:12 Successfully built 3d275597e645 00:51:12 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:13  Building docker-core-metadata-go ... done Removing intermediate container 7cfc6df5cae7 00:51:13 ---> b1b7b1c6a22f 00:51:13 Step 15/23 : RUN apk add --update --no-cache zeromq 00:51:13 ---> Running in 000510d30c0f 00:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:16 (1/5) Installing libgcc (9.3.0-r2) 00:51:16 (2/5) Installing libsodium (1.0.18-r0) 00:51:16 (3/5) Installing libstdc++ (9.3.0-r2) 00:51:16 (4/5) Installing libzmq (4.3.3-r0) 00:51:17 (5/5) Installing zeromq (4.3.3-r0) 00:51:17 Executing busybox-1.31.1-r19.trigger 00:51:17 OK: 8 MiB in 19 packages 00:51:18 Removing intermediate container 000510d30c0f 00:51:18 ---> 2be3c3f90519 00:51:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:51:19 ---> b5f63e48e313 00:51:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:20 ---> 729db22e18f6 00:51:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:21 ---> e804e5669805 00:51:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:21 ---> Running in 03e51c36610e 00:51:21 Removing intermediate container 03e51c36610e 00:51:21 ---> b63295fa83d0 00:51:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:21 ---> Running in 6173ad35a941 00:51:22 Removing intermediate container 6173ad35a941 00:51:22 ---> 2b17863c2215 00:51:22 Step 21/23 : LABEL arch=arm64 00:51:22 ---> Running in d36391be794e 00:51:22 Removing intermediate container d36391be794e 00:51:22 ---> f4680055a507 00:51:22 Step 22/23 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa 00:51:22 ---> Running in f2cec37fd026 00:51:23 Removing intermediate container f2cec37fd026 00:51:23 ---> 274b57542c81 00:51:23 Step 23/23 : LABEL version=0.0.0 00:51:23 ---> Running in 0fd58f17d80d 00:51:24 Removing intermediate container 0fd58f17d80d 00:51:24 ---> 554850598718 00:51:24 00:51:24 Successfully built 554850598718 00:51:24 Successfully tagged docker-core-data-go-arm64:latest 00:51:24  Building docker-core-data-go ... done  [Pipeline] } 00:51:24 $ docker stop --time=1 f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 00:51:26 $ docker rm -f f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:27 + docker+ images 00:51:27 grep docker 00:51:27 docker-core-data-go-arm64 latest 554850598718 4 seconds ago 21MB 00:51:27 docker-core-metadata-go-arm64 latest 3d275597e645 16 seconds ago 12.2MB 00:51:27 docker-security-secretstore-setup-go-arm64 latest ce9706dd301e 23 seconds ago 23.4MB 00:51:27 docker-support-scheduler-go-arm64 latest a017eb60b75b 29 seconds ago 10MB 00:51:27 docker-sys-mgmt-agent-go-arm64 latest 46c08d5f8ff9 About a minute ago 300MB 00:51:27 docker-security-bootstrap-redis-go-arm64 latest 9d3b2726e0fd 3 minutes ago 15.1MB 00:51:27 docker-security-proxy-setup-go-arm64 latest 91325902a0cc 3 minutes ago 23.3MB 00:51:27 docker-support-notifications-go-arm64 latest fd25eedd6147 3 minutes ago 11.4MB 00:51:27 docker-core-command-go-arm64 latest 034edf7d8514 3 minutes ago 9.98MB 00:51:27 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [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] } [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 00:51:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:31 ---> package-listing.sh 00:51:31 ++ facter osfamily 00:51:31 ++ tr '[:upper:]' '[:lower:]' 00:51:31 + OS_FAMILY=redhat 00:51:31 + workspace=/w/workspace/edgex-go/36 00:51:31 + START_PACKAGES=/tmp/packages_start.txt 00:51:31 + END_PACKAGES=/tmp/packages_end.txt 00:51:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:31 + PACKAGES=/tmp/packages_start.txt 00:51:31 + '[' /w/workspace/edgex-go/36 ']' 00:51:31 + PACKAGES=/tmp/packages_end.txt 00:51:31 + case "${OS_FAMILY}" in 00:51:31 + rpm -qa 00:51:31 + sort 00:51:36 + '[' -f /tmp/packages_start.txt ']' 00:51:36 + '[' -f /tmp/packages_end.txt ']' 00:51:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:36 + '[' /w/workspace/edgex-go/36 ']' 00:51:36 + mkdir -p /w/workspace/edgex-go/36/archives/ 00:51:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] echo 00:51:36 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/36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:37 00:51:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:37 alpine: Pulling from edgex-lftools-log-publisher 00:51:37 df20fa9351a1: Pulling fs layer 00:51:37 36b3adc4ff6f: Pulling fs layer 00:51:37 8ad3a11d3b57: Pulling fs layer 00:51:37 46f8f816bc3b: Pulling fs layer 00:51:37 93b61091891f: Pulling fs layer 00:51:37 93b9cdb0e59b: Pulling fs layer 00:51:37 5e14af77c1be: Pulling fs layer 00:51:37 01666e4c0597: Pulling fs layer 00:51:37 aa168da1d23b: Pulling fs layer 00:51:37 93b9cdb0e59b: Waiting 00:51:37 5e14af77c1be: Waiting 00:51:37 46f8f816bc3b: Waiting 00:51:37 93b61091891f: Waiting 00:51:37 aa168da1d23b: Waiting 00:51:37 36b3adc4ff6f: Verifying Checksum 00:51:37 36b3adc4ff6f: Download complete 00:51:37 46f8f816bc3b: Verifying Checksum 00:51:37 46f8f816bc3b: Download complete 00:51:37 df20fa9351a1: Download complete 00:51:37 93b9cdb0e59b: Verifying Checksum 00:51:37 93b9cdb0e59b: Download complete 00:51:37 5e14af77c1be: Download complete 00:51:37 01666e4c0597: Verifying Checksum 00:51:37 01666e4c0597: Download complete 00:51:37 8ad3a11d3b57: Verifying Checksum 00:51:37 8ad3a11d3b57: Download complete 00:51:37 93b61091891f: Verifying Checksum 00:51:37 93b61091891f: Download complete 00:51:38 df20fa9351a1: Pull complete 00:51:38 36b3adc4ff6f: Pull complete 00:51:39 aa168da1d23b: Verifying Checksum 00:51:39 aa168da1d23b: Download complete 00:51:39 8ad3a11d3b57: Pull complete 00:51:40 46f8f816bc3b: Pull complete 00:51:41 93b61091891f: Pull complete 00:51:41 93b9cdb0e59b: Pull complete 00:51:41 5e14af77c1be: Pull complete 00:51:41 01666e4c0597: Pull complete 00:51:51 aa168da1d23b: Pull complete 00:51:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:51 prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container 00:51:51 $ 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/36/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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-lftools-log-publisher:alpine cat 00:51:57 $ docker top 029855d3586a4c3f09bfb32ff6bf5335b6148c58451cdbb78d51b491d30ba72a -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:58 + mkdir -p /var/log/sa [Pipeline] sh 00:51:58 + ls /var/log/sa-host 00:51:58 + sadf -c /var/log/sa-host/sa10 00:51:58 file_magic: OK 00:51:58 HZ: Using current value: 100 00:51:58 file_header: OK 00:51:58 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 00:51:58 Statistics: 00:51:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:58 File successfully converted to sysstat format version 12.2.1 00:51:58 + sadf -c /var/log/sa-host/sa23 00:51:58 file_magic: OK 00:51:58 HZ: Using current value: 100 00:51:58 file_header: OK 00:51:58 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 00:51:58 Statistics: 00:51:58 Hnuu...uuuununununu... 00:51:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:59 provisioning config files... 00:51:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config6686344313992789025tmp [Pipeline] { [Pipeline] echo 00:51:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:59 ---> create-netrc.sh [Pipeline] } 00:51:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:59 ---> python-tools-install.sh [Pipeline] echo 00:51:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:00 ---> sudo-logs.sh 00:52:00 Archiving 'sudo' log.. [Pipeline] echo 00:52:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:00 ---> job-cost.sh 00:52:00 lf-activate-venv: SKIPPING 00:52:00 INFO: No Stack... 00:52:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:02 INFO: Archiving Costs [Pipeline] echo 00:52:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:03 ---> logs-deploy.sh 00:52:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/36 00:52:03 INFO: archiving workspace using pattern(s): 00:52:04 Archives upload complete. 00:52:04 INFO: archiving logs to Nexus 00:52:05 ---> uname -a: 00:52:05 Linux prd-centos7-docker-4c-2g-19290.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:52:05 00:52:05 00:52:05 ---> lscpu: 00:52:05 Architecture: x86_64 00:52:05 CPU op-mode(s): 32-bit, 64-bit 00:52:05 Byte Order: Little Endian 00:52:05 Address sizes: 40 bits physical, 48 bits virtual 00:52:05 CPU(s): 4 00:52:05 On-line CPU(s) list: 0-3 00:52:05 Thread(s) per core: 1 00:52:05 Core(s) per socket: 1 00:52:05 Socket(s): 4 00:52:05 NUMA node(s): 1 00:52:05 Vendor ID: GenuineIntel 00:52:05 CPU family: 6 00:52:05 Model: 44 00:52:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:05 Stepping: 1 00:52:05 CPU MHz: 2933.442 00:52:05 BogoMIPS: 5866.88 00:52:05 Virtualization: VT-x 00:52:05 Hypervisor vendor: KVM 00:52:05 Virtualization type: full 00:52:05 L1d cache: 128 KiB 00:52:05 L1i cache: 128 KiB 00:52:05 L2 cache: 16 MiB 00:52:05 L3 cache: 64 MiB 00:52:05 NUMA node0 CPU(s): 0-3 00:52:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:05 Vulnerability Meltdown: Mitigation; PTI 00:52:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:05 Vulnerability Srbds: Not affected 00:52:05 Vulnerability Tsx async abort: Not affected 00:52:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:52:05 00:52:05 00:52:05 ---> nproc: 00:52:05 4 00:52:05 00:52:05 00:52:05 ---> df -h: 00:52:05 Filesystem Size Used Available Use% Mounted on 00:52:05 overlay 50.0G 11.6G 38.4G 23% / 00:52:05 tmpfs 64.0M 0 64.0M 0% /dev 00:52:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:05 shm 64.0M 0 64.0M 0% /dev/shm 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/36 00:52:05 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/36@tmp 00:52:05 00:52:05 00:52:05 ---> free -m: 00:52:05 total used free shared buff/cache available 00:52:05 Mem: 1837 711 181 0 944 1041 00:52:05 Swap: 1023 78 945 00:52:05 00:52:05 00:52:05 ---> ip addr: 00:52:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:05 inet 127.0.0.1/8 scope host lo 00:52:05 valid_lft forever preferred_lft forever 00:52:05 inet6 ::1/128 scope host 00:52:05 valid_lft forever preferred_lft forever 00:52:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:05 link/ether fa:16:3e:83:98:43 brd ff:ff:ff:ff:ff:ff 00:52:05 inet 10.30.122.163/23 brd 10.30.123.255 scope global dynamic eth0 00:52:05 valid_lft 85130sec preferred_lft 85130sec 00:52:05 inet6 fe80::f816:3eff:fe83:9843/64 scope link 00:52:05 valid_lft forever preferred_lft forever 00:52:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:05 link/ether 02:42:b1:bf:a4:6a brd ff:ff:ff:ff:ff:ff 00:52:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:05 valid_lft forever preferred_lft forever 00:52:05 inet6 fe80::42:b1ff:febf:a46a/64 scope link 00:52:05 valid_lft forever preferred_lft forever 00:52:05 00:52:05 00:52:05 ---> sar -b -r -n DEV: 00:52:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:52:05 00:52:05 00:30:43 LINUX RESTART (4 CPU) 00:52:05 00:52:05 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:05 00:32:01 151.26 91.68 59.57 0.00 6247.25 40389.85 0.00 00:52:05 00:33:01 101.31 50.84 50.47 0.00 7640.91 13399.17 0.00 00:52:05 00:34:01 267.45 86.13 181.32 0.00 4771.92 47811.53 0.00 00:52:05 00:35:02 201.23 94.97 106.25 0.00 3239.94 13658.82 0.00 00:52:05 00:36:01 147.57 90.47 57.11 0.00 3985.26 6501.91 0.00 00:52:05 00:37:01 221.50 61.14 160.36 0.00 17768.73 90697.77 0.00 00:52:05 00:38:02 2422.68 2116.37 306.31 0.00 155229.90 161602.36 0.00 00:52:05 00:39:02 1267.84 1086.72 181.12 0.00 63016.40 70063.67 0.00 00:52:05 00:40:02 1226.11 852.70 373.41 0.00 103466.40 128400.83 0.00 00:52:05 00:41:02 2680.93 2346.87 334.06 0.00 127838.34 142489.38 0.00 00:52:05 00:42:01 235.91 59.42 176.48 0.00 6979.22 22795.01 0.00 00:52:05 00:43:01 1.83 0.12 1.72 0.00 1.07 29.73 0.00 00:52:05 00:44:01 0.33 0.08 0.25 0.00 3.06 3.01 0.00 00:52:05 00:45:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 00:52:05 00:46:01 1.75 1.50 0.25 0.00 49.15 3.05 0.00 00:52:05 00:47:01 0.87 0.07 0.80 0.00 1.47 15.20 0.00 00:52:05 00:48:01 0.33 0.05 0.28 0.00 0.40 3.61 0.00 00:52:05 00:49:01 0.42 0.08 0.33 0.00 0.67 4.91 0.00 00:52:05 00:50:01 0.32 0.02 0.30 0.00 0.13 3.88 0.00 00:52:05 00:51:01 0.37 0.10 0.27 0.00 0.93 3.16 0.00 00:52:05 Average: 447.27 347.66 99.60 0.00 25089.41 36998.44 0.00 00:52:05 00:52:05 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:05 00:32:01 77152 0 568560 30.22 2620 1233212 1098396 37.49 501208 1106360 30004 00:52:05 00:33:01 220568 0 613044 32.58 2620 1045312 1248936 42.62 593668 863944 42020 00:52:05 00:34:01 68996 0 759608 40.37 1568 1051372 1524892 52.04 666412 858044 97948 00:52:05 00:35:02 358196 0 839136 44.60 544 683668 1772320 60.49 660216 587264 21776 00:52:05 00:36:01 277700 0 796520 42.33 544 806780 1700124 58.02 642556 673200 45004 00:52:05 00:37:01 76380 0 756168 40.19 216 1048780 1414564 48.28 739980 830860 46464 00:52:05 00:38:02 63960 0 848812 45.11 112 968660 2357304 80.45 788028 803324 59684 00:52:05 00:39:02 432332 0 802984 42.68 112 646116 2189688 74.73 536524 654288 1372 00:52:05 00:40:02 146688 0 750808 39.90 112 983936 1909928 65.18 731380 781044 13892 00:52:05 00:41:02 130420 0 1187644 63.12 112 563368 3445544 117.59 857768 619320 28632 00:52:05 00:42:01 338940 0 638996 33.96 112 903496 1192892 40.71 536324 755324 20 00:52:05 00:43:01 342864 0 634960 33.75 112 903608 1169820 39.92 534080 754428 12 00:52:05 00:44:01 343276 0 634548 33.72 112 903608 1169844 39.92 534208 754460 8 00:52:05 00:45:01 344104 0 633704 33.68 112 903624 1161596 39.64 533484 754360 8 00:52:05 00:46:01 342808 0 634208 33.71 112 904416 1161596 39.64 533508 755132 16 00:52:05 00:47:01 342892 0 634116 33.70 112 904424 1161668 39.65 533720 755160 8 00:52:05 00:48:01 342884 0 634120 33.70 112 904428 1161680 39.65 533768 755164 12 00:52:05 00:49:01 343104 0 633892 33.69 112 904436 1161596 39.64 533404 755188 12 00:52:05 00:50:01 343228 0 633756 33.68 112 904448 1161596 39.64 533412 755196 16 00:52:05 00:51:01 343292 0 633684 33.68 112 904456 1161596 39.64 533664 755224 8 00:52:05 Average: 263989 0 713463 37.92 484 903607 1516279 51.75 602866 766364 19346 00:52:05 00:52:05 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:05 00:32:01 eth0 791.10 577.21 2808.58 77.04 0.00 0.00 0.00 0.00 00:52:05 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:33:01 veth6af95da 883.69 794.58 83.80 2671.41 0.00 0.00 0.00 0.00 00:52:05 00:33:01 eth0 1093.15 1096.04 3556.93 138.92 0.00 0.00 0.00 0.00 00:52:05 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:33:01 docker0 883.69 794.45 71.72 2671.40 0.00 0.00 0.00 0.00 00:52:05 00:34:01 eth0 502.53 395.94 3667.86 41.30 0.00 0.00 0.00 0.00 00:52:05 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:34:01 docker0 155.59 191.02 10.91 826.86 0.00 0.00 0.00 0.00 00:52:05 00:35:02 eth0 37.87 20.35 33.03 13.50 0.00 0.00 0.00 0.00 00:52:05 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:35:02 veth5a2e42a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:36:01 eth0 44.30 27.82 26.91 83.38 0.00 0.00 0.00 0.00 00:52:05 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:36:01 veth5a2e42a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:37:01 veth035b8ec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:37:01 eth0 250.20 209.87 1695.52 81.16 0.00 0.00 0.00 0.00 00:52:05 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:38:02 veth035b8ec 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:38:02 eth0 49.50 28.42 160.47 9.56 0.00 0.00 0.00 0.00 00:52:05 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:38:02 docker0 18.52 29.75 0.97 144.62 0.00 0.00 0.00 0.00 00:52:05 00:39:02 veth1ed137d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:39:02 vethc96e58a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:39:02 veth035b8ec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:39:02 eth0 10.36 5.40 8.56 4.51 0.00 0.00 0.00 0.00 00:52:05 00:40:02 veth035b8ec 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:40:02 eth0 275.34 173.69 1748.74 105.11 0.00 0.00 0.00 0.00 00:52:05 00:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:05 00:40:02 vethbd8ce01 14.23 39.86 0.93 255.91 0.00 0.00 0.00 0.00 00:52:05 00:41:02 veth80af66b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:41:02 veth13c5ab6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:41:02 vethf838408 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:05 00:41:02 vethe891062 1.82 2.48 0.21 8.69 0.00 0.00 0.00 0.00 00:52:05 00:42:01 eth0 3216.57 2650.22 14159.44 654.36 0.00 0.00 0.00 0.00 00:52:05 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:05 00:42:01 docker0 1118.71 1127.11 87.67 4269.27 0.00 0.00 0.00 0.00 00:52:05 00:43:01 eth0 2.50 0.87 0.96 0.58 0.00 0.00 0.00 0.00 00:52:05 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:44:01 eth0 1.67 0.55 0.61 0.42 0.00 0.00 0.00 0.00 00:52:05 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:45:01 eth0 0.32 0.08 0.03 0.01 0.00 0.00 0.00 0.00 00:52:05 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:46:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:05 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:47:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:52:05 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:48:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 00:52:05 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:49:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:05 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:52:05 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:51:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:05 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 Average: eth0 158.13 130.15 695.23 32.25 0.00 0.00 0.00 0.00 00:52:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:05 Average: docker0 55.09 55.51 4.32 210.25 0.00 0.00 0.00 0.00 00:52:05 00:52:05 00:52:05 ---> sar -P ALL: 00:52:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:52:05 00:52:05 00:30:43 LINUX RESTART (4 CPU) 00:52:05 00:52:05 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:52:05 00:32:01 all 15.60 0.00 8.31 5.95 0.38 69.76 00:52:05 00:32:01 0 15.39 0.00 9.94 5.49 0.43 68.76 00:52:05 00:32:01 1 17.62 0.00 8.10 6.21 0.34 67.73 00:52:05 00:32:01 2 14.87 0.00 7.77 6.62 0.29 70.45 00:52:05 00:32:01 3 14.52 0.00 7.47 5.46 0.46 72.09 00:52:05 00:33:01 all 12.64 0.00 5.88 1.45 0.29 79.73 00:52:05 00:33:01 0 11.03 0.00 7.54 1.45 0.31 79.67 00:52:05 00:33:01 1 11.82 0.00 5.22 0.68 0.26 82.03 00:52:05 00:33:01 2 12.26 0.00 5.17 1.18 0.36 81.03 00:52:05 00:33:01 3 15.45 0.00 5.62 2.51 0.24 76.18 00:52:05 00:34:01 all 11.76 0.00 9.69 3.17 0.33 75.05 00:52:05 00:34:01 0 11.83 0.00 11.07 2.13 0.31 74.66 00:52:05 00:34:01 1 10.94 0.00 9.69 5.39 0.26 73.72 00:52:05 00:34:01 2 12.31 0.00 8.45 2.46 0.36 76.43 00:52:05 00:34:01 3 11.96 0.00 9.56 2.68 0.40 75.40 00:52:05 00:35:02 all 48.56 0.00 13.18 4.84 0.80 32.62 00:52:05 00:35:02 0 47.02 0.00 13.42 4.41 0.91 34.23 00:52:05 00:35:02 1 50.89 0.00 12.20 6.12 0.56 30.23 00:52:05 00:35:02 2 47.88 0.00 13.26 3.63 0.85 34.38 00:52:05 00:35:02 3 48.47 0.00 13.86 5.19 0.88 31.61 00:52:05 00:36:01 all 57.16 0.00 16.33 2.60 1.58 22.34 00:52:05 00:36:01 0 56.03 0.00 16.77 2.36 1.54 23.29 00:52:05 00:36:01 1 58.67 0.00 15.87 2.70 1.64 21.11 00:52:05 00:36:01 2 56.60 0.00 16.32 4.33 1.46 21.29 00:52:05 00:36:01 3 57.32 0.00 16.33 1.03 1.65 23.66 00:52:05 00:37:01 all 21.04 0.00 15.91 2.97 2.77 57.31 00:52:05 00:37:01 0 20.65 0.00 15.64 2.74 2.79 58.18 00:52:05 00:37:01 1 21.06 0.00 16.10 3.56 2.93 56.35 00:52:05 00:37:01 2 20.71 0.00 15.46 2.23 2.74 58.85 00:52:05 00:37:01 3 21.75 0.00 16.44 3.33 2.63 55.84 00:52:05 00:38:02 all 23.10 0.00 32.12 17.04 4.61 23.13 00:52:05 00:38:02 0 20.66 0.00 29.73 16.73 5.25 27.63 00:52:05 00:38:02 1 23.61 0.00 32.19 15.89 4.47 23.84 00:52:05 00:38:02 2 23.91 0.00 32.40 17.69 4.29 21.72 00:52:05 00:38:02 3 24.28 0.00 34.22 17.86 4.41 19.24 00:52:05 00:39:02 all 59.47 0.00 19.84 9.22 2.98 8.49 00:52:05 00:39:02 0 57.95 0.00 19.08 9.98 3.48 9.51 00:52:05 00:39:02 1 59.98 0.00 19.35 9.46 2.85 8.36 00:52:05 00:39:02 2 60.57 0.00 19.39 9.58 2.92 7.54 00:52:05 00:39:02 3 59.40 0.00 21.56 7.81 2.68 8.55 00:52:05 00:40:02 all 27.16 0.00 28.48 19.80 3.23 21.33 00:52:05 00:40:02 0 25.98 0.00 27.51 18.38 3.30 24.82 00:52:05 00:40:02 1 26.24 0.00 28.42 18.79 3.43 23.12 00:52:05 00:40:02 2 28.13 0.00 28.90 20.26 3.19 19.52 00:52:05 00:40:02 3 28.28 0.00 29.10 21.77 3.02 17.83 00:52:05 00:41:02 all 23.83 0.00 26.53 28.94 0.83 19.87 00:52:05 00:41:02 0 24.83 0.00 25.96 28.62 0.88 19.71 00:52:05 00:41:02 1 23.71 0.00 26.49 28.33 0.83 20.65 00:52:05 00:41:02 2 23.58 0.00 26.21 31.84 0.77 17.60 00:52:05 00:41:02 3 23.18 0.00 27.47 26.96 0.84 21.56 00:52:05 00:42:01 all 34.28 0.00 10.39 11.11 0.04 44.18 00:52:05 00:42:01 0 33.91 0.00 10.36 10.20 0.05 45.48 00:52:05 00:42:01 1 34.24 0.00 10.56 11.27 0.05 43.87 00:52:05 00:42:01 2 34.04 0.00 10.37 12.32 0.04 43.23 00:52:05 00:42:01 3 34.91 0.00 10.27 10.65 0.03 44.13 00:52:05 00:52:05 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:05 00:43:01 all 0.16 0.00 0.05 0.00 0.00 99.78 00:52:05 00:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:52:05 00:43:01 1 0.05 0.00 0.08 0.00 0.00 99.87 00:52:05 00:43:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:52:05 00:43:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:52:05 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:52:05 00:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:52:05 00:44:01 1 0.07 0.00 0.03 0.02 0.00 99.88 00:52:05 00:44:01 2 0.53 0.00 0.05 0.00 0.00 99.42 00:52:05 00:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:05 00:45:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:52:05 00:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:05 00:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:52:05 00:45:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:52:05 00:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:52:05 00:46:01 all 0.19 0.00 0.22 0.02 0.02 99.56 00:52:05 00:46:01 0 0.03 0.00 0.20 0.00 0.00 99.77 00:52:05 00:46:01 1 0.07 0.00 0.20 0.00 0.03 99.70 00:52:05 00:46:01 2 0.58 0.00 0.20 0.08 0.02 99.12 00:52:05 00:46:01 3 0.07 0.00 0.27 0.00 0.02 99.65 00:52:05 00:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:52:05 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:52:05 00:47:01 1 0.02 0.00 0.03 0.02 0.00 99.93 00:52:05 00:47:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:52:05 00:47:01 3 0.05 0.00 0.08 0.00 0.00 99.87 00:52:05 00:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:52:05 00:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:05 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:05 00:48:01 2 0.53 0.00 0.02 0.02 0.00 99.43 00:52:05 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:52:05 00:49:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:52:05 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:05 00:49:01 1 0.45 0.00 0.07 0.02 0.00 99.47 00:52:05 00:49:01 2 0.07 0.00 0.02 0.00 0.00 99.92 00:52:05 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:05 00:50:01 all 0.04 0.00 0.03 0.00 0.00 99.93 00:52:05 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:05 00:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:52:05 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:52:05 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:05 00:51:01 all 0.08 0.00 0.03 0.00 0.00 99.89 00:52:05 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:05 00:51:01 1 0.23 0.00 0.05 0.00 0.00 99.72 00:52:05 00:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:05 00:51:01 3 0.03 0.00 0.02 0.02 0.00 99.93 00:52:05 Average: all 16.33 0.00 9.10 5.18 0.87 68.53 00:52:05 Average: 0 15.85 0.00 9.14 4.97 0.94 69.10 00:52:05 Average: 1 16.53 0.00 8.99 5.26 0.86 68.36 00:52:05 Average: 2 16.43 0.00 8.94 5.42 0.84 68.36 00:52:05 Average: 3 16.49 0.00 9.31 5.07 0.83 68.30 00:52:05 00:52:05 00:52:05