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 c7191a90c07787dda31e3868df4c5f33b5de22f9 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c7191a90c07787dda31e3868df4c5f33b5de22f9 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-19654 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/37 [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/37 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing ffc881b1c04bf585f769d0e7b738c63137d250cb Checking out Revision ffc881b1c04bf585f769d0e7b738c63137d250cb (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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffc881b1c04bf585f769d0e7b738c63137d250cb # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:40 ========================================================= 00:31:40 EdgeX Global Pipelines Version Info 00:31:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7e582f4228ca300febc45737d68dbea7cd17adaa # timeout=10 00:31:42 ------------------- 00:31:42 stable info: 00:31:42 ------------------- 00:31:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:42 Message: update stable to v1.0.173 00:31:43 ------------------- 00:31:43 experimental info: 00:31:43 ------------------- 00:31:43 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:43 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:43 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffc881b1c04bf585f769d0e7b738c63137d250cb [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffc881b [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:46 provisioning config files... 00:31:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config8390932665435740825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:46 ---> docker-login.sh 00:31:46 nexus3.edgexfoundry.org:10001 00:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:47 nexus3.edgexfoundry.org:10002 00:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:47 nexus3.edgexfoundry.org:10003 00:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:47 nexus3.edgexfoundry.org:10004 00:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:47 docker.io 00:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:48 ---> docker-login.sh ends [Pipeline] } 00:31:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:48 ++ 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:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/core-command/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo core-command,cmd/core-command/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/core-data/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo core-data,cmd/core-data/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/core-metadata/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/support-notifications/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/support-scheduler/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:48 + for file in '`ls cmd/**/Dockerfile`' 00:31:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:48 ++ cut -d/ -f2 00:31:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:48 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:31:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 00:31:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 latest: Pulling from edgex-devops/git-semver 00:31:49 31603596830f: Pulling fs layer 00:31:49 2a8b12db71e7: Pulling fs layer 00:31:49 6ca5941a6612: Pulling fs layer 00:31:49 ecc8261a40a4: Pulling fs layer 00:31:49 ecc8261a40a4: Waiting 00:31:49 2a8b12db71e7: Verifying Checksum 00:31:49 2a8b12db71e7: Download complete 00:31:49 31603596830f: Verifying Checksum 00:31:49 31603596830f: Download complete 00:31:50 ecc8261a40a4: Verifying Checksum 00:31:50 ecc8261a40a4: Download complete 00:31:50 6ca5941a6612: Verifying Checksum 00:31:50 6ca5941a6612: Download complete 00:31:50 31603596830f: Pull complete 00:31:50 2a8b12db71e7: Pull complete 00:31:51 6ca5941a6612: Pull complete 00:31:51 ecc8261a40a4: Pull complete 00:31:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:51 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:31:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:54 $ docker top 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:54 [ssh-agent] Looking for ssh-agent implementation... 00:31:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:55 $ docker exec 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d ssh-agent 00:31:55 SSH_AUTH_SOCK=/tmp/ssh-8cUHsgxxE6ZM/agent.12 00:31:55 SSH_AGENT_PID=18 00:31:55 Running ssh-add (command line suppressed) 00:31:55 Identity added: /w/workspace/edgex-go/37@tmp/private_key_968045545920526892.key (/w/workspace/edgex-go/37@tmp/private_key_968045545920526892.key) 00:31:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:55 + git tag --points-at HEAD [Pipeline] } 00:31:55 $ docker exec --env ******** --env ******** 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d ssh-agent -k 00:31:55 unset SSH_AUTH_SOCK; 00:31:55 unset SSH_AGENT_PID; 00:31:55 echo Agent pid 18 killed; 00:31:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:56 [ssh-agent] Looking for ssh-agent implementation... 00:31:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:56 $ docker exec 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d ssh-agent 00:31:56 SSH_AUTH_SOCK=/tmp/ssh-x3ifdJmcbhPl/agent.48 00:31:56 SSH_AGENT_PID=53 00:31:56 Running ssh-add (command line suppressed) 00:31:56 Identity added: /w/workspace/edgex-go/37@tmp/private_key_5032249660129161319.key (/w/workspace/edgex-go/37@tmp/private_key_5032249660129161319.key) 00:31:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:57 + git semver init 00:31:57 # -> Open(): unable to determine branch for HEAD 00:31:57 # $GIT_DIR = /w/workspace/edgex-go/37/.git 00:31:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/37 00:31:57 # $SEMVER_REMOTE_NAME = origin 00:31:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:57 # $SEMVER_USER_NAME = edgex-jenkins 00:31:57 # $SEMVER_BRANCH = PR-2858 00:31:57 # $SEMVER_TEMP = /tmp/semver-639688568 00:31:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:35 # '/tmp/semver-639688568' -> '/w/workspace/edgex-go/37/.semver' 00:32:35 # -> Force: false 00:32:35 # $SEMVER_DIR = /w/workspace/edgex-go/37/.semver [Pipeline] } 00:32:35 $ docker exec --env ******** --env ******** 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d ssh-agent -k 00:32:36 unset SSH_AUTH_SOCK; 00:32:36 unset SSH_AGENT_PID; 00:32:36 echo Agent pid 53 killed; 00:32:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:36 + git semver [Pipeline] } 00:32:36 $ docker stop --time=1 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d 00:32:38 $ docker rm -f 7e319d81cb59ac30e973a75523b58ba0490a537f7a81973232eefb08bf12539d [Pipeline] // withDockerContainer [Pipeline] sh 00:32:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:40 Stashed 1 file(s) [Pipeline] echo 00:32:40 [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:32:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo service docker restart 00:32:41 + true 00:32:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:42 ========================================================= 00:32:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:42 + 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:32:46 Sending build context to Docker daemon 326.4MB 00:32:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:46 Step 2/6 : FROM ${BASE} 00:32:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:46 188c0c94c7c5: Pulling fs layer 00:32:46 0ef7d3d256c8: Pulling fs layer 00:32:46 de9db76c5a1d: Pulling fs layer 00:32:46 bca2f99d35d6: Pulling fs layer 00:32:46 93359f2a8cfa: Pulling fs layer 00:32:46 7c6f9722023f: Pulling fs layer 00:32:46 a35cf1a2eb13: Pulling fs layer 00:32:46 bca2f99d35d6: Waiting 00:32:46 93359f2a8cfa: Waiting 00:32:46 7c6f9722023f: Waiting 00:32:46 a35cf1a2eb13: Waiting 00:32:46 de9db76c5a1d: Verifying Checksum 00:32:46 de9db76c5a1d: Download complete 00:32:46 0ef7d3d256c8: Download complete 00:32:46 93359f2a8cfa: Verifying Checksum 00:32:46 93359f2a8cfa: Download complete 00:32:46 7c6f9722023f: Verifying Checksum 00:32:46 7c6f9722023f: Download complete 00:32:46 188c0c94c7c5: Verifying Checksum 00:32:46 188c0c94c7c5: Download complete 00:32:47 188c0c94c7c5: Pull complete 00:32:47 0ef7d3d256c8: Pull complete 00:32:47 de9db76c5a1d: Pull complete 00:32:48 a35cf1a2eb13: Verifying Checksum 00:32:48 a35cf1a2eb13: Download complete 00:32:49 bca2f99d35d6: Verifying Checksum 00:32:49 bca2f99d35d6: Download complete 00:32:54 bca2f99d35d6: Pull complete 00:32:54 93359f2a8cfa: Pull complete 00:32:54 7c6f9722023f: Pull complete 00:32:55 Still waiting to schedule task 00:32:55 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:00 a35cf1a2eb13: Pull complete 00:33:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:00 ---> a62c8e92a672 00:33:00 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:00 ---> Running in 9b0a19623e9d 00:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:04 (1/12) Installing libmagic (5.38-r0) 00:33:04 (2/12) Installing file (5.38-r0) 00:33:04 (3/12) Installing libc-dev (0.7.2-r3) 00:33:04 (4/12) Installing g++ (9.3.0-r2) 00:33:19 (5/12) Installing fortify-headers (1.1-r0) 00:33:19 (6/12) Installing patch (2.7.6-r6) 00:33:19 (7/12) Installing build-base (0.5-r2) 00:33:19 (8/12) Installing libsodium (1.0.18-r0) 00:33:19 (9/12) Installing pkgconf (1.7.2-r0) 00:33:19 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:19 (11/12) Installing libzmq (4.3.3-r0) 00:33:19 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:19 Executing busybox-1.31.1-r19.trigger 00:33:19 OK: 233 MiB in 51 packages 00:33:23 Removing intermediate container 9b0a19623e9d 00:33:23 ---> 916fa8d812e5 00:33:23 Step 4/6 : WORKDIR /edgex-go 00:33:23 ---> Running in 36e3f45afbb6 00:33:23 Removing intermediate container 36e3f45afbb6 00:33:23 ---> 774bc7b5f19d 00:33:23 Step 5/6 : COPY go.mod . 00:33:23 ---> 93d11663025d 00:33:23 Step 6/6 : RUN go mod download 00:33:23 ---> Running in b7f0249d1013 00:33:45 Removing intermediate container b7f0249d1013 00:33:45 ---> 6d330fd90733 00:33:45 Successfully built 6d330fd90733 00:33:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:45 + docker inspect -f . ci-base-image-x86_64 00:33:45 . [Pipeline] withDockerContainer 00:33:46 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-x86_64 cat 00:33:47 $ docker top 175ced48155b54e41251cc5b19f401c51b3a2d25a19e1b5c76b792fb50d95a1e -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:47 + go version 00:33:47 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:47 $ docker stop --time=1 175ced48155b54e41251cc5b19f401c51b3a2d25a19e1b5c76b792fb50d95a1e 00:33:48 $ docker rm -f 175ced48155b54e41251cc5b19f401c51b3a2d25a19e1b5c76b792fb50d95a1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:49 + docker inspect -f . ci-base-image-x86_64 00:33:49 . [Pipeline] withDockerContainer 00:33:49 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:33:49 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-x86_64 cat 00:33:50 $ docker top 3808226f8de9a6de16c420934d06c4ea5ff623e618cf33b85388059d8b2ac9ae -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:50 ========================================================= 00:33:50 [edgeXBuildGoParallel] Running Tests and Build... 00:33:50 ========================================================= [Pipeline] sh 00:33:51 + make test 00:33:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:59 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.0% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 77.1% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.4% of statements 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.329s coverage: 94.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.8% of statements 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.4% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 55.9% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:45 GO111MODULE=on go vet ./... 00:35:12 gofmt -l . 00:35:12 [ "`gofmt -l .`" = "" ] 00:35:12 ./bin/test-go-mod-tidy.sh 00:35:12 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:13 + ls -al . 00:35:13 total 652 00:35:13 drwxrwxr-x 10 1001 1001 4096 Jan 12 00:35 . 00:35:13 drwxr-xr-x 4 root root 30 Jan 12 00:33 .. 00:35:13 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:31 .dockerignore 00:35:13 drwxrwxr-x 8 1001 1001 179 Jan 12 00:31 .git 00:35:13 drwxrwxr-x 3 1001 1001 125 Jan 12 00:31 .github 00:35:13 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:31 .gitignore 00:35:13 drwx------ 3 1001 1001 47 Jan 12 00:32 .semver 00:35:13 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:31 .sonarcloud.properties 00:35:13 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:31 Attribution.txt 00:35:13 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:31 CONTRIBUTING.md 00:35:13 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:31 Dockerfile.build 00:35:13 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:31 Jenkinsfile 00:35:13 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:31 LICENSE 00:35:13 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:31 Makefile 00:35:13 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:31 README.md 00:35:13 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:31 SECURITY.md 00:35:13 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:32 VERSION 00:35:13 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:31 ZMQWindows.md 00:35:13 drwxrwxr-x 2 1001 1001 117 Jan 12 00:31 bin 00:35:13 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:31 cmd 00:35:13 -rw-r--r-- 1 root root 545099 Jan 12 00:34 coverage.out 00:35:13 -rw-r--r-- 1 root root 979 Jan 12 00:35 go.mod 00:35:13 -rw-r--r-- 1 root root 19019 Jan 12 00:35 go.sum 00:35:13 drwxrwxr-x 8 1001 1001 127 Jan 12 00:31 internal 00:35:13 drwxrwxr-x 4 1001 1001 26 Jan 12 00:31 openapi 00:35:13 drwxrwxr-x 4 1001 1001 71 Jan 12 00:31 snap 00:35:13 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:31 version.go [Pipeline] sh 00:35:13 + '[' -e coverage.out ] 00:35:13 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:13 Stashed 1 file(s) [Pipeline] sh 00:35:13 + make build 00:35:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19660 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:20 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 00:35:25 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:35:26 using credential edgex-jenkins-ssh 00:35:26 Cloning the remote Git repository 00:35: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:35:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:26 > git init /w/workspace/edgex-go/37 # timeout=10 00:35:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:26 > git --version # timeout=10 00:35:26 > git --version # 'git version 2.17.1' 00:35:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:28 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:35:28 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:35:30 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:35:31 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:35:32 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:35:33 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:35:34 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:35:35 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:35:36 $ docker stop --time=1 3808226f8de9a6de16c420934d06c4ea5ff623e618cf33b85388059d8b2ac9ae 00:35:38 $ docker rm -f 3808226f8de9a6de16c420934d06c4ea5ff623e618cf33b85388059d8b2ac9ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:41 00:35:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:41 latest: Pulling from edgex-devops/edgex-compose 00:35:41 cbdbe7a5bc2a: Pulling fs layer 00:35:41 ca9280d653b3: Pulling fs layer 00:35:41 7e9c9ca2126c: Pulling fs layer 00:35:41 cbdbe7a5bc2a: Download complete 00:35:42 cbdbe7a5bc2a: Pull complete 00:35:42 ca9280d653b3: Verifying Checksum 00:35:42 ca9280d653b3: Download complete 00:35:43 7e9c9ca2126c: Verifying Checksum 00:35:43 7e9c9ca2126c: Download complete 00:35:43 ca9280d653b3: Pull complete 00:35:49 7e9c9ca2126c: Pull complete 00:35:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:50 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:35:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:35:53 $ docker top 508829111f897480b0c87a3f1a08d67b70f5253d7229686a72232197ec4efc39 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:53 + grep parallel 00:35:53 + docker-compose build --help 00:35:54 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:35:54 --parallel Build images in parallel. [Pipeline] } 00:35:54 $ docker stop --time=1 508829111f897480b0c87a3f1a08d67b70f5253d7229686a72232197ec4efc39 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:53 > 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:35:54 > git config core.sparsecheckout # timeout=10 00:35:54 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:55 Merge succeeded, producing 758572fea7254556f9e2f929946ec6c5496e7f45 00:35:55 Checking out Revision 758572fea7254556f9e2f929946ec6c5496e7f45 (PR-2858) 00:35:56 $ docker rm -f 508829111f897480b0c87a3f1a08d67b70f5253d7229686a72232197ec4efc39 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:56 . [Pipeline] withDockerContainer 00:35:56 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:35:56 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:latest cat 00:35:54 > git remote # timeout=10 00:35:54 > git config --get remote.origin.url # timeout=10 00:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:55 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:35:55 > git rev-parse HEAD^{commit} # timeout=10 00:35:55 > git config core.sparsecheckout # timeout=10 00:35:55 > git checkout -f 758572fea7254556f9e2f929946ec6c5496e7f45 # timeout=10 00:35:57 $ docker top ce6f72029c5f7d84e446dded6efd7a15c58ab5b395895780120e739f0a27a777 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:58 Building docker-core-command-go ... 00:35:58 Building docker-core-data-go ... 00:35:58 Building docker-core-metadata-go ... 00:35:58 Building docker-security-bootstrap-redis-go ... 00:35:58 Building docker-security-proxy-setup-go ... 00:35:58 Building docker-security-secretstore-setup-go ... 00:35:58 Building docker-support-notifications-go ... 00:35:58 Building docker-support-scheduler-go ... 00:35:58 Building docker-sys-mgmt-agent-go ... 00:35:58 Building docker-support-notifications-go 00:35:58 Building docker-support-scheduler-go 00:35:58 Building docker-core-metadata-go 00:35:58 Building docker-security-secretstore-setup-go 00:35:58 Building docker-security-proxy-setup-go 00:36:00 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:36:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:02 + true 00:36:02 + sudo service docker restart 00:36:00 > git rev-list --no-walk 7e582f4228ca300febc45737d68dbea7cd17adaa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:05 provisioning config files... 00:36:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config4965617950515706561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:05 ---> docker-login.sh 00:36:05 nexus3.edgexfoundry.org:10001 00:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 nexus3.edgexfoundry.org:10002 00:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 nexus3.edgexfoundry.org:10003 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 nexus3.edgexfoundry.org:10004 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 docker.io 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 ---> docker-login.sh ends [Pipeline] } 00:36:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:10 ========================================================= 00:36:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:10 + 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:36:13 Sending build context to Docker daemon 165.5MB 00:36:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:13 Step 2/6 : FROM ${BASE} 00:36:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:13 5f621e34cdf4: Pulling fs layer 00:36:13 a4357932f1b6: Pulling fs layer 00:36:13 18c013af1878: Pulling fs layer 00:36:13 00ac8860ef70: Pulling fs layer 00:36:13 63d7cb157983: Pulling fs layer 00:36:13 b116817d02f9: Pulling fs layer 00:36:13 745a02a5169b: Pulling fs layer 00:36:13 00ac8860ef70: Waiting 00:36:13 63d7cb157983: Waiting 00:36:13 b116817d02f9: Waiting 00:36:13 745a02a5169b: Waiting 00:36:13 18c013af1878: Verifying Checksum 00:36:13 18c013af1878: Download complete 00:36:13 a4357932f1b6: Verifying Checksum 00:36:13 a4357932f1b6: Download complete 00:36:13 63d7cb157983: Download complete 00:36:13 b116817d02f9: Verifying Checksum 00:36:13 b116817d02f9: Download complete 00:36:13 5f621e34cdf4: Verifying Checksum 00:36:13 5f621e34cdf4: Download complete 00:36:14 5f621e34cdf4: Pull complete 00:36:15 a4357932f1b6: Pull complete 00:36:15 18c013af1878: Pull complete 00:36:16 745a02a5169b: Verifying Checksum 00:36:16 745a02a5169b: Download complete 00:36:17 00ac8860ef70: Verifying Checksum 00:36:17 00ac8860ef70: Download complete 00:36:27 00ac8860ef70: Pull complete 00:36:27 63d7cb157983: Pull complete 00:36:27 b116817d02f9: Pull complete 00:36:31 745a02a5169b: Pull complete 00:36:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:31 ---> b7e6874047d6 00:36:31 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:36:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 6d330fd90733 00:36:31 Step 3/24 : WORKDIR /edgex-go 00:36:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 6d330fd90733 00:36:31 Step 3/21 : WORKDIR /edgex-go 00:36:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 6d330fd90733 00:36:31 Step 3/24 : WORKDIR /edgex-go 00:36:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 6d330fd90733 00:36:31 Step 3/22 : WORKDIR /edgex-go 00:36:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 6d330fd90733 00:36:31 Step 3/21 : WORKDIR /edgex-go 00:36:31 ---> Running in 8255da7fd348 00:36:31 ---> Running in 4992ae56600b 00:36:31 ---> Running in 30d75c5f93dd 00:36:31 ---> Running in 484d15b93587 00:36:31 ---> Running in 312b08530f89 00:36:31 Removing intermediate container 312b08530f89 00:36:31 ---> 1b3d31b148fb 00:36:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 30d75c5f93dd 00:36:31 ---> adb521ba94a6 00:36:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 8255da7fd348 00:36:31 ---> c4adedd906b5 00:36:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 4992ae56600b 00:36:31 ---> 56e1743d6bf2 00:36:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 484d15b93587 00:36:31 ---> 20141c6b1c6e 00:36:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 ---> Running in 8bb27de976d7 00:36:31 ---> Running in 0267af9d535c 00:36:31 ---> Running in 26cca62b5e8b 00:36:31 ---> Running in 9aaf1db70616 00:36:31 ---> Running in 3c743ca9c677 00:36:34 Removing intermediate container 8bb27de976d7 00:36:34 ---> 300bac7e53cb 00:36:34 Step 5/21 : RUN apk add --update --no-cache make git 00:36:34 Removing intermediate container 26cca62b5e8b 00:36:34 ---> 183242587e57 00:36:34 Step 5/24 : RUN apk add --update --no-cache make git 00:36:34 Removing intermediate container 0267af9d535c 00:36:34 ---> d2e82a8d07e2 00:36:34 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:34 Removing intermediate container 3c743ca9c677 00:36:34 ---> f8bf263874ca 00:36:34 Step 5/22 : RUN apk add --update --no-cache make git 00:36:34 Removing intermediate container 9aaf1db70616 00:36:34 ---> 4683662ae013 00:36:34 Step 5/21 : RUN apk add --update --no-cache make git 00:36:34 ---> Running in 23327f251796 00:36:34 ---> Running in b1b4257b6146 00:36:34 ---> Running in 63bd9ea1fc41 00:36:34 ---> Running in 6ab9389fd11f 00:36:34 ---> Running in 66cf196a7624 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:35 ---> Running in ede8d04bf033 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:36 OK: 233 MiB in 51 packages 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:36 OK: 233 MiB in 51 packages 00:36:36 OK: 233 MiB in 51 packages 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:36 Removing intermediate container 63bd9ea1fc41 00:36:36 ---> d9bd727a1ae9 00:36:36 Step 6/24 : COPY go.mod . 00:36:37 OK: 233 MiB in 51 packages 00:36:37 Removing intermediate container b1b4257b6146 00:36:37 ---> 361840a5cc4b 00:36:37 Step 6/21 : COPY go.mod . 00:36:37 Removing intermediate container 23327f251796 00:36:37 ---> 78e32f7604d1 00:36:37 Step 6/24 : COPY go.mod . 00:36:37 ---> 032b69cdd7b0 00:36:37 Step 7/24 : RUN go mod download 00:36:37 ---> Running in f3c924610587 00:36:37 OK: 233 MiB in 51 packages 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:37 ---> eb519a8b422c 00:36:37 Step 7/21 : RUN go mod download 00:36:37 ---> c9b8f8f5560d 00:36:37 Step 7/24 : RUN go mod download 00:36:37 (1/12) Installing libmagic (5.38-r0) 00:36:37 ---> Running in 8c74b4695abb 00:36:37 ---> Running in 3f0afdbd07ed 00:36:37 Removing intermediate container 66cf196a7624 00:36:37 ---> 061c4afc1796 00:36:37 Step 6/21 : COPY go.mod . 00:36:37 (2/12) Installing file (5.38-r0) 00:36:38 (3/12) Installing libc-dev (0.7.2-r3) 00:36:38 (4/12) Installing g++ (9.3.0-r2) 00:36:38 Removing intermediate container 6ab9389fd11f 00:36:38 ---> f0e75e14781f 00:36:38 Step 6/22 : COPY go.mod . 00:36:38 ---> 197c1ee0ecbb 00:36:38 Step 7/21 : RUN go mod download 00:36:38 ---> Running in 89e981e5b1ab 00:36:38 ---> 0dbbb9bec159 00:36:38 Step 7/22 : RUN go mod download 00:36:38 ---> Running in 38eb3e52644e 00:36:39 Removing intermediate container f3c924610587 00:36:39 ---> 0aef0e45a8bd 00:36:39 Step 8/24 : COPY . . 00:36:39 Removing intermediate container 3f0afdbd07ed 00:36:39 ---> 4446dd1e60d6 00:36:39 Step 8/21 : COPY . . 00:36:40 Removing intermediate container 8c74b4695abb 00:36:40 ---> 6a7d37f8d43f 00:36:40 Step 8/24 : COPY . . 00:36:41 (5/12) Installing fortify-headers (1.1-r0) 00:36:41 (6/12) Installing patch (2.7.6-r6) 00:36:41 (7/12) Installing build-base (0.5-r2) 00:36:41 (8/12) Installing libsodium (1.0.18-r0) 00:36:41 (9/12) Installing pkgconf (1.7.2-r0) 00:36:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:41 (11/12) Installing libzmq (4.3.3-r0) 00:36:42 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:42 Executing busybox-1.31.1-r19.trigger 00:36:42 OK: 217 MiB in 51 packages 00:36:46 Removing intermediate container 89e981e5b1ab 00:36:46 ---> bc942aeaba2b 00:36:46 Step 8/21 : COPY . . 00:36:46 Removing intermediate container 38eb3e52644e 00:36:46 ---> 4aef1a0563b6 00:36:46 Step 8/22 : COPY . . 00:36:46 Removing intermediate container ede8d04bf033 00:36:46 ---> 2aef7fa17386 00:36:46 Step 4/6 : WORKDIR /edgex-go 00:36:46 ---> Running in a0a03a515f5a 00:36:47 Removing intermediate container a0a03a515f5a 00:36:47 ---> ed4be2b2ff42 00:36:47 Step 5/6 : COPY go.mod . 00:36:48 ---> 072942cb6612 00:36:48 Step 6/6 : RUN go mod download 00:36:48 ---> Running in 69cd84d4aaf1 00:37:15 Removing intermediate container 69cd84d4aaf1 00:37:15 ---> d6050c422cc1 00:37:15 Successfully built d6050c422cc1 00:37:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:15 + docker inspect -f . ci-base-image-arm64 00:37:15 . [Pipeline] withDockerContainer 00:37:15 prd-ubuntu18.04-docker-arm64-4c-16g-19660 does not seem to be running inside a container 00:37:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:37:17 $ docker top 55c8a5f8ec6f880846137361554c9f6543559e726f77e2a92ca395b05f367bfd -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:18 + go version 00:37:18 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:18 $ docker stop --time=1 55c8a5f8ec6f880846137361554c9f6543559e726f77e2a92ca395b05f367bfd 00:37:19 ---> de5946908759 00:37:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:19 ---> 794919ea4606 00:37:19 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:19 ---> 72ba92822bec 00:37:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:19 ---> Running in 7538ef2c9027 00:37:19 ---> Running in 5d3f74383622 00:37:19 ---> Running in 7f0db1febdd1 00:37:19 ---> 24c5243f3e0d 00:37:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:19 ---> 17c1977fa9c9 00:37:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:19 ---> Running in 9ec33bd0ab77 00:37:19 ---> Running in 328e664f5795 00:37:19 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:37:19 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:37:19 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:37:19 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:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:20 $ docker rm -f 55c8a5f8ec6f880846137361554c9f6543559e726f77e2a92ca395b05f367bfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:21 + docker inspect -f . ci-base-image-arm64 00:37:21 . [Pipeline] withDockerContainer 00:37:21 prd-ubuntu18.04-docker-arm64-4c-16g-19660 does not seem to be running inside a container 00:37:22 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:37:23 $ docker top 96edc8b00a651b21ff0091cea4e55e52e33f1d76baed6ee42cb1b90d43219b35 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:23 ========================================================= 00:37:23 [edgeXBuildGoParallel] Running Tests and Build... 00:37:23 ========================================================= [Pipeline] sh 00:37:24 + make test 00:37:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:45 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:37:51 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:52 Removing intermediate container 328e664f5795 00:37:52 ---> e20be215cefb 00:37:52 00:37:52 Step 10/21 : FROM scratch 00:37:52 ---> 00:37:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:52 Removing intermediate container 5d3f74383622 00:37:52 ---> 220482d87742 00:37:52 00:37:52 Step 10/24 : FROM scratch 00:37:52 ---> 00:37:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:52 ---> Running in 6b6a2315cc58 00:37:52 ---> Running in ed35db144156 00:37:52 Removing intermediate container ed35db144156 00:37:52 ---> a99306b12324 00:37:52 Step 12/21 : ENV APP_PORT=48085 00:37:56 Removing intermediate container 6b6a2315cc58 00:37:56 ---> ae3ed0f61163 00:37:56 Step 12/24 : ENV APP_PORT=48060 00:37:56 ---> Running in 4eda21786249 00:37:56 ---> Running in 95ba44ebb21d 00:37:57 Removing intermediate container 7f0db1febdd1 00:37:57 ---> f937a7c1f350 00:37:57 00:37:57 Step 10/24 : FROM alpine:3.12 00:37:57 Removing intermediate container 4eda21786249 00:37:57 ---> 00537f84f64a 00:37:57 Step 13/21 : EXPOSE $APP_PORT 00:37:57 Removing intermediate container 7538ef2c9027 00:37:57 ---> 5a76af3e4b82 00:37:57 00:37:57 Step 10/21 : FROM alpine:3.12 00:37:57 3.12: Pulling from library/alpine 00:37:57 3.12: Pulling from library/alpine 00:37:57 Removing intermediate container 95ba44ebb21d 00:37:57 ---> c661d6884f46 00:37:57 Step 13/24 : EXPOSE $APP_PORT 00:37:57 Removing intermediate container 9ec33bd0ab77 00:37:57 ---> bf3103bdfc13 00:37:57 00:37:57 Step 10/22 : FROM scratch 00:37:57 ---> 00:37:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:57 ---> Using cache 00:37:57 ---> a99306b12324 00:37:57 Step 12/22 : ENV APP_PORT=48081 00:37:57 ---> Running in 137ed8fc3e5f 00:37:57 ---> Running in f7a070dcf6d8 00:37:57 ---> Running in 385f4984f25d 00:37:57 Removing intermediate container f7a070dcf6d8 00:37:57 ---> efb5fe468246 00:37:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:57 Removing intermediate container 137ed8fc3e5f 00:37:57 ---> 6366d86546ba 00:37:57 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:57 Removing intermediate container 385f4984f25d 00:37:57 ---> 3bb3c72cdd05 00:37:57 Step 13/22 : EXPOSE $APP_PORT 00:37:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:58 Status: Downloaded newer image for alpine:3.12 00:37:58 ---> 389fef711851 00:37:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:58 Status: Image is up to date for alpine:3.12 00:37:58 ---> 389fef711851 00:37:58 Step 11/21 : RUN apk add --update --no-cache curl 00:37:58 ---> Running in c2f0cac4475d 00:37:58 ---> Running in 97e050ada5a2 00:37:58 ---> Running in bc0b7b7ed12f 00:37:58 ---> 88dc1fce677d 00:37:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:58 ---> f644dc8da86b 00:37:58 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:58 Removing intermediate container c2f0cac4475d 00:37:58 ---> ef3f80428621 00:37:58 Step 14/22 : WORKDIR / 00:37:59 ---> Running in ff25cbb496d9 00:37:59 ---> 3f121c8ed84e 00:37:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:59 ---> 5999aa051a5c 00:37:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:59 Removing intermediate container ff25cbb496d9 00:37:59 ---> d2b7fd73ceba 00:37:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:59 ---> 972bce0e815e 00:37:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:59 ---> Running in bfab5bf34f21 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:00 ---> c39ddf88d772 00:38:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:00 ---> e05bf7dcfd41 00:38:00 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:00 Removing intermediate container bfab5bf34f21 00:38:00 ---> cdf37f4bd6cf 00:38:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:00 ---> Running in eeebbae2aed4 00:38:00 (1/4) Installing ca-certificates (20191127-r4) 00:38:00 (1/5) Installing ca-certificates (20191127-r4) 00:38:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:00 (3/4) Installing libcurl (7.69.1-r3) 00:38:00 (3/5) Installing libcurl (7.69.1-r3) 00:38:00 (4/4) Installing curl (7.69.1-r3) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 (4/5) Installing curl (7.69.1-r3) 00:38:00 Executing ca-certificates-20191127-r4.trigger 00:38:00 (5/5) Installing dumb-init (1.2.2-r1) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 Executing ca-certificates-20191127-r4.trigger 00:38:00 OK: 7 MiB in 18 packages 00:38:00 OK: 7 MiB in 19 packages 00:38:01 Removing intermediate container eeebbae2aed4 00:38:01 ---> 876e012edf72 00:38:01 Step 19/21 : LABEL arch=x86_64 00:38:01 ---> e23b1e9b253d 00:38:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:01 ---> Running in d3e4527feb47 00:38:01 ---> 75722c6b649c 00:38:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:01 Removing intermediate container d3e4527feb47 00:38:01 ---> 96901698254d 00:38:01 Step 20/21 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:38:02 ---> e1325173a2fe 00:38:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:02 ---> df7bf8789b48 00:38:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:02 ---> Running in f76cd9aa5d91 00:38:02 ---> Running in 02de5a216e62 00:38:02 Removing intermediate container 97e050ada5a2 00:38:02 ---> 4acb8654554d 00:38:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:03 Removing intermediate container bc0b7b7ed12f 00:38:03 ---> d58e6abe10a6 00:38:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:03 ---> Running in 90a9a3140829 00:38:03 ---> 2b45c17d4742 00:38:03 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:03 Removing intermediate container f76cd9aa5d91 00:38:03 ---> 30d4499dd024 00:38:03 Step 21/21 : LABEL version=0.0.0 00:38:03 ---> Running in 37f1b62efdbb 00:38:03 Removing intermediate container 02de5a216e62 00:38:03 ---> 82760b07c057 00:38:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:03 ---> Running in 34070bf7184c 00:38:03 ---> Running in c78824e807c5 00:38:03 ---> Running in 1b8b1c4c5226 00:38:03 Removing intermediate container 90a9a3140829 00:38:03 ---> 5d1d2b7fdb82 00:38:03 Step 13/24 : WORKDIR / 00:38:03 Removing intermediate container 37f1b62efdbb 00:38:03 ---> abe5b5b9be85 00:38:03 Step 13/21 : WORKDIR /edgex 00:38:03 ---> Running in f01970fc5842 00:38:03 ---> Running in 05125e98a1f8 00:38:03 Removing intermediate container c78824e807c5 00:38:03 ---> 9a1d958fb690 00:38:03 00:38:03 Removing intermediate container 34070bf7184c 00:38:03 ---> 208f60044650 00:38:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:04 Removing intermediate container 1b8b1c4c5226 00:38:04 ---> 4b9a3a948a5c 00:38:04 Step 20/22 : LABEL arch=x86_64 00:38:04 Successfully built 9a1d958fb690 00:38:04 Removing intermediate container f01970fc5842 00:38:04 ---> 9bd1cd83537c 00:38:04 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:38:04 ---> Running in 2bce770fd4aa 00:38:04 Successfully tagged docker-support-scheduler-go:latest 00:38:04  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:38:04 ---> Running in 4aa168f567d8 00:38:04 Removing intermediate container 05125e98a1f8 00:38:04 ---> dcb062628146 00:38:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:04 Removing intermediate container 4aa168f567d8 00:38:04 ---> 960974eadaad 00:38:04 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:38:04 Removing intermediate container 2bce770fd4aa 00:38:04 ---> 9f49431787c2 00:38:04 Step 22/24 : LABEL arch=x86_64 00:38:05 ---> Running in ddb8ab84af44 00:38:05 ---> Running in 0b81c257cdb4 00:38:05 ---> 21171a0f6adf 00:38:05 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:38:05 ---> f824bb003a45 00:38:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:06 Removing intermediate container 0b81c257cdb4 00:38:06 ---> 554e9de222e0 00:38:06 Step 23/24 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:38:06 Removing intermediate container ddb8ab84af44 00:38:06 ---> 2bfce20eb25a 00:38:06 Step 22/22 : LABEL version=0.0.0 00:38:08 ---> Running in 33dde6b707a8 00:38:08 ---> Running in 5eb211d91429 00:38:09 ---> a532836cd913 00:38:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:09 ---> 2b80e77c441c 00:38:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:09 Removing intermediate container 33dde6b707a8 00:38:09 ---> d416c74b0db7 00:38:09 Step 24/24 : LABEL version=0.0.0 00:38:09 Removing intermediate container 5eb211d91429 00:38:09 ---> 5d3093e74956 00:38:09 00:38:09 Successfully built 5d3093e74956 00:38:09 ---> Running in 1c5011b3421f 00:38:09 Successfully tagged docker-core-metadata-go:latest 00:38:09  Building docker-core-metadata-go ... done Building docker-core-command-go 00:38:11 ---> 5d0b4b772d16 00:38:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:15 ---> 42d8aed12bc0 00:38:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:15 Removing intermediate container 1c5011b3421f 00:38:15 ---> e36caab055da 00:38:15 00:38:15 Successfully built e36caab055da 00:38:16 Successfully tagged docker-support-notifications-go:latest 00:38:16 Building docker-core-data-go 00:38:16  Building docker-support-notifications-go ... done  ---> 14b1e05c902f 00:38:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:17 ---> Running in c2509bbe3a05 00:38:17 Removing intermediate container c2509bbe3a05 00:38:17 ---> 995306e471ee 00:38:17 Step 18/21 : CMD ["--init=true"] 00:38:19 ---> 1da023325060 00:38:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:19 ---> Running in d949988381ae 00:38:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> 6d330fd90733 00:38:23 Step 3/26 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 20141c6b1c6e 00:38:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> f8bf263874ca 00:38:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:23 Removing intermediate container d949988381ae 00:38:23 ---> 34a5749e40c6 00:38:23 Step 19/21 : LABEL arch=x86_64 00:38:26 ---> 846d3ec1dafe 00:38:26 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:38:26 ---> Running in e62017b6d3a5 00:38:27 ---> Running in bea23d3c4cea 00:38:27 ---> Running in 83f46d87c6c7 00:38:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> 6d330fd90733 00:38:27 Step 3/22 : WORKDIR /edgex-go 00:38:27 ---> Using cache 00:38:27 ---> 20141c6b1c6e 00:38:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:27 ---> Using cache 00:38:27 ---> f8bf263874ca 00:38:27 Step 5/22 : RUN apk add --update --no-cache make git 00:38:27 ---> Using cache 00:38:27 ---> f0e75e14781f 00:38:27 Step 6/22 : COPY go.mod . 00:38:27 ---> Using cache 00:38:27 ---> 0dbbb9bec159 00:38:27 Step 7/22 : RUN go mod download 00:38:27 ---> Using cache 00:38:27 ---> 4aef1a0563b6 00:38:27 Step 8/22 : COPY . . 00:38:27 ---> Using cache 00:38:27 ---> 24c5243f3e0d 00:38:27 Step 9/22 : RUN make cmd/core-command/core-command 00:38:28 Removing intermediate container bea23d3c4cea 00:38:28 ---> d2da1c751123 00:38:28 Step 20/21 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:38:28 ---> Running in 2fd3fbfcaf31 00:38:28 ---> Running in dcc5d73587c3 00:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 Removing intermediate container dcc5d73587c3 00:38:29 ---> b608d3a18f05 00:38:29 Step 21/21 : LABEL version=0.0.0 00:38:30 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:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 ---> Running in dab3fd1957a6 00:38:30 Removing intermediate container dab3fd1957a6 00:38:30 ---> aca322f103f9 00:38:30 00:38:31 OK: 233 MiB in 51 packages 00:38:31 Successfully built aca322f103f9 00:38:31 Successfully tagged docker-security-proxy-setup-go:latest 00:38:31 Building docker-security-bootstrap-redis-go 00:38:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 83f46d87c6c7 00:38:31 ---> b71358673fec 00:38:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:32 ---> Running in 819b4c4e4917 00:38:34 Removing intermediate container 819b4c4e4917 00:38:34 ---> d4752111c9f7 00:38:34 Step 22/24 : LABEL arch=x86_64 00:38:34 Removing intermediate container e62017b6d3a5 00:38:34 ---> 498e1aadb1b3 00:38:34 Step 6/26 : COPY go.mod . 00:38:35 ---> Running in 7abeafbd2301 00:38:36 ---> 9d04ebad7206 00:38:36 Step 7/26 : RUN go mod download 00:38:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:37 ---> 6d330fd90733 00:38:37 Step 3/23 : WORKDIR /edgex-go 00:38:37 ---> Using cache 00:38:37 ---> 20141c6b1c6e 00:38:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:37 ---> Using cache 00:38:37 ---> f8bf263874ca 00:38:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:38 ---> Running in 06554a29972c 00:38:38 Removing intermediate container 7abeafbd2301 00:38:38 ---> 7f6856a5e186 00:38:38 Step 23/24 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:38:38 ---> Running in 689dc67a3eb8 00:38:39 ---> Running in 2a6ee8ddf924 00:38:39 Removing intermediate container 2a6ee8ddf924 00:38:39 ---> bd5b7cd065df 00:38:39 Step 24/24 : LABEL version=0.0.0 00:38:40 ---> Running in 14931d3b498e 00:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:41 Removing intermediate container 14931d3b498e 00:38:41 ---> f7d53df60691 00:38:41 00:38:41 Successfully built f7d53df60691 00:38:41 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:41  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:42 OK: 233 MiB in 51 packages 00:38:43 Removing intermediate container 06554a29972c 00:38:43 ---> 44fc1dcf2d6a 00:38:43 Step 8/26 : COPY . . 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> 6d330fd90733 00:38:50 Step 3/22 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 20141c6b1c6e 00:38:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> f8bf263874ca 00:38:50 Step 5/22 : RUN apk add --update --no-cache make git 00:38:50 ---> Using cache 00:38:50 ---> f0e75e14781f 00:38:50 Step 6/22 : COPY go.mod . 00:38:50 ---> Using cache 00:38:50 ---> 0dbbb9bec159 00:38:50 Step 7/22 : RUN go mod download 00:38:50 ---> Using cache 00:38:50 ---> 4aef1a0563b6 00:38:50 Step 8/22 : COPY . . 00:38:50 ---> Using cache 00:38:50 ---> 24c5243f3e0d 00:38:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:50 Removing intermediate container 689dc67a3eb8 00:38:50 ---> 321eb619fc61 00:38:50 Step 6/23 : COPY go.mod . 00:38:51 ---> Running in cdc4add3ae3d 00:38:52 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:52 ---> a957e9af4565 00:38:52 Step 7/23 : RUN go mod download 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:54 ---> Running in f039164f075a 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:00 Removing intermediate container 2fd3fbfcaf31 00:39:00 ---> 62dd8238e04f 00:39:00 00:39:00 Step 10/22 : FROM scratch 00:39:00 ---> 00:39:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:02 ---> Using cache 00:39:02 ---> a99306b12324 00:39:02 Step 12/22 : ENV APP_PORT=48082 00:39:02 Removing intermediate container f039164f075a 00:39:02 ---> 3d8560a476cf 00:39:02 Step 8/23 : COPY . . 00:39:02 ---> Running in 974639cfc130 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:08 Removing intermediate container 974639cfc130 00:39:08 ---> 619be417c12d 00:39:08 Step 13/22 : EXPOSE $APP_PORT 00:39:10 ---> Running in 013cb806803e 00:39:10 ---> 1008373ee94c 00:39:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:11 Removing intermediate container 013cb806803e 00:39:11 ---> f363a363205f 00:39:11 Step 14/22 : WORKDIR / 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.231s coverage: 46.6% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:11 ---> Running in 725f62faf1d3 00:39:11 ---> Running in 7d1b8fe92682 00:39:12 Removing intermediate container 7d1b8fe92682 00:39:12 ---> a014180a9b7b 00:39:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:14 ---> 0c93eaa2d350 00:39:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:17 ---> 20f252fb84e1 00:39:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.548s coverage: 77.8% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.789s coverage: 82.4% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:19 Removing intermediate container cdc4add3ae3d 00:39:19 ---> a7ab17bf2504 00:39:19 00:39:19 Step 10/22 : FROM alpine:3.12 00:39:19 ---> 389fef711851 00:39:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:19 ---> Using cache 00:39:19 ---> 4acb8654554d 00:39:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:21 ---> b3969d118049 00:39:21 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:21 ---> Running in 740f534e05d9 00:39:23 ---> Running in 025e6e985b9c 00:39:23 Removing intermediate container 740f534e05d9 00:39:23 ---> 30731bc686ea 00:39:23 Step 13/22 : WORKDIR / 00:39:23 ---> dbc556c3dce6 00:39:23 Step 9/23 : RUN make cmd/core-data/core-data 00:39:23 ---> Running in 290897dc0792 00:39:24 Removing intermediate container 025e6e985b9c 00:39:24 ---> 92095e2acd9c 00:39:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 ---> Running in 91336506fa34 00:39:24 ---> Running in cc40a331b66f 00:39:24 Removing intermediate container 290897dc0792 00:39:24 ---> e186a848948f 00:39:24 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:24 Removing intermediate container cc40a331b66f 00:39:24 ---> 4c556e8848ec 00:39:24 Step 20/22 : LABEL arch=x86_64 00:39:24 ---> Running in f6bc92f79a2d 00:39:25 ---> bedc31d07a0c 00:39:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:25 Removing intermediate container f6bc92f79a2d 00:39:25 ---> 9a7d5f633239 00:39:25 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:39:25 ---> Running in 4f3ce9df78c9 00:39: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:39:25 Removing intermediate container 4f3ce9df78c9 00:39:25 ---> cd579a6f44b6 00:39:25 Step 22/22 : LABEL version=0.0.0 00:39:25 ---> Running in 0ef4220cf992 00:39:25 ---> 5f3bbc7ff8cb 00:39:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:26 Removing intermediate container 0ef4220cf992 00:39:26 ---> 17c372a532ba 00:39:26 00:39:26 ---> 4ba6893cd03d 00:39:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:26 Successfully built 17c372a532ba 00:39:26 Successfully tagged docker-core-command-go:latest 00:39:26  Building docker-core-command-go ... done  ---> 9577bda5a361 00:39:26 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.294s coverage: 28.6% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.314s coverage: 86.7% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:26 ---> Running in 909cf59cd674 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.411s coverage: 97.5% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:28 Removing intermediate container 909cf59cd674 00:39:28 ---> 50ebf262198b 00:39:28 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:29 ---> Running in dcf713deb60a 00:39:31 Removing intermediate container dcf713deb60a 00:39:31 ---> 04724f16d3bd 00:39:31 Step 20/22 : LABEL arch=x86_64 00:39:31 ---> Running in b2baa41395bc 00:39:31 Removing intermediate container 725f62faf1d3 00:39:31 ---> ad35b44f34a4 00:39:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:31 ---> Running in dd69a3a304e4 00:39:32 Removing intermediate container b2baa41395bc 00:39:32 ---> 5e5d9be8afea 00:39:32 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:39:32 ---> Running in 43b873d76c6b 00:39:32 Removing intermediate container 43b873d76c6b 00:39:32 ---> 54bfd5a89cd0 00:39:32 Step 22/22 : LABEL version=0.0.0 00:39:32 ---> Running in 98fbd6253209 00:39:32 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:32 Removing intermediate container 98fbd6253209 00:39:32 ---> d1d5bd70e6fe 00:39:32 00:39:32 Successfully built d1d5bd70e6fe 00:39:33 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:35  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dd69a3a304e4 00:39:35 ---> 2522be8e672d 00:39:35 00:39:35 Step 11/26 : FROM docker:20.10.0 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.174s coverage: 94.1% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 0.1% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:35 20.10.0: Pulling from library/docker 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 80.8% of statements 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.264s coverage: 91.4% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.680s coverage: 63.5% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 00:39:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:42 Status: Downloaded newer image for docker:20.10.0 00:39:42 ---> aefe523efa57 00:39:42 Step 12/26 : RUN apk add --no-cache bash 00:39:42 ---> Running in 22d4df124c47 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 (1/2) Installing readline (8.0.4-r0) 00:39:43 (2/2) Installing bash (5.0.17-r0) 00:39:43 Executing bash-5.0.17-r0.post-install 00:39:43 Executing busybox-1.31.1-r19.trigger 00:39:43 OK: 12 MiB in 22 packages 00:39:44 Removing intermediate container 91336506fa34 00:39:44 ---> 7070bb9abac2 00:39:44 00:39:44 Step 10/23 : FROM alpine:3.12 00:39:44 ---> 389fef711851 00:39:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:44 ---> Running in da7c81cc1f17 00:39:44 Removing intermediate container da7c81cc1f17 00:39:44 ---> 01adc7030566 00:39:44 Step 12/23 : ENV APP_PORT=48080 00:39:44 Removing intermediate container 22d4df124c47 00:39:44 ---> a70ab33990d0 00:39:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:44 ---> Running in 6a721b73cc5a 00:39:44 ---> Running in e1f222f0ac5e 00:39:44 Removing intermediate container 6a721b73cc5a 00:39:44 ---> 1b490058c423 00:39:44 Step 13/23 : EXPOSE $APP_PORT 00:39:44 ---> Running in c9598156ec3c 00:39:44 Removing intermediate container e1f222f0ac5e 00:39:44 ---> c931b37e93f0 00:39:44 Step 14/26 : ENV APP_PORT=48090 00:39:44 ---> Running in bf336d3cb898 00:39:45 Removing intermediate container c9598156ec3c 00:39:45 ---> 2e7fe7acfc80 00:39:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 ---> Running in 674a918a55c6 00:39:45 Removing intermediate container bf336d3cb898 00:39:45 ---> 20364478b89e 00:39:45 Step 15/26 : EXPOSE $APP_PORT 00:39:45 ---> Running in bd9c0f08a262 00:39:45 Removing intermediate container bd9c0f08a262 00:39:45 ---> 695c9272b0d2 00:39:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:46 ---> c0ddc195e6dc 00:39:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:46 Removing intermediate container 674a918a55c6 00:39:46 ---> 8e4a5e005167 00:39:46 Step 15/23 : RUN apk add --update --no-cache zeromq 00:39:46 ---> Running in 5cedb86a3b4f 00:39:46 ---> 59487641b281 00:39:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:47 ---> b95cf9835b43 00:39:47 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:47 ---> Running in 1f8298e8447d 00:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:47 (1/33) Installing libbz2 (1.0.8-r1) 00:39:47 (2/33) Installing expat (2.2.9-r1) 00:39:47 (3/33) Installing libffi (3.3-r2) 00:39:47 (4/33) Installing gdbm (1.13-r1) 00:39:47 (5/33) Installing xz-libs (5.2.5-r0) 00:39:47 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.947s coverage: 55.9% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:47 (7/33) Installing python3 (3.8.5-r0) 00:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:48 (1/5) Installing libgcc (9.3.0-r2) 00:39:48 (2/5) Installing libsodium (1.0.18-r0) 00:39:48 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:48 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:48 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:48 (11/33) Installing py3-six (1.15.0-r0) 00:39:48 (12/33) Installing py3-packaging (20.4-r0) 00:39:48 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:48 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:48 (15/33) Installing py3-idna (2.9-r0) 00:39:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:49 (18/33) Installing py3-requests (2.23.0-r0) 00:39:49 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:49 (4/5) Installing libzmq (4.3.3-r0) 00:39:49 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:49 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:49 (5/5) Installing zeromq (4.3.3-r0) 00:39:49 (24/33) Installing py3-distro (1.5.0-r1) 00:39:49 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:49 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.401s coverage: 37.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:49 Executing busybox-1.31.1-r19.trigger 00:39:49 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:49 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:49 OK: 8 MiB in 19 packages 00:39:49 (29/33) Installing py3-progress (1.5-r0) 00:39:49 (30/33) Installing py3-toml (0.10.1-r0) 00:39:49 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:49 (33/33) Installing py3-pip (20.1.1-r0) 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.849s coverage: 84.0% of statements 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 00:39:55 Executing busybox-1.31.1-r19.trigger 00:39:55 OK: 71 MiB in 55 packages 00:39:55 Removing intermediate container 5cedb86a3b4f 00:39:55 ---> 86df6dada840 00:39:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:55 ---> f94f81f699f6 00:39:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:58 ---> 29031084e673 00:39:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:59 ---> 83aa4743a314 00:39:59 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:59 Removing intermediate container 1f8298e8447d 00:39:59 ---> ec19018b1b54 00:39:59 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:59 ---> Running in 8adfec64e3d5 00:39:59 ---> Running in 0d215675d0b7 00:39:59 Removing intermediate container 8adfec64e3d5 00:39:59 ---> b38fe28ffac0 00:39:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:59 ---> Running in c3f396726168 00:39:59 Removing intermediate container c3f396726168 00:39:59 ---> b214f3a995e6 00:39:59 Step 21/23 : LABEL arch=x86_64 00:39:59 ---> Running in 755e76e2dae2 00:39:59 Removing intermediate container 755e76e2dae2 00:39:59 ---> fc712c32f7d4 00:39:59 Step 22/23 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:40:00 ---> Running in 0d01d1f201a8 00:40:00 Removing intermediate container 0d01d1f201a8 00:40:00 ---> eae59a499b3e 00:40:00 Step 23/23 : LABEL version=0.0.0 00:40:00 ---> Running in 4b7c30941fcf 00:40:00 Removing intermediate container 4b7c30941fcf 00:40:00 ---> 48d63213aa37 00:40:00 00:40:00 Successfully built 48d63213aa37 00:40:00 Successfully tagged docker-core-data-go:latest 00:40:00  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:40:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:01 Collecting cached-property<2,>=1.2.0 00:40:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:01 Collecting dockerpty<0.5,>=0.4.1 00:40:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:02 Collecting jsonschema<3,>=2.5.1 00:40:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:02 Collecting PyYAML<4,>=3.10 00:40:02 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.713s coverage: 29.1% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:40:03 Collecting websocket-client<1.0,>=0.32.0 00:40:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:03 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:03 Collecting docker<4.0,>=3.6.0 00:40:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:03 Collecting docopt<0.7,>=0.6.1 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements 00:40:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:03 Collecting texttable<0.10,>=0.9.0 00:40:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:04 GO111MODULE=on go vet ./... 00:40:04 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:40:04 Collecting urllib3<1.25,>=1.21.1 00:40:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:04 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:40:04 Collecting idna<2.8,>=2.5 00:40:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:04 Collecting docker-pycreds>=0.4.0 00:40:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:05 Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, jsonschema, PyYAML, websocket-client, docker-pycreds, docker, docopt, texttable, docker-compose 00:40:05 Attempting uninstall: urllib3 00:40:05 Found existing installation: urllib3 1.25.9 00:40:05 Uninstalling urllib3-1.25.9: 00:40:05 Successfully uninstalled urllib3-1.25.9 00:40:05 Attempting uninstall: idna 00:40:05 Found existing installation: idna 2.9 00:40:05 Uninstalling idna-2.9: 00:40:05 Successfully uninstalled idna-2.9 00:40:05 Attempting uninstall: requests 00:40:05 Found existing installation: requests 2.23.0 00:40:05 Uninstalling requests-2.23.0: 00:40:05 Successfully uninstalled requests-2.23.0 00:40:05 Running setup.py install for dockerpty: started 00:40:06 Running setup.py install for dockerpty: finished with status 'done' 00:40:06 Running setup.py install for PyYAML: started 00:40:07 Running setup.py install for PyYAML: finished with status 'done' 00:40:07 Running setup.py install for docopt: started 00:40:08 Running setup.py install for docopt: finished with status 'done' 00:40:08 Running setup.py install for texttable: started 00:40:08 Running setup.py install for texttable: finished with status 'done' 00:40:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:12 Removing intermediate container 0d215675d0b7 00:40:12 ---> ae5ca4eb5f17 00:40:12 Step 21/26 : RUN apk --no-cache add curl 00:40:12 ---> Running in 999e0387c79b 00:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:12 (2/3) Installing libcurl (7.69.1-r3) 00:40:12 (3/3) Installing curl (7.69.1-r3) 00:40:12 Executing busybox-1.31.1-r19.trigger 00:40:12 OK: 72 MiB in 58 packages 00:40:13 Removing intermediate container 999e0387c79b 00:40:13 ---> 0ad177c8c66f 00:40:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:13 ---> Running in f84ccfc6ab64 00:40:13 Removing intermediate container f84ccfc6ab64 00:40:13 ---> 9699e537c050 00:40:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 ---> Running in a53fef50fbd2 00:40:13 Removing intermediate container a53fef50fbd2 00:40:13 ---> a83d1b316979 00:40:13 Step 24/26 : LABEL arch=x86_64 00:40:13 ---> Running in 6179dcca10ce 00:40:14 Removing intermediate container 6179dcca10ce 00:40:14 ---> 6bdf6ed1249c 00:40:14 Step 25/26 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:40:14 ---> Running in 1a09a90f8182 00:40:14 Removing intermediate container 1a09a90f8182 00:40:14 ---> 84b8fd95d186 00:40:14 Step 26/26 : LABEL version=0.0.0 00:40:14 ---> Running in 25b2908d3da0 00:40:14 Removing intermediate container 25b2908d3da0 00:40:14 ---> 768ebec80bd2 00:40:14 00:40:14 Successfully built 768ebec80bd2 00:40:14 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:15 $ docker stop --time=1 ce6f72029c5f7d84e446dded6efd7a15c58ab5b395895780120e739f0a27a777 00:40:16 $ docker rm -f ce6f72029c5f7d84e446dded6efd7a15c58ab5b395895780120e739f0a27a777 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:17 + docker images 00:40:17 + grep docker 00:40:17 docker-sys-mgmt-agent-go latest 768ebec80bd2 3 seconds ago 313MB 00:40:17 docker-core-data-go latest 48d63213aa37 17 seconds ago 22.3MB 00:40:17 docker-security-bootstrap-redis-go latest d1d5bd70e6fe 45 seconds ago 15.8MB 00:40:17 docker-core-command-go latest 17c372a532ba 52 seconds ago 10.6MB 00:40:17 docker-security-secretstore-setup-go latest f7d53df60691 About a minute ago 24.6MB 00:40:17 docker-security-proxy-setup-go latest aca322f103f9 About a minute ago 24.5MB 00:40:17 docker-support-notifications-go latest e36caab055da 2 minutes ago 12MB 00:40:17 docker-core-metadata-go latest 5d3093e74956 2 minutes ago 13MB 00:40:17 docker-support-scheduler-go latest 9a1d958fb690 2 minutes ago 10.7MB 00:40:17 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:40:33 Still waiting to schedule task 00:40:33 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19669’ 00:41:25 gofmt -l . 00:41:25 [ "`gofmt -l .`" = "" ] 00:41:25 ./bin/test-go-mod-tidy.sh 00:41:25 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:26 + ls -al . 00:41:26 total 680 00:41:26 drwxrwxr-x 9 1001 1001 4096 Jan 12 00:41 . 00:41:26 drwxr-xr-x 4 root root 4096 Jan 12 00:37 .. 00:41:26 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:35 .dockerignore 00:41:26 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:35 .git 00:41:26 drwxrwxr-x 3 1001 1001 4096 Jan 12 00:35 .github 00:41:26 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:35 .gitignore 00:41:26 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:35 .sonarcloud.properties 00:41:26 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:35 Attribution.txt 00:41:26 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:35 CONTRIBUTING.md 00:41:26 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:35 Dockerfile.build 00:41:26 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:35 Jenkinsfile 00:41:26 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:35 LICENSE 00:41:26 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:35 Makefile 00:41:26 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:35 README.md 00:41:26 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:35 SECURITY.md 00:41:26 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:32 VERSION 00:41:26 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:35 ZMQWindows.md 00:41:26 drwxrwxr-x 2 1001 1001 4096 Jan 12 00:35 bin 00:41:26 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:35 cmd 00:41:26 -rw-r--r-- 1 root root 545099 Jan 12 00:40 coverage.out 00:41:26 -rw-r--r-- 1 root root 979 Jan 12 00:41 go.mod 00:41:26 -rw-r--r-- 1 root root 19019 Jan 12 00:41 go.sum 00:41:26 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:35 internal 00:41:26 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:35 openapi 00:41:26 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:35 snap 00:41:26 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:35 version.go [Pipeline] sh 00:41:27 + '[' -e coverage.out ] 00:41:27 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:27 Warning: overwriting stash ‘coverage-report’ 00:41:28 Stashed 1 file(s) [Pipeline] sh 00:41:29 + make build 00:41:29 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:41:41 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:42:00 Running on prd-ubuntu18.04-docker-8c-8g-19673 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:00 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 00:42:03 using credential edgex-jenkins-ssh 00:42:03 Cloning the remote Git repository 00:42:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:02 > git init /w/workspace/edgex-go/37 # timeout=10 00:42:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:03 > git --version # timeout=10 00:42:03 > git --version # 'git version 2.17.1' 00:42:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:14 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:42:16 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:42:21 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:21 Merge succeeded, producing a0fc644a9671d3f58f1dfe2c2f18b5851a9284ad 00:42:21 Checking out Revision a0fc644a9671d3f58f1dfe2c2f18b5851a9284ad (PR-2858) 00:42:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:20 > 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:42:21 > git config core.sparsecheckout # timeout=10 00:42:21 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:21 > git remote # timeout=10 00:42:21 > git config --get remote.origin.url # timeout=10 00:42:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:21 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:42:21 > git rev-parse HEAD^{commit} # timeout=10 00:42:21 > git config core.sparsecheckout # timeout=10 00:42:21 > git checkout -f a0fc644a9671d3f58f1dfe2c2f18b5851a9284ad # timeout=10 00:42:22 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:42:23 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:42:25 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:42:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:25 > git rev-list --no-walk 7e582f4228ca300febc45737d68dbea7cd17adaa # timeout=10 00:42:26 + echo snap-build.sh 00:42:26 snap-build.sh 00:42:26 + SNAP_BASE_DIR=. 00:42:26 + '[' '!' -z /w/workspace/edgex-go/37 ']' 00:42:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/37 00:42:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/37]' 00:42:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/37] 00:42:26 + cd /w/workspace/edgex-go/37 00:42:26 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:26 Reading package lists... 00:42:26 Building dependency tree... 00:42:26 Reading state information... 00:42:27 The following packages were automatically installed and are no longer required: 00:42:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:27 uidmap xdelta3 00:42:27 Use 'sudo apt autoremove' to remove them. 00:42:27 The following packages will be REMOVED: 00:42:27 lxd* lxd-client* 00:42:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:27 After this operation, 31.7 MB disk space will be freed. 00:42:28 (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:42:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:28 Removing lxd dnsmasq configuration 00:42:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:30 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:42:30 (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:42:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:31 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:31 Processing triggers for ureadahead (0.100.0-21) ... 00:42:32 + sudo snap remove --purge lxd 00:42:33 snap "lxd" is not installed 00:42:33 + sudo groupadd --force --system lxd 00:42:33 ++ whoami 00:42:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:33 + newgrp - lxd 00:42:33 + sudo snap install lxd 00:42:36 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:42:41 2021-01-12T00:42:38Z INFO Waiting for automatic snapd restart... 00:42:42 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:42:46 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:42:50 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:42:54 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:42:56 lxd 4.10 from Canonical* installed 00:42:56 + sudo lxd init --auto [Pipeline] } 00:42:58 $ docker stop --time=1 96edc8b00a651b21ff0091cea4e55e52e33f1d76baed6ee42cb1b90d43219b35 00:43:01 $ docker rm -f 96edc8b00a651b21ff0091cea4e55e52e33f1d76baed6ee42cb1b90d43219b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:03 00:43:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:04 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:04 29e5d40040c1: Pulling fs layer 00:43:04 1ce36da41761: Pulling fs layer 00:43:04 25b303627fd3: Pulling fs layer 00:43:04 29e5d40040c1: Verifying Checksum 00:43:04 29e5d40040c1: Download complete 00:43:05 1ce36da41761: Verifying Checksum 00:43:05 1ce36da41761: Download complete 00:43:05 29e5d40040c1: Pull complete 00:43:06 + sudo snap install --classic snapcraft 00:43:06 1ce36da41761: Pull complete 00:43:06 25b303627fd3: Verifying Checksum 00:43:06 25b303627fd3: Download complete 00:43:12 snapcraft 4.4.4 from Canonical* installed 00:43:12 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:12 + patch --verbose -p1 00:43:12 Hmm... Looks like a unified diff to me... 00:43:12 The text leading up to this was: 00:43:12 -------------------------- 00:43:12 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:12 |From: Tony Espy 00:43:12 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:12 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:12 | 00:43:12 |This patch is used by the EdgeX CI pipeline builds to 00:43:12 |optimize the snap CI check run for pull requests. When 00:43:12 |applied, it essentially strips out everything (apps and 00:43:12 |parts) from the snapcraft.yaml file except those required 00:43:12 |to build edgex-go, as the whole idea of the CI check is to 00:43:12 |catch changes to edgex-go that break the snap build. 00:43:12 | 00:43:12 |In general, anyone updating snapcraft.yaml will also need 00:43:12 |to update this patch file, otherwise it may fail to apply, 00:43:12 |resulting in a failed snap build CI check in the associated 00:43:12 |pull request. 00:43:12 | 00:43:12 |Note - in addition to applying this patch, the pipeline also 00:43:12 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:12 |need to build the finally binary .snap file (and it won't 00:43:12 |work with the patch applied). This further reduces the build 00:43:12 |time. 00:43:12 |--- 00:43:12 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:12 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:12 | 00:43:12 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:12 |index 1e537489..faf42425 100644 00:43:12 |--- a/snap/snapcraft.yaml 00:43:12 |+++ b/snap/snapcraft.yaml 00:43:12 -------------------------- 00:43:12 patching file snap/snapcraft.yaml 00:43:12 Using Plan A... 00:43:12 Hunk #1 succeeded at 73. 00:43:12 Hunk #2 succeeded at 202 with fuzz 1. 00:43:12 Hunk #3 succeeded at 214. 00:43:12 Hunk #4 FAILED at 222. 00:43:12 Hunk #5 succeeded at 300 (offset 1 line). 00:43:12 Hunk #6 succeeded at 327 (offset 1 line). 00:43:12 Hunk #7 succeeded at 361 (offset 1 line). 00:43:12 Hunk #8 FAILED at 411. 00:43:12 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:12 Hmm... Ignoring the trailing garbage. 00:43:12 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:12 Failed in branch amd64 00:43:15 25b303627fd3: Pull complete 00:43:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:16 prd-ubuntu18.04-docker-arm64-4c-16g-19660 does not seem to be running inside a container 00:43:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:19 $ docker top 17d4583219faef323ba2a324314aaae3d36f9934f99c885716376cd90de9b208 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:20 + docker-compose build --help 00:43:20 + grep parallel 00:43:26 --parallel Build images in parallel. [Pipeline] } 00:43:26 $ docker stop --time=1 17d4583219faef323ba2a324314aaae3d36f9934f99c885716376cd90de9b208 00:43:28 $ docker rm -f 17d4583219faef323ba2a324314aaae3d36f9934f99c885716376cd90de9b208 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:29 . [Pipeline] withDockerContainer 00:43:29 prd-ubuntu18.04-docker-arm64-4c-16g-19660 does not seem to be running inside a container 00:43:29 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:43:31 $ docker top ed7aec00ac784fcd8d009a58d6e8f6a688df2dcc8db4e1663237187b84473c8e -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:32 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:37 Building docker-core-command-go ... 00:43:37 Building docker-core-data-go ... 00:43:37 Building docker-core-metadata-go ... 00:43:37 Building docker-security-bootstrap-redis-go ... 00:43:37 Building docker-security-proxy-setup-go ... 00:43:37 Building docker-security-secretstore-setup-go ... 00:43:37 Building docker-support-notifications-go ... 00:43:37 Building docker-support-scheduler-go ... 00:43:37 Building docker-sys-mgmt-agent-go ... 00:43:37 Building docker-core-data-go 00:43:37 Building docker-support-scheduler-go 00:43:37 Building docker-support-notifications-go 00:43:37 Building docker-security-bootstrap-redis-go 00:43:37 Building docker-core-command-go 00:44:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:45 ---> d6050c422cc1 00:44:45 Step 3/22 : WORKDIR /edgex-go 00:44:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:45 ---> d6050c422cc1 00:44:45 Step 3/21 : WORKDIR /edgex-go 00:44:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:45 ---> d6050c422cc1 00:44:45 Step 3/23 : WORKDIR /edgex-go 00:44:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:45 ---> d6050c422cc1 00:44:45 Step 3/22 : WORKDIR /edgex-go 00:44:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:45 ---> d6050c422cc1 00:44:45 Step 3/24 : WORKDIR /edgex-go 00:44:51 ---> Running in 1585e327d2ea 00:44:51 ---> Running in b12968db80e2 00:44:51 ---> Running in a156df8c0085 00:44:51 ---> Running in 92c941a803c6 00:44:51 ---> Running in 2521a0d8d708 00:44:51 Removing intermediate container a156df8c0085 00:44:51 ---> 5f1f0f79c7a6 00:44:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 Removing intermediate container 1585e327d2ea 00:44:51 ---> 814429004855 00:44:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 Removing intermediate container b12968db80e2 00:44:51 ---> da3ea6cd2afe 00:44:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 Removing intermediate container 2521a0d8d708 00:44:51 ---> c3cac6582493 00:44:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 Removing intermediate container 92c941a803c6 00:44:51 ---> 8ca9972919fc 00:44:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 ---> Running in 119ed6354409 00:44:51 ---> Running in c187df651118 00:44:51 ---> Running in 38fbe113d2a3 00:44:51 ---> Running in 0ce2a16e3155 00:44:51 ---> Running in 2a049ad5cc0e 00:44:55 Removing intermediate container c187df651118 00:44:55 ---> 7b61aef7f2bf 00:44:55 Step 5/22 : RUN apk add --update --no-cache make git 00:44:55 ---> Running in f1af65c1c772 00:44:55 Removing intermediate container 119ed6354409 00:44:55 ---> 3c93022c151d 00:44:55 Step 5/22 : RUN apk add --update --no-cache make git 00:44:55 Removing intermediate container 38fbe113d2a3 00:44:55 ---> 5bfbd2db17f2 00:44:55 Step 5/21 : RUN apk add --update --no-cache make git 00:44:56 ---> Running in 3557dec6f25a 00:44:56 ---> Running in 4e650657568b 00:44:56 Removing intermediate container 2a049ad5cc0e 00:44:56 ---> 909d60baf019 00:44:56 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:56 Removing intermediate container 0ce2a16e3155 00:44:56 ---> dbb4f6fa1ed9 00:44:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:56 ---> Running in 96b3fa095788 00:44:56 ---> Running in 1110ec2dfbee 00:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:59 OK: 217 MiB in 51 packages 00:45:00 OK: 217 MiB in 51 packages 00:45:00 OK: 217 MiB in 51 packages 00:45:00 OK: 217 MiB in 51 packages 00:45:00 OK: 217 MiB in 51 packages 00:45:02 Removing intermediate container 3557dec6f25a 00:45:02 ---> b0c12bc18df7 00:45:02 Step 6/22 : COPY go.mod . 00:45:02 Removing intermediate container f1af65c1c772 00:45:02 ---> 06d289d316ac 00:45:02 Step 6/22 : COPY go.mod . 00:45:02 Removing intermediate container 1110ec2dfbee 00:45:02 ---> 9587b6c74a67 00:45:02 Step 6/23 : COPY go.mod . 00:45:02 Removing intermediate container 4e650657568b 00:45:02 ---> 5b48cd7f809b 00:45:02 Step 6/21 : COPY go.mod . 00:45:03 Removing intermediate container 96b3fa095788 00:45:03 ---> 6d01066a00d1 00:45:03 Step 6/24 : COPY go.mod . 00:45:03 ---> 8e8aff18c5b5 00:45:03 Step 7/22 : RUN go mod download 00:45:03 ---> 98c8a5366405 00:45:03 Step 7/22 : RUN go mod download 00:45:03 ---> Running in ff3413182094 00:45:03 ---> Running in de626662fa8f 00:45:03 ---> 10d09fdafe8b 00:45:03 Step 7/23 : RUN go mod download 00:45:04 ---> Running in 269a8e9e0ff0 00:45:04 ---> af7a5c6714df 00:45:04 Step 7/24 : RUN go mod download 00:45:04 ---> 92200eb09b44 00:45:04 Step 7/21 : RUN go mod download 00:45:04 ---> Running in 045964d4f7ab 00:45:04 ---> Running in 9fcdba3f30d4 00:45:08 Removing intermediate container de626662fa8f 00:45:08 ---> deb8ecd95d39 00:45:08 Step 8/22 : COPY . . 00:45:08 Removing intermediate container ff3413182094 00:45:08 ---> 7b83abd8d0a4 00:45:08 Step 8/22 : COPY . . 00:45:08 Removing intermediate container 269a8e9e0ff0 00:45:08 ---> 047b59242685 00:45:08 Step 8/23 : COPY . . 00:45:09 Removing intermediate container 045964d4f7ab 00:45:09 ---> f9bc2ec40d3c 00:45:09 Removing intermediate container 9fcdba3f30d4 00:45:09 ---> de5a5586b22d 00:45:09 Step 8/21 : COPY . . 00:45:09 Step 8/24 : COPY . . 00:45:36 ---> 64396809cbde 00:45:36 Step 9/22 : RUN make cmd/core-command/core-command 00:45:36 ---> Running in 5e176a317f54 00:45:36 ---> ee4f9aca09f8 00:45:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:36 ---> 48b499b1acb4 00:45:36 Step 9/23 : RUN make cmd/core-data/core-data 00:45:36 ---> cd3107a555b9 00:45:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:36 ---> Running in 81411faf3b9d 00:45:36 ---> Running in f47cbbc399e9 00:45:36 ---> f432356f9ee6 00:45:36 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:36 ---> Running in 709463182d97 00:45:36 ---> Running in 3482c91df034 00:45:37 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:45:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:38 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:45:38 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:45:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:45 Removing intermediate container 3482c91df034 00:47:45 ---> f8a7a6a07298 00:47:45 00:47:45 Step 10/22 : FROM alpine:3.12 00:47:45 3.12: Pulling from library/alpine 00:47:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:45 Status: Downloaded newer image for alpine:3.12 00:47:45 ---> afeebe901d6b 00:47:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:45 ---> Running in 0be727e432a6 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 (1/5) Installing ca-certificates (20191127-r4) 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 Executing busybox-1.31.1-r19.trigger 00:47:45 Executing ca-certificates-20191127-r4.trigger 00:47:45 OK: 7 MiB in 19 packages 00:47:45 Removing intermediate container 81411faf3b9d 00:47:45 ---> 86b5b446569f 00:47:45 00:47:45 Step 10/24 : FROM scratch 00:47:45 ---> 00:47:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:45 Removing intermediate container f47cbbc399e9 00:47:45 Removing intermediate container 5e176a317f54 00:47:45 ---> fb826ebd7b38 00:47:45 00:47:45 Step 10/22 : FROM scratch 00:47:45 ---> 00:47:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:45 ---> 68745447f113 00:47:45 00:47:45 Step 10/21 : FROM scratch 00:47:45 ---> 00:47:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:45 ---> Running in 0554f53d07dc 00:47:45 ---> Running in 2391858d070c 00:47:45 ---> Running in 5be11908a768 00:47:45 Removing intermediate container 0be727e432a6 00:47:45 ---> c4b55e7bef1c 00:47:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:45 ---> Running in cdcaed62cc01 00:47:46 Removing intermediate container 0554f53d07dc 00:47:46 ---> bc108cbd78df 00:47:46 Step 12/24 : ENV APP_PORT=48060 00:47:46 Removing intermediate container 5be11908a768 00:47:46 ---> 7fdab20b4cdc 00:47:46 Step 12/22 : ENV APP_PORT=48082 00:47:46 ---> Running in 703cee98c624 00:47:46 Removing intermediate container 2391858d070c 00:47:46 ---> Running in 8ca13dfd4dde 00:47:46 ---> 07e46a430a63 00:47:46 Step 12/21 : ENV APP_PORT=48085 00:47:46 ---> Running in 8da415888d93 00:47:46 Removing intermediate container cdcaed62cc01 00:47:46 ---> 4cf8897931ce 00:47:46 Step 13/22 : WORKDIR / 00:47:47 Removing intermediate container 703cee98c624 00:47:47 ---> df7a8ef5ab5a 00:47:47 Step 13/24 : EXPOSE $APP_PORT 00:47:47 ---> Running in 45433d1ab94c 00:47:47 Removing intermediate container 8ca13dfd4dde 00:47:47 ---> fc1470009440 00:47:47 Step 13/22 : EXPOSE $APP_PORT 00:47:47 ---> Running in 65ccc0381d67 00:47:47 ---> Running in a9d7e46ff02a 00:47:47 Removing intermediate container 8da415888d93 00:47:47 ---> dbc5ee2119c1 00:47:47 Step 13/21 : EXPOSE $APP_PORT 00:47:47 ---> Running in eaba33737bac 00:47:48 Removing intermediate container 45433d1ab94c 00:47:48 ---> 8e6c1a296045 00:47:48 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:48 Removing intermediate container 65ccc0381d67 00:47:48 ---> 2b531cf1b066 00:47:48 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:48 Removing intermediate container eaba33737bac 00:47:48 Removing intermediate container a9d7e46ff02a 00:47:48 ---> 68199f484306 00:47:48 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:48 ---> 35fa08729a74 00:47:48 Step 14/22 : WORKDIR / 00:47:49 ---> Running in 736387555b52 00:47:50 Removing intermediate container 736387555b52 00:47:50 ---> 8166ea418bf8 00:47:50 ---> a4d32dec07a6 00:47:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:50 ---> bd45b212265d 00:47:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:50 ---> c7cad5af82f8 00:47:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:52 ---> 7e3c53ff5b94 00:47:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:52 ---> adf19c6bbc8d 00:47:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:52 ---> b305fde3d745 00:47:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:53 ---> d4fb74b7c3a9 00:47:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:54 ---> 61f416de4da8 00:47:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:54 ---> ba8c914c2ba7 00:47:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:54 ---> 08835735f4ce 00:47:54 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:54 ---> Running in 90b43a8033cd 00:47:55 ---> 91be498467a2 00:47:55 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:55 ---> 35a93f021e15 00:47:55 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:55 ---> 681755642109 00:47:55 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:55 ---> Running in 5cf5557b29b4 00:47:56 Removing intermediate container 90b43a8033cd 00:47:56 ---> bc619e0ab47d 00:47:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:56 ---> Running in 25f0dda53fec 00:47:56 ---> Running in 09804f8fed3a 00:47:56 ---> d634a8e7eb7d 00:47:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:56 Removing intermediate container 25f0dda53fec 00:47:56 ---> e78dc9625507 00:47:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:57 ---> Running in 973f0c3f05ea 00:47:57 Removing intermediate container 09804f8fed3a 00:47:57 ---> da5c8491ea48 00:47:57 Step 19/21 : LABEL arch=arm64 00:47:57 ---> Running in 64ddf515135f 00:47:57 Removing intermediate container 973f0c3f05ea 00:47:57 ---> 8a2f85ef8c27 00:47:57 Step 20/22 : LABEL arch=arm64 00:47:58 ---> Running in 60a5bd30b0d2 00:47:58 Removing intermediate container 64ddf515135f 00:47:58 ---> 08e5168e6cec 00:47:58 Step 20/21 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:47:58 ---> 7eb32d9a311f 00:47:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:59 ---> Running in 7d93c98db8e2 00:47:59 Removing intermediate container 60a5bd30b0d2 00:47:59 ---> 512b2dfb872c 00:47:59 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:47:59 ---> Running in a972e1bd6943 00:47:59 Removing intermediate container 5cf5557b29b4 00:47:59 ---> dcfb3671ea60 00:47:59 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:59 Removing intermediate container 7d93c98db8e2 00:47:59 ---> 8e1d8cfca6c2 00:47:59 Step 21/21 : LABEL version=0.0.0 00:47:59 ---> Running in 88efe384981e 00:47:59 ---> Running in 7f0a418072ec 00:48:00 ---> 1ff9e0ae83ae 00:48:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:00 Removing intermediate container a972e1bd6943 00:48:00 ---> 5fb1f99ef88a 00:48:00 Step 22/22 : LABEL version=0.0.0 00:48:00 ---> Running in 067554ecd347 00:48:00 ---> Running in f16b8c75ce6f 00:48:00 Removing intermediate container 88efe384981e 00:48:00 ---> fe0062f1ead5 00:48:00 Step 20/22 : LABEL arch=arm64 00:48:00 Removing intermediate container 7f0a418072ec 00:48:00 ---> 6b424bb8a067 00:48:00 00:48:00 ---> Running in 9d631035d897 00:48:00 Successfully built 6b424bb8a067 00:48:00 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:00  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:48:01 Removing intermediate container f16b8c75ce6f 00:48:01 Removing intermediate container 067554ecd347 00:48:01 ---> ca26a0536460 00:48:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:01 ---> ec8783aed8f2 00:48:01 00:48:01 ---> Running in e9e581e3c19a 00:48:01 Removing intermediate container 9d631035d897 00:48:01 ---> 55ef45fb4091 00:48:01 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:48:02 Successfully built ec8783aed8f2 00:48:02 Successfully tagged docker-core-command-go-arm64:latest 00:48:02  Building docker-core-command-go ... done Building docker-core-metadata-go 00:48:02 ---> Running in 6d5acd4ecbaf 00:48:02 Removing intermediate container e9e581e3c19a 00:48:02 ---> 8b66cdf2dac7 00:48:02 Step 22/24 : LABEL arch=arm64 00:48:02 ---> Running in 33f5dbd8c124 00:48:02 Removing intermediate container 6d5acd4ecbaf 00:48:02 ---> 524552445d46 00:48:02 Step 22/22 : LABEL version=0.0.0 00:48:03 ---> Running in 57a024db5ea1 00:48:03 Removing intermediate container 33f5dbd8c124 00:48:03 ---> 605641c5eea5 00:48:03 Step 23/24 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:48:04 ---> Running in 4697feae9800 00:48:04 Removing intermediate container 57a024db5ea1 00:48:04 ---> 550cf4f32ccf 00:48:04 00:48:05 Successfully built 550cf4f32ccf 00:48:05 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:05 Building docker-security-proxy-setup-go 00:48:05  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4697feae9800 00:48:05 ---> c51bbb8f3473 00:48:05 Step 24/24 : LABEL version=0.0.0 00:48:06 ---> Running in d707c93108df 00:48:06 Removing intermediate container 709463182d97 00:48:06 ---> 80d7de4684e1 00:48:06 00:48:06 Step 10/23 : FROM alpine:3.12 00:48:06 ---> afeebe901d6b 00:48:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:07 ---> Running in 4120e4ab83e4 00:48:07 Removing intermediate container d707c93108df 00:48:07 ---> 81d82cf2feb0 00:48:07 00:48:08 Successfully built 81d82cf2feb0 00:48:08 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:08  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:48:08 Removing intermediate container 4120e4ab83e4 00:48:08 ---> bfaca0799a10 00:48:08 Step 12/23 : ENV APP_PORT=48080 00:48:08 ---> Running in b1af6290c99b 00:48:09 Removing intermediate container b1af6290c99b 00:48:09 ---> 9b4452bc1c1a 00:48:09 Step 13/23 : EXPOSE $APP_PORT 00:48:09 ---> Running in 923b81728872 00:48:10 Removing intermediate container 923b81728872 00:48:10 ---> 718feb0c4216 00:48:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:10 ---> Running in e16c8e1566cb 00:48:15 Removing intermediate container e16c8e1566cb 00:48:15 ---> 45802267d365 00:48:15 Step 15/23 : RUN apk add --update --no-cache zeromq 00:48:15 ---> Running in d363c6826725 00:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:18 (1/5) Installing libgcc (9.3.0-r2) 00:48:18 (2/5) Installing libsodium (1.0.18-r0) 00:48:18 (3/5) Installing libstdc++ (9.3.0-r2) 00:48:19 (4/5) Installing libzmq (4.3.3-r0) 00:48:19 (5/5) Installing zeromq (4.3.3-r0) 00:48:19 Executing busybox-1.31.1-r19.trigger 00:48:19 OK: 8 MiB in 19 packages 00:48:22 Removing intermediate container d363c6826725 00:48:22 ---> 26b0ba93fa17 00:48:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:23 ---> 02eebbcce387 00:48:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:26 ---> fb904dfc82eb 00:48:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:27 ---> 4afdc68c3dac 00:48:27 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:27 ---> Running in 91172f75a3b3 00:48:27 Removing intermediate container 91172f75a3b3 00:48:27 ---> 55c8f6b5d4dd 00:48:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:28 ---> Running in c74c0cd76c08 00:48:28 Removing intermediate container c74c0cd76c08 00:48:28 ---> 490233d8e702 00:48:28 Step 21/23 : LABEL arch=arm64 00:48:29 ---> Running in 4fce2967d395 00:48:30 Removing intermediate container 4fce2967d395 00:48:30 ---> d0fdd2d15049 00:48:30 Step 22/23 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:48:30 ---> Running in ea2cbfa9d81b 00:48:31 Removing intermediate container ea2cbfa9d81b 00:48:31 ---> 7816c87bc2f2 00:48:31 Step 23/23 : LABEL version=0.0.0 00:48:31 ---> Running in 5771ed1cdf8e 00:48:32 Removing intermediate container 5771ed1cdf8e 00:48:32 ---> ea8b93d0754f 00:48:32 00:48:32 Successfully built ea8b93d0754f 00:48:32 Successfully tagged docker-core-data-go-arm64:latest 00:48:54  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:54 ---> d6050c422cc1 00:48:54 Step 3/22 : WORKDIR /edgex-go 00:48:54 ---> Using cache 00:48:54 ---> 8ca9972919fc 00:48:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:54 ---> Using cache 00:48:54 ---> 5bfbd2db17f2 00:48:54 Step 5/22 : RUN apk add --update --no-cache make git 00:48:54 ---> Using cache 00:48:54 ---> 5b48cd7f809b 00:48:54 Step 6/22 : COPY go.mod . 00:48:54 ---> Using cache 00:48:54 ---> 92200eb09b44 00:48:54 Step 7/22 : RUN go mod download 00:48:54 ---> Using cache 00:48:54 ---> de5a5586b22d 00:48:54 Step 8/22 : COPY . . 00:48:54 ---> Using cache 00:48:54 ---> cd3107a555b9 00:48:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:48:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:54 ---> d6050c422cc1 00:48:54 Step 3/24 : WORKDIR /edgex-go 00:48:54 ---> Using cache 00:48:54 ---> 8ca9972919fc 00:48:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:54 ---> Using cache 00:48:54 ---> 5bfbd2db17f2 00:48:54 Step 5/24 : RUN apk add --update --no-cache make git 00:48:54 ---> Using cache 00:48:54 ---> 5b48cd7f809b 00:48:54 Step 6/24 : COPY go.mod . 00:48:54 ---> Using cache 00:48:54 ---> 92200eb09b44 00:48:54 Step 7/24 : RUN go mod download 00:48:54 ---> Using cache 00:48:54 ---> de5a5586b22d 00:48:54 Step 8/24 : COPY . . 00:48:54 ---> Using cache 00:48:54 ---> cd3107a555b9 00:48:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:55 ---> d6050c422cc1 00:48:55 Step 3/21 : WORKDIR /edgex-go 00:48:55 ---> Using cache 00:48:55 ---> 8ca9972919fc 00:48:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:55 ---> Using cache 00:48:55 ---> 5bfbd2db17f2 00:48:55 Step 5/21 : RUN apk add --update --no-cache make git 00:48:55 ---> Using cache 00:48:55 ---> 5b48cd7f809b 00:48:55 Step 6/21 : COPY go.mod . 00:48:55 ---> Using cache 00:48:55 ---> 92200eb09b44 00:48:55 Step 7/21 : RUN go mod download 00:48:55 ---> Using cache 00:48:55 ---> de5a5586b22d 00:48:55 Step 8/21 : COPY . . 00:48:55 ---> Using cache 00:48:55 ---> cd3107a555b9 00:48:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> d6050c422cc1 00:48:56 Step 3/26 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> 8ca9972919fc 00:48:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> 5bfbd2db17f2 00:48:56 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:57 ---> Running in b2366bf8a56d 00:48:57 ---> Running in accd7544653e 00:48:57 ---> Running in 1b018270d25a 00:48:57 ---> Running in 0aae84c20347 00:48:59 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:48:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 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:48:59 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:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:01 OK: 217 MiB in 51 packages 00:49:02 Removing intermediate container 0aae84c20347 00:49:02 ---> 8995fd56ecc5 00:49:02 Step 6/26 : COPY go.mod . 00:49:04 ---> 3f97f592a234 00:49:04 Step 7/26 : RUN go mod download 00:49:04 ---> Running in f3eac3c06e08 00:49:08 Removing intermediate container f3eac3c06e08 00:49:08 ---> 940d07594fcd 00:49:08 Step 8/26 : COPY . . 00:49:30 ---> 5a188f6014cb 00:49:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:30 ---> Running in 2ae86ba4902c 00:49:30 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:50:09 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:09 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:50:28 Removing intermediate container b2366bf8a56d 00:50:28 ---> 239d0fb41ca5 00:50:28 00:50:28 Step 10/24 : FROM alpine:3.12 00:50:28 ---> afeebe901d6b 00:50:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:28 ---> Using cache 00:50:28 ---> c4b55e7bef1c 00:50:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:28 Removing intermediate container 1b018270d25a 00:50:28 ---> 872a459048e0 00:50:28 00:50:28 Step 10/21 : FROM alpine:3.12 00:50:28 ---> afeebe901d6b 00:50:28 Step 11/21 : RUN apk add --update --no-cache curl 00:50:28 ---> Running in 2b7a5400f52d 00:50:28 ---> Running in 19a948e6b58f 00:50:28 Removing intermediate container 2b7a5400f52d 00:50:28 ---> f4148a5efdea 00:50:28 Step 13/24 : WORKDIR / 00:50:28 ---> Running in 359b6d73a6b7 00:50:29 Removing intermediate container 359b6d73a6b7 00:50:29 ---> d411caf6cdd2 00:50:29 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:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:30 (1/4) Installing ca-certificates (20191127-r4) 00:50:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:30 (3/4) Installing libcurl (7.69.1-r3) 00:50:30 (4/4) Installing curl (7.69.1-r3) 00:50:30 Executing busybox-1.31.1-r19.trigger 00:50:30 ---> 234c2727f126 00:50:30 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:30 Executing ca-certificates-20191127-r4.trigger 00:50:30 OK: 7 MiB in 18 packages 00:50:32 ---> ef5edecc023f 00:50:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:33 Removing intermediate container 19a948e6b58f 00:50:33 ---> ad636d3e4748 00:50:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:33 ---> e640d9ce0ec0 00:50:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:33 ---> Running in 011f8ce3e49e 00:50:34 Removing intermediate container 011f8ce3e49e 00:50:34 ---> e7e18597a401 00:50:34 Step 13/21 : WORKDIR /edgex 00:50:35 ---> Running in ee789f5ea8d9 00:50:35 ---> b3d7c711de31 00:50:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:36 Removing intermediate container ee789f5ea8d9 00:50:36 ---> f077c2e6bd85 00:50:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:38 ---> 7ea648c87f38 00:50:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:38 ---> ed931b568b4a 00:50:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:40 ---> dc5af2f88c2b 00:50:40 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:40 ---> b1f256665ab7 00:50:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:40 ---> Running in 381a728d9c76 00:50:43 ---> f5afe97a51a9 00:50:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:43 Removing intermediate container accd7544653e 00:50:43 ---> c4e385c78e33 00:50:43 00:50:43 Step 10/22 : FROM scratch 00:50:43 ---> 00:50:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:43 ---> Using cache 00:50:43 ---> 07e46a430a63 00:50:43 Step 12/22 : ENV APP_PORT=48081 00:50:43 ---> Running in a1809b7b663f 00:50:43 ---> Running in 1e0c49522525 00:50:44 Removing intermediate container a1809b7b663f 00:50:44 ---> 27a12ff14390 00:50:44 Step 18/21 : CMD ["--init=true"] 00:50:44 Removing intermediate container 1e0c49522525 00:50:44 ---> 589c7887d351 00:50:44 Step 13/22 : EXPOSE $APP_PORTRemoving intermediate container 381a728d9c76 00:50:44 ---> 6fcb49ca0037 00:50:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:44 00:50:44 ---> Running in 77017525225d 00:50:44 ---> Running in f64bf53e7f4e 00:50:44 ---> Running in 33418b45ba87 00:50:45 Removing intermediate container 2ae86ba4902c 00:50:45 ---> 91a597433f37 00:50:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:45 ---> Running in 7b2083a3d26e 00:50:45 Removing intermediate container f64bf53e7f4e 00:50:45 ---> 8c215c57c486 00:50:45 Step 14/22 : WORKDIR / 00:50:45 Removing intermediate container 77017525225d 00:50:45 ---> a673dd5f3efe 00:50:45 Step 19/21 : LABEL arch=arm64 00:50:45 ---> Running in d86483e5e08a 00:50:45 Removing intermediate container 33418b45ba87 00:50:45 ---> 7bd14b7df576 00:50:45 Step 22/24 : LABEL arch=arm64 00:50:45 ---> Running in 85485080a76f 00:50:46 ---> Running in 49fa69ab6e41 00:50:46 Removing intermediate container d86483e5e08a 00:50:46 ---> dd18e3e3c741 00:50:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:46 Removing intermediate container 85485080a76f 00:50:46 ---> d07404bf8488 00:50:46 Step 20/21 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:50:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:47 Removing intermediate container 49fa69ab6e41 00:50:47 ---> bedcd5327353 00:50:47 Step 23/24 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:50:47 ---> Running in 086ea7aba3e1 00:50:47 ---> Running in e3ed2f3e19b9 00:50:47 ---> e61570e9e3d6 00:50:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:47 Removing intermediate container 086ea7aba3e1 00:50:47 ---> 4cf506990587 00:50:47 Step 21/21 : LABEL version=0.0.0 00:50:47 ---> Running in b77e20fefb17 00:50:48 Removing intermediate container e3ed2f3e19b9 00:50:48 ---> 6fbd935ef4b8 00:50:48 Step 24/24 : LABEL version=0.0.0 00:50:48 ---> Running in a9e829d20740 00:50:48 Removing intermediate container b77e20fefb17 00:50:48 ---> f029c9392052 00:50:48 00:50:49 Successfully built f029c9392052 00:50:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:49  Building docker-security-proxy-setup-go ... done Removing intermediate container a9e829d20740 00:50:49 ---> da28c91dff95 00:50:49 00:50:49 ---> 0b2c499393f4 00:50:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:50 Successfully built da28c91dff95 00:50:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:50  Building docker-security-secretstore-setup-go ... done  ---> 7c338c534392 00:50:50 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:50 ---> Running in 72489e3a0ad0 00:50:51 Removing intermediate container 7b2083a3d26e 00:50:51 ---> 78a3ccf286fc 00:50:51 00:50:51 Step 11/26 : FROM docker:20.10.0 00:50:51 20.10.0: Pulling from library/docker 00:50:51 Removing intermediate container 72489e3a0ad0 00:50:51 ---> a729bd1ffacc 00:50:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:51 ---> Running in ba3c16ca149a 00:50:52 Removing intermediate container ba3c16ca149a 00:50:52 ---> 5f60e8fe8459 00:50:52 Step 20/22 : LABEL arch=arm64 00:50:53 ---> Running in 63e0415b4ae8 00:50:53 Removing intermediate container 63e0415b4ae8 00:50:53 ---> e02b951c477f 00:50:53 Step 21/22 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:50:54 ---> Running in eda1507f32ba 00:50:55 Removing intermediate container eda1507f32ba 00:50:55 ---> 9fd529705571 00:50:55 Step 22/22 : LABEL version=0.0.0 00:50:55 ---> Running in e7706cd19abc 00:50:56 Removing intermediate container e7706cd19abc 00:50:56 ---> 78a79c6e08f5 00:50:56 00:50:56 Successfully built 78a79c6e08f5 00:50:56 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:59  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:59 Status: Downloaded newer image for docker:20.10.0 00:50:59 ---> eeaf43b92773 00:50:59 Step 12/26 : RUN apk add --no-cache bash 00:50:59 ---> Running in adcf149329d2 00:51:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:02 (1/2) Installing readline (8.0.4-r0) 00:51:02 (2/2) Installing bash (5.0.17-r0) 00:51:02 Executing bash-5.0.17-r0.post-install 00:51:02 Executing busybox-1.31.1-r19.trigger 00:51:02 OK: 12 MiB in 22 packages 00:51:03 Removing intermediate container adcf149329d2 00:51:03 ---> 9b86eda0393b 00:51:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:03 ---> Running in 32e2c755fb35 00:51:04 Removing intermediate container 32e2c755fb35 00:51:04 ---> 70d387844e6b 00:51:04 Step 14/26 : ENV APP_PORT=48090 00:51:04 ---> Running in 3ce35343db60 00:51:04 Removing intermediate container 3ce35343db60 00:51:04 ---> 5619f63e450b 00:51:04 Step 15/26 : EXPOSE $APP_PORT 00:51:04 ---> Running in 3dbbf578fec9 00:51:05 Removing intermediate container 3dbbf578fec9 00:51:05 ---> ac9f52002731 00:51:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:06 ---> ff332d309a82 00:51:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:07 ---> 5c714f0172d9 00:51:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:08 ---> bd6ba3b44326 00:51:08 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:08 ---> Running in 52d86ef9981e 00:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:10 (1/33) Installing libbz2 (1.0.8-r1) 00:51:10 (2/33) Installing expat (2.2.9-r1) 00:51:10 (3/33) Installing libffi (3.3-r2) 00:51:10 (4/33) Installing gdbm (1.13-r1) 00:51:10 (5/33) Installing xz-libs (5.2.5-r0) 00:51:10 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:10 (7/33) Installing python3 (3.8.5-r0) 00:51:12 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:12 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:12 (11/33) Installing py3-six (1.15.0-r0) 00:51:12 (12/33) Installing py3-packaging (20.4-r0) 00:51:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:12 (15/33) Installing py3-idna (2.9-r0) 00:51:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:13 (18/33) Installing py3-requests (2.23.0-r0) 00:51:13 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:13 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:13 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:13 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:13 (24/33) Installing py3-distro (1.5.0-r1) 00:51:13 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:13 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:13 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:13 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:13 (29/33) Installing py3-progress (1.5-r0) 00:51:13 (30/33) Installing py3-toml (0.10.1-r0) 00:51:13 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:13 (33/33) Installing py3-pip (20.1.1-r0) 00:51:13 Executing busybox-1.31.1-r19.trigger 00:51:13 OK: 71 MiB in 55 packages 00:51:20 Removing intermediate container 52d86ef9981e 00:51:20 ---> c9e4ba328e99 00:51:20 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:20 ---> Running in 4d37947b54ca 00:51:27 Collecting docker-compose==1.23.2 00:51:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:28 Collecting docker<4.0,>=3.6.0 00:51:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:28 Collecting texttable<0.10,>=0.9.0 00:51:28 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:31 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:51:31 Collecting websocket-client<1.0,>=0.32.0 00:51:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:32 Collecting jsonschema<3,>=2.5.1 00:51:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:33 Collecting PyYAML<4,>=3.10 00:51:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:37 Collecting dockerpty<0.5,>=0.4.1 00:51:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:40 Collecting docopt<0.7,>=0.6.1 00:51:40 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:43 Collecting cached-property<2,>=1.2.0 00:51:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:45 Collecting docker-pycreds>=0.4.0 00:51:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:46 Collecting urllib3<1.25,>=1.21.1 00:51:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:46 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:51:46 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:51:46 Collecting idna<2.8,>=2.5 00:51:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:48 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, PyYAML, dockerpty, docopt, cached-property, docker-compose 00:51:48 Attempting uninstall: urllib3 00:51:48 Found existing installation: urllib3 1.25.9 00:51:48 Uninstalling urllib3-1.25.9: 00:51:48 Successfully uninstalled urllib3-1.25.9 00:51:49 Attempting uninstall: idna 00:51:49 Found existing installation: idna 2.9 00:51:49 Uninstalling idna-2.9: 00:51:49 Successfully uninstalled idna-2.9 00:51:50 Attempting uninstall: requests 00:51:50 Found existing installation: requests 2.23.0 00:51:50 Uninstalling requests-2.23.0: 00:51:50 Successfully uninstalled requests-2.23.0 00:51:51 Running setup.py install for texttable: started 00:51:54 Running setup.py install for texttable: finished with status 'done' 00:51:54 Running setup.py install for PyYAML: started 00:51:57 Running setup.py install for PyYAML: finished with status 'done' 00:51:57 Running setup.py install for dockerpty: started 00:52:00 Running setup.py install for dockerpty: finished with status 'done' 00:52:00 Running setup.py install for docopt: started 00:52:02 Running setup.py install for docopt: finished with status 'done' 00:52:03 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:52:08 Removing intermediate container 4d37947b54ca 00:52:08 ---> 783549603a55 00:52:08 Step 21/26 : RUN apk --no-cache add curl 00:52:08 ---> Running in 31673dace7a7 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:10 (2/3) Installing libcurl (7.69.1-r3) 00:52:10 (3/3) Installing curl (7.69.1-r3) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 OK: 71 MiB in 58 packages 00:52:11 Removing intermediate container 31673dace7a7 00:52:11 ---> 720dad3457a9 00:52:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:11 ---> Running in 35e14f174998 00:52:12 Removing intermediate container 35e14f174998 00:52:12 ---> 9ade586444fc 00:52:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:12 ---> Running in 8b664687995f 00:52:13 Removing intermediate container 8b664687995f 00:52:13 ---> 2540370bd659 00:52:13 Step 24/26 : LABEL arch=arm64 00:52:13 ---> Running in 9d7da1abc9e7 00:52:13 Removing intermediate container 9d7da1abc9e7 00:52:13 ---> 4ff56ee1d228 00:52:13 Step 25/26 : LABEL git_sha=ffc881b1c04bf585f769d0e7b738c63137d250cb 00:52:13 ---> Running in 99d0539a31d8 00:52:14 Removing intermediate container 99d0539a31d8 00:52:14 ---> 3c805e2f4481 00:52:14 Step 26/26 : LABEL version=0.0.0 00:52:14 ---> Running in 624596ea7e39 00:52:14 Removing intermediate container 624596ea7e39 00:52:14 ---> 00a5a723972c 00:52:14 00:52:15 Successfully built 00a5a723972c 00:52:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:15 $ docker stop --time=1 ed7aec00ac784fcd8d009a58d6e8f6a688df2dcc8db4e1663237187b84473c8e 00:52:17 $ docker rm -f ed7aec00ac784fcd8d009a58d6e8f6a688df2dcc8db4e1663237187b84473c8e [Pipeline] // withDockerContainer [Pipeline] sh 00:52:18 + + docker images 00:52:18 grep docker 00:52:18 docker-sys-mgmt-agent-go-arm64 latest 00a5a723972c 4 seconds ago 300MB 00:52:18 docker-core-metadata-go-arm64 latest 78a79c6e08f5 About a minute ago 12.3MB 00:52:18 docker-security-secretstore-setup-go-arm64 latest da28c91dff95 About a minute ago 23.4MB 00:52:18 docker-security-proxy-setup-go-arm64 latest f029c9392052 About a minute ago 23.3MB 00:52:18 docker-core-data-go-arm64 latest ea8b93d0754f 3 minutes ago 21MB 00:52:18 docker-support-notifications-go-arm64 latest 81d82cf2feb0 4 minutes ago 11.4MB 00:52:18 docker-security-bootstrap-redis-go-arm64 latest 550cf4f32ccf 4 minutes ago 15.1MB 00:52:18 docker-core-command-go-arm64 latest ec8783aed8f2 4 minutes ago 9.98MB 00:52:18 docker-support-scheduler-go-arm64 latest 6b424bb8a067 4 minutes ago 10MB 00:52:18 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:52:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:22 ---> package-listing.sh 00:52:22 ++ facter osfamily 00:52:22 ++ tr '[:upper:]' '[:lower:]' 00:52:22 + OS_FAMILY=redhat 00:52:22 + workspace=/w/workspace/edgex-go/37 00:52:22 + START_PACKAGES=/tmp/packages_start.txt 00:52:22 + END_PACKAGES=/tmp/packages_end.txt 00:52:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:22 + PACKAGES=/tmp/packages_start.txt 00:52:22 + '[' /w/workspace/edgex-go/37 ']' 00:52:22 + PACKAGES=/tmp/packages_end.txt 00:52:22 + case "${OS_FAMILY}" in 00:52:22 + rpm -qa 00:52:22 + sort 00:52:27 + '[' -f /tmp/packages_start.txt ']' 00:52:27 + '[' -f /tmp/packages_end.txt ']' 00:52:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:27 + '[' /w/workspace/edgex-go/37 ']' 00:52:27 + mkdir -p /w/workspace/edgex-go/37/archives/ 00:52:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/37/archives/ [Pipeline] echo 00:52:27 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/37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:28 00:52:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:28 alpine: Pulling from edgex-lftools-log-publisher 00:52:28 df20fa9351a1: Pulling fs layer 00:52:28 36b3adc4ff6f: Pulling fs layer 00:52:28 8ad3a11d3b57: Pulling fs layer 00:52:28 46f8f816bc3b: Pulling fs layer 00:52:28 93b61091891f: Pulling fs layer 00:52:28 93b9cdb0e59b: Pulling fs layer 00:52:28 5e14af77c1be: Pulling fs layer 00:52:28 01666e4c0597: Pulling fs layer 00:52:28 aa168da1d23b: Pulling fs layer 00:52:28 46f8f816bc3b: Waiting 00:52:28 93b61091891f: Waiting 00:52:28 93b9cdb0e59b: Waiting 00:52:28 5e14af77c1be: Waiting 00:52:28 01666e4c0597: Waiting 00:52:28 aa168da1d23b: Waiting 00:52:28 36b3adc4ff6f: Download complete 00:52:28 46f8f816bc3b: Download complete 00:52:28 df20fa9351a1: Download complete 00:52:29 93b9cdb0e59b: Verifying Checksum 00:52:29 93b9cdb0e59b: Download complete 00:52:29 5e14af77c1be: Verifying Checksum 00:52:29 5e14af77c1be: Download complete 00:52:29 93b61091891f: Download complete 00:52:29 01666e4c0597: Verifying Checksum 00:52:29 01666e4c0597: Download complete 00:52:29 df20fa9351a1: Pull complete 00:52:29 8ad3a11d3b57: Verifying Checksum 00:52:29 8ad3a11d3b57: Download complete 00:52:29 36b3adc4ff6f: Pull complete 00:52:31 aa168da1d23b: Verifying Checksum 00:52:31 aa168da1d23b: Download complete 00:52:32 8ad3a11d3b57: Pull complete 00:52:32 46f8f816bc3b: Pull complete 00:52:33 93b61091891f: Pull complete 00:52:33 93b9cdb0e59b: Pull complete 00:52:33 5e14af77c1be: Pull complete 00:52:33 01666e4c0597: Pull complete 00:52:43 aa168da1d23b: Pull complete 00:52:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:44 prd-centos7-docker-4c-2g-19654 does not seem to be running inside a container 00:52:44 $ 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/37/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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-lftools-log-publisher:alpine cat 00:52:48 $ docker top fde7b71a54cf3387331bf87615a0d6f93e57b650db7889aea4048356ffda2547 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:48 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:49 + mkdir -p /var/log/sa [Pipeline] sh 00:52:49 + ls /var/log/sa-host 00:52:49 + sadf -c /var/log/sa-host/sa12 00:52:49 file_magic: OK 00:52:49 HZ: Using current value: 100 00:52:49 file_header: OK 00:52:49 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:52:49 Statistics: 00:52:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:49 File successfully converted to sysstat format version 12.2.1 00:52:49 + sadf -c /var/log/sa-host/sa23 00:52:49 file_magic: OK 00:52:49 HZ: Using current value: 100 00:52:49 file_header: OK 00:52:49 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:52:49 Statistics: 00:52:49 Hnuu...uuuununununu... 00:52:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:49 provisioning config files... 00:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/37@tmp/config6552864877637770600tmp [Pipeline] { [Pipeline] echo 00:52:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:50 ---> create-netrc.sh [Pipeline] } 00:52:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:50 ---> python-tools-install.sh [Pipeline] echo 00:52:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:50 ---> sudo-logs.sh 00:52:50 Archiving 'sudo' log.. [Pipeline] echo 00:52:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:51 ---> job-cost.sh 00:52:51 lf-activate-venv: SKIPPING 00:52:51 INFO: No Stack... 00:52:52 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:52 INFO: Archiving Costs [Pipeline] echo 00:52:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:52 ---> logs-deploy.sh 00:52:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/37 00:52:52 INFO: archiving workspace using pattern(s): 00:52:54 Archives upload complete. 00:52:54 INFO: archiving logs to Nexus 00:52:55 ---> uname -a: 00:52:55 Linux prd-centos7-docker-4c-2g-19654.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:55 00:52:55 00:52:55 ---> lscpu: 00:52:55 Architecture: x86_64 00:52:55 CPU op-mode(s): 32-bit, 64-bit 00:52:55 Byte Order: Little Endian 00:52:55 Address sizes: 40 bits physical, 48 bits virtual 00:52:55 CPU(s): 4 00:52:55 On-line CPU(s) list: 0-3 00:52:55 Thread(s) per core: 1 00:52:55 Core(s) per socket: 1 00:52:55 Socket(s): 4 00:52:55 NUMA node(s): 1 00:52:55 Vendor ID: GenuineIntel 00:52:55 CPU family: 6 00:52:55 Model: 44 00:52:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:55 Stepping: 1 00:52:55 CPU MHz: 2933.442 00:52:55 BogoMIPS: 5866.88 00:52:55 Virtualization: VT-x 00:52:55 Hypervisor vendor: KVM 00:52:55 Virtualization type: full 00:52:55 L1d cache: 128 KiB 00:52:55 L1i cache: 128 KiB 00:52:55 L2 cache: 16 MiB 00:52:55 L3 cache: 64 MiB 00:52:55 NUMA node0 CPU(s): 0-3 00:52:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:55 Vulnerability Meltdown: Mitigation; PTI 00:52:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:55 Vulnerability Srbds: Not affected 00:52:55 Vulnerability Tsx async abort: Not affected 00:52:55 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:55 00:52:55 00:52:55 ---> nproc: 00:52:55 4 00:52:55 00:52:55 00:52:55 ---> df -h: 00:52:55 Filesystem Size Used Available Use% Mounted on 00:52:55 overlay 50.0G 12.0G 38.0G 24% / 00:52:55 tmpfs 64.0M 0 64.0M 0% /dev 00:52:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:55 shm 64.0M 0 64.0M 0% /dev/shm 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/37 00:52:55 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/37@tmp 00:52:55 00:52:55 00:52:55 ---> free -m: 00:52:55 total used free shared buff/cache available 00:52:55 Mem: 1837 722 150 0 964 1031 00:52:55 Swap: 1023 52 971 00:52:55 00:52:55 00:52:55 ---> ip addr: 00:52:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:55 inet 127.0.0.1/8 scope host lo 00:52:55 valid_lft forever preferred_lft forever 00:52:55 inet6 ::1/128 scope host 00:52:55 valid_lft forever preferred_lft forever 00:52:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:55 link/ether fa:16:3e:4d:ab:02 brd ff:ff:ff:ff:ff:ff 00:52:55 inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 00:52:55 valid_lft 85071sec preferred_lft 85071sec 00:52:55 inet6 fe80::f816:3eff:fe4d:ab02/64 scope link 00:52:55 valid_lft forever preferred_lft forever 00:52:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:55 link/ether 02:42:93:c1:5a:40 brd ff:ff:ff:ff:ff:ff 00:52:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:55 valid_lft forever preferred_lft forever 00:52:55 inet6 fe80::42:93ff:fec1:5a40/64 scope link 00:52:55 valid_lft forever preferred_lft forever 00:52:55 00:52:55 00:52:55 ---> sar -b -r -n DEV: 00:52:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:52:55 00:52:55 00:30:33 LINUX RESTART (4 CPU) 00:52:55 00:52:55 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:55 00:32:02 81.80 29.30 52.50 0.00 7397.73 9509.85 0.00 00:52:55 00:33:01 197.83 91.73 106.11 0.00 6040.20 44768.41 0.00 00:52:55 00:34:01 187.48 62.83 124.65 0.00 2915.55 17944.42 0.00 00:52:55 00:35:01 174.64 65.42 109.22 0.00 2548.35 12719.46 0.00 00:52:55 00:36:03 160.85 49.84 111.01 0.00 7630.79 37574.92 0.00 00:52:55 00:37:05 2289.06 1916.35 372.72 0.00 180128.96 226882.56 0.00 00:52:55 00:38:01 1043.65 808.08 235.57 0.00 50239.91 71307.92 0.00 00:52:55 00:39:02 2069.14 1711.33 357.81 0.00 151095.58 152787.43 0.00 00:52:55 00:40:01 762.66 469.27 293.39 0.00 40551.46 65656.33 0.00 00:52:55 00:41:01 48.14 15.63 32.51 0.00 3169.51 1233.54 0.00 00:52:55 00:42:01 1.40 0.02 1.38 0.00 0.53 18.28 0.00 00:52:55 00:43:01 0.25 0.08 0.17 0.00 4.80 2.05 0.00 00:52:55 00:44:01 0.33 0.03 0.30 0.00 0.40 3.56 0.00 00:52:55 00:45:01 0.30 0.03 0.27 0.00 0.80 3.15 0.00 00:52:55 00:46:01 2.08 1.85 0.23 0.00 60.21 3.40 0.00 00:52:55 00:47:01 0.85 0.03 0.82 0.00 1.07 15.24 0.00 00:52:55 00:48:01 0.30 0.02 0.28 0.00 0.53 3.23 0.00 00:52:55 00:49:01 0.28 0.00 0.28 0.00 0.00 4.26 0.00 00:52:55 00:50:01 0.18 0.00 0.18 0.00 0.00 2.21 0.00 00:52:55 00:51:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 00:52:55 00:52:01 0.22 0.00 0.22 0.00 0.00 2.63 0.00 00:52:55 Average: 335.24 249.60 85.64 0.00 21678.73 30680.74 0.00 00:52:55 00:52:55 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:55 00:32:02 74376 0 659132 35.03 2620 1145416 1319344 45.03 519796 1082428 33728 00:52:55 00:33:01 159196 0 665028 35.34 2232 1055088 1425336 48.64 539812 942936 40 00:52:55 00:34:01 102596 0 773196 41.09 1492 1004260 1742312 59.46 629944 870104 76784 00:52:55 00:35:01 256764 0 769612 40.90 772 854396 1714140 58.50 611616 721668 56496 00:52:55 00:36:03 74896 0 730016 38.80 268 1076364 1253876 42.79 525264 1007212 180944 00:52:55 00:37:05 66460 0 842732 44.79 0 972352 2345428 80.05 767848 820260 74412 00:52:55 00:38:01 353744 0 733828 39.00 0 793972 1565524 53.43 582520 699252 1300 00:52:55 00:39:02 129148 0 719640 38.25 0 1032756 1808692 61.73 648228 879236 52072 00:52:55 00:40:01 243044 0 712680 37.88 0 925820 1478448 50.46 531788 861292 1120 00:52:55 00:41:01 218120 0 636568 33.83 0 1026856 1192932 40.71 508040 916324 8 00:52:55 00:42:01 220660 0 634028 33.70 0 1026856 1172360 40.01 506548 915920 16 00:52:55 00:43:01 220848 0 633688 33.68 0 1027008 1172372 40.01 506528 916064 16 00:52:55 00:44:01 220524 0 634000 33.70 0 1027020 1172372 40.01 506600 916076 8 00:52:55 00:45:01 221936 0 632592 33.62 0 1027016 1162044 39.66 505476 915996 8 00:52:55 00:46:01 220224 0 633180 33.65 0 1028140 1162044 39.66 506104 916252 8 00:52:55 00:47:01 220212 0 633192 33.65 0 1028140 1162116 39.66 506352 916452 8 00:52:55 00:48:01 220372 0 633040 33.64 0 1028132 1162044 39.66 506396 916452 8 00:52:55 00:49:01 220316 0 633072 33.65 0 1028156 1162044 39.66 506276 916468 8 00:52:55 00:50:01 219508 0 633868 33.69 0 1028168 1162260 39.67 506664 916468 16 00:52:55 00:51:01 220100 0 633272 33.66 0 1028172 1162044 39.66 506036 916468 8 00:52:55 00:52:01 220112 0 633244 33.66 0 1028188 1162128 39.66 506316 916472 8 00:52:55 Average: 195388 0 676648 35.96 352 1009156 1364755 46.58 544483 899038 22715 00:52:55 00:52:55 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:55 00:32:02 veth2d68d20 211.40 161.06 22.66 590.69 0.00 0.00 0.00 0.00 00:52:55 00:32:02 eth0 1161.66 867.79 4333.72 145.19 0.00 0.00 0.00 0.00 00:52:55 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:32:02 docker0 211.40 160.94 19.77 590.68 0.00 0.00 0.00 0.00 00:52:55 00:33:01 vethdfdeb62 0.59 0.74 0.04 3.25 0.00 0.00 0.00 0.00 00:52:55 00:33:01 eth0 886.19 959.05 5014.17 90.93 0.00 0.00 0.00 0.00 00:52:55 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:33:01 docker0 687.70 550.98 53.34 2125.20 0.00 0.00 0.00 0.00 00:52:55 00:34:01 vethde9b8ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:55 00:34:01 eth0 239.66 190.82 857.10 27.57 0.00 0.00 0.00 0.00 00:52:55 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:34:01 docker0 170.63 202.28 12.22 824.94 0.00 0.00 0.00 0.00 00:52:55 00:35:01 vethde9b8ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:35:01 eth0 43.65 28.43 23.74 83.42 0.00 0.00 0.00 0.00 00:52:55 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:36:03 eth0 224.50 177.55 1660.54 28.35 0.00 0.00 0.00 0.00 00:52:55 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:36:03 vethc145ded 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:52:55 00:36:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:37:05 eth0 56.23 34.82 158.53 57.25 0.00 0.00 0.00 0.00 00:52:55 00:37:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:37:05 vethc145ded 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:52:55 00:37:05 docker0 14.10 26.51 0.80 142.33 0.00 0.00 0.00 0.00 00:52:55 00:38:01 eth0 37.57 20.19 146.95 8.56 0.00 0.00 0.00 0.00 00:52:55 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:38:01 vethc145ded 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:38:01 docker0 6.42 14.11 0.35 82.55 0.00 0.00 0.00 0.00 00:52:55 00:39:02 eth0 63.34 36.74 94.32 95.46 0.00 0.00 0.00 0.00 00:52:55 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:39:02 vethfe14746 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:55 00:39:02 vethc145ded 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:52:55 00:40:01 vethe9022dc 1.15 1.34 0.15 4.34 0.00 0.00 0.00 0.00 00:52:55 00:40:01 eth0 236.50 154.57 1673.11 27.64 0.00 0.00 0.00 0.00 00:52:55 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:40:01 vethc145ded 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:41:01 eth0 60.19 49.13 68.30 71.87 0.00 0.00 0.00 0.00 00:52:55 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:41:01 docker0 1112.92 1028.38 87.61 4225.00 0.00 0.00 0.00 0.00 00:52:55 00:42:01 eth0 2.60 0.68 0.82 0.46 0.00 0.00 0.00 0.00 00:52:55 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:43:01 eth0 3.55 1.20 1.47 0.98 0.00 0.00 0.00 0.00 00:52:55 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:44:01 eth0 0.80 0.25 0.29 0.17 0.00 0.00 0.00 0.00 00:52:55 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:45:01 eth0 1.12 0.08 0.05 0.04 0.00 0.00 0.00 0.00 00:52:55 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:46:01 eth0 0.85 0.08 0.04 0.01 0.00 0.00 0.00 0.00 00:52:55 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:47:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:52:55 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:55 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:49:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:50:01 eth0 0.97 0.30 0.32 0.20 0.00 0.00 0.00 0.00 00:52:55 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:51:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:52:55 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:52:01 eth0 0.63 0.37 0.38 0.19 0.00 0.00 0.00 0.00 00:52:55 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 Average: eth0 142.73 119.13 663.57 30.39 0.00 0.00 0.00 0.00 00:52:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:55 Average: docker0 53.13 49.09 4.18 201.68 0.00 0.00 0.00 0.00 00:52:55 00:52:55 00:52:55 ---> sar -P ALL: 00:52:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:52:55 00:52:55 00:30:33 LINUX RESTART (4 CPU) 00:52:55 00:52:55 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:52:55 00:32:02 all 16.07 0.00 5.99 2.76 0.09 75.09 00:52:55 00:32:02 0 15.69 0.00 7.72 3.80 0.09 72.71 00:52:55 00:32:02 1 18.00 0.00 4.84 2.09 0.10 74.96 00:52:55 00:32:02 2 17.40 0.00 5.78 3.42 0.09 73.31 00:52:55 00:32:02 3 13.18 0.00 5.65 1.73 0.07 79.37 00:52:55 00:33:01 all 14.24 0.00 8.21 1.65 0.18 75.72 00:52:55 00:33:01 0 15.40 0.00 10.61 1.15 0.14 72.70 00:52:55 00:33:01 1 12.90 0.00 7.15 1.09 0.18 78.69 00:52:55 00:33:01 2 14.14 0.00 7.46 3.22 0.19 75.00 00:52:55 00:33:01 3 14.56 0.00 7.62 1.14 0.19 76.49 00:52:55 00:34:01 all 14.77 0.00 7.04 4.41 0.10 73.68 00:52:55 00:34:01 0 15.50 0.00 7.52 3.21 0.07 73.70 00:52:55 00:34:01 1 14.74 0.00 6.83 6.16 0.05 72.22 00:52:55 00:34:01 2 13.89 0.00 7.14 3.91 0.14 74.92 00:52:55 00:34:01 3 14.93 0.00 6.69 4.37 0.14 73.87 00:52:55 00:35:01 all 62.23 0.00 15.80 5.63 0.07 16.27 00:52:55 00:35:01 0 62.30 0.00 15.32 6.70 0.09 15.59 00:52:55 00:35:01 1 60.55 0.00 15.74 4.39 0.09 19.23 00:52:55 00:35:01 2 62.28 0.00 16.43 7.56 0.07 13.65 00:52:55 00:35:01 3 63.79 0.00 15.69 3.85 0.05 16.62 00:52:55 00:36:03 all 27.61 0.00 12.38 5.91 0.11 53.99 00:52:55 00:36:03 0 27.57 0.00 12.68 6.37 0.15 53.23 00:52:55 00:36:03 1 26.55 0.00 12.25 4.72 0.10 56.38 00:52:55 00:36:03 2 29.50 0.00 12.25 6.49 0.08 51.67 00:52:55 00:36:03 3 26.82 0.00 12.36 6.05 0.12 54.65 00:52:55 00:37:05 all 22.17 0.00 31.71 21.83 0.18 24.11 00:52:55 00:37:05 0 22.60 0.00 30.99 21.58 0.24 24.59 00:52:55 00:37:05 1 21.80 0.00 31.33 21.30 0.14 25.44 00:52:55 00:37:05 2 21.95 0.00 31.91 21.55 0.17 24.42 00:52:55 00:37:05 3 22.34 0.00 32.62 22.90 0.17 21.96 00:52:55 00:38:01 all 53.70 0.00 18.56 14.03 0.11 13.60 00:52:55 00:38:01 0 54.49 0.00 18.58 13.23 0.15 13.55 00:52:55 00:38:01 1 52.50 0.00 19.29 14.55 0.13 13.52 00:52:55 00:38:01 2 53.96 0.00 17.38 15.10 0.07 13.49 00:52:55 00:38:01 3 53.81 0.00 19.02 13.23 0.09 13.85 00:52:55 00:39:02 all 30.56 0.00 26.14 22.16 0.09 21.05 00:52:55 00:39:02 0 30.68 0.00 26.27 23.10 0.12 19.83 00:52:55 00:39:02 1 31.11 0.00 25.63 21.76 0.11 21.40 00:52:55 00:39:02 2 30.37 0.00 25.47 20.77 0.07 23.32 00:52:55 00:39:02 3 30.06 0.00 27.22 23.01 0.07 19.64 00:52:55 00:40:01 all 32.68 0.00 18.39 16.69 0.06 32.18 00:52:55 00:40:01 0 31.23 0.00 20.03 15.97 0.05 32.72 00:52:55 00:40:01 1 32.83 0.00 17.79 16.51 0.05 32.81 00:52:55 00:40:01 2 32.02 0.00 17.69 13.84 0.04 36.42 00:52:55 00:40:01 3 34.64 0.00 18.05 20.50 0.09 26.71 00:52:55 00:41:01 all 3.42 0.00 1.66 1.03 0.01 93.88 00:52:55 00:41:01 0 1.05 0.00 1.36 1.67 0.02 95.90 00:52:55 00:41:01 1 5.13 0.00 2.13 1.04 0.00 91.70 00:52:55 00:41:01 2 1.59 0.00 0.90 0.20 0.02 97.29 00:52:55 00:41:01 3 5.93 0.00 2.24 1.20 0.02 90.62 00:52:55 00:42:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:52:55 00:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:52:55 00:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:52:55 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:55 00:42:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:52:55 00:52:55 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:55 00:43:01 all 0.16 0.00 0.05 0.00 0.01 99.78 00:52:55 00:43:01 0 0.05 0.00 0.07 0.00 0.02 99.87 00:52:55 00:43:01 1 0.43 0.00 0.05 0.00 0.00 99.52 00:52:55 00:43:01 2 0.10 0.00 0.05 0.00 0.03 99.82 00:52:55 00:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:52:55 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:52:55 00:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:52:55 00:44:01 1 0.50 0.00 0.02 0.00 0.02 99.47 00:52:55 00:44:01 2 0.05 0.00 0.03 0.02 0.00 99.90 00:52:55 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:55 00:45:01 all 0.19 0.00 0.15 0.00 0.00 99.66 00:52:55 00:45:01 0 0.02 0.00 0.12 0.00 0.00 99.87 00:52:55 00:45:01 1 0.55 0.00 0.07 0.00 0.00 99.38 00:52:55 00:45:01 2 0.12 0.00 0.23 0.00 0.02 99.63 00:52:55 00:45:01 3 0.07 0.00 0.17 0.00 0.00 99.77 00:52:55 00:46:01 all 0.16 0.00 0.06 0.02 0.00 99.75 00:52:55 00:46:01 0 0.52 0.00 0.05 0.00 0.00 99.43 00:52:55 00:46:01 1 0.03 0.00 0.10 0.08 0.00 99.78 00:52:55 00:46:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:52:55 00:46:01 3 0.07 0.00 0.05 0.02 0.00 99.87 00:52:55 00:47:01 all 0.17 0.00 0.04 0.00 0.00 99.78 00:52:55 00:47:01 0 0.57 0.00 0.05 0.00 0.00 99.38 00:52:55 00:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:55 00:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:55 00:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:52:55 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:55 00:48:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:52:55 00:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:52:55 00:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:52:55 00:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:52:55 00:49:01 all 0.08 0.00 0.05 0.00 0.00 99.87 00:52:55 00:49:01 0 0.18 0.00 0.07 0.00 0.00 99.75 00:52:55 00:49:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:55 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:55 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:55 00:50:01 all 0.04 0.00 0.03 0.00 0.00 99.93 00:52:55 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:55 00:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:55 00:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:52:55 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:55 00:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:52:55 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:55 00:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:52:55 00:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:55 00:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:52:55 00:52:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:52:55 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:55 00:52:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:52:55 00:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:52:55 00:52:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:52:55 Average: all 12.82 0.00 6.76 4.42 0.05 75.95 00:52:55 Average: 0 12.78 0.00 7.00 4.47 0.05 75.70 00:52:55 Average: 1 12.78 0.00 6.62 4.31 0.04 76.24 00:52:55 Average: 2 12.78 0.00 6.61 4.42 0.05 76.14 00:52:55 Average: 3 12.93 0.00 6.80 4.50 0.05 75.73 00:52:55 00:52:55 00:52:55