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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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-21425 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/44 [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/44 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c Checking out Revision 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c (PR-2858) > 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:01 ========================================================= 00:31:01 EdgeX Global Pipelines Version Info 00:31:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:03 ------------------- 00:31:03 stable info: 00:31:03 ------------------- 00:31:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:03 Message: update stable to v1.0.179 00:31:04 ------------------- 00:31:04 experimental info: 00:31:04 ------------------- 00:31:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a0907c [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:07 provisioning config files... 00:31:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config6939156656397710267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:08 ---> docker-login.sh 00:31:08 nexus3.edgexfoundry.org:10001 00:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:08 Configure a credential helper to remove this warning. See 00:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:08 00:31:08 Login Succeeded 00:31:08 nexus3.edgexfoundry.org:10002 00:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:08 Configure a credential helper to remove this warning. See 00:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:08 00:31:08 Login Succeeded 00:31:08 nexus3.edgexfoundry.org:10003 00:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:09 Configure a credential helper to remove this warning. See 00:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:09 00:31:09 Login Succeeded 00:31:09 nexus3.edgexfoundry.org:10004 00:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:09 Configure a credential helper to remove this warning. See 00:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:09 00:31:09 Login Succeeded 00:31:09 docker.io 00:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:09 Configure a credential helper to remove this warning. See 00:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:09 00:31:09 Login Succeeded 00:31:09 ---> docker-login.sh ends [Pipeline] } 00:31:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:10 ++ 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:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/core-command/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo core-command,cmd/core-command/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/core-data/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo core-data,cmd/core-data/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/core-metadata/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ cut -d/ -f2 00:31:10 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/support-notifications/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/support-scheduler/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:10 + for file in '`ls cmd/**/Dockerfile`' 00:31:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:10 ++ cut -d/ -f2 00:31:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:10 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:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:11 00:31:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:11 latest: Pulling from edgex-devops/git-semver 00:31:11 31603596830f: Pulling fs layer 00:31:11 2a8b12db71e7: Pulling fs layer 00:31:11 6ca5941a6612: Pulling fs layer 00:31:11 ecc8261a40a4: Pulling fs layer 00:31:11 ecc8261a40a4: Waiting 00:31:11 2a8b12db71e7: Verifying Checksum 00:31:11 2a8b12db71e7: Download complete 00:31:11 31603596830f: Verifying Checksum 00:31:11 31603596830f: Download complete 00:31:11 ecc8261a40a4: Verifying Checksum 00:31:11 ecc8261a40a4: Download complete 00:31:12 6ca5941a6612: Verifying Checksum 00:31:12 6ca5941a6612: Download complete 00:31:12 31603596830f: Pull complete 00:31:12 2a8b12db71e7: Pull complete 00:31:13 6ca5941a6612: Pull complete 00:31:13 ecc8261a40a4: Pull complete 00:31:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:14 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:16 $ docker top bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:16 [ssh-agent] Looking for ssh-agent implementation... 00:31:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:16 $ docker exec bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent 00:31:17 SSH_AUTH_SOCK=/tmp/ssh-sUvPSzdjISBr/agent.12 00:31:17 SSH_AGENT_PID=17 00:31:17 Running ssh-add (command line suppressed) 00:31:17 Identity added: /w/workspace/edgex-go/44@tmp/private_key_2382968751427314052.key (/w/workspace/edgex-go/44@tmp/private_key_2382968751427314052.key) 00:31:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:17 + git tag --points-at HEAD [Pipeline] } 00:31:17 $ docker exec --env ******** --env ******** bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent -k 00:31:17 unset SSH_AUTH_SOCK; 00:31:17 unset SSH_AGENT_PID; 00:31:17 echo Agent pid 17 killed; 00:31:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:18 [ssh-agent] Looking for ssh-agent implementation... 00:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:18 $ docker exec bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent 00:31:18 SSH_AUTH_SOCK=/tmp/ssh-3xyUkKyX2gbt/agent.47 00:31:18 SSH_AGENT_PID=52 00:31:18 Running ssh-add (command line suppressed) 00:31:18 Identity added: /w/workspace/edgex-go/44@tmp/private_key_6372494910438373314.key (/w/workspace/edgex-go/44@tmp/private_key_6372494910438373314.key) 00:31:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:19 + git semver init 00:31:19 # -> Open(): unable to determine branch for HEAD 00:31:19 # $GIT_DIR = /w/workspace/edgex-go/44/.git 00:31:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/44 00:31:19 # $SEMVER_REMOTE_NAME = origin 00:31:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:19 # $SEMVER_USER_NAME = edgex-jenkins 00:31:19 # $SEMVER_BRANCH = PR-2858 00:31:19 # $SEMVER_TEMP = /tmp/semver-277720247 00:31:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:58 # '/tmp/semver-277720247' -> '/w/workspace/edgex-go/44/.semver' 00:31:58 # -> Force: false 00:31:58 # $SEMVER_DIR = /w/workspace/edgex-go/44/.semver [Pipeline] } 00:31:58 $ docker exec --env ******** --env ******** bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent -k 00:31:58 unset SSH_AUTH_SOCK; 00:31:58 unset SSH_AGENT_PID; 00:31:58 echo Agent pid 52 killed; 00:31:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 + git semver [Pipeline] } 00:31:59 $ docker stop --time=1 bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 00:32:01 $ docker rm -f bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:02 Stashed 1 file(s) [Pipeline] echo 00:32:02 [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:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:03 + sudo service docker restart 00:32:03 + true 00:32:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:04 ========================================================= 00:32:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:04 + 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:08 Sending build context to Docker daemon 326.6MB 00:32:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:08 Step 2/6 : FROM ${BASE} 00:32:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:08 188c0c94c7c5: Pulling fs layer 00:32:08 0ef7d3d256c8: Pulling fs layer 00:32:08 de9db76c5a1d: Pulling fs layer 00:32:08 bca2f99d35d6: Pulling fs layer 00:32:08 93359f2a8cfa: Pulling fs layer 00:32:08 7c6f9722023f: Pulling fs layer 00:32:08 a35cf1a2eb13: Pulling fs layer 00:32:08 93359f2a8cfa: Waiting 00:32:08 7c6f9722023f: Waiting 00:32:08 a35cf1a2eb13: Waiting 00:32:08 bca2f99d35d6: Waiting 00:32:08 de9db76c5a1d: Verifying Checksum 00:32:08 de9db76c5a1d: Download complete 00:32:08 0ef7d3d256c8: Verifying Checksum 00:32:08 0ef7d3d256c8: Download complete 00:32:08 93359f2a8cfa: Verifying Checksum 00:32:08 93359f2a8cfa: Download complete 00:32:08 7c6f9722023f: Verifying Checksum 00:32:08 7c6f9722023f: Download complete 00:32:08 188c0c94c7c5: Verifying Checksum 00:32:08 188c0c94c7c5: Download complete 00:32:08 188c0c94c7c5: Pull complete 00:32:09 0ef7d3d256c8: Pull complete 00:32:09 de9db76c5a1d: Pull complete 00:32:10 a35cf1a2eb13: Verifying Checksum 00:32:10 bca2f99d35d6: Verifying Checksum 00:32:10 bca2f99d35d6: Download complete 00:32:17 bca2f99d35d6: Pull complete 00:32:17 93359f2a8cfa: Pull complete 00:32:17 7c6f9722023f: Pull complete 00:32:17 Still waiting to schedule task 00:32:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:24 a35cf1a2eb13: Pull complete 00:32:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:24 ---> a62c8e92a672 00:32:24 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:32:24 ---> Running in 7590407aee10 00:32:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:27 (1/12) Installing libmagic (5.38-r0) 00:32:27 (2/12) Installing file (5.38-r0) 00:32:27 (3/12) Installing libc-dev (0.7.2-r3) 00:32:27 (4/12) Installing g++ (9.3.0-r2) 00:32:49 (5/12) Installing fortify-headers (1.1-r0) 00:32:49 (6/12) Installing patch (2.7.6-r6) 00:32:49 (7/12) Installing build-base (0.5-r2) 00:32:49 (8/12) Installing libsodium (1.0.18-r0) 00:32:49 (9/12) Installing pkgconf (1.7.2-r0) 00:32:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:49 (11/12) Installing libzmq (4.3.3-r0) 00:32:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:49 Executing busybox-1.31.1-r19.trigger 00:32:49 OK: 233 MiB in 51 packages 00:32:54 Removing intermediate container 7590407aee10 00:32:54 ---> ec5a8c357dbc 00:32:54 Step 4/6 : WORKDIR /edgex-go 00:32:54 ---> Running in a120a92561e7 00:32:54 Removing intermediate container a120a92561e7 00:32:54 ---> 2f70dc2b5596 00:32:54 Step 5/6 : COPY go.mod . 00:32:54 ---> 8c643cc3abbd 00:32:54 Step 6/6 : RUN go mod download 00:32:54 ---> Running in 42712eaa61f9 00:33:18 Removing intermediate container 42712eaa61f9 00:33:18 ---> 2cc716901c7b 00:33:18 Successfully built 2cc716901c7b 00:33:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:18 + docker inspect -f . ci-base-image-x86_64 00:33:18 . [Pipeline] withDockerContainer 00:33:19 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:33:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:20 $ docker top 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:20 + go version 00:33:20 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:20 $ docker stop --time=1 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 00:33:22 $ docker rm -f 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:23 + docker inspect -f . ci-base-image-x86_64 00:33:23 . [Pipeline] withDockerContainer 00:33:23 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:33:23 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:25 $ docker top fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:25 ========================================================= 00:33:25 [edgeXBuildGoParallel] Running Tests and Build... 00:33:25 ========================================================= [Pipeline] sh 00:33:25 + make test 00:33:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:38 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 46.6% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.269s coverage: 27.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 67.9% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.3% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.628s coverage: 92.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.111s coverage: 0.1% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.438s coverage: 68.9% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.433s coverage: 84.0% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.186s coverage: 47.1% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.844s coverage: 29.1% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:30 GO111MODULE=on go vet ./... 00:34:57 gofmt -l . 00:34:57 [ "`gofmt -l .`" = "" ] 00:34:57 ./bin/test-go-mod-tidy.sh 00:34:57 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:58 + ls -al . 00:34:58 total 656 00:34:58 drwxrwxr-x 10 1001 1001 4096 Jan 20 00:34 . 00:34:58 drwxr-xr-x 4 root root 30 Jan 20 00:33 .. 00:34:58 -rw-rw-r-- 1 1001 1001 11 Jan 20 00:30 .dockerignore 00:34:58 drwxrwxr-x 8 1001 1001 179 Jan 20 00:31 .git 00:34:58 drwxrwxr-x 3 1001 1001 125 Jan 20 00:30 .github 00:34:58 -rw-rw-r-- 1 1001 1001 824 Jan 20 00:30 .gitignore 00:34:58 drwx------ 3 1001 1001 47 Jan 20 00:31 .semver 00:34:58 -rw-rw-r-- 1 1001 1001 166 Jan 20 00:30 .sonarcloud.properties 00:34:58 -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:30 Attribution.txt 00:34:58 -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:30 CONTRIBUTING.md 00:34:58 -rw-rw-r-- 1 1001 1001 931 Jan 20 00:30 Dockerfile.build 00:34:58 -rw-rw-r-- 1 1001 1001 863 Jan 20 00:30 Jenkinsfile 00:34:58 -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:30 LICENSE 00:34:58 -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:30 Makefile 00:34:58 -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:30 README.md 00:34:58 -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:30 SECURITY.md 00:34:58 -rw-rw-r-- 1 1001 1001 5 Jan 20 00:32 VERSION 00:34:58 -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:30 ZMQWindows.md 00:34:58 drwxrwxr-x 2 1001 1001 117 Jan 20 00:30 bin 00:34:58 drwxrwxr-x 14 1001 1001 4096 Jan 20 00:30 cmd 00:34:58 -rw-r--r-- 1 root root 550280 Jan 20 00:34 coverage.out 00:34:58 -rw-r--r-- 1 root root 981 Jan 20 00:34 go.mod 00:34:58 -rw-r--r-- 1 root root 19436 Jan 20 00:34 go.sum 00:34:58 drwxrwxr-x 8 1001 1001 127 Jan 20 00:30 internal 00:34:58 drwxrwxr-x 4 1001 1001 26 Jan 20 00:30 openapi 00:34:58 drwxrwxr-x 4 1001 1001 71 Jan 20 00:30 snap 00:34:58 -rw-rw-r-- 1 1001 1001 168 Jan 20 00:30 version.go [Pipeline] sh 00:34:59 + '[' -e coverage.out ] 00:34:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:59 Stashed 1 file(s) [Pipeline] sh 00:34:59 + make build 00:34:59 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:03 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:12 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:12 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:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:14 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:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21433 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:16 Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout 00:35:16 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:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:18 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:20 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:20 using credential edgex-jenkins-ssh 00:35:20 Cloning the remote Git repository 00:35:21 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:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git init /w/workspace/edgex-go/44 # timeout=10 00:35:22 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:35:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git --version # timeout=10 00:35:21 > git --version # 'git version 2.17.1' 00:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:35:23 $ docker stop --time=1 fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f 00:35:25 $ docker rm -f fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 00:35:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:28 latest: Pulling from edgex-devops/edgex-compose 00:35:28 cbdbe7a5bc2a: Pulling fs layer 00:35:28 ca9280d653b3: Pulling fs layer 00:35:28 7e9c9ca2126c: Pulling fs layer 00:35:28 cbdbe7a5bc2a: Download complete 00:35:28 ca9280d653b3: Verifying Checksum 00:35:28 ca9280d653b3: Download complete 00:35:28 cbdbe7a5bc2a: Pull complete 00:35:29 ca9280d653b3: Pull complete 00:35:29 7e9c9ca2126c: Download complete 00:35:38 7e9c9ca2126c: Pull complete 00:35:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:38 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:35:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:40 $ docker top 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:41 + docker-compose build --help 00:35:41 + grep parallel 00:35:42 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:35:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > 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:42 > git config core.sparsecheckout # timeout=10 00:35:42 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:42 > git remote # timeout=10 00:35:42 > git config --get remote.origin.url # timeout=10 00:35:42 --parallel Build images in parallel. [Pipeline] } 00:35:42 $ docker stop --time=1 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa 00:35:43 Merge succeeded, producing 5a168f1c0641def4b853f970f0de25fbdaab94f1 00:35:43 Checking out Revision 5a168f1c0641def4b853f970f0de25fbdaab94f1 (PR-2858) 00:35:44 $ docker rm -f 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:42 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 00:35:43 > git rev-parse HEAD^{commit} # timeout=10 00:35:43 > git config core.sparsecheckout # timeout=10 00:35:43 > git checkout -f 5a168f1c0641def4b853f970f0de25fbdaab94f1 # timeout=10 00:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 . [Pipeline] withDockerContainer 00:35:45 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:35:45 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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:46 $ docker top f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:46 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:47 Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" 00:35:47 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 00:35:48 Building docker-core-command-go ... 00:35:48 Building docker-core-data-go ... 00:35:48 Building docker-core-metadata-go ... 00:35:48 Building docker-security-bootstrap-redis-go ... 00:35:48 Building docker-security-proxy-setup-go ... 00:35:48 Building docker-security-secretstore-setup-go ... 00:35:48 Building docker-support-notifications-go ... 00:35:48 Building docker-support-scheduler-go ... 00:35:48 Building docker-sys-mgmt-agent-go ... 00:35:48 Building docker-support-scheduler-go 00:35:48 Building docker-core-metadata-go 00:35:48 Building docker-security-bootstrap-redis-go 00:35:48 Building docker-core-command-go 00:35:48 Building docker-support-notifications-go [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:47 > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 00:35:49 + + sudo servicetrue docker 00:35:49 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:51 provisioning config files... 00:35:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config7296350838710941221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:52 ---> docker-login.sh 00:35:52 nexus3.edgexfoundry.org:10001 00:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:53 Configure a credential helper to remove this warning. See 00:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:53 00:35:53 Login Succeeded 00:35:53 nexus3.edgexfoundry.org:10002 00:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:54 Configure a credential helper to remove this warning. See 00:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:54 00:35:54 Login Succeeded 00:35:54 nexus3.edgexfoundry.org:10003 00:35:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:54 Configure a credential helper to remove this warning. See 00:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:54 00:35:54 Login Succeeded 00:35:54 nexus3.edgexfoundry.org:10004 00:35:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:55 Configure a credential helper to remove this warning. See 00:35:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:55 00:35:55 Login Succeeded 00:35:55 docker.io 00:35:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:55 Configure a credential helper to remove this warning. See 00:35:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:55 00:35:55 Login Succeeded 00:35:55 ---> docker-login.sh ends [Pipeline] } 00:35:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:56 ========================================================= 00:35:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:56 + 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:35:59 Sending build context to Docker daemon 165.6MB 00:35:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:59 Step 2/6 : FROM ${BASE} 00:35:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:59 5f621e34cdf4: Pulling fs layer 00:35:59 a4357932f1b6: Pulling fs layer 00:35:59 18c013af1878: Pulling fs layer 00:35:59 00ac8860ef70: Pulling fs layer 00:35:59 63d7cb157983: Pulling fs layer 00:35:59 b116817d02f9: Pulling fs layer 00:35:59 745a02a5169b: Pulling fs layer 00:35:59 00ac8860ef70: Waiting 00:35:59 63d7cb157983: Waiting 00:35:59 b116817d02f9: Waiting 00:35:59 745a02a5169b: Waiting 00:35:59 18c013af1878: Download complete 00:35:59 a4357932f1b6: Download complete 00:35:59 63d7cb157983: Verifying Checksum 00:35:59 63d7cb157983: Download complete 00:35:59 b116817d02f9: Download complete 00:35:59 5f621e34cdf4: Verifying Checksum 00:35:59 5f621e34cdf4: Download complete 00:35:59 5f621e34cdf4: Pull complete 00:36:00 a4357932f1b6: Pull complete 00:36:00 18c013af1878: Pull complete 00:36:01 745a02a5169b: Verifying Checksum 00:36:01 745a02a5169b: Download complete 00:36:03 00ac8860ef70: Verifying Checksum 00:36:03 00ac8860ef70: Download complete 00:36:13 00ac8860ef70: Pull complete 00:36:13 63d7cb157983: Pull complete 00:36:13 b116817d02f9: Pull complete 00:36:18 745a02a5169b: Pull complete 00:36:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:18 ---> b7e6874047d6 00:36:18 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:20 ---> Running in ee7313be20db 00:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:25 (1/12) Installing libmagic (5.38-r0) 00:36:25 (2/12) Installing file (5.38-r0) 00:36:25 (3/12) Installing libc-dev (0.7.2-r3) 00:36:25 (4/12) Installing g++ (9.3.0-r2) 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 2cc716901c7b 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 2cc716901c7b 00:36:27 Step 3/21 : WORKDIR /edgex-go 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 2cc716901c7b 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 2cc716901c7b 00:36:27 Step 3/24 : WORKDIR /edgex-go 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 2cc716901c7b 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 ---> Running in 8e26e47ab99c 00:36:27 ---> Running in 6838849a1ed7 00:36:27 ---> Running in 40582b4e4e66 00:36:27 ---> Running in 81eb83d87125 00:36:27 ---> Running in d7fa46f0c39d 00:36:27 Removing intermediate container 6838849a1ed7 00:36:27 ---> 3340cd0fc6a3 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 81eb83d87125 00:36:27 ---> a50e5ada8841 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container d7fa46f0c39d 00:36:27 ---> e4d48f6dddee 00:36:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 8e26e47ab99c 00:36:27 ---> b880145fdee4 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 ---> Running in 430d389d9a2c 00:36:27 Removing intermediate container 40582b4e4e66 00:36:27 ---> ec60408cc396 00:36:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 ---> Running in de49e04bd7cf 00:36:27 ---> Running in f2cdbf9b0b4a 00:36:27 ---> Running in c08fe674fdc8 00:36:27 ---> Running in 96420c6bfd9d 00:36:28 Removing intermediate container f2cdbf9b0b4a 00:36:28 ---> 7470a251e205 00:36:28 Step 5/22 : RUN apk add --update --no-cache make git 00:36:28 Removing intermediate container 430d389d9a2c 00:36:28 ---> 435316ccb4fd 00:36:28 Step 5/22 : RUN apk add --update --no-cache make git 00:36:28 Removing intermediate container de49e04bd7cf 00:36:28 ---> d3a29bbd6a89 00:36:28 Step 5/21 : RUN apk add --update --no-cache make git 00:36:28 ---> Running in 7867d818f33b 00:36:28 ---> Running in 781702ed373c 00:36:28 Removing intermediate container 96420c6bfd9d 00:36:28 ---> 1c3752241fee 00:36:28 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:29 Removing intermediate container c08fe674fdc8 00:36:29 ---> c21933d225c1 00:36:29 Step 5/22 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in 36a51e40afd2 00:36:29 ---> Running in 107fd3813d4b 00:36:29 ---> Running in 918dc5871265 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 OK: 233 MiB in 51 packages 00:36:32 OK: 233 MiB in 51 packages 00:36:32 OK: 233 MiB in 51 packages 00:36:32 OK: 233 MiB in 51 packages 00:36:33 Removing intermediate container 7867d818f33b 00:36:33 ---> 49efb5cd9143 00:36:33 Step 6/22 : COPY go.mod . 00:36:33 Removing intermediate container 36a51e40afd2 00:36:33 ---> ba7cc5d6503b 00:36:33 Step 6/24 : COPY go.mod . 00:36:33 OK: 233 MiB in 51 packages 00:36:33 ---> 4633254eef75 00:36:33 Step 7/22 : RUN go mod download 00:36:33 Removing intermediate container 107fd3813d4b 00:36:33 ---> 4274d9e7d1a0 00:36:33 Step 6/21 : COPY go.mod . 00:36:33 Removing intermediate container 918dc5871265 00:36:33 ---> e3a09f19013f 00:36:33 Step 6/22 : COPY go.mod . 00:36:33 ---> Running in e397233f482f 00:36:33 ---> f65d53a2b165 00:36:33 Step 7/24 : RUN go mod download 00:36:34 ---> Running in 2a28dca186b7 00:36:34 ---> 0cb35c27524e 00:36:34 Step 7/21 : RUN go mod download 00:36:34 ---> cae562d95a22 00:36:34 Step 7/22 : RUN go mod download 00:36:34 ---> Running in 09e166a3aae5 00:36:34 ---> Running in 522f535354af 00:36:34 Removing intermediate container 781702ed373c 00:36:34 ---> 23052c0115ec 00:36:34 Step 6/22 : COPY go.mod . 00:36:34 ---> 59e6efd6b260 00:36:34 Step 7/22 : RUN go mod download 00:36:35 ---> Running in 2bef506ce8c8 00:36:37 Removing intermediate container 522f535354af 00:36:37 ---> 4032310f38dc 00:36:37 Step 8/22 : COPY . . 00:36:37 Removing intermediate container 2a28dca186b7 00:36:37 ---> 9dad5ad3188f 00:36:37 Step 8/24 : COPY . . 00:36:37 Removing intermediate container e397233f482f 00:36:37 ---> 436118f6427c 00:36:37 Step 8/22 : COPY . . 00:36:37 Removing intermediate container 09e166a3aae5 00:36:37 ---> f73fe3385f8b 00:36:37 Step 8/21 : COPY . . 00:36:39 Removing intermediate container 2bef506ce8c8 00:36:39 ---> 2c0a98d7d395 00:36:39 Step 8/22 : COPY . . 00:36:52 (5/12) Installing fortify-headers (1.1-r0) 00:36:52 (6/12) Installing patch (2.7.6-r6) 00:36:52 (7/12) Installing build-base (0.5-r2) 00:36:52 (8/12) Installing libsodium (1.0.18-r0) 00:36:52 (9/12) Installing pkgconf (1.7.2-r0) 00:36:52 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:52 (11/12) Installing libzmq (4.3.3-r0) 00:36:52 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:52 Executing busybox-1.31.1-r19.trigger 00:36:52 OK: 217 MiB in 51 packages 00:36:53 Removing intermediate container ee7313be20db 00:36:53 ---> 0975355e973b 00:36:53 Step 4/6 : WORKDIR /edgex-go 00:36:53 ---> Running in 85d2c9300ec7 00:36:54 Removing intermediate container 85d2c9300ec7 00:36:54 ---> 0697bd084fc4 00:36:54 Step 5/6 : COPY go.mod . 00:36:54 ---> 5cca7453b06d 00:36:54 Step 6/6 : RUN go mod download 00:36:54 ---> Running in 5da84dc9d1e6 00:37:18 ---> 514b8cba5665 00:37:18 ---> 246a7d39662b 00:37:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:18 ---> c0f0cec1ab46 00:37:18 Step 9/22 : RUN make cmd/core-command/core-command 00:37:18 ---> 382e1244a56e 00:37:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:18 ---> b925f765d645 00:37:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:18 ---> Running in d023c1718be8 00:37:18 ---> Running in 0ffbd450f136 00:37:18 ---> Running in 2807332c2993 00:37:18 ---> Running in 02e83f05a283 00:37:18 ---> Running in c15d24bee286 00:37:18 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:18 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:18 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:37:18 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:18 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:37:21 Removing intermediate container 5da84dc9d1e6 00:37:21 ---> 52eb1dc14553 00:37:21 Successfully built 52eb1dc14553 00:37:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:22 + docker inspect -f . ci-base-image-arm64 00:37:22 . [Pipeline] withDockerContainer 00:37:22 prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container 00:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:24 $ docker top b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:25 + go version 00:37:25 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:25 $ docker stop --time=1 b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 00:37:27 $ docker rm -f b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:28 + docker inspect -f . ci-base-image-arm64 00:37:28 . [Pipeline] withDockerContainer 00:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container 00:37:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:30 $ docker top 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:30 ========================================================= 00:37:30 [edgeXBuildGoParallel] Running Tests and Build... 00:37:30 ========================================================= [Pipeline] sh 00:37:31 + make test 00:37:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:57 Removing intermediate container d023c1718be8 00:37:57 ---> a9820fd2ba58 00:37:57 00:37:57 Step 10/22 : FROM alpine:3.12 00:37:57 Removing intermediate container 02e83f05a283 00:37:57 ---> fd4f10b84287 00:37:57 00:37:57 Step 10/24 : FROM scratch 00:37:57 ---> 00:37:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:57 Removing intermediate container 0ffbd450f136 00:37:57 ---> 89fc9fb3762e 00:37:57 00:37:57 Step 10/21 : FROM scratch 00:37:57 ---> 00:37:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:57 3.12: Pulling from library/alpine 00:37:57 ---> Running in 179f1eccdf94 00:37:57 ---> Running in ab63af2dbbee 00:37:57 Removing intermediate container c15d24bee286 00:37:57 ---> 007b7edb36c3 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 ---> Running in 49b020942f89 00:37:57 Removing intermediate container 179f1eccdf94 00:37:57 ---> 24616b827d34 00:37:57 Step 12/24 : ENV APP_PORT=48060 00:37:57 Removing intermediate container ab63af2dbbee 00:37:57 ---> 094f947d9ad7 00:37:57 Step 12/21 : ENV APP_PORT=48085 00:37:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:57 Status: Downloaded newer image for alpine:3.12 00:37:57 ---> 389fef711851 00:37:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:57 ---> Running in 2c8865c80d27 00:37:57 ---> Running in 2bf70e0e39db 00:37:57 ---> Running in e1a7ea6a2f88 00:37:57 Removing intermediate container 49b020942f89 00:37:57 ---> bc11c2faa7f1 00:37:57 Step 12/22 : ENV APP_PORT=48082 00:37:57 ---> Running in 10de69cc397e 00:37:58 Removing intermediate container 2c8865c80d27 00:37:58 ---> d24c2484fd4c 00:37:58 Step 13/21 : EXPOSE $APP_PORT 00:37:58 Removing intermediate container 2bf70e0e39db 00:37:58 ---> 6bac8b6f38d2 00:37:58 Step 13/24 : EXPOSE $APP_PORT 00:37:59 ---> Running in de85d60d05f9 00:37:59 ---> Running in 02b3f1306fbc 00:37:59 Removing intermediate container 10de69cc397e 00:37:59 ---> 3a6842a28cb1 00:37:59 Step 13/22 : EXPOSE $APP_PORT 00:37:59 ---> Running in 34a889d125b8 00:37:59 Removing intermediate container 2807332c2993 00:37:59 ---> c950bfd30291 00:37:59 00:37:59 Step 10/22 : FROM scratch 00:37:59 ---> 00:37:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:59 ---> Using cache 00:37:59 ---> bc11c2faa7f1 00:37:59 Step 12/22 : ENV APP_PORT=48081 00:37:59 Removing intermediate container de85d60d05f9 00:37:59 ---> daab3d521e01 00:37:59 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:59 ---> Running in 3d9391c7442c 00:37:59 Removing intermediate container 02b3f1306fbc 00:37:59 ---> 8e57daf69893 00:37:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:59 Removing intermediate container 34a889d125b8 00:37:59 ---> 9e4380fa999b 00:37:59 Step 14/22 : WORKDIR / 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:59 ---> Running in 3f1ba21b3553 00:37:59 Removing intermediate container 3d9391c7442c 00:37:59 ---> 3a5b26c4170f 00:37:59 Step 13/22 : EXPOSE $APP_PORT 00:37:59 (1/5) Installing ca-certificates (20191127-r4) 00:37:59 ---> d0e39a835c4b 00:37:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:59 (3/5) Installing libcurl (7.69.1-r3) 00:37:59 (4/5) Installing curl (7.69.1-r3) 00:37:59 (5/5) Installing dumb-init (1.2.2-r1) 00:37:59 Executing busybox-1.31.1-r19.trigger 00:37:59 Executing ca-certificates-20191127-r4.trigger 00:37:59 OK: 7 MiB in 19 packages 00:38:00 ---> 48d19cab6c7a 00:38:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:00 ---> Running in 78ccde4dce08 00:38:00 Removing intermediate container 3f1ba21b3553 00:38:00 ---> b87e2b90f8bb 00:38:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:01 ---> d3c78c6dbfe1 00:38:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:01 Removing intermediate container 78ccde4dce08 00:38:01 ---> 892789cb7447 00:38:01 Step 14/22 : WORKDIR / 00:38:01 ---> d9c7fa1c3478 00:38:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:01 ---> 276456b11f86 00:38:01 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:01 ---> Running in 0c1ecb17c335 00:38:02 ---> dee8f794a7a7 00:38:02 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:02 Removing intermediate container e1a7ea6a2f88 00:38:02 ---> 6b2f449577a0 00:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:38:02 ---> Running in 6797b5b22b42 00:38:02 ---> Running in 4ae7f7ae85f3 00:38:03 Removing intermediate container 0c1ecb17c335 00:38:03 ---> 1765974f44c1 00:38:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:03 ---> 4241aa6b0f2a 00:38:03 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:03 ---> 300bd15a9536 00:38:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:03 Removing intermediate container 6797b5b22b42 00:38:03 ---> a9e3363c1786 00:38:03 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:03 Removing intermediate container 4ae7f7ae85f3 00:38:03 ---> e7ca0ae30e5f 00:38:03 Step 13/22 : WORKDIR / 00:38:03 ---> Running in be5e760ce6f4 00:38:03 ---> d35f82677507 00:38:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:03 ---> Running in 593e02307b5b 00:38:03 ---> 0b4497da6c4e 00:38:03 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:03 ---> d567d3ed0ef8 00:38:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:03 Removing intermediate container be5e760ce6f4 00:38:03 ---> 56758048a17c 00:38:03 Step 19/21 : LABEL arch=x86_64 00:38:03 ---> Running in 2e98512b393b 00:38:03 Removing intermediate container 593e02307b5b 00:38:03 ---> 1baedf87f2a5 00:38:03 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:04 ---> Running in 0980fa73fcab 00:38:04 Removing intermediate container 2e98512b393b 00:38:04 ---> 9a0b8ddbae04 00:38:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:04 ---> e6870bb1d7a0 00:38:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:04 ---> Running in a481b88b5405 00:38:04 Removing intermediate container 0980fa73fcab 00:38:04 ---> 6e1c9b660bb0 00:38:04 Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:38:04 ---> 965f6ed5365b 00:38:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:38:04 ---> b2f7d558d73e 00:38:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:04 ---> Running in 4e21c706a105 00:38:04 Removing intermediate container a481b88b5405 00:38:04 ---> f1fae461b4a9 00:38:04 Step 20/22 : LABEL arch=x86_64 00:38:04 ---> fcc8b2362b18 00:38:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:04 ---> Running in 1ea726a0f720 00:38:04 ---> Running in c1c2890d0782 00:38:05 ---> d237c9432008 00:38:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:05 Removing intermediate container 4e21c706a105 00:38:05 ---> b269683edd8f 00:38:05 Step 21/21 : LABEL version=0.0.0 00:38:05 ---> 690db5240701 00:38:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:38:05 ---> Running in ed7439d0f796 00:38:05 ---> Running in 5d807d9016e6 00:38:05 Removing intermediate container 1ea726a0f720 00:38:05 ---> 045d6df7520b 00:38:05 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:38:05 Removing intermediate container c1c2890d0782 00:38:05 ---> eb2fd0a82b08 00:38:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:05 ---> Running in 0bda25d4f9be 00:38:05 ---> Running in 3975c3f14a9c 00:38:05 ---> f98f001de7b7 00:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:05 Removing intermediate container 5d807d9016e6 00:38:05 ---> 2d90572cf543 00:38:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:05 Removing intermediate container ed7439d0f796 00:38:05 ---> e863594cccc7 00:38:05 00:38:06 ---> Running in 5fdcb9fcab8c 00:38:06 Successfully built e863594cccc7 00:38:06 Removing intermediate container 3975c3f14a9c 00:38:06 ---> 6da21e59e99f 00:38:06 Step 20/22 : LABEL arch=x86_64 00:38:06 Removing intermediate container 0bda25d4f9be 00:38:06 ---> 050f96d26799 00:38:06 Step 22/22 : LABEL version=0.0.0 00:38:06 Successfully tagged docker-support-scheduler-go:latest 00:38:06  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:38:06 ---> 7676793bfe36 00:38:06 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:06 ---> Running in b2853b53ea1c 00:38:06 Removing intermediate container 5fdcb9fcab8c 00:38:06 ---> af1210d5203f 00:38:06 Step 22/24 : LABEL arch=x86_64 00:38:06 ---> Running in 04c36eb5bd04 00:38:06 ---> Running in 0481b8c78cd1 00:38:06 ---> Running in ee6017851cad 00:38:06 Removing intermediate container b2853b53ea1c 00:38:06 ---> fa1234a6d72f 00:38:06 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:38:06 Removing intermediate container 04c36eb5bd04 00:38:06 ---> e05e7c14e977 00:38:06 00:38:07 ---> Running in e924213a1d01 00:38:07 Removing intermediate container ee6017851cad 00:38:07 ---> e18cec5df1c6 00:38:07 Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:38:07 Successfully built e05e7c14e977 00:38:07 Successfully tagged docker-core-command-go:latest 00:38:07  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:38:07 ---> Running in e8b7586fedce 00:38:07 Removing intermediate container e924213a1d01 00:38:07 ---> 6ee0b8c9e74f 00:38:07 Step 22/22 : LABEL version=0.0.0 00:38:07 ---> Running in 2ebf514613c4 00:38:07 Removing intermediate container e8b7586fedce 00:38:07 ---> d90047b31688 00:38:07 Step 24/24 : LABEL version=0.0.0 00:38:08 ---> Running in 7bb7e79ffbee 00:38:09 Removing intermediate container 0481b8c78cd1 00:38:09 ---> fde9242bfe76 00:38:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:09 Removing intermediate container 2ebf514613c4 00:38:09 ---> 8e498ec0ab77 00:38:09 00:38:11 Successfully built 8e498ec0ab77 00:38:11 Removing intermediate container 7bb7e79ffbee 00:38:11 ---> 263633658727 00:38:11 00:38:12 Successfully built 263633658727 00:38:13 Successfully tagged docker-support-notifications-go:latest 00:38:13 Successfully tagged docker-core-metadata-go:latest 00:38:13 Building docker-core-data-go 00:38:13 Building docker-sys-mgmt-agent-go 00:38:13 ---> Running in 8c1139c3f4c7 00:38:13  Building docker-core-metadata-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 8c1139c3f4c7 00:38:13 ---> e3b849a562bb 00:38:13 Step 20/22 : LABEL arch=x86_64 00:38:14 ---> Running in 9e5c3e6aea74 00:38:14 Removing intermediate container 9e5c3e6aea74 00:38:14 ---> ab2e62bdfe70 00:38:14 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:38:15 ---> Running in 9747304072fa 00:38:19 Removing intermediate container 9747304072fa 00:38:19 ---> e978e0d8ded0 00:38:19 Step 22/22 : LABEL version=0.0.0 00:38:22 ---> Running in 609e27cfc041 00:38:25 Removing intermediate container 609e27cfc041 00:38:25 ---> 90de067d285f 00:38:25 00:38:25 Successfully built 90de067d285f 00:38:25 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:28  Building docker-security-bootstrap-redis-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 2cc716901c7b 00:38:28 Step 3/21 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> ec60408cc396 00:38:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 1c3752241fee 00:38:28 Step 5/21 : RUN apk add --update --no-cache make git 00:38:28 ---> Running in 68f2a5451b35 00:38:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> 2cc716901c7b 00:38:29 Step 3/24 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> ec60408cc396 00:38:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 1c3752241fee 00:38:29 Step 5/24 : RUN apk add --update --no-cache make git 00:38:30 ---> Running in f66dc1f7f004 00:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 OK: 233 MiB in 51 packages 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 OK: 233 MiB in 51 packages 00:38:36 Removing intermediate container 68f2a5451b35 00:38:36 ---> dca5481739cc 00:38:36 Step 6/21 : COPY go.mod . 00:38:36 Removing intermediate container f66dc1f7f004 00:38:36 ---> af9868d27bf1 00:38:36 Step 6/24 : COPY go.mod . 00:38:36 ---> eee3b7ed8ff3 00:38:36 Step 7/21 : RUN go mod download 00:38:37 ---> 0724df6a163b 00:38:37 Step 7/24 : RUN go mod download 00:38:37 ---> Running in 88c4bda4aeca 00:38:37 ---> Running in 5b511eb89cc7 00:38:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 2cc716901c7b 00:38:39 Step 3/23 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> ec60408cc396 00:38:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 1c3752241fee 00:38:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 2cc716901c7b 00:38:39 Step 3/26 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> ec60408cc396 00:38:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 1c3752241fee 00:38:39 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:40 ---> Running in f58a5438fedf 00:38:40 ---> Running in 80790e617102 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:40 Removing intermediate container 5b511eb89cc7 00:38:40 ---> 2433aba27a58 00:38:40 Step 8/24 : COPY . . 00:38:40 Removing intermediate container 88c4bda4aeca 00:38:40 ---> 4183c63db858 00:38:40 Step 8/21 : COPY . . 00:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:42 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:42 OK: 233 MiB in 51 packages 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:48 Removing intermediate container 80790e617102 00:38:48 ---> 2f1011376b0c 00:38:48 Step 6/26 : COPY go.mod . 00:38:49 Removing intermediate container f58a5438fedf 00:38:49 ---> ca6ae9cafec6 00:38:49 Step 6/23 : COPY go.mod . 00:38:49 ---> d2ab70a2cecd 00:38:49 Step 7/26 : RUN go mod download 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:51 ---> Running in 1da41c4334e0 00:38:51 ---> 4d7ffe30f651 00:38:51 Step 7/23 : RUN go mod download 00:38:51 ---> Running in 8c7434dee6fa 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:57 Removing intermediate container 8c7434dee6fa 00:38:57 ---> 5f026b4e8e75 00:38:57 Step 8/23 : COPY . . 00:38:57 Removing intermediate container 1da41c4334e0 00:38:57 ---> 80cf564bc9df 00:38:57 Step 8/26 : COPY . . 00:39:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:09 ---> a86f152fbfb3 00:39:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:09 ---> 36c97b826778 00:39:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:11 ---> Running in d93ed746fc2f 00:39:11 ---> Running in 67f369894e8d 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.648s coverage: 27.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 67.9% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:13 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:39:13 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:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.3% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.261s coverage: 28.6% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.261s coverage: 86.7% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.364s coverage: 97.5% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.196s coverage: 78.3% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:25 ---> ac92bf7d2232 00:39:25 Step 9/23 : RUN make cmd/core-data/core-data 00:39:25 ---> Running in 3a8177c015e1 00:39:25 ---> 440b379ab2f8 00:39:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:25 ---> Running in dc9475d32d27 00:39:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 92.8% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:35 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:39: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 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.533s coverage: 63.5% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 37.0% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.646s coverage: 84.0% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 00:39:45 Removing intermediate container 67f369894e8d 00:39:45 ---> a6e20c5bf1b1 00:39:45 00:39:45 Step 10/24 : FROM alpine:3.12 00:39:45 ---> 389fef711851 00:39:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:45 ---> Using cache 00:39:45 ---> 6b2f449577a0 00:39:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:45 Removing intermediate container d93ed746fc2f 00:39:45 ---> 1eef2e5ad075 00:39:45 00:39:45 Step 10/21 : FROM alpine:3.12 00:39:45 ---> 389fef711851 00:39:45 Step 11/21 : RUN apk add --update --no-cache curl 00:39:45 ---> Running in 92044476f0d6 00:39:45 ---> Running in 078c130a1cbe 00:39:45 Removing intermediate container 92044476f0d6 00:39:45 ---> c9d9616fe104 00:39:45 Step 13/24 : WORKDIR / 00:39:45 ---> Running in 1332fbe061ef 00:39:45 Removing intermediate container 1332fbe061ef 00:39:45 ---> 79d81ef43e59 00:39:45 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:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:46 ---> 01780e823c7e 00:39:46 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:39:46 (1/4) Installing ca-certificates (20191127-r4) 00:39:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:46 (3/4) Installing libcurl (7.69.1-r3) 00:39:46 (4/4) Installing curl (7.69.1-r3) 00:39:46 Executing busybox-1.31.1-r19.trigger 00:39:46 Executing ca-certificates-20191127-r4.trigger 00:39:46 OK: 7 MiB in 18 packages 00:39:47 ---> 21be8854a3b5 00:39:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:47 ---> fee969d0be81 00:39:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.1% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:48 Removing intermediate container 078c130a1cbe 00:39:48 ---> 8266b5bfec47 00:39:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:50 ---> 0d53d5de5ab3 00:39:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:50 ---> Running in 9a39b5b02db6 00:39:51 Removing intermediate container dc9475d32d27 00:39:51 ---> 89a54d577d1e 00:39:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:51 ---> 4dcfee56e652 00:39:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:51 Removing intermediate container 9a39b5b02db6 00:39:51 ---> 35d9ef5ee70f 00:39:51 Step 13/21 : WORKDIR /edgex 00:39:51 ---> Running in 3b4a2d8ea021 00:39:51 ---> Running in 1d61f12dd662 00:39:51 ---> 1d706688f779 00:39:51 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:39:52 ---> Running in 7dcb0400c8cc 00:39:52 Removing intermediate container 1d61f12dd662 00:39:52 ---> db1a76d7ddb8 00:39:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:52 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:52 ---> 6efacdd43566 00:39:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.046s coverage: 29.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:39:54 ---> c11d1e7db16c 00:39:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:54 Removing intermediate container 7dcb0400c8cc 00:39:54 ---> afcc3ea7f3df 00:39:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:54 ---> Running in c1c17afdceb2 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:39:55 GO111MODULE=on go vet ./... 00:39:57 Removing intermediate container 3b4a2d8ea021 00:39:57 ---> dc905415b271 00:39:57 00:39:57 Step 11/26 : FROM docker:20.10.0 00:39:57 20.10.0: Pulling from library/docker 00:39:57 ---> 69e0a4c044b3 00:39:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:57 Removing intermediate container c1c17afdceb2 00:39:57 ---> db08dd34253e 00:39:57 Step 22/24 : LABEL arch=x86_64 00:39:57 ---> Running in 46cd488c3626 00:39:57 ---> Running in e1da7b3b5ec9 00:39:57 Removing intermediate container 3a8177c015e1 00:39:57 ---> 0258a6fa06db 00:39:57 00:39:57 Step 10/23 : FROM alpine:3.12 00:39:57 ---> 389fef711851 00:39:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:57 ---> Running in b48f6bd4a33e 00:39:58 Removing intermediate container 46cd488c3626 00:39:58 ---> 639569e6c833 00:39:58 Step 18/21 : CMD ["--init=true"] 00:39:58 Removing intermediate container e1da7b3b5ec9 00:39:58 ---> ceb94c342d83 00:39:58 Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:39:58 ---> Running in 0f3f536adf8e 00:39:58 ---> Running in cd9c0b187dce 00:39:58 Removing intermediate container b48f6bd4a33e 00:39:58 ---> 960d08822186 00:39:58 Step 12/23 : ENV APP_PORT=48080 00:39:59 ---> Running in 12e529e4319f 00:39:59 Removing intermediate container 0f3f536adf8e 00:39:59 ---> 27ae61d4fb11 00:39:59 Step 19/21 : LABEL arch=x86_64 00:39:59 Removing intermediate container cd9c0b187dce 00:39:59 ---> ae00cab530f7 00:39:59 Step 24/24 : LABEL version=0.0.0 00:39:59 ---> Running in 08503c2f68c8 00:39:59 ---> Running in 97829fd4da90 00:39:59 Removing intermediate container 12e529e4319f 00:39:59 ---> 90110161a8c3 00:39:59 Step 13/23 : EXPOSE $APP_PORT 00:39:59 ---> Running in 6c91ca79ebb0 00:39:59 Removing intermediate container 08503c2f68c8 00:39:59 ---> 4141d6b789bf 00:39:59 Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:39:59 Removing intermediate container 97829fd4da90 00:39:59 ---> ea6233a46a40 00:39:59 00:39:59 ---> Running in 2830753851aa 00:39:59 Removing intermediate container 6c91ca79ebb0 00:39:59 ---> 65e2e72de6c1 00:39:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:59 ---> Running in 904c453a99fd 00:40:00 Successfully built ea6233a46a40 00:40:00 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:00  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2830753851aa 00:40:00 ---> a99a4f956283 00:40:00 Step 21/21 : LABEL version=0.0.0 00:40:00 ---> Running in 44107fa40ca6 00:40:00 Removing intermediate container 44107fa40ca6 00:40:00 ---> bad7dadac91c 00:40:00 00:40:01 Successfully built bad7dadac91c 00:40:01 Successfully tagged docker-security-proxy-setup-go:latest 00:40:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 904c453a99fd 00:40:01 ---> 08121a35b6e5 00:40:01 Step 15/23 : RUN apk add --update --no-cache zeromq 00:40:01 ---> Running in 56c679924078 00:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:03 Status: Downloaded newer image for docker:20.10.0 00:40:03 ---> aefe523efa57 00:40:03 Step 12/26 : RUN apk add --no-cache bash 00:40:04 ---> Running in 40c5d3af8a98 00:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:05 (1/2) Installing readline (8.0.4-r0) 00:40:05 (2/2) Installing bash (5.0.17-r0) 00:40:05 Executing bash-5.0.17-r0.post-install 00:40:05 Executing busybox-1.31.1-r19.trigger 00:40:05 OK: 12 MiB in 22 packages 00:40:05 Removing intermediate container 40c5d3af8a98 00:40:05 ---> 497b79578be5 00:40:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:05 (1/5) Installing libgcc (9.3.0-r2) 00:40:05 (2/5) Installing libsodium (1.0.18-r0) 00:40:05 ---> Running in ff18ef7cc3a5 00:40:06 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:06 Removing intermediate container ff18ef7cc3a5 00:40:06 ---> cd9d54b3ffb4 00:40:06 Step 14/26 : ENV APP_PORT=48090 00:40:06 ---> Running in 519da5629633 00:40:06 Removing intermediate container 519da5629633 00:40:06 ---> d64c01de611f 00:40:06 Step 15/26 : EXPOSE $APP_PORT 00:40:06 ---> Running in 31bae1f1ffb7 00:40:06 (4/5) Installing libzmq (4.3.3-r0) 00:40:06 Removing intermediate container 31bae1f1ffb7 00:40:06 ---> 55264364a010 00:40:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:06 (5/5) Installing zeromq (4.3.3-r0) 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:06 OK: 8 MiB in 19 packages 00:40:07 ---> e7e65b8b45e2 00:40:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:07 Removing intermediate container 56c679924078 00:40:07 ---> c354b0da2fe9 00:40:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:07 ---> 2b3d68202eb3 00:40:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:07 ---> 132b3d47a64c 00:40:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:07 ---> fe0fa4620ea6 00:40:07 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:07 ---> Running in 6241ba52fe26 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 ---> 07de38368c17 00:40:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 (1/33) Installing libbz2 (1.0.8-r1) 00:40:08 (2/33) Installing expat (2.2.9-r1) 00:40:08 (3/33) Installing libffi (3.3-r2) 00:40:08 (4/33) Installing gdbm (1.13-r1) 00:40:08 (5/33) Installing xz-libs (5.2.5-r0) 00:40:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:08 (7/33) Installing python3 (3.8.5-r0) 00:40:08 ---> 913c8fe8612c 00:40:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:09 ---> Running in 2b0d7faf74f4 00:40:12 Removing intermediate container 2b0d7faf74f4 00:40:12 ---> ae32e8bac213 00:40:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:12 ---> Running in ac2898fd35ab 00:40:12 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:12 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:12 (11/33) Installing py3-six (1.15.0-r0) 00:40:12 (12/33) Installing py3-packaging (20.4-r0) 00:40:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:12 (15/33) Installing py3-idna (2.9-r0) 00:40:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:13 (18/33) Installing py3-requests (2.23.0-r0) 00:40:13 Removing intermediate container ac2898fd35ab 00:40:13 ---> dda91f1d6053 00:40:13 Step 21/23 : LABEL arch=x86_64 00:40:13 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:13 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:13 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:13 ---> Running in aea09febc9e0 00:40:13 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:13 (24/33) Installing py3-distro (1.5.0-r1) 00:40:13 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:13 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:13 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:13 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:13 (29/33) Installing py3-progress (1.5-r0) 00:40:13 (30/33) Installing py3-toml (0.10.1-r0) 00:40:14 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:14 Removing intermediate container aea09febc9e0 00:40:14 ---> f5a658e4f58f 00:40:14 Step 22/23 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:40:14 (33/33) Installing py3-pip (20.1.1-r0) 00:40:14 ---> Running in 2174d477f969 00:40:14 Executing busybox-1.31.1-r19.trigger 00:40:14 OK: 71 MiB in 55 packages 00:40:14 Removing intermediate container 2174d477f969 00:40:14 ---> ce7e155e3532 00:40:14 Step 23/23 : LABEL version=0.0.0 00:40:15 ---> Running in 0e7ea79a3e42 00:40:15 Removing intermediate container 0e7ea79a3e42 00:40:15 ---> 5857151bd5ad 00:40:15 00:40:15 Successfully built 5857151bd5ad 00:40:15 Successfully tagged docker-core-data-go:latest 00:40:21  Building docker-core-data-go ... done Removing intermediate container 6241ba52fe26 00:40:21 ---> 8788e82644ff 00:40:21 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:21 ---> Running in e479018a42bf 00:40:22 Collecting docker-compose==1.23.2 00:40:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:22 Collecting docopt<0.7,>=0.6.1 00:40:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:23 Collecting texttable<0.10,>=0.9.0 00:40:23 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:23 Collecting websocket-client<1.0,>=0.32.0 00:40:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:23 Collecting dockerpty<0.5,>=0.4.1 00:40:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:24 Collecting PyYAML<4,>=3.10 00:40:24 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:25 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:25 Collecting jsonschema<3,>=2.5.1 00:40:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:25 Collecting cached-property<2,>=1.2.0 00:40:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:25 Collecting docker<4.0,>=3.6.0 00:40:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:25 Collecting urllib3<1.25,>=1.21.1 00:40:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:27 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:27 Collecting idna<2.8,>=2.5 00:40:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:27 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:27 Collecting docker-pycreds>=0.4.0 00:40:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:27 Installing collected packages: docopt, urllib3, idna, requests, texttable, websocket-client, dockerpty, PyYAML, jsonschema, cached-property, docker-pycreds, docker, docker-compose 00:40:27 Running setup.py install for docopt: started 00:40:27 Running setup.py install for docopt: finished with status 'done' 00:40:27 Attempting uninstall: urllib3 00:40:27 Found existing installation: urllib3 1.25.9 00:40:27 Uninstalling urllib3-1.25.9: 00:40:27 Successfully uninstalled urllib3-1.25.9 00:40:28 Attempting uninstall: idna 00:40:28 Found existing installation: idna 2.9 00:40:28 Uninstalling idna-2.9: 00:40:28 Successfully uninstalled idna-2.9 00:40:28 Attempting uninstall: requests 00:40:28 Found existing installation: requests 2.23.0 00:40:28 Uninstalling requests-2.23.0: 00:40:28 Successfully uninstalled requests-2.23.0 00:40:28 Running setup.py install for texttable: started 00:40:28 Running setup.py install for texttable: finished with status 'done' 00:40:28 Running setup.py install for dockerpty: started 00:40:29 Running setup.py install for dockerpty: finished with status 'done' 00:40:29 Running setup.py install for PyYAML: started 00:40:30 Running setup.py install for PyYAML: finished with status 'done' 00:40:30 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:34 Removing intermediate container e479018a42bf 00:40:34 ---> 7da8b7366e41 00:40:34 Step 21/26 : RUN apk --no-cache add curl 00:40:34 ---> Running in f7c65d076da0 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:34 (2/3) Installing libcurl (7.69.1-r3) 00:40:34 (3/3) Installing curl (7.69.1-r3) 00:40:34 Executing busybox-1.31.1-r19.trigger 00:40:34 OK: 72 MiB in 58 packages 00:40:35 Removing intermediate container f7c65d076da0 00:40:35 ---> 7b5bb0baf7df 00:40:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:35 ---> Running in 0d4fbf224d91 00:40:35 Removing intermediate container 0d4fbf224d91 00:40:35 ---> fa50324ca683 00:40:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:35 ---> Running in 4d86966789a6 00:40:35 Removing intermediate container 4d86966789a6 00:40:35 ---> 31e6a890da6a 00:40:35 Step 24/26 : LABEL arch=x86_64 00:40:35 ---> Running in 121e503c3060 00:40:36 Removing intermediate container 121e503c3060 00:40:36 ---> a571370bab0c 00:40:36 Step 25/26 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:40:36 ---> Running in dd983dc7cc9e 00:40:36 Removing intermediate container dd983dc7cc9e 00:40:36 ---> bbd915461b61 00:40:36 Step 26/26 : LABEL version=0.0.0 00:40:36 ---> Running in 740434306ae0 00:40:36 Removing intermediate container 740434306ae0 00:40:36 ---> f689d5dc995e 00:40:36 00:40:36 Successfully built f689d5dc995e 00:40:36 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:37 $ docker stop --time=1 f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f 00:40:38 $ docker rm -f f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:39 + docker images 00:40:39 + grep docker 00:40:39 docker-sys-mgmt-agent-go latest f689d5dc995e 3 seconds ago 313MB 00:40:39 docker-core-data-go latest 5857151bd5ad 24 seconds ago 22.3MB 00:40:39 docker-security-proxy-setup-go latest bad7dadac91c 39 seconds ago 24.4MB 00:40:39 docker-security-secretstore-setup-go latest ea6233a46a40 40 seconds ago 24.6MB 00:40:39 docker-security-bootstrap-redis-go latest 90de067d285f 2 minutes ago 15.8MB 00:40:39 docker-support-notifications-go latest 263633658727 2 minutes ago 12MB 00:40:39 docker-core-metadata-go latest 8e498ec0ab77 2 minutes ago 13.1MB 00:40:39 docker-core-command-go latest e05e7c14e977 2 minutes ago 10.6MB 00:40:39 docker-support-scheduler-go latest e863594cccc7 2 minutes ago 10.7MB 00:40:39 docker 20.10.0 aefe523efa57 5 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:55 Still waiting to schedule task 00:40:55 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:41:03 gofmt -l . 00:41:03 [ "`gofmt -l .`" = "" ] 00:41:04 ./bin/test-go-mod-tidy.sh 00:41:05 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:07 + ls -al . 00:41:07 total 684 00:41:07 drwxrwxr-x 9 1001 1001 4096 Jan 20 00:41 . 00:41:07 drwxr-xr-x 4 root root 4096 Jan 20 00:37 .. 00:41:07 -rw-rw-r-- 1 1001 1001 11 Jan 20 00:35 .dockerignore 00:41:07 drwxrwxr-x 8 1001 1001 4096 Jan 20 00:35 .git 00:41:07 drwxrwxr-x 3 1001 1001 4096 Jan 20 00:35 .github 00:41:07 -rw-rw-r-- 1 1001 1001 824 Jan 20 00:35 .gitignore 00:41:07 -rw-rw-r-- 1 1001 1001 166 Jan 20 00:35 .sonarcloud.properties 00:41:07 -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:35 Attribution.txt 00:41:07 -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:35 CONTRIBUTING.md 00:41:07 -rw-rw-r-- 1 1001 1001 931 Jan 20 00:35 Dockerfile.build 00:41:07 -rw-rw-r-- 1 1001 1001 863 Jan 20 00:35 Jenkinsfile 00:41:07 -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:35 LICENSE 00:41:07 -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:35 Makefile 00:41:07 -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:35 README.md 00:41:07 -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:35 SECURITY.md 00:41:07 -rw-rw-r-- 1 1001 1001 5 Jan 20 00:32 VERSION 00:41:07 -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:35 ZMQWindows.md 00:41:07 drwxrwxr-x 2 1001 1001 4096 Jan 20 00:35 bin 00:41:07 drwxrwxr-x 14 1001 1001 4096 Jan 20 00:35 cmd 00:41:07 -rw-r--r-- 1 root root 550280 Jan 20 00:39 coverage.out 00:41:07 -rw-r--r-- 1 root root 981 Jan 20 00:41 go.mod 00:41:07 -rw-r--r-- 1 root root 19436 Jan 20 00:41 go.sum 00:41:07 drwxrwxr-x 8 1001 1001 4096 Jan 20 00:35 internal 00:41:07 drwxrwxr-x 4 1001 1001 4096 Jan 20 00:35 openapi 00:41:07 drwxrwxr-x 4 1001 1001 4096 Jan 20 00:35 snap 00:41:07 -rw-rw-r-- 1 1001 1001 168 Jan 20 00:35 version.go [Pipeline] sh 00:41:07 + '[' -e coverage.out ] 00:41:07 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:08 Warning: overwriting stash ‘coverage-report’ 00:41:09 Stashed 1 file(s) [Pipeline] sh 00:41:10 + make build 00:41:10 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:20 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:41:42 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:41:47 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:41:52 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:41:53 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:41:59 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:03 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:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:11 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:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:20 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:42:24 $ docker stop --time=1 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 00:42:26 $ docker rm -f 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:28 00:42:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:29 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:29 29e5d40040c1: Pulling fs layer 00:42:29 1ce36da41761: Pulling fs layer 00:42:29 25b303627fd3: Pulling fs layer 00:42:29 29e5d40040c1: Verifying Checksum 00:42:29 29e5d40040c1: Download complete 00:42:30 29e5d40040c1: Pull complete 00:42:30 1ce36da41761: Verifying Checksum 00:42:30 1ce36da41761: Download complete 00:42:31 1ce36da41761: Pull complete 00:42:32 25b303627fd3: Verifying Checksum 00:42:32 25b303627fd3: Download complete 00:42:42 25b303627fd3: Pull complete 00:42:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:42 prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container 00:42:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:45 $ docker top bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:46 + grep parallel 00:42:46 + docker-compose build --help 00:42:47 Running on prd-ubuntu18.04-docker-8c-8g-21447 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:47 Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout 00:42:49 --parallel Build images in parallel. [Pipeline] } 00:42:49 $ docker stop --time=1 bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 00:42:49 using credential edgex-jenkins-ssh 00:42:49 Cloning the remote Git repository 00:42:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:50 > git init /w/workspace/edgex-go/44 # timeout=10 00:42:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:50 > git --version # timeout=10 00:42:50 > git --version # 'git version 2.17.1' 00:42:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:51 $ docker rm -f bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:52 . [Pipeline] withDockerContainer 00:42:52 prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container 00:42:53 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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:42:54 $ docker top 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:01 Building docker-core-command-go ... 00:43:01 Building docker-core-data-go ... 00:43:01 Building docker-core-metadata-go ... 00:43:01 Building docker-security-bootstrap-redis-go ... 00:43:01 Building docker-security-proxy-setup-go ... 00:43:01 Building docker-security-secretstore-setup-go ... 00:43:01 Building docker-support-notifications-go ... 00:43:01 Building docker-support-scheduler-go ... 00:43:01 Building docker-sys-mgmt-agent-go ... 00:43:01 Building docker-core-metadata-go 00:43:01 Building docker-support-notifications-go 00:43:01 Building docker-security-secretstore-setup-go 00:43:01 Building docker-sys-mgmt-agent-go 00:43:01 Building docker-security-bootstrap-redis-go 00:43:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43: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:43:21 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:21 Merge succeeded, producing efe81d618886f67dceb9ffdbbd2fb20c37710edf 00:43:21 Checking out Revision efe81d618886f67dceb9ffdbbd2fb20c37710edf (PR-2858) 00:43:21 > git config core.sparsecheckout # timeout=10 00:43:21 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:21 > git remote # timeout=10 00:43:21 > git config --get remote.origin.url # timeout=10 00:43:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:21 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 00:43:21 > git rev-parse HEAD^{commit} # timeout=10 00:43:21 > git config core.sparsecheckout # timeout=10 00:43:21 > git checkout -f efe81d618886f67dceb9ffdbbd2fb20c37710edf # timeout=10 00:43:25 Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" 00:43:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:25 > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 00:43:26 + echo snap-build.sh 00:43:26 snap-build.sh 00:43:26 + SNAP_BASE_DIR=. 00:43:26 + '[' '!' -z /w/workspace/edgex-go/44 ']' 00:43:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/44 00:43:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/44]' 00:43:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/44] 00:43:26 + cd /w/workspace/edgex-go/44 00:43:26 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:26 Reading package lists... 00:43:26 Building dependency tree... 00:43:26 Reading state information... 00:43:26 The following packages were automatically installed and are no longer required: 00:43:26 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:26 uidmap xdelta3 00:43:26 Use 'sudo apt autoremove' to remove them. 00:43:26 The following packages will be REMOVED: 00:43:26 lxd* lxd-client* 00:43:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:27 After this operation, 31.7 MB disk space will be freed. 00:43: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:43:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:29 Removing lxd dnsmasq configuration 00:43:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43: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:43:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:31 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:31 Processing triggers for ureadahead (0.100.0-21) ... 00:43:33 + sudo snap remove --purge lxd 00:43:33 snap "lxd" is not installed 00:43:33 + sudo groupadd --force --system lxd 00:43:33 ++ whoami 00:43:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:33 + newgrp - lxd 00:43:33 + sudo snap install lxd 00:43:43 2021-01-20T00:43:40Z INFO Waiting for automatic snapd restart... 00:43:55 lxd 4.10 from Canonical* installed 00:43:55 + sudo lxd init --auto 00:44:03 + sudo snap install --classic snapcraft 00:44:08 snapcraft 4.4.4 from Canonical* installed 00:44:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:08 + patch --verbose -p1 00:44:08 Hmm... Looks like a unified diff to me... 00:44:08 The text leading up to this was: 00:44:08 -------------------------- 00:44:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:08 |From: Tony Espy 00:44:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:08 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:08 | 00:44:08 |This patch is used by the EdgeX CI pipeline builds to 00:44:08 |optimize the snap CI check run for pull requests. When 00:44:08 |applied, it essentially strips out everything (apps and 00:44:08 |parts) from the snapcraft.yaml file except those required 00:44:08 |to build edgex-go, as the whole idea of the CI check is to 00:44:08 |catch changes to edgex-go that break the snap build. 00:44:08 | 00:44:08 |In general, anyone updating snapcraft.yaml will also need 00:44:08 |to update this patch file, otherwise it may fail to apply, 00:44:08 |resulting in a failed snap build CI check in the associated 00:44:08 |pull request. 00:44:08 | 00:44:08 |Note - in addition to applying this patch, the pipeline also 00:44:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:08 |need to build the finally binary .snap file (and it won't 00:44:08 |work with the patch applied). This further reduces the build 00:44:08 |time. 00:44:08 |--- 00:44:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:08 | 00:44:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:08 |index 1e537489..faf42425 100644 00:44:08 |--- a/snap/snapcraft.yaml 00:44:08 |+++ b/snap/snapcraft.yaml 00:44:08 -------------------------- 00:44:08 patching file snap/snapcraft.yaml 00:44:08 Using Plan A... 00:44:08 Hunk #1 succeeded at 73. 00:44:08 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:44:08 Hunk #3 succeeded at 214 (offset -1 lines). 00:44:08 Hunk #4 FAILED at 223. 00:44:08 Hunk #5 succeeded at 300. 00:44:08 Hunk #6 succeeded at 327. 00:44:08 Hunk #7 succeeded at 361. 00:44:08 Hunk #8 FAILED at 412. 00:44:08 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:08 Hmm... Ignoring the trailing garbage. 00:44:08 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:08 Failed in branch amd64 00:44:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:09 ---> 52eb1dc14553 00:44:09 Step 3/24 : WORKDIR /edgex-go 00:44:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:09 ---> 52eb1dc14553 00:44:09 Step 3/24 : WORKDIR /edgex-go 00:44:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:09 ---> 52eb1dc14553 00:44:09 Step 3/22 : WORKDIR /edgex-go 00:44:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:09 ---> 52eb1dc14553 00:44:09 Step 3/22 : WORKDIR /edgex-go 00:44:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:09 ---> 52eb1dc14553 00:44:09 Step 3/26 : WORKDIR /edgex-go 00:44:12 ---> Running in 333bf3c6e971 00:44:12 ---> Running in 48a7f2f34273 00:44:12 ---> Running in a6f83a051421 00:44:12 ---> Running in 29055c799761 00:44:12 ---> Running in 1cd3159a52e1 00:44:12 Removing intermediate container 48a7f2f34273 00:44:12 ---> 336b113f4c42 00:44:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:12 Removing intermediate container 1cd3159a52e1 00:44:12 ---> 2403a7ef23bd 00:44:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:12 Removing intermediate container 333bf3c6e971 00:44:12 ---> 81e1e9faac4d 00:44:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:12 Removing intermediate container a6f83a051421 00:44:12 ---> 1f6455209fed 00:44:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:12 Removing intermediate container 29055c799761 00:44:12 ---> fa35fbf66a80 00:44:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:13 ---> Running in ff1d679d9651 00:44:13 ---> Running in de44bb404bdb 00:44:13 ---> Running in 156c4bd4a207 00:44:13 ---> Running in 65cb76f25ae9 00:44:13 ---> Running in 3d04fd55e2c7 00:44:17 Removing intermediate container ff1d679d9651 00:44:17 ---> 036929898dbe 00:44:17 Step 5/22 : RUN apk add --update --no-cache make git 00:44:17 ---> Running in 7c42be3f9534 00:44:17 Removing intermediate container 156c4bd4a207 00:44:17 ---> b88d73c779de 00:44:17 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:17 Removing intermediate container de44bb404bdb 00:44:17 ---> 84c5c4725faf 00:44:17 Step 5/24 : RUN apk add --update --no-cache make git 00:44:17 ---> Running in 4c31db4d55a2 00:44:17 ---> Running in 6f2e9a2c2a36 00:44:17 Removing intermediate container 65cb76f25ae9 00:44:17 ---> b98bebd6331a 00:44:17 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:17 Removing intermediate container 3d04fd55e2c7 00:44:17 ---> 9aff0a57117a 00:44:17 Step 5/22 : RUN apk add --update --no-cache make git 00:44:17 ---> Running in 165124722ff3 00:44:17 ---> Running in 8ea71f1d4502 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:21 OK: 217 MiB in 51 packages 00:44:21 OK: 217 MiB in 51 packages 00:44:21 OK: 217 MiB in 51 packages 00:44:22 OK: 217 MiB in 51 packages 00:44:22 OK: 217 MiB in 51 packages 00:44:22 Removing intermediate container 7c42be3f9534 00:44:22 ---> 2abbd9eab019 00:44:22 Step 6/22 : COPY go.mod . 00:44:23 Removing intermediate container 4c31db4d55a2 00:44:23 ---> a1f2d328d85b 00:44:23 Step 6/24 : COPY go.mod . 00:44:23 Removing intermediate container 6f2e9a2c2a36 00:44:23 ---> fc14dea9ae98 00:44:23 Step 6/24 : COPY go.mod . 00:44:23 ---> 6f4a617faf11 00:44:23 Step 7/22 : RUN go mod download 00:44:24 ---> Running in 0f07b9f99d49 00:44:24 ---> 2c6ce4906757 00:44:24 Step 7/24 : RUN go mod download 00:44:24 ---> Running in 7ec01bd678d3 00:44:24 Removing intermediate container 165124722ff3 00:44:24 ---> 8aa40f8b5e31 00:44:24 Step 6/26 : COPY go.mod . 00:44:24 Removing intermediate container 8ea71f1d4502 00:44:24 ---> ccc6d9139dc1 00:44:24 Step 6/22 : COPY go.mod . 00:44:24 ---> 7c239daed8d7 00:44:24 Step 7/24 : RUN go mod download 00:44:24 ---> Running in 9bdc3d175c24 00:44:25 ---> a346f2a1d132 00:44:25 Step 7/26 : RUN go mod download 00:44:25 ---> d03aaca0eda6 00:44:25 Step 7/22 : RUN go mod download 00:44:26 ---> Running in c269bbf1110e 00:44:26 ---> Running in afe0deedf8ec 00:44:28 Removing intermediate container 0f07b9f99d49 00:44:28 ---> 0aa087297dff 00:44:28 Step 8/22 : COPY . . 00:44:28 Removing intermediate container 7ec01bd678d3 00:44:28 ---> 3c0625702bbd 00:44:28 Step 8/24 : COPY . . 00:44:29 Removing intermediate container 9bdc3d175c24 00:44:29 ---> 223cb280a4e9 00:44:29 Step 8/24 : COPY . . 00:44:30 Removing intermediate container c269bbf1110e 00:44:30 ---> a7c5b95d03e5 00:44:30 Step 8/26 : COPY . . 00:44:31 Removing intermediate container afe0deedf8ec 00:44:31 ---> 03b19f3a8882 00:44:31 Step 8/22 : COPY . . 00:44:58 ---> 232d3242b9f6 00:44:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:58 ---> 384d82658fdb 00:44:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:58 ---> 4d2c8d827876 00:44:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:58 ---> c39f4bc870cb 00:44:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:58 ---> 660551da5da1 00:44:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:58 ---> Running in aa1996915baa 00:44:58 ---> Running in d8cec517b666 00:44:58 ---> Running in da06fccd3b08 00:44:58 ---> Running in eda3c88a309f 00:44:58 ---> Running in 03b41170e875 00:44:58 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:44:58 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:44:58 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:44:58 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:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:20 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:46:28 Removing intermediate container da06fccd3b08 00:46:28 ---> 5371647b685f 00:46:28 00:46:28 Step 10/22 : FROM alpine:3.12 00:46:28 3.12: Pulling from library/alpine 00:46:28 Removing intermediate container eda3c88a309f 00:46:28 ---> 80d1918a0c90 00:46:28 00:46:28 Step 10/24 : FROM alpine:3.12 00:46:28 3.12: Pulling from library/alpine 00:46:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:29 Status: Downloaded newer image for alpine:3.12 00:46:29 ---> afeebe901d6b 00:46:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:29 Status: Image is up to date for alpine:3.12 00:46:29 ---> afeebe901d6b 00:46:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:30 ---> Running in 173764de01fd 00:46:30 ---> Running in 77e2314305b5 00:46:32 Removing intermediate container aa1996915baa 00:46:32 ---> 48b4b7b57d9d 00:46:32 00:46:32 Step 10/24 : FROM scratch 00:46:32 ---> 00:46:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:32 Removing intermediate container 03b41170e875 00:46:32 ---> de0b89c43403 00:46:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:32 ---> Running in 5fed9f94a36f 00:46:32 ---> Running in 6d9e6f979b76 00:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:33 Removing intermediate container 5fed9f94a36f 00:46:33 ---> 2a8e924acdad 00:46:33 Step 12/24 : ENV APP_PORT=48060 00:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:33 ---> Running in e5ec0bfc394a 00:46:34 (1/5) Installing ca-certificates (20191127-r4) 00:46:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:34 (3/5) Installing libcurl (7.69.1-r3) 00:46:34 (1/5) Installing ca-certificates (20191127-r4) 00:46:34 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:46:34 (4/5) Installing curl (7.69.1-r3) 00:46:34 (5/5) Installing dumb-init (1.2.2-r1) 00:46:34 Executing busybox-1.31.1-r19.trigger 00:46:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:34 (3/5) Installing libcurl (7.69.1-r3) 00:46:34 Executing ca-certificates-20191127-r4.trigger 00:46:34 (4/5) Installing curl (7.69.1-r3) 00:46:34 (5/5) Installing dumb-init (1.2.2-r1) 00:46:34 Executing busybox-1.31.1-r19.trigger 00:46:34 Executing ca-certificates-20191127-r4.trigger 00:46:34 Removing intermediate container e5ec0bfc394a 00:46:34 ---> 708886c0c080 00:46:34 Step 13/24 : EXPOSE $APP_PORT 00:46:35 OK: 7 MiB in 19 packages 00:46:35 OK: 7 MiB in 19 packages 00:46:35 ---> Running in 9a0a9e4b5b49 00:46:36 Removing intermediate container 9a0a9e4b5b49 00:46:36 ---> c4776e02eeb2 00:46:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:38 Removing intermediate container 77e2314305b5 00:46:38 ---> f4c11fd36d17 00:46:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:38 ---> Running in 5b872851671b 00:46:38 ---> 7ae765425ee2 00:46:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:38 Removing intermediate container 173764de01fd 00:46:38 ---> 3f1e6596e9a2 00:46:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:39 ---> Running in 45278ae2a452 00:46:39 Removing intermediate container 5b872851671b 00:46:39 ---> 3958ee969857 00:46:39 Step 13/22 : WORKDIR / 00:46:39 ---> Running in 8a85dafb3bc5 00:46:40 Removing intermediate container 45278ae2a452 00:46:40 ---> 59216ac7a8ad 00:46:40 Step 13/24 : WORKDIR / 00:46:40 ---> c9e68f1a6cfb 00:46:40 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:40 ---> Running in 5aee29b14607 00:46:40 Removing intermediate container 8a85dafb3bc5 00:46:40 ---> bf1db43b1d3d 00:46:40 Removing intermediate container 6d9e6f979b76 00:46:40 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:40 ---> af41645e9e3c 00:46:40 00:46:40 Step 11/26 : FROM docker:20.10.0 00:46:40 20.10.0: Pulling from library/docker 00:46:40 Removing intermediate container 5aee29b14607 00:46:40 ---> 9d8d45e3ff8b 00:46:40 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:46:42 ---> 0048a38d80a0 00:46:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:43 ---> a6507aaeab3e 00:46:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:43 ---> 6527e4abf205 00:46:43 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:46:44 Removing intermediate container d8cec517b666 00:46:44 ---> d9c30ca50d4c 00:46:44 00:46:44 Step 10/22 : FROM scratch 00:46:44 ---> 00:46:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:44 ---> 3bb393807ffb 00:46:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:44 ---> 0c3840221fdb 00:46:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:45 ---> 699ceeb5c0f8 00:46:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:45 ---> Running in fda8dbd63617 00:46:45 Removing intermediate container fda8dbd63617 00:46:45 ---> d33e4d2b2241 00:46:45 Step 12/22 : ENV APP_PORT=48081 00:46:46 ---> a284853ce54b 00:46:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:46 ---> Running in 7e68754457c6 00:46:46 ---> a10bcfdc726d 00:46:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:46 ---> 783c1234c93a 00:46:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:46 Removing intermediate container 7e68754457c6 00:46:46 ---> a6abfc922eb6 00:46:46 Step 13/22 : EXPOSE $APP_PORT 00:46:47 ---> Running in 2fa7b7c17d20 00:46:47 ---> e6562eeb5e13 00:46:47 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:47 ---> Running in 6648f9cdbc9c 00:46:47 Removing intermediate container 2fa7b7c17d20 00:46:47 ---> a94654e1aaa4 00:46:47 Step 14/22 : WORKDIR / 00:46:48 ---> d7d64e129496 00:46:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:48 ---> Running in 447542acf90a 00:46:48 ---> 2573465ee9d3 00:46:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:48 ---> Running in 33268f45f5b7 00:46:49 Removing intermediate container 447542acf90a 00:46:49 ---> 36b562df57da 00:46:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:49 Removing intermediate container 33268f45f5b7 00:46:49 ---> fac844dd98c6 00:46:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:50 ---> Running in 664b7a81aaa0 00:46:50 ---> 7a9f92b426fc 00:46:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:50 Removing intermediate container 664b7a81aaa0 00:46:50 ---> 716f26d649e9 00:46:51 Step 22/24 : LABEL arch=arm64 00:46:51 ---> eff13556d135 00:46:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:51 ---> Running in 0f45898a6011 00:46:52 Removing intermediate container 6648f9cdbc9c 00:46:52 ---> 9a6fd4ae9fac 00:46:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:52 ---> d57ebf1a1a8d 00:46:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:52 ---> Running in 506faf8b7863 00:46:52 Removing intermediate container 0f45898a6011 00:46:52 ---> 9bcc325cf774 00:46:52 Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:46:52 ---> b809a2fcbb20 00:46:52 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:46:53 ---> Running in fba75c527517 00:46:53 ---> Running in b23456629d8d 00:46:53 Removing intermediate container 506faf8b7863 00:46:53 ---> a36157477016 00:46:53 Step 20/22 : LABEL arch=arm64 00:46:53 ---> 37360ab898d6 00:46:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:53 ---> Running in 869a7f503062 00:46:54 ---> Running in 369f1d11895e 00:46:54 Removing intermediate container fba75c527517 00:46:54 ---> e618aa339137 00:46:54 Step 24/24 : LABEL version=0.0.0 00:46:54 ---> Running in ffd06661ea9b 00:46:54 Removing intermediate container 869a7f503062 00:46:54 ---> 1251e7c03ab4 00:46:54 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:46:54 Removing intermediate container 369f1d11895e 00:46:54 ---> 55a9bec28920 00:46:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:54 ---> Running in 9570b11a18f2 00:46:54 Removing intermediate container ffd06661ea9b 00:46:54 ---> 83b4efd360f4 00:46:54 00:46:55 ---> Running in aff0c7750a80 00:46:55 Removing intermediate container 9570b11a18f2 00:46:55 ---> 74c9254fccf9 00:46:55 Step 22/22 : LABEL version=0.0.0 00:46:55 Successfully built 83b4efd360f4 00:46:55 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:55  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:46:55 ---> Running in b06884464c2e 00:46:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:46:55 Removing intermediate container aff0c7750a80 00:46:55 ---> a8b1bae77425 00:46:55 Step 20/22 : LABEL arch=arm64 00:46:55 Status: Downloaded newer image for docker:20.10.0 00:46:55 ---> eeaf43b92773 00:46:55 Step 12/26 : RUN apk add --no-cache bash 00:46:55 ---> Running in bfe2843a1700 00:46:56 ---> Running in aaf4bac23516 00:46:56 Removing intermediate container b06884464c2e 00:46:56 ---> 9e4155f2f075 00:46:56 00:46:56 Removing intermediate container b23456629d8d 00:46:56 ---> 406cb4f13575 00:46:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:56 Removing intermediate container bfe2843a1700 00:46:56 ---> 19843b492097 00:46:56 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:46:57 Successfully built 9e4155f2f075 00:46:57 ---> Running in c5d11d776a29 00:46:57 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:57 Building docker-core-command-go 00:46:57  Building docker-security-bootstrap-redis-go ... done  ---> Running in 1a4adab738ef 00:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:57 Removing intermediate container c5d11d776a29 00:46:57 ---> f79cbe87e5d0 00:46:57 Step 22/24 : LABEL arch=arm64 00:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:58 ---> Running in 298e6c1cf3a1 00:46:58 Removing intermediate container 1a4adab738ef 00:46:58 ---> 4bd806f94188 00:46:58 Step 22/22 : LABEL version=0.0.0 00:46:58 (1/2) Installing readline (8.0.4-r0) 00:46:58 ---> Running in b9a0288cb24e 00:46:58 (2/2) Installing bash (5.0.17-r0) 00:46:58 Executing bash-5.0.17-r0.post-install 00:46:58 Executing busybox-1.31.1-r19.trigger 00:46:58 OK: 12 MiB in 22 packages 00:46:58 Removing intermediate container 298e6c1cf3a1 00:46:58 ---> 40e58ea91d0b 00:46:58 Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:46:59 Removing intermediate container b9a0288cb24e 00:46:59 ---> 953045c06342 00:46:59 00:47:00 Successfully built 953045c06342 00:47:00 ---> Running in dce82ce6d723 00:47:00 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:00  Building docker-core-metadata-go ... done Building docker-core-data-go 00:47:00 Removing intermediate container dce82ce6d723 00:47:00 ---> 47a7bbf195e2 00:47:00 Step 24/24 : LABEL version=0.0.0 00:47:00 ---> Running in 3584ab1427f3 00:47:00 Removing intermediate container aaf4bac23516 00:47:00 ---> a0d68d2c8254 00:47:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:01 ---> Running in a2cf3cd950cf 00:47:01 Removing intermediate container 3584ab1427f3 00:47:01 ---> 34309ee47d0b 00:47:01 00:47:02 Successfully built 34309ee47d0b 00:47:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:02  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:47:03 Removing intermediate container a2cf3cd950cf 00:47:03 ---> f88361d2ea84 00:47:03 Step 14/26 : ENV APP_PORT=48090 00:47:03 ---> Running in 0813e5e97838 00:47:03 Removing intermediate container 0813e5e97838 00:47:03 ---> 2bcc8dcaed28 00:47:03 Step 15/26 : EXPOSE $APP_PORT 00:47:04 ---> Running in 526702ec11db 00:47:05 Removing intermediate container 526702ec11db 00:47:05 ---> 1d4918c8c9fc 00:47:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:06 ---> 987d92ff5a90 00:47:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:08 ---> a2bb465256f2 00:47:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:10 ---> 8b0ede074761 00:47:10 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:10 ---> Running in da89ed711719 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 (1/33) Installing libbz2 (1.0.8-r1) 00:47:12 (2/33) Installing expat (2.2.9-r1) 00:47:12 (3/33) Installing libffi (3.3-r2) 00:47:12 (4/33) Installing gdbm (1.13-r1) 00:47:12 (5/33) Installing xz-libs (5.2.5-r0) 00:47:12 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:12 (7/33) Installing python3 (3.8.5-r0) 00:47:14 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:14 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:14 (11/33) Installing py3-six (1.15.0-r0) 00:47:14 (12/33) Installing py3-packaging (20.4-r0) 00:47:14 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:14 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:14 (15/33) Installing py3-idna (2.9-r0) 00:47:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:14 (18/33) Installing py3-requests (2.23.0-r0) 00:47:14 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:14 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:14 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:14 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:14 (24/33) Installing py3-distro (1.5.0-r1) 00:47:14 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:14 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:14 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:14 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:14 (29/33) Installing py3-progress (1.5-r0) 00:47:14 (30/33) Installing py3-toml (0.10.1-r0) 00:47:14 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:14 (33/33) Installing py3-pip (20.1.1-r0) 00:47:15 Executing busybox-1.31.1-r19.trigger 00:47:15 OK: 71 MiB in 55 packages 00:47:25 Removing intermediate container da89ed711719 00:47:25 ---> 0c776877989f 00:47:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:25 ---> Running in b66af31e772a 00:47:31 Collecting docker-compose==1.23.2 00:47:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:31 Collecting jsonschema<3,>=2.5.1 00:47:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:34 Collecting PyYAML<4,>=3.10 00:47:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:38 Collecting docopt<0.7,>=0.6.1 00:47:38 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:39 ---> 52eb1dc14553 00:47:39 Step 3/21 : WORKDIR /edgex-go 00:47:39 ---> Using cache 00:47:39 ---> fa35fbf66a80 00:47:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:39 ---> Using cache 00:47:39 ---> 9aff0a57117a 00:47:39 Step 5/21 : RUN apk add --update --no-cache make git 00:47:39 ---> Using cache 00:47:39 ---> ccc6d9139dc1 00:47:39 Step 6/21 : COPY go.mod . 00:47:39 ---> Using cache 00:47:39 ---> d03aaca0eda6 00:47:39 Step 7/21 : RUN go mod download 00:47:39 ---> Using cache 00:47:39 ---> 03b19f3a8882 00:47:39 Step 8/21 : COPY . . 00:47:39 ---> Using cache 00:47:39 ---> c39f4bc870cb 00:47:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:39 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:47:40 Collecting cached-property<2,>=1.2.0 00:47:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:40 ---> 52eb1dc14553 00:47:40 Step 3/22 : WORKDIR /edgex-go 00:47:40 ---> Using cache 00:47:40 ---> fa35fbf66a80 00:47:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:40 ---> Using cache 00:47:40 ---> 9aff0a57117a 00:47:40 Step 5/22 : RUN apk add --update --no-cache make git 00:47:40 ---> Using cache 00:47:40 ---> ccc6d9139dc1 00:47:40 Step 6/22 : COPY go.mod . 00:47:40 ---> Using cache 00:47:40 ---> d03aaca0eda6 00:47:40 Step 7/22 : RUN go mod download 00:47:40 ---> Using cache 00:47:40 ---> 03b19f3a8882 00:47:40 Step 8/22 : COPY . . 00:47:41 ---> Using cache 00:47:41 ---> c39f4bc870cb 00:47:41 Step 9/22 : RUN make cmd/core-command/core-command 00:47:42 Collecting texttable<0.10,>=0.9.0 00:47:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:44 ---> Running in 7d3e638f345e 00:47:44 ---> Running in b990803834fa 00:47:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:44 ---> 52eb1dc14553 00:47:44 Step 3/23 : WORKDIR /edgex-go 00:47:44 ---> Using cache 00:47:44 ---> fa35fbf66a80 00:47:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:44 ---> Using cache 00:47:44 ---> 9aff0a57117a 00:47:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:44 ---> Running in f6dbb6d6648a 00:47:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:44 ---> 52eb1dc14553 00:47:44 Step 3/21 : WORKDIR /edgex-go 00:47:44 ---> Using cache 00:47:44 ---> fa35fbf66a80 00:47:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:44 ---> Using cache 00:47:44 ---> 9aff0a57117a 00:47:44 Step 5/21 : RUN apk add --update --no-cache make git 00:47:44 ---> Using cache 00:47:44 ---> ccc6d9139dc1 00:47:44 Step 6/21 : COPY go.mod . 00:47:44 ---> Using cache 00:47:44 ---> d03aaca0eda6 00:47:44 Step 7/21 : RUN go mod download 00:47:44 ---> Using cache 00:47:44 ---> 03b19f3a8882 00:47:44 Step 8/21 : COPY . . 00:47:44 Collecting dockerpty<0.5,>=0.4.1 00:47:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:45 ---> Using cache 00:47:45 ---> c39f4bc870cb 00:47:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:45 ---> Running in 36c8c974f8a3 00:47:46 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:47:47 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:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:47 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:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:48 Collecting websocket-client<1.0,>=0.32.0 00:47:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:48 OK: 217 MiB in 51 packages 00:47:50 Collecting docker<4.0,>=3.6.0 00:47:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:50 Removing intermediate container f6dbb6d6648a 00:47:50 ---> d05dab9f8a48 00:47:50 Step 6/23 : COPY go.mod . 00:47:50 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:47:51 Collecting idna<2.8,>=2.5 00:47:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:51 ---> e801ef40f378 00:47:51 Step 7/23 : RUN go mod download 00:47:51 ---> Running in 2ba906924fb6 00:47:52 Collecting urllib3<1.25,>=1.21.1 00:47:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:52 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:47:53 Collecting docker-pycreds>=0.4.0 00:47:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:54 Installing collected packages: jsonschema, idna, urllib3, requests, PyYAML, docopt, cached-property, texttable, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 00:47:54 Attempting uninstall: idna 00:47:54 Found existing installation: idna 2.9 00:47:54 Uninstalling idna-2.9: 00:47:55 Successfully uninstalled idna-2.9 00:47:55 Attempting uninstall: urllib3 00:47:55 Found existing installation: urllib3 1.25.9 00:47:55 Uninstalling urllib3-1.25.9: 00:47:56 Removing intermediate container 2ba906924fb6 00:47:56 ---> 2c59100f4738 00:47:56 Step 8/23 : COPY . . 00:47:56 Successfully uninstalled urllib3-1.25.9 00:47:57 Attempting uninstall: requests 00:47:57 Found existing installation: requests 2.23.0 00:47:57 Uninstalling requests-2.23.0: 00:47:57 Successfully uninstalled requests-2.23.0 00:47:57 Running setup.py install for PyYAML: started 00:48:02 Running setup.py install for PyYAML: finished with status 'done' 00:48:02 Running setup.py install for docopt: started 00:48:05 Running setup.py install for docopt: finished with status 'done' 00:48:05 Running setup.py install for texttable: started 00:48:08 Running setup.py install for texttable: finished with status 'done' 00:48:08 Running setup.py install for dockerpty: started 00:48:12 Running setup.py install for dockerpty: finished with status 'done' 00:48:13 ---> eabedacea3ed 00:48:13 Step 9/23 : RUN make cmd/core-data/core-data 00:48:13 ---> Running in 9cb3a7f304f7 00:48:15 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:48:15 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:48:21 Removing intermediate container b66af31e772a 00:48:21 ---> acd255a99579 00:48:21 Step 21/26 : RUN apk --no-cache add curl 00:48:21 ---> Running in 2bd1fa30f2d1 00:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:24 (2/3) Installing libcurl (7.69.1-r3) 00:48:24 (3/3) Installing curl (7.69.1-r3) 00:48:24 Executing busybox-1.31.1-r19.trigger 00:48:24 OK: 71 MiB in 58 packages 00:48:26 Removing intermediate container 2bd1fa30f2d1 00:48:26 ---> 37c8d916c517 00:48:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:26 ---> Running in 29aadd71bf6e 00:48:27 Removing intermediate container 29aadd71bf6e 00:48:27 ---> 8bc38f395ea6 00:48:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:27 ---> Running in 5eaa1d603f23 00:48:28 Removing intermediate container 5eaa1d603f23 00:48:28 ---> 9974a0c891bd 00:48:28 Step 24/26 : LABEL arch=arm64 00:48:28 ---> Running in fb970aa8c3ed 00:48:28 Removing intermediate container fb970aa8c3ed 00:48:28 ---> 973923581610 00:48:28 Step 25/26 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:48:29 ---> Running in 2245ceaf61a4 00:48:29 Removing intermediate container 2245ceaf61a4 00:48:29 ---> 7998f17b840a 00:48:29 Step 26/26 : LABEL version=0.0.0 00:48:29 ---> Running in 4c47e4855487 00:48:30 Removing intermediate container 4c47e4855487 00:48:30 ---> e39a214697d0 00:48:30 00:48:30 Successfully built e39a214697d0 00:48:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:03  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:18 Removing intermediate container b990803834fa 00:49:18 ---> 1dc0e9fe6fd2 00:49:18 00:49:18 Step 10/22 : FROM scratch 00:49:18 ---> 00:49:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:18 ---> Using cache 00:49:18 ---> d33e4d2b2241 00:49:18 Step 12/22 : ENV APP_PORT=48082 00:49:18 Removing intermediate container 7d3e638f345e 00:49:18 ---> b70029bdd351 00:49:18 00:49:18 Step 10/21 : FROM alpine:3.12 00:49:18 ---> afeebe901d6b 00:49:18 Step 11/21 : RUN apk add --update --no-cache curl 00:49:18 Removing intermediate container 36c8c974f8a3 00:49:18 ---> a72aaf94239d 00:49:18 00:49:18 Step 10/21 : FROM scratch 00:49:18 ---> 00:49:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:18 ---> Using cache 00:49:18 ---> d33e4d2b2241 00:49:18 Step 12/21 : ENV APP_PORT=48085 00:49:18 ---> Running in 15351308cc31 00:49:18 ---> Running in 997c860dbd61 00:49:18 ---> Running in 096f85037f88 00:49:18 Removing intermediate container 15351308cc31 00:49:18 ---> dce21f9a7fa6 00:49:18 Step 13/22 : EXPOSE $APP_PORT 00:49:18 ---> Running in 062daf6eb856 00:49:18 Removing intermediate container 096f85037f88 00:49:18 ---> 4a3d69dc1979 00:49:18 Step 13/21 : EXPOSE $APP_PORT 00:49:18 ---> Running in ad74b80d215d 00:49:19 Removing intermediate container 062daf6eb856 00:49:19 ---> ffcef2546def 00:49:19 Step 14/22 : WORKDIR / 00:49:19 ---> Running in 708faf90bf11 00:49:19 Removing intermediate container ad74b80d215d 00:49:19 ---> c26fc6edc176 00:49:19 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 Removing intermediate container 708faf90bf11 00:49:20 ---> e4b49497cc31 00:49:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:20 (1/4) Installing ca-certificates (20191127-r4) 00:49:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:20 (3/4) Installing libcurl (7.69.1-r3) 00:49:20 (4/4) Installing curl (7.69.1-r3) 00:49:20 Executing busybox-1.31.1-r19.trigger 00:49:20 Executing ca-certificates-20191127-r4.trigger 00:49:20 ---> 4afc39452b8e 00:49:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:20 OK: 7 MiB in 18 packages 00:49:21 ---> 61f1f23c646f 00:49:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:24 ---> 86030ad0096a 00:49:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:24 Removing intermediate container 997c860dbd61 00:49:24 ---> dd3047516c6e 00:49:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:24 ---> 656d296c384e 00:49:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:24 ---> Running in 9639edd1720f 00:49:24 Removing intermediate container 9639edd1720f 00:49:24 ---> 29c31981082c 00:49:24 Step 13/21 : WORKDIR /edgex 00:49:25 ---> 2a426d2d35a6 00:49:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:25 ---> Running in c998ea5ec302 00:49:25 ---> Running in 29dcfaebfc43 00:49:25 ---> f25072a29e4b 00:49:25 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:26 ---> Running in dc2ebe727120 00:49:26 Removing intermediate container c998ea5ec302 00:49:26 ---> e65b2343919f 00:49:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:26 Removing intermediate container 29dcfaebfc43 00:49:26 ---> 4c5f0d60437f 00:49:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:26 ---> Running in c1c7e8eede7a 00:49:26 Removing intermediate container dc2ebe727120 00:49:26 ---> 7e1812e5b841 00:49:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:27 ---> Running in 396a00771b96 00:49:27 Removing intermediate container c1c7e8eede7a 00:49:27 ---> 98f75cb430d6 00:49:27 Step 19/21 : LABEL arch=arm64 00:49:27 ---> 33e3aef23f5b 00:49:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:27 ---> Running in 1c62e32d4771 00:49:27 Removing intermediate container 396a00771b96 00:49:27 ---> 33a7a5a84230 00:49:27 Step 20/22 : LABEL arch=arm64 00:49:27 ---> Running in 910adcbb821e 00:49:28 Removing intermediate container 1c62e32d4771 00:49:28 ---> cf14c6597aa6 00:49:28 Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:49:28 ---> Running in 4c3af5291e44 00:49:29 Removing intermediate container 910adcbb821e 00:49:29 ---> 7ddedd24e81f 00:49:29 Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:49:29 ---> Running in 18e43cbc48bb 00:49:29 Removing intermediate container 4c3af5291e44 00:49:29 ---> c3db370ea4ff 00:49:29 Step 21/21 : LABEL version=0.0.0 00:49:29 ---> 31e5f5f3efa1 00:49:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:29 ---> Running in 10d003834207 00:49:30 Removing intermediate container 18e43cbc48bb 00:49:30 ---> f532899c82f1 00:49:30 Step 22/22 : LABEL version=0.0.0 00:49:30 ---> Running in 1b39161c5923 00:49:30 Removing intermediate container 10d003834207 00:49:30 ---> 5b430cb5f72a 00:49:30 00:49:30 Successfully built 5b430cb5f72a 00:49:31 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:31  Building docker-support-scheduler-go ... done  ---> a912670b2adc 00:49:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:31 Removing intermediate container 1b39161c5923 00:49:31 ---> 1bb4d31e18c9 00:49:31 00:49:31 ---> Running in c0a9ad7f7a79 00:49:31 Successfully built 1bb4d31e18c9 00:49:31 Successfully tagged docker-core-command-go-arm64:latest 00:49:31  Building docker-core-command-go ... done Removing intermediate container c0a9ad7f7a79 00:49:31 ---> 29aeff58601a 00:49:31 Step 18/21 : CMD ["--init=true"] 00:49:31 ---> Running in a6871db8cad2 00:49:32 Removing intermediate container a6871db8cad2 00:49:32 ---> 552d5dd74c93 00:49:32 Step 19/21 : LABEL arch=arm64 00:49:32 ---> Running in daf553d2c496 00:49:32 Removing intermediate container daf553d2c496 00:49:32 ---> fa8329bd0d44 00:49:32 Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:49:33 ---> Running in 9fca7a7dbebf 00:49:33 Removing intermediate container 9fca7a7dbebf 00:49:33 ---> b4c15bac48cc 00:49:33 Step 21/21 : LABEL version=0.0.0 00:49:34 ---> Running in c6e9c2ae4992 00:49:34 Removing intermediate container c6e9c2ae4992 00:49:34 ---> 1a8e4609936d 00:49:34 00:49:34 Successfully built 1a8e4609936d 00:49:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:41  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cb3a7f304f7 00:49:41 ---> 9cdeb6dc1eb6 00:49:41 00:49:41 Step 10/23 : FROM alpine:3.12 00:49:41 ---> afeebe901d6b 00:49:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:41 ---> Running in 71a259500b2d 00:49:41 Removing intermediate container 71a259500b2d 00:49:41 ---> 49c746b7418e 00:49:41 Step 12/23 : ENV APP_PORT=48080 00:49:42 ---> Running in 9d0243b4f674 00:49:42 Removing intermediate container 9d0243b4f674 00:49:42 ---> 8d9ed231e151 00:49:42 Step 13/23 : EXPOSE $APP_PORT 00:49:42 ---> Running in 28a98be576a2 00:49:43 Removing intermediate container 28a98be576a2 00:49:43 ---> c5f4b6f2df2c 00:49:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:43 ---> Running in bcef39bbaa59 00:49:45 Removing intermediate container bcef39bbaa59 00:49:45 ---> 56ef6db40d59 00:49:45 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:45 ---> Running in 28484593411f 00:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:48 (1/5) Installing libgcc (9.3.0-r2) 00:49:48 (2/5) Installing libsodium (1.0.18-r0) 00:49:48 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:48 (4/5) Installing libzmq (4.3.3-r0) 00:49:48 (5/5) Installing zeromq (4.3.3-r0) 00:49:48 Executing busybox-1.31.1-r19.trigger 00:49:48 OK: 8 MiB in 19 packages 00:49:50 Removing intermediate container 28484593411f 00:49:50 ---> 4da6737923de 00:49:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:50 ---> 5ebb5d778c31 00:49:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:52 ---> 9de57a7db2e8 00:49:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:52 ---> 0da7033e0cad 00:49:52 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:52 ---> Running in 8e6cfcacdcd3 00:49:52 Removing intermediate container 8e6cfcacdcd3 00:49:52 ---> c6a0f99a8457 00:49:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:53 ---> Running in e7e4adf75bce 00:49:53 Removing intermediate container e7e4adf75bce 00:49:53 ---> cc45e03e57ff 00:49:53 Step 21/23 : LABEL arch=arm64 00:49:53 ---> Running in 63607e599c06 00:49:54 Removing intermediate container 63607e599c06 00:49:54 ---> e894442d3302 00:49:54 Step 22/23 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c 00:49:54 ---> Running in e53ef60560bf 00:49:54 Removing intermediate container e53ef60560bf 00:49:54 ---> ac0025af6b14 00:49:54 Step 23/23 : LABEL version=0.0.0 00:49:54 ---> Running in e2d91063e9eb 00:49:55 Removing intermediate container e2d91063e9eb 00:49:55 ---> 105c62561fa7 00:49:55 00:49:55 Successfully built 105c62561fa7 00:49:55 Successfully tagged docker-core-data-go-arm64:latest 00:49:56  Building docker-core-data-go ... done  [Pipeline] } 00:49:56 $ docker stop --time=1 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 00:49:58 $ docker rm -f 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 [Pipeline] // withDockerContainer [Pipeline] sh 00:49:58 + docker images 00:49:58 + grep docker 00:49:58 docker-core-data-go-arm64 latest 105c62561fa7 3 seconds ago 21MB 00:49:58 docker-security-proxy-setup-go-arm64 latest 1a8e4609936d 24 seconds ago 23.2MB 00:49:58 docker-support-scheduler-go-arm64 latest 5b430cb5f72a 28 seconds ago 10MB 00:49:58 docker-core-command-go-arm64 latest 1bb4d31e18c9 28 seconds ago 9.98MB 00:49:58 docker-sys-mgmt-agent-go-arm64 latest e39a214697d0 About a minute ago 300MB 00:49:58 docker-security-secretstore-setup-go-arm64 latest 34309ee47d0b 2 minutes ago 23.4MB 00:49:58 docker-core-metadata-go-arm64 latest 953045c06342 3 minutes ago 12.3MB 00:49:58 docker-security-bootstrap-redis-go-arm64 latest 9e4155f2f075 3 minutes ago 15.1MB 00:49:58 docker-support-notifications-go-arm64 latest 83b4efd360f4 3 minutes ago 11.4MB 00:49:58 docker 20.10.0 eeaf43b92773 5 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:50:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:03 ---> package-listing.sh 00:50:03 ++ facter osfamily 00:50:03 ++ tr '[:upper:]' '[:lower:]' 00:50:03 + OS_FAMILY=redhat 00:50:03 + workspace=/w/workspace/edgex-go/44 00:50:03 + START_PACKAGES=/tmp/packages_start.txt 00:50:03 + END_PACKAGES=/tmp/packages_end.txt 00:50:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:03 + PACKAGES=/tmp/packages_start.txt 00:50:03 + '[' /w/workspace/edgex-go/44 ']' 00:50:03 + PACKAGES=/tmp/packages_end.txt 00:50:03 + case "${OS_FAMILY}" in 00:50:03 + rpm -qa 00:50:03 + sort 00:50:08 + '[' -f /tmp/packages_start.txt ']' 00:50:08 + '[' -f /tmp/packages_end.txt ']' 00:50:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:08 + '[' /w/workspace/edgex-go/44 ']' 00:50:08 + mkdir -p /w/workspace/edgex-go/44/archives/ 00:50:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/44/archives/ [Pipeline] echo 00:50:08 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/44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:09 00:50:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:09 alpine: Pulling from edgex-lftools-log-publisher 00:50:09 df20fa9351a1: Pulling fs layer 00:50:09 36b3adc4ff6f: Pulling fs layer 00:50:09 8ad3a11d3b57: Pulling fs layer 00:50:09 46f8f816bc3b: Pulling fs layer 00:50:09 93b61091891f: Pulling fs layer 00:50:09 93b9cdb0e59b: Pulling fs layer 00:50:09 5e14af77c1be: Pulling fs layer 00:50:09 01666e4c0597: Pulling fs layer 00:50:09 aa168da1d23b: Pulling fs layer 00:50:09 93b61091891f: Waiting 00:50:09 93b9cdb0e59b: Waiting 00:50:09 5e14af77c1be: Waiting 00:50:09 01666e4c0597: Waiting 00:50:09 aa168da1d23b: Waiting 00:50:09 46f8f816bc3b: Waiting 00:50:09 36b3adc4ff6f: Verifying Checksum 00:50:09 36b3adc4ff6f: Download complete 00:50:09 46f8f816bc3b: Download complete 00:50:09 df20fa9351a1: Verifying Checksum 00:50:10 93b9cdb0e59b: Verifying Checksum 00:50:10 5e14af77c1be: Verifying Checksum 00:50:10 5e14af77c1be: Download complete 00:50:10 93b61091891f: Download complete 00:50:10 01666e4c0597: Verifying Checksum 00:50:10 01666e4c0597: Download complete 00:50:10 8ad3a11d3b57: Verifying Checksum 00:50:10 8ad3a11d3b57: Download complete 00:50:10 df20fa9351a1: Pull complete 00:50:10 36b3adc4ff6f: Pull complete 00:50:11 aa168da1d23b: Verifying Checksum 00:50:11 aa168da1d23b: Download complete 00:50:12 8ad3a11d3b57: Pull complete 00:50:13 46f8f816bc3b: Pull complete 00:50:14 93b61091891f: Pull complete 00:50:14 93b9cdb0e59b: Pull complete 00:50:14 5e14af77c1be: Pull complete 00:50:14 01666e4c0597: Pull complete 00:50:22 aa168da1d23b: Pull complete 00:50:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:22 prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container 00:50:22 $ 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/44/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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:27 $ docker top 03493f4c340b372b43d21235aa06402795e4323d688bcb1ae4444bdfe2b9c08b -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:28 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:28 + mkdir -p /var/log/sa [Pipeline] sh 00:50:29 + ls /var/log/sa-host 00:50:29 + sadf -c /var/log/sa-host/sa20 00:50:29 file_magic: OK 00:50:29 HZ: Using current value: 100 00:50:29 file_header: OK 00:50:29 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:50:29 Statistics: 00:50:29 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... 00:50:29 File successfully converted to sysstat format version 12.2.1 00:50:29 + sadf -c /var/log/sa-host/sa23 00:50:29 file_magic: OK 00:50:29 HZ: Using current value: 100 00:50:29 file_header: OK 00:50:29 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:50:29 Statistics: 00:50:29 Hnuu...uuuununununu... 00:50:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:29 provisioning config files... 00:50:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/44@tmp/config4707681144774520657tmp [Pipeline] { [Pipeline] echo 00:50:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:29 ---> create-netrc.sh [Pipeline] } 00:50:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> python-tools-install.sh [Pipeline] echo 00:50:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> sudo-logs.sh 00:50:30 Archiving 'sudo' log.. [Pipeline] echo 00:50:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> job-cost.sh 00:50:30 lf-activate-venv: SKIPPING 00:50:30 INFO: No Stack... 00:50:32 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:33 INFO: Archiving Costs [Pipeline] echo 00:50:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:33 ---> logs-deploy.sh 00:50:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/44 00:50:33 INFO: archiving workspace using pattern(s): 00:50:35 Archives upload complete. 00:50:35 INFO: archiving logs to Nexus 00:50:37 ---> uname -a: 00:50:37 Linux prd-centos7-docker-4c-2g-21425.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:50:37 00:50:37 00:50:37 ---> lscpu: 00:50:37 Architecture: x86_64 00:50:37 CPU op-mode(s): 32-bit, 64-bit 00:50:37 Byte Order: Little Endian 00:50:37 Address sizes: 40 bits physical, 48 bits virtual 00:50:37 CPU(s): 4 00:50:37 On-line CPU(s) list: 0-3 00:50:37 Thread(s) per core: 1 00:50:37 Core(s) per socket: 1 00:50:37 Socket(s): 4 00:50:37 NUMA node(s): 1 00:50:37 Vendor ID: GenuineIntel 00:50:37 CPU family: 6 00:50:37 Model: 44 00:50:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:37 Stepping: 1 00:50:37 CPU MHz: 2933.436 00:50:37 BogoMIPS: 5866.87 00:50:37 Virtualization: VT-x 00:50:37 Hypervisor vendor: KVM 00:50:37 Virtualization type: full 00:50:37 L1d cache: 128 KiB 00:50:37 L1i cache: 128 KiB 00:50:37 L2 cache: 16 MiB 00:50:37 L3 cache: 64 MiB 00:50:37 NUMA node0 CPU(s): 0-3 00:50:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:50:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:50:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:50:37 Vulnerability Meltdown: Mitigation; PTI 00:50:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:37 Vulnerability Srbds: Not affected 00:50:37 Vulnerability Tsx async abort: Not affected 00:50:37 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:50:37 00:50:37 00:50:37 ---> nproc: 00:50:37 4 00:50:37 00:50:37 00:50:37 ---> df -h: 00:50:37 Filesystem Size Used Available Use% Mounted on 00:50:37 overlay 50.0G 12.9G 37.1G 26% / 00:50:37 tmpfs 64.0M 0 64.0M 0% /dev 00:50:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:50:37 shm 64.0M 0 64.0M 0% /dev/shm 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/44@tmp 00:50:37 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/44 00:50:37 00:50:37 00:50:37 ---> free -m: 00:50:37 total used free shared buff/cache available 00:50:37 Mem: 1837 713 123 0 999 1041 00:50:37 Swap: 1023 68 955 00:50:37 00:50:37 00:50:37 ---> ip addr: 00:50:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:50:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:37 inet 127.0.0.1/8 scope host lo 00:50:37 valid_lft forever preferred_lft forever 00:50:37 inet6 ::1/128 scope host 00:50:37 valid_lft forever preferred_lft forever 00:50:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:50:37 link/ether fa:16:3e:c6:fb:bf brd ff:ff:ff:ff:ff:ff 00:50:37 inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 00:50:37 valid_lft 85169sec preferred_lft 85169sec 00:50:37 inet6 fe80::f816:3eff:fec6:fbbf/64 scope link 00:50:37 valid_lft forever preferred_lft forever 00:50:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:50:37 link/ether 02:42:8c:a7:f0:11 brd ff:ff:ff:ff:ff:ff 00:50:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:37 valid_lft forever preferred_lft forever 00:50:37 inet6 fe80::42:8cff:fea7:f011/64 scope link 00:50:37 valid_lft forever preferred_lft forever 00:50:37 00:50:37 00:50:37 ---> sar -b -r -n DEV: 00:50:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 00:50:37 00:50:37 00:29:53 LINUX RESTART (4 CPU) 00:50:37 00:50:37 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:50:37 00:32:01 103.55 62.37 41.18 0.00 8302.13 13063.50 0.00 00:50:37 00:33:02 218.74 75.67 143.07 0.00 4932.37 39809.01 0.00 00:50:37 00:34:01 209.42 88.32 121.10 0.00 3272.21 17303.08 0.00 00:50:37 00:35:01 161.64 89.94 71.70 0.00 4028.61 6979.02 0.00 00:50:37 00:36:01 207.14 48.26 158.88 0.00 15655.91 91862.87 0.00 00:50:37 00:37:02 2670.08 2355.54 314.53 0.00 170119.83 176065.82 0.00 00:50:37 00:38:01 1026.85 810.07 216.78 0.00 47498.74 68854.22 0.00 00:50:37 00:39:03 2066.43 1687.40 379.02 0.00 161039.08 189897.87 0.00 00:50:37 00:40:01 1053.70 791.24 262.46 0.00 49484.80 74826.74 0.00 00:50:37 00:41:01 142.67 20.04 122.63 0.00 3056.62 12025.00 0.00 00:50:37 00:42:01 1.62 0.23 1.38 0.00 2.93 20.57 0.00 00:50:37 00:43:01 0.77 0.32 0.45 0.00 14.12 5.41 0.00 00:50:37 00:44:01 0.28 0.03 0.25 0.00 0.40 3.08 0.00 00:50:37 00:45:01 2.08 1.83 0.25 0.00 57.01 2.43 0.00 00:50:37 00:46:01 1.53 0.72 0.82 0.00 173.46 15.82 0.00 00:50:37 00:47:01 0.47 0.12 0.35 0.00 1.20 3.71 0.00 00:50:37 00:48:01 0.58 0.00 0.58 0.00 0.00 6.13 0.00 00:50:37 00:49:01 0.67 0.00 0.67 0.00 0.00 8.26 0.00 00:50:37 00:50:01 0.48 0.00 0.48 0.00 0.00 5.16 0.00 00:50:37 Average: 416.84 319.96 96.89 0.00 24892.20 36655.44 0.00 00:50:37 00:50:37 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:37 00:32:01 383660 0 618900 32.89 2620 876364 1118072 38.16 448388 848340 16 00:50:37 00:33:02 75116 0 772592 41.06 1492 1032344 1519760 51.87 575252 947408 92188 00:50:37 00:34:01 213784 0 777512 41.32 856 889392 1635740 55.83 601396 788484 38884 00:50:37 00:35:01 157544 0 884976 47.03 576 838448 1597040 54.50 685756 746752 59388 00:50:37 00:36:01 73664 0 695808 36.98 104 1111968 1265384 43.19 728320 844540 70028 00:50:37 00:37:02 67120 0 834492 44.35 0 979932 2348416 80.15 672776 913248 85956 00:50:37 00:38:01 440808 0 753960 40.07 0 686776 1724408 58.85 501728 688720 3872 00:50:37 00:39:03 74208 0 771604 41.01 0 1035732 2144308 73.18 646788 947252 45612 00:50:37 00:40:01 120628 0 729808 38.79 0 1031108 1775340 60.59 637884 876884 12948 00:50:37 00:41:01 134728 0 633572 33.67 0 1113244 1204400 41.10 531096 965772 20 00:50:37 00:42:01 138704 0 629588 33.46 0 1113252 1169352 39.91 529748 963584 12 00:50:37 00:43:01 138280 0 629620 33.46 0 1113644 1169472 39.91 530364 963980 8 00:50:37 00:44:01 137996 0 629892 33.48 0 1113656 1169484 39.91 530244 964020 12 00:50:37 00:45:01 137136 0 629704 33.47 0 1114704 1169352 39.91 530204 964476 24 00:50:37 00:46:01 128920 0 633028 33.64 0 1119596 1172096 40.00 536188 966808 8 00:50:37 00:47:01 128460 0 633464 33.67 0 1119620 1172156 40.00 536300 966856 8 00:50:37 00:48:01 129296 0 632624 33.62 0 1119624 1172024 40.00 535688 966856 8 00:50:37 00:49:01 128880 0 633032 33.64 0 1119632 1172108 40.00 536160 966856 8 00:50:37 00:50:01 129312 0 632596 33.62 0 1119636 1172024 40.00 535840 966856 8 00:50:37 Average: 154644 0 692462 36.80 297 1034141 1414260 48.27 570006 908300 21527 00:50:37 00:50:37 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:50:37 00:32:01 eth0 952.15 1187.31 3070.58 140.99 0.00 0.00 0.00 0.00 00:50:37 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:32:01 docker0 1127.56 851.12 83.66 2720.77 0.00 0.00 0.00 0.00 00:50:37 00:33:02 eth0 482.61 387.36 3637.22 40.39 0.00 0.00 0.00 0.00 00:50:37 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:33:02 veth9fe4a56 98.28 122.30 9.18 464.31 0.00 0.00 0.00 0.00 00:50:37 00:33:02 docker0 150.00 190.17 10.52 821.77 0.00 0.00 0.00 0.00 00:50:37 00:34:01 veth6260a0a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:34:01 eth0 30.21 18.10 27.83 10.80 0.00 0.00 0.00 0.00 00:50:37 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:34:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:35:01 veth6260a0a 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 00:50:37 00:35:01 eth0 41.61 25.55 26.74 81.50 0.00 0.00 0.00 0.00 00:50:37 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:35:01 docker0 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 00:50:37 00:36:01 eth0 212.37 170.93 1697.10 73.13 0.00 0.00 0.00 0.00 00:50:37 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:36:01 veth2ef294b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:37:02 eth0 42.86 21.21 158.47 8.10 0.00 0.00 0.00 0.00 00:50:37 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:37:02 veth2ef294b 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:37:02 docker0 12.41 25.45 0.65 144.74 0.00 0.00 0.00 0.00 00:50:37 00:38:01 eth0 19.62 11.91 95.46 5.51 0.00 0.00 0.00 0.00 00:50:37 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:38:01 veth2ef294b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:38:01 docker0 1.92 2.70 0.11 39.09 0.00 0.00 0.00 0.00 00:50:37 00:39:03 eth0 82.49 56.53 148.37 83.07 0.00 0.00 0.00 0.00 00:50:37 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:39:03 veth2ef294b 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:39:03 docker0 14.35 19.78 0.86 113.44 0.00 0.00 0.00 0.00 00:50:37 00:40:01 eth0 165.15 127.63 1344.45 20.54 0.00 0.00 0.00 0.00 00:50:37 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:40:01 veth2ef294b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:40:01 docker0 3.22 7.15 0.18 40.32 0.00 0.00 0.00 0.00 00:50:37 00:41:01 eth0 123.73 77.87 475.23 78.30 0.00 0.00 0.00 0.00 00:50:37 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:41:01 docker0 33.18 63.80 2.13 444.44 0.00 0.00 0.00 0.00 00:50:37 00:42:01 eth0 0.73 0.08 0.07 0.04 0.00 0.00 0.00 0.00 00:50:37 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:43:01 eth0 3.36 1.00 1.22 0.75 0.00 0.00 0.00 0.00 00:50:37 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:44:01 eth0 0.63 0.30 0.28 0.20 0.00 0.00 0.00 0.00 00:50:37 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:45:01 eth0 0.80 0.08 0.06 0.04 0.00 0.00 0.00 0.00 00:50:37 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:46:01 eth0 0.93 0.17 0.20 0.07 0.00 0.00 0.00 0.00 00:50:37 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:47:01 eth0 0.92 0.63 0.53 0.40 0.00 0.00 0.00 0.00 00:50:37 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:48:01 eth0 0.57 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:50:37 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:49:01 eth0 0.23 0.15 0.12 0.07 0.00 0.00 0.00 0.00 00:50:37 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:50:01 eth0 0.75 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:50:37 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 Average: eth0 113.18 109.03 559.85 28.69 0.00 0.00 0.00 0.00 00:50:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 Average: docker0 69.94 60.58 5.11 226.27 0.00 0.00 0.00 0.00 00:50:37 00:50:37 00:50:37 ---> sar -P ALL: 00:50:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 00:50:37 00:50:37 00:29:53 LINUX RESTART (4 CPU) 00:50:37 00:50:37 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:50:37 00:32:01 all 10.23 0.00 5.31 0.97 1.76 81.72 00:50:37 00:32:01 0 11.36 0.00 6.58 1.16 1.55 79.37 00:50:37 00:32:01 1 8.68 0.00 5.12 1.02 1.75 83.43 00:50:37 00:32:01 2 13.89 0.00 5.06 0.61 1.94 78.51 00:50:37 00:32:01 3 7.06 0.00 4.53 1.11 1.79 85.51 00:50:37 00:33:02 all 9.60 0.00 7.49 3.15 0.88 78.88 00:50:37 00:33:02 0 8.66 0.00 8.28 2.12 1.00 79.94 00:50:37 00:33:02 1 10.08 0.00 7.20 2.53 0.79 79.40 00:50:37 00:33:02 2 10.06 0.00 7.30 4.28 0.80 77.56 00:50:37 00:33:02 3 9.61 0.00 7.18 3.67 0.92 78.63 00:50:37 00:34:01 all 34.64 0.00 10.76 5.22 3.58 45.80 00:50:37 00:34:01 0 34.00 0.00 10.28 3.82 3.82 48.07 00:50:37 00:34:01 1 34.25 0.00 10.85 3.10 3.77 48.03 00:50:37 00:34:01 2 35.18 0.00 10.72 7.68 3.47 42.95 00:50:37 00:34:01 3 35.15 0.00 11.18 6.32 3.25 44.10 00:50:37 00:35:01 all 58.79 0.00 16.90 2.29 1.11 20.92 00:50:37 00:35:01 0 56.33 0.00 16.08 0.93 1.41 25.25 00:50:37 00:35:01 1 57.95 0.00 16.41 3.10 1.13 21.40 00:50:37 00:35:01 2 58.61 0.00 17.51 3.46 1.04 19.37 00:50:37 00:35:01 3 62.24 0.00 17.59 1.66 0.86 17.66 00:50:37 00:36:01 all 22.90 0.00 14.70 6.24 1.70 54.46 00:50:37 00:36:01 0 20.98 0.00 14.29 5.53 1.69 57.51 00:50:37 00:36:01 1 20.66 0.00 14.41 8.23 1.64 55.06 00:50:37 00:36:01 2 22.52 0.00 14.90 5.59 1.68 55.31 00:50:37 00:36:01 3 27.47 0.00 15.21 5.61 1.80 49.91 00:50:37 00:37:02 all 23.12 0.00 32.44 17.88 3.30 23.25 00:50:37 00:37:02 0 24.73 0.00 32.60 20.58 3.21 18.88 00:50:37 00:37:02 1 21.70 0.00 30.35 17.24 3.76 26.95 00:50:37 00:37:02 2 23.26 0.00 31.90 18.05 3.13 23.66 00:50:37 00:37:02 3 22.80 0.00 34.96 15.62 3.11 23.51 00:50:37 00:38:01 all 56.75 0.00 19.23 9.52 1.33 13.17 00:50:37 00:38:01 0 57.01 0.00 19.73 10.25 1.17 11.83 00:50:37 00:38:01 1 56.32 0.00 18.92 10.57 1.58 12.61 00:50:37 00:38:01 2 56.47 0.00 18.50 6.45 1.47 17.11 00:50:37 00:38:01 3 57.19 0.00 19.78 10.81 1.10 11.11 00:50:37 00:39:03 all 21.25 0.00 30.33 17.12 3.83 27.47 00:50:37 00:39:03 0 21.32 0.00 29.10 16.93 3.94 28.69 00:50:37 00:39:03 1 21.47 0.00 31.69 19.51 3.60 23.73 00:50:37 00:39:03 2 20.67 0.00 28.99 15.67 4.13 30.55 00:50:37 00:39:03 3 21.56 0.00 31.57 16.37 3.65 26.85 00:50:37 00:40:01 all 50.11 0.00 21.19 11.68 1.31 15.71 00:50:37 00:40:01 0 49.57 0.00 21.83 10.33 1.36 16.91 00:50:37 00:40:01 1 51.05 0.00 20.79 9.93 1.27 16.95 00:50:37 00:40:01 2 49.26 0.00 20.81 14.33 1.41 14.20 00:50:37 00:40:01 3 50.56 0.00 21.32 12.12 1.21 14.79 00:50:37 00:41:01 all 7.01 0.00 5.14 6.27 0.29 81.29 00:50:37 00:41:01 0 5.93 0.00 5.64 6.68 0.29 81.46 00:50:37 00:41:01 1 8.09 0.00 4.94 7.01 0.29 79.67 00:50:37 00:41:01 2 6.61 0.00 5.17 6.49 0.20 81.52 00:50:37 00:41:01 3 7.41 0.00 4.80 4.90 0.36 82.54 00:50:37 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:50:37 00:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:50:37 00:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:50:37 00:42:01 2 0.50 0.00 0.02 0.00 0.02 99.47 00:50:37 00:42:01 3 0.03 0.00 0.03 0.02 0.00 99.92 00:50:37 00:50:37 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:50:37 00:43:01 all 0.18 0.00 0.06 0.00 0.02 99.75 00:50:37 00:43:01 0 0.07 0.00 0.03 0.00 0.02 99.88 00:50:37 00:43:01 1 0.07 0.00 0.08 0.02 0.02 99.82 00:50:37 00:43:01 2 0.53 0.00 0.07 0.00 0.00 99.40 00:50:37 00:43:01 3 0.03 0.00 0.05 0.00 0.03 99.88 00:50:37 00:44:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:50:37 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:37 00:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:50:37 00:44:01 2 0.45 0.00 0.03 0.02 0.02 99.48 00:50:37 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:45:01 all 0.06 0.00 0.07 0.02 0.02 99.84 00:50:37 00:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:50:37 00:45:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:50:37 00:45:01 2 0.10 0.00 0.05 0.00 0.00 99.85 00:50:37 00:45:01 3 0.05 0.00 0.12 0.08 0.03 99.72 00:50:37 00:46:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:50:37 00:46:01 0 0.02 0.00 0.07 0.07 0.00 99.85 00:50:37 00:46:01 1 0.07 0.00 0.07 0.00 0.02 99.85 00:50:37 00:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:50:37 00:46:01 3 0.00 0.00 0.03 0.00 0.00 99.97 00:50:37 00:47:01 all 0.16 0.00 0.03 0.00 0.01 99.80 00:50:37 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:37 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:50:37 00:47:01 2 0.53 0.00 0.03 0.00 0.02 99.42 00:50:37 00:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:50:37 00:48:01 all 0.14 0.00 0.03 0.00 0.00 99.82 00:50:37 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:48:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:50:37 00:48:01 2 0.48 0.00 0.03 0.00 0.00 99.48 00:50:37 00:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:50:37 00:49:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:50:37 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:50:37 00:49:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:50:37 00:49:01 2 0.42 0.00 0.02 0.00 0.00 99.57 00:50:37 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:50:37 00:50:01 all 0.12 0.00 0.03 0.00 0.01 99.84 00:50:37 00:50:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:50:37 00:50:01 1 0.02 0.00 0.00 0.02 0.00 99.97 00:50:37 00:50:01 2 0.43 0.00 0.03 0.00 0.00 99.53 00:50:37 00:50:01 3 0.03 0.00 0.02 0.00 0.03 99.92 00:50:37 Average: all 14.77 0.00 8.23 4.04 0.97 71.99 00:50:37 Average: 0 14.49 0.00 8.28 3.95 0.99 72.29 00:50:37 Average: 1 14.53 0.00 8.11 4.15 1.00 72.22 00:50:37 Average: 2 15.05 0.00 8.12 4.16 0.98 71.69 00:50:37 Average: 3 15.01 0.00 8.42 3.91 0.92 71.74 00:50:37 00:50:37 00:50:37