Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3103214cdd745ba99e56243b14eeb2a0a0c23a57 rather than c3b38dae9b02349053f790cb97feb331a171bab0 Obtained Jenkinsfile from 3103214cdd745ba99e56243b14eeb2a0a0c23a57 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3436’ Running on prd-centos7-docker-4c-2g-3438 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing b98365941b4d6324abbc4c916ff504fd0e3487e5 Checking out Revision b98365941b4d6324abbc4c916ff504fd0e3487e5 (PR-3422) > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b98365941b4d6324abbc4c916ff504fd0e3487e5 # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:27:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:27:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:27:20 ========================================================= 01:27:20 EdgeX Global Pipelines Version Info 01:27:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c # timeout=10 01:27:22 ------------------- 01:27:22 stable info: 01:27:22 ------------------- 01:27:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:27:22 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:27:22 Message: update stable to v1.0.191 01:27:22 ------------------- 01:27:22 experimental info: 01:27:22 ------------------- 01:27:22 Commited By: **** collab-it+edgex@linuxfoundation.org 01:27:22 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:27:22 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b98365941b4d6324abbc4c916ff504fd0e3487e5 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b983659 [Pipeline] echo 01:27:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:27:23 provisioning config files... 01:27:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7517739849894964194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:24 ---> docker-login.sh 01:27:24 nexus3.edgexfoundry.org:10001 01:27:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:27:24 Configure a credential helper to remove this warning. See 01:27:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:27:24 01:27:24 Login Succeeded 01:27:24 nexus3.edgexfoundry.org:10002 01:27:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:27:25 Configure a credential helper to remove this warning. See 01:27:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:27:25 01:27:25 Login Succeeded 01:27:25 nexus3.edgexfoundry.org:10003 01:27:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:27:25 Configure a credential helper to remove this warning. See 01:27:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:27:25 01:27:25 Login Succeeded 01:27:25 nexus3.edgexfoundry.org:10004 01:27:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:27:25 Configure a credential helper to remove this warning. See 01:27:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:27:25 01:27:25 Login Succeeded 01:27:25 docker.io 01:27:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:27:25 Configure a credential helper to remove this warning. See 01:27:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:27:25 01:27:25 Login Succeeded 01:27:25 ---> docker-login.sh ends [Pipeline] } 01:27:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:26 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/core-command/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo core-command,cmd/core-command/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/core-data/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo core-data,cmd/core-data/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/core-metadata/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo core-metadata,cmd/core-metadata/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/security-bootstrapper/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/security-proxy-setup/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/support-notifications/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo support-notifications,cmd/support-notifications/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/support-scheduler/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:27:26 + for file in '`ls cmd/**/Dockerfile`' 01:27:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:27:26 ++ cut -d/ -f2 01:27:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:27:26 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:27:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:27:26 01:27:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:27:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:27:27 latest: Pulling from edgex-devops/git-semver 01:27:27 31603596830f: Pulling fs layer 01:27:27 54011a49482f: Pulling fs layer 01:27:27 a6820b24f6d8: Pulling fs layer 01:27:27 f581987b2513: Pulling fs layer 01:27:27 f581987b2513: Waiting 01:27:27 54011a49482f: Verifying Checksum 01:27:27 54011a49482f: Download complete 01:27:27 31603596830f: Verifying Checksum 01:27:27 31603596830f: Download complete 01:27:27 f581987b2513: Verifying Checksum 01:27:27 f581987b2513: Download complete 01:27:27 a6820b24f6d8: Verifying Checksum 01:27:27 a6820b24f6d8: Download complete 01:27:27 31603596830f: Pull complete 01:27:27 54011a49482f: Pull complete 01:27:28 a6820b24f6d8: Pull complete 01:27:29 f581987b2513: Pull complete 01:27:29 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 01:27:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:27:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:27:29 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:27:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:27:31 $ docker top 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:27:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:32 [ssh-agent] Looking for ssh-agent implementation... 01:27:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:32 $ docker exec 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent 01:27:32 SSH_AUTH_SOCK=/tmp/ssh-aW8Z6nWD4Oii/agent.12 01:27:32 SSH_AGENT_PID=18 01:27:32 Running ssh-add (command line suppressed) 01:27:32 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4778920008711900111.key (/w/workspace/edgex-go/7@tmp/private_key_4778920008711900111.key) 01:27:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:32 + git tag --points-at HEAD [Pipeline] } 01:27:32 $ docker exec --env ******** --env ******** 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent -k 01:27:33 unset SSH_AUTH_SOCK; 01:27:33 unset SSH_AGENT_PID; 01:27:33 echo Agent pid 18 killed; 01:27:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:27:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:33 [ssh-agent] Looking for ssh-agent implementation... 01:27:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:33 $ docker exec 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent 01:27:33 SSH_AUTH_SOCK=/tmp/ssh-FTw9BHINv2ym/agent.47 01:27:33 SSH_AGENT_PID=52 01:27:33 Running ssh-add (command line suppressed) 01:27:33 Identity added: /w/workspace/edgex-go/7@tmp/private_key_3158542839930477921.key (/w/workspace/edgex-go/7@tmp/private_key_3158542839930477921.key) 01:27:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:33 + git semver init 01:27:33 # -> Open(): unable to determine branch for HEAD 01:27:33 # $GIT_DIR = /w/workspace/edgex-go/7/.git 01:27:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 01:27:33 # $SEMVER_REMOTE_NAME = origin 01:27:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:27:33 # $SEMVER_USER_NAME = edgex-jenkins 01:27:33 # $SEMVER_BRANCH = PR-3422 01:27:33 # $SEMVER_TEMP = /tmp/semver-728454723 01:27:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:27:52 # '/tmp/semver-728454723' -> '/w/workspace/edgex-go/7/.semver' 01:27:53 # -> Force: false 01:27:53 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 01:27:53 $ docker exec --env ******** --env ******** 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent -k 01:27:53 unset SSH_AUTH_SOCK; 01:27:53 unset SSH_AGENT_PID; 01:27:53 echo Agent pid 52 killed; 01:27:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:53 + git semver [Pipeline] } 01:27:53 $ docker stop --time=1 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 01:27:55 $ docker rm -f 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 [Pipeline] // withDockerContainer [Pipeline] sh 01:27:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:27:56 Stashed 1 file(s) [Pipeline] echo 01:27:56 [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 01:27:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:27:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:27:57 + sudo service docker restart 01:27:57 + true 01:27:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:27:58 ========================================================= 01:27:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:27:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:27:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 01:28:01 Sending build context to Docker daemon 330.2MB 01:28:01 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:28:01 Step 2/6 : FROM ${BASE} 01:28:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:28:01 540db60ca938: Pulling fs layer 01:28:01 adcc1eea9eea: Pulling fs layer 01:28:01 4c4ab2625f07: Pulling fs layer 01:28:01 0510c868ecb4: Pulling fs layer 01:28:01 afea3b2eda06: Pulling fs layer 01:28:01 7809a108b3ef: Pulling fs layer 01:28:01 f706445af74f: Pulling fs layer 01:28:01 afea3b2eda06: Waiting 01:28:01 7809a108b3ef: Waiting 01:28:01 f706445af74f: Waiting 01:28:01 0510c868ecb4: Waiting 01:28:02 4c4ab2625f07: Verifying Checksum 01:28:02 4c4ab2625f07: Download complete 01:28:02 adcc1eea9eea: Verifying Checksum 01:28:02 adcc1eea9eea: Download complete 01:28:02 afea3b2eda06: Verifying Checksum 01:28:02 afea3b2eda06: Download complete 01:28:02 7809a108b3ef: Verifying Checksum 01:28:02 7809a108b3ef: Download complete 01:28:02 540db60ca938: Verifying Checksum 01:28:02 540db60ca938: Download complete 01:28:02 540db60ca938: Pull complete 01:28:02 adcc1eea9eea: Pull complete 01:28:02 4c4ab2625f07: Pull complete 01:28:04 f706445af74f: Verifying Checksum 01:28:04 f706445af74f: Download complete 01:28:05 0510c868ecb4: Verifying Checksum 01:28:05 0510c868ecb4: Download complete 01:28:10 0510c868ecb4: Pull complete 01:28:10 afea3b2eda06: Pull complete 01:28:10 7809a108b3ef: Pull complete 01:28:11 Still waiting to schedule task 01:28:11 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3437’ 01:28:16 f706445af74f: Pull complete 01:28:16 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 01:28:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:28:16 ---> b068be0155e3 01:28:16 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 01:28:16 ---> Running in eba3373d69f0 01:28:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:28:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:28:18 (1/12) Installing libmagic (5.39-r0) 01:28:19 (2/12) Installing file (5.39-r0) 01:28:19 (3/12) Installing libc-dev (0.7.2-r3) 01:28:19 (4/12) Installing g++ (10.2.1_pre1-r3) 01:28:27 (5/12) Installing fortify-headers (1.1-r0) 01:28:27 (6/12) Installing patch (2.7.6-r6) 01:28:27 (7/12) Installing build-base (0.5-r2) 01:28:27 (8/12) Installing libsodium (1.0.18-r0) 01:28:27 (9/12) Installing pkgconf (1.7.3-r0) 01:28:27 (10/12) Installing libsodium-dev (1.0.18-r0) 01:28:27 (11/12) Installing libzmq (4.3.3-r1) 01:28:27 (12/12) Installing zeromq-dev (4.3.3-r1) 01:28:27 Executing busybox-1.32.1-r6.trigger 01:28:27 OK: 219 MiB in 52 packages 01:28:32 Removing intermediate container eba3373d69f0 01:28:32 ---> e2dca78ceff9 01:28:32 Step 4/6 : WORKDIR /edgex-go 01:28:32 ---> Running in 787fe2d0e6f8 01:28:32 Removing intermediate container 787fe2d0e6f8 01:28:32 ---> 0c85bb8e6922 01:28:32 Step 5/6 : COPY go.mod . 01:28:32 ---> 1ff636c21edc 01:28:32 Step 6/6 : RUN go mod download 01:28:32 ---> Running in d97e03dc1693 01:28:54 Removing intermediate container d97e03dc1693 01:28:54 ---> 07decd3cd9ef 01:28:54 Successfully built 07decd3cd9ef 01:28:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:28:54 + docker inspect -f . ci-base-image-x86_64 01:28:54 . [Pipeline] withDockerContainer 01:28:54 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:28:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:28:55 $ docker top ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:55 + go version 01:28:55 go version go1.16.3 linux/amd64 [Pipeline] } 01:28:55 $ docker stop --time=1 ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 01:28:57 $ docker rm -f ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:28:57 + docker inspect -f . ci-base-image-x86_64 01:28:57 . [Pipeline] withDockerContainer 01:28:57 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:28:57 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:28:58 $ docker top 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 -eo pid,comm [Pipeline] { [Pipeline] echo 01:28:58 ========================================================= 01:28:58 [edgeXBuildGoParallel] Running Tests and Build... 01:28:58 ========================================================= [Pipeline] sh 01:28:59 + go mod tidy [Pipeline] sh 01:29:00 + make test 01:29:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:29:10 ? github.com/edgexfoundry/edgex-go [no test files] 01:29:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:29:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:29:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:29:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:29:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:29:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:29:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:29:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:29:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:29:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:29:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:29:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements 01:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 87.7% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 01:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.391s coverage: 95.1% of statements 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.066s coverage: 22.0% of statements 01:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 01:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 01:29:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 01:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements 01:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 01:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.238s coverage: 81.8% of statements 01:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.109s coverage: 92.9% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 76.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.095s coverage: 87.2% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.2% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 66.9% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 43.4% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 22.7% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 92.6% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 28.7% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:30:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements 01:30:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.123s coverage: 97.6% of statements 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 28.1% of statements 01:30:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 01:30:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.039s coverage: 100.0% of statements 01:30:21 GO111MODULE=on go vet ./... 01:30:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3440 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 01:30:47 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 01:30:52 using credential edgex-jenkins-ssh 01:30:52 Cloning the remote Git repository 01:30:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:30:53 > git init /w/workspace/edgex-go/7 # timeout=10 01:30:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:30:53 > git --version # timeout=10 01:30:53 > git --version # 'git version 2.17.1' 01:30:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:30:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:00 gofmt -l . 01:31:00 [ "`gofmt -l .`" = "" ] 01:31:00 ./bin/test-go-mod-tidy.sh 01:31:00 ./bin/test-attribution-txt.sh [Pipeline] sh 01:31:01 + ls -al . 01:31:01 total 828 01:31:01 drwxrwxr-x 10 1001 1001 4096 May 7 01:30 . 01:31:01 drwxr-xr-x 4 root root 28 May 7 01:28 .. 01:31:01 -rw-rw-r-- 1 1001 1001 11 May 7 01:27 .dockerignore 01:31:01 drwxrwxr-x 8 1001 1001 179 May 7 01:27 .git 01:31:01 drwxrwxr-x 3 1001 1001 125 May 7 01:27 .github 01:31:01 -rw-rw-r-- 1 1001 1001 818 May 7 01:27 .gitignore 01:31:01 drwx------ 3 1001 1001 60 May 7 01:27 .semver 01:31:01 -rw-rw-r-- 1 1001 1001 166 May 7 01:27 .sonarcloud.properties 01:31:01 -rw-rw-r-- 1 1001 1001 8609 May 7 01:27 Attribution.txt 01:31:01 -rw-rw-r-- 1 1001 1001 3804 May 7 01:27 CONTRIBUTING.md 01:31:01 -rw-rw-r-- 1 1001 1001 931 May 7 01:27 Dockerfile.build 01:31:01 -rw-rw-r-- 1 1001 1001 863 May 7 01:27 Jenkinsfile 01:31:01 -rw-rw-r-- 1 1001 1001 10775 May 7 01:27 LICENSE 01:31:01 -rw-rw-r-- 1 1001 1001 5774 May 7 01:27 Makefile 01:31:01 -rw-rw-r-- 1 1001 1001 7978 May 7 01:27 README.md 01:31:01 -rw-rw-r-- 1 1001 1001 6755 May 7 01:27 SECURITY.md 01:31:01 -rw-rw-r-- 1 1001 1001 5 May 7 01:27 VERSION 01:31:01 -rw-rw-r-- 1 1001 1001 4131 May 7 01:27 ZMQWindows.md 01:31:01 drwxrwxr-x 2 1001 1001 117 May 7 01:27 bin 01:31:01 drwxrwxr-x 14 1001 1001 4096 May 7 01:27 cmd 01:31:01 -rw-r--r-- 1 root root 718073 May 7 01:30 coverage.out 01:31:01 -rw-r--r-- 1 root root 1060 May 7 01:30 go.mod 01:31:01 -rw-r--r-- 1 root root 21942 May 7 01:28 go.sum 01:31:01 drwxrwxr-x 8 1001 1001 127 May 7 01:27 internal 01:31:01 drwxrwxr-x 4 1001 1001 26 May 7 01:27 openapi 01:31:01 drwxrwxr-x 4 1001 1001 71 May 7 01:27 snap 01:31:01 -rw-rw-r-- 1 1001 1001 168 May 7 01:27 version.go [Pipeline] sh 01:31:01 + '[' -e coverage.out ] 01:31:01 + chown 1001:1001 coverage.out [Pipeline] stash 01:31:02 Stashed 1 file(s) [Pipeline] sh 01:31:02 + make build 01:31:02 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 01:31:05 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 01:31:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:31:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:31:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:31:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:31:09 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 01:31:10 Merge succeeded, producing 0238b3f6554a42a9b43eb85743cad3c53d712e94 01:31:10 Checking out Revision 0238b3f6554a42a9b43eb85743cad3c53d712e94 (PR-3422) 01:31:09 > git config core.sparsecheckout # timeout=10 01:31:09 > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # timeout=10 01:31:10 > git remote # timeout=10 01:31:10 > git config --get remote.origin.url # timeout=10 01:31:10 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:10 > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 01:31:10 > git rev-parse HEAD^{commit} # timeout=10 01:31:10 > git config core.sparsecheckout # timeout=10 01:31:10 > git checkout -f 0238b3f6554a42a9b43eb85743cad3c53d712e94 # timeout=10 01:31:15 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" 01:31:15 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:31:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:31:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:31:17 + true 01:31:17 + sudo service docker restart 01:31:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:31: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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:31:20 provisioning config files... 01:31:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8460399401297820288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:31:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:31:20 ---> docker-login.sh 01:31:20 nexus3.edgexfoundry.org:10001 01:31:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:21 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 01:31:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:21 Configure a credential helper to remove this warning. See 01:31:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:21 01:31:21 Login Succeeded 01:31:21 nexus3.edgexfoundry.org:10002 01:31:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:22 Configure a credential helper to remove this warning. See 01:31:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:22 01:31:22 Login Succeeded 01:31:22 nexus3.edgexfoundry.org:10003 01:31:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:22 Configure a credential helper to remove this warning. See 01:31:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:22 01:31:22 Login Succeeded 01:31:22 nexus3.edgexfoundry.org:10004 01:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:23 Configure a credential helper to remove this warning. See 01:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:23 01:31:23 Login Succeeded 01:31:23 docker.io 01:31:23 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 01:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:24 Configure a credential helper to remove this warning. See 01:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:24 01:31:24 Login Succeeded 01:31:24 ---> docker-login.sh ends [Pipeline] } 01:31:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:31:24 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 [Pipeline] echo 01:31:24 ========================================================= 01:31:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 01:31:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:31:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 01:31:25 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 01:31:26 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 01:31:27 Sending build context to Docker daemon 167.7MB 01:31:27 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:31:27 Step 2/6 : FROM ${BASE} 01:31:27 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:31:27 595b0fe564bb: Pulling fs layer 01:31:27 7186ed65a4f7: Pulling fs layer 01:31:27 316046926c0a: Pulling fs layer 01:31:27 4ebd0625c992: Pulling fs layer 01:31:27 207e8628e3a3: Pulling fs layer 01:31:27 c791037a9be2: Pulling fs layer 01:31:27 ffd874e62e21: Pulling fs layer 01:31:27 207e8628e3a3: Waiting 01:31:27 c791037a9be2: Waiting 01:31:27 ffd874e62e21: Waiting 01:31:27 4ebd0625c992: Waiting 01:31:27 316046926c0a: Verifying Checksum 01:31:27 316046926c0a: Download complete 01:31:27 7186ed65a4f7: Download complete 01:31:27 207e8628e3a3: Verifying Checksum 01:31:27 207e8628e3a3: Download complete 01:31:27 595b0fe564bb: Verifying Checksum 01:31:27 595b0fe564bb: Download complete 01:31:27 c791037a9be2: Verifying Checksum 01:31:27 c791037a9be2: Download complete 01:31:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:31:28 595b0fe564bb: Pull complete 01:31:28 7186ed65a4f7: Pull complete 01:31:29 316046926c0a: Pull complete [Pipeline] } 01:31:30 $ docker stop --time=1 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 01:31:30 ffd874e62e21: Download complete 01:31:31 4ebd0625c992: Verifying Checksum 01:31:31 4ebd0625c992: Download complete 01:31:32 $ docker rm -f 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:34 01:31:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:31:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:34 latest: Pulling from edgex-devops/edgex-compose 01:31:34 cbdbe7a5bc2a: Pulling fs layer 01:31:34 ca9280d653b3: Pulling fs layer 01:31:34 7e9c9ca2126c: Pulling fs layer 01:31:34 cbdbe7a5bc2a: Download complete 01:31:35 ca9280d653b3: Verifying Checksum 01:31:35 ca9280d653b3: Download complete 01:31:35 cbdbe7a5bc2a: Pull complete 01:31:36 7e9c9ca2126c: Verifying Checksum 01:31:36 7e9c9ca2126c: Download complete 01:31:36 ca9280d653b3: Pull complete 01:31:43 7e9c9ca2126c: Pull complete 01:31:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:31:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:31:43 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:31:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 01:31:43 4ebd0625c992: Pull complete 01:31:43 207e8628e3a3: Pull complete 01:31:43 c791037a9be2: Pull complete 01:31:46 ffd874e62e21: Pull complete 01:31:46 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 01:31:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:31:46 ---> cfc18b08335c 01:31:46 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 01:31:46 $ docker top e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:47 + docker-compose build --help 01:31:47 + grep parallel 01:31:48 --parallel Build images in parallel. [Pipeline] } 01:31:48 $ docker stop --time=1 e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a 01:31:49 $ docker rm -f e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a 01:31:49 ---> Running in e08c59511138 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:31:50 . [Pipeline] withDockerContainer 01:31:50 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:31:50 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:31:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:31:51 $ docker top 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:51 + docker-compose -f ./docker-compose-build.yml build --parallel 01:31:52 Building docker-core-command-go ... 01:31:52 Building docker-core-data-go ... 01:31:52 Building docker-core-metadata-go ... 01:31:52 Building docker-security-bootstrapper-go ... 01:31:52 Building docker-security-proxy-setup-go ... 01:31:52 Building docker-security-secretstore-setup-go ... 01:31:52 Building docker-support-notifications-go ... 01:31:52 Building docker-support-scheduler-go ... 01:31:52 Building docker-sys-mgmt-agent-go ... 01:31:52 Building docker-support-notifications-go 01:31:52 Building docker-core-command-go 01:31:52 Building docker-core-data-go 01:31:52 Building docker-support-scheduler-go 01:31:52 Building docker-sys-mgmt-agent-go 01:31:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:31:54 (1/12) Installing libmagic (5.39-r0) 01:31:54 (2/12) Installing file (5.39-r0) 01:31:54 (3/12) Installing libc-dev (0.7.2-r3) 01:31:54 (4/12) Installing g++ (10.2.1_pre1-r3) 01:32:09 (5/12) Installing fortify-headers (1.1-r0) 01:32:09 (6/12) Installing patch (2.7.6-r6) 01:32:09 (7/12) Installing build-base (0.5-r2) 01:32:09 (8/12) Installing libsodium (1.0.18-r0) 01:32:09 (9/12) Installing pkgconf (1.7.3-r0) 01:32:09 (10/12) Installing libsodium-dev (1.0.18-r0) 01:32:09 (11/12) Installing libzmq (4.3.3-r1) 01:32:09 (12/12) Installing zeromq-dev (4.3.3-r1) 01:32:09 Executing busybox-1.32.1-r6.trigger 01:32:09 OK: 218 MiB in 52 packages 01:32:13 Removing intermediate container e08c59511138 01:32:13 ---> c7f439d731eb 01:32:13 Step 4/6 : WORKDIR /edgex-go 01:32:13 ---> Running in 9b4dc2cd5906 01:32:13 Removing intermediate container 9b4dc2cd5906 01:32:13 ---> 217d82021cce 01:32:13 Step 5/6 : COPY go.mod . 01:32:14 ---> 37769f88e9c9 01:32:14 Step 6/6 : RUN go mod download 01:32:14 ---> Running in a738739c162c 01:32:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:32:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:32:31 ---> 07decd3cd9ef 01:32:31 Step 3/22 : WORKDIR /edgex-go 01:32:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:32:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:32:31 ---> 07decd3cd9ef 01:32:31 Step 3/23 : WORKDIR /edgex-go 01:32:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:32:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:32:31 ---> 07decd3cd9ef 01:32:31 Step 3/22 : WORKDIR /edgex-go 01:32:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:32:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:32:31 ---> 07decd3cd9ef 01:32:31 Step 3/23 : WORKDIR /edgex-go 01:32:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:32:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:32:31 ---> 07decd3cd9ef 01:32:31 Step 3/23 : WORKDIR /edgex-go 01:32:31 ---> Running in 2d68e4c09f41 01:32:31 ---> Running in 1fa7bc38992f 01:32:31 ---> Running in b322cf12e9d2 01:32:31 ---> Running in 7d6ae3cc7e1e 01:32:31 ---> Running in 9c5d09f76241 01:32:31 Removing intermediate container 7d6ae3cc7e1e 01:32:31 ---> 9653c2c3dcaf 01:32:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:31 Removing intermediate container 1fa7bc38992f 01:32:31 ---> afac8a3645b9 01:32:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:31 Removing intermediate container b322cf12e9d2 01:32:31 ---> 444cf675403b 01:32:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:31 Removing intermediate container 9c5d09f76241 01:32:31 ---> 4f6a3a88acce 01:32:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:31 Removing intermediate container 2d68e4c09f41 01:32:31 ---> 648601c1dfe9 01:32:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:31 ---> Running in 2563690130a1 01:32:31 ---> Running in f0001decaaf4 01:32:31 ---> Running in bd4f790579ae 01:32:31 ---> Running in 69b77229ee42 01:32:31 ---> Running in f51ceef98b91 01:32:34 Removing intermediate container f0001decaaf4 01:32:34 ---> 87c7d5138451 01:32:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:32:34 Removing intermediate container bd4f790579ae 01:32:34 ---> bbb926ae9063 01:32:34 Step 5/23 : RUN apk add --update --no-cache make git 01:32:34 ---> Running in d52596958ed7 01:32:34 ---> Running in bf4788e2dfdc 01:32:34 Removing intermediate container 69b77229ee42 01:32:34 ---> 72f7d8140f75 01:32:34 Step 5/22 : RUN apk add --update --no-cache make git 01:32:34 Removing intermediate container f51ceef98b91 01:32:34 ---> a176f607cf95 01:32:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:32:34 ---> Running in 5347f7dafab7 01:32:34 Removing intermediate container 2563690130a1 01:32:34 ---> 22d565c09623 01:32:34 Step 5/23 : RUN apk add --update --no-cache make bash git 01:32:34 ---> Running in ab8a20458f48 01:32:34 ---> Running in e2e7b9dcc384 01:32:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:32:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:32:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:32:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:32:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:32:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:32:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:32:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:32:37 OK: 219 MiB in 52 packages 01:32:37 OK: 219 MiB in 52 packages 01:32:37 OK: 219 MiB in 52 packages 01:32:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:32:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:32:37 Removing intermediate container d52596958ed7 01:32:37 ---> 0a2b7043418d 01:32:37 Step 6/23 : COPY go.mod . 01:32:38 ---> 4450e5063662 01:32:38 Step 7/23 : RUN go mod download 01:32:38 Removing intermediate container bf4788e2dfdc 01:32:38 ---> efac70ec8d20 01:32:38 Step 6/23 : COPY go.mod . 01:32:38 Removing intermediate container ab8a20458f48 01:32:38 ---> 425d045adadf 01:32:38 Step 6/22 : COPY go.mod . 01:32:38 ---> Running in 1200c16e5a0a 01:32:38 ---> 890807857f32 01:32:38 Step 7/23 : RUN go mod download 01:32:38 OK: 219 MiB in 52 packages 01:32:38 ---> e3acef07533d 01:32:38 Step 7/22 : RUN go mod download 01:32:38 ---> Running in e33a859f68e5 01:32:38 ---> Running in 704e7f181c6f 01:32:39 Removing intermediate container e2e7b9dcc384 01:32:39 ---> af317200660d 01:32:39 Step 6/23 : COPY go.mod . 01:32:39 ---> e479ec0ad86e 01:32:39 Step 7/23 : RUN go mod download 01:32:39 ---> Running in a3ac71f9bfc1 01:32:39 Removing intermediate container 1200c16e5a0a 01:32:39 ---> d653b7f221e2 01:32:39 Step 8/23 : COPY . . 01:32:40 OK: 219 MiB in 52 packages 01:32:41 Removing intermediate container 704e7f181c6f 01:32:41 ---> 546c419aa2be 01:32:41 Step 8/22 : COPY . . 01:32:41 Removing intermediate container a738739c162c 01:32:41 ---> c860c0035411 01:32:41 Successfully built c860c0035411 01:32:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:32:42 Removing intermediate container e33a859f68e5 01:32:42 ---> 875b26e898ab 01:32:42 Step 8/23 : COPY . . 01:32:42 + docker inspect -f . ci-base-image-arm64 01:32:42 . [Pipeline] withDockerContainer 01:32:42 prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container 01:32:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:32:44 $ docker top 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:44 + go version 01:32:44 go version go1.16.3 linux/arm64 [Pipeline] } 01:32:44 $ docker stop --time=1 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 01:32:45 Removing intermediate container 5347f7dafab7 01:32:45 ---> ac40b6b4380e 01:32:45 Step 6/22 : COPY go.mod . 01:32:46 $ docker rm -f 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:47 + docker inspect -f . ci-base-image-arm64 01:32:47 . [Pipeline] withDockerContainer 01:32:47 prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container 01:32:47 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:32:47 Removing intermediate container a3ac71f9bfc1 01:32:47 ---> 2af1ef5a69c5 01:32:47 Step 8/23 : COPY . . 01:32:48 ---> 87304f7fdbbe 01:32:48 Step 7/22 : RUN go mod download 01:32:49 $ docker top fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 -eo pid,comm [Pipeline] { [Pipeline] echo 01:32:49 ========================================================= 01:32:49 [edgeXBuildGoParallel] Running Tests and Build... 01:32:49 ========================================================= [Pipeline] sh 01:32:49 ---> Running in a80ee28408e8 01:32:50 + go mod tidy [Pipeline] sh 01:32:51 + make test 01:32:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:33:08 Removing intermediate container a80ee28408e8 01:33:08 ---> 40e0547521b9 01:33:08 Step 8/22 : COPY . . 01:33:18 ? github.com/edgexfoundry/edgex-go [no test files] 01:33:26 ---> 78effff72184 01:33:26 Step 9/23 : RUN make cmd/core-data/core-data 01:33:26 ---> c620fdf88cb1 01:33:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:33:26 ---> Running in e66e08640cd9 01:33:26 ---> Running in 765e9661475d 01:33:26 ---> b6a449ffe089 01:33:26 Step 9/23 : RUN make cmd/core-command/core-command 01:33:26 ---> da02e6bb1dc6 01:33:26 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:33:27 ---> Running in a04bcd2df6eb 01:33:27 ---> Running in 97ae4609f118 01:33:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:33:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:33:28 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 01:33:29 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 01:33:37 ---> ba717bd9f5c4 01:33:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:33:37 ---> Running in 5bd5360f85bc 01:33:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:34:17 Removing intermediate container a04bcd2df6eb 01:34:17 ---> ec81fab6d105 01:34:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:34:17 Removing intermediate container e66e08640cd9 01:34:17 ---> e3493290c051 01:34:17 01:34:17 Step 10/22 : FROM alpine:3.12 01:34:17 3.12: Pulling from library/alpine 01:34:17 Removing intermediate container 97ae4609f118 01:34:17 ---> e275539d6ce0 01:34:17 01:34:17 Step 10/23 : FROM alpine:3.12 01:34:17 ---> Running in 6bae2c6b4585 01:34:17 3.12: Pulling from library/alpine 01:34:17 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:34:17 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:34:17 Status: Downloaded newer image for alpine:3.12 01:34:17 ---> 13621d1b12d4 01:34:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:34:17 Status: Downloaded newer image for alpine:3.12 01:34:17 ---> 13621d1b12d4 01:34:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:34:17 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 01:34:19 ---> Running in 0c63fded8b6d 01:34:19 ---> Running in b1a6d06213a4 01:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:34:20 (1/2) Installing ca-certificates (20191127-r4) 01:34:20 (2/2) Installing dumb-init (1.2.2-r1) 01:34:20 (1/1) Installing dumb-init (1.2.2-r1) 01:34:20 Executing busybox-1.31.1-r20.trigger 01:34:20 Executing busybox-1.31.1-r20.trigger 01:34:20 OK: 6 MiB in 15 packages 01:34:20 Executing ca-certificates-20191127-r4.trigger 01:34:20 OK: 6 MiB in 16 packages 01:34:23 Removing intermediate container 6bae2c6b4585 01:34:23 ---> 8b1a6b8ba2c4 01:34:23 01:34:23 Step 11/23 : FROM docker:20.10.0 01:34:23 20.10.0: Pulling from library/docker 01:34:24 Removing intermediate container 5bd5360f85bc 01:34:24 ---> 1d02634b2386 01:34:24 01:34:24 Step 10/22 : FROM alpine:3.12 01:34:24 ---> 13621d1b12d4 01:34:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:34:24 Removing intermediate container 765e9661475d 01:34:24 ---> e0dea57fe120 01:34:24 01:34:24 Step 10/23 : FROM alpine:3.12 01:34:24 ---> 13621d1b12d4 01:34:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:34:25 ---> Running in 98303826474c 01:34:25 Removing intermediate container 0c63fded8b6d 01:34:25 ---> 25f37506638d 01:34:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:34:25 ---> Running in 0de97afe3894 01:34:25 Removing intermediate container b1a6d06213a4 01:34:25 ---> 2b52a9e6cc65 01:34:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:34:26 ---> Running in e8e3449add19 01:34:27 ---> Running in e20d98934840 01:34:27 Removing intermediate container 0de97afe3894 01:34:27 ---> 95390ef447a3 01:34:27 Step 12/23 : ENV APP_PORT=48080 01:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:34:27 ---> Running in fb1532d88fa4 01:34:27 Removing intermediate container e8e3449add19 01:34:27 ---> 778612bfc5a2 01:34:27 Step 13/23 : ENV APP_PORT=48082 01:34:27 (1/1) Installing dumb-init (1.2.2-r1) 01:34:27 Executing busybox-1.31.1-r20.trigger 01:34:27 OK: 6 MiB in 15 packages 01:34:27 ---> Running in 13a8c90b0723 01:34:27 Removing intermediate container e20d98934840 01:34:27 ---> 598244e0cc22 01:34:27 Step 13/22 : ENV APP_PORT=48060 01:34:27 Removing intermediate container fb1532d88fa4 01:34:27 ---> b18e3fcf9106 01:34:27 Step 13/23 : EXPOSE $APP_PORT 01:34:27 ---> Running in 34051e4f4677 01:34:27 ---> Running in 1c6de2c79db2 01:34:27 Removing intermediate container 13a8c90b0723 01:34:27 ---> b84058e83f4b 01:34:27 Step 14/23 : EXPOSE $APP_PORT 01:34:27 ---> Running in cb28562952f5 01:34:27 Removing intermediate container 34051e4f4677 01:34:27 ---> 2d9c48619af2 01:34:27 Step 14/22 : EXPOSE $APP_PORT 01:34:27 Removing intermediate container 1c6de2c79db2 01:34:27 ---> ae607b1eb8a9 01:34:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:28 ---> Running in e7f9b8e268a8 01:34:28 ---> Running in c82175edd2c4 01:34:28 Removing intermediate container 98303826474c 01:34:28 ---> da2be14b42c6 01:34:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:34:28 Removing intermediate container cb28562952f5 01:34:28 ---> b7de5463d5f9 01:34:28 Step 15/23 : WORKDIR / 01:34:28 ---> Running in d51153c9529d 01:34:28 ---> Running in a96d50dca4e3 01:34:28 Removing intermediate container c82175edd2c4 01:34:28 ---> 2c715e6266d7 01:34:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:34:29 Removing intermediate container d51153c9529d 01:34:29 ---> 6faa53972f2a 01:34:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:34:29 Removing intermediate container a96d50dca4e3 01:34:29 ---> 6f72cd881be1 01:34:29 Step 13/22 : ENV APP_PORT=48085 01:34:29 ---> Running in 5e52575afd30 01:34:29 ---> c2c7d5b1c505 01:34:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:34:29 ---> 95dae46b323c 01:34:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:34:29 Removing intermediate container 5e52575afd30 01:34:29 ---> 8f777782e6e5 01:34:29 Step 14/22 : EXPOSE $APP_PORT 01:34:29 ---> Running in 5ffeed08f613 01:34:29 Removing intermediate container e7f9b8e268a8 01:34:29 ---> e2596aeee9b1 01:34:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:34:31 ---> 8b8fdbc93f75 01:34:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:34:31 ---> Running in 5f49f12b4cc9 01:34:31 Removing intermediate container 5ffeed08f613 01:34:31 ---> ee1fb1dfcce5 01:34:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:34:31 ---> b3f3930ef1ea 01:34:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:34:31 ---> 2cc4e457a442 01:34:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:34:31 ---> 78ff07c8c857 01:34:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:34:32 ---> Running in efe8c031bbd0 01:34:32 ---> cb77cd88ca03 01:34:32 Step 19/23 : ENTRYPOINT ["/core-command"] 01:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:34:32 ---> Running in ebcb5aa51f61 01:34:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:34:32 Removing intermediate container efe8c031bbd0 01:34:32 ---> af14b55f79d9 01:34:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:32 Status: Downloaded newer image for docker:20.10.0 01:34:32 ---> aefe523efa57 01:34:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:34:32 ---> Running in 264abce5e176 01:34:32 Removing intermediate container ebcb5aa51f61 01:34:32 ---> c2d8c408d842 01:34:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:32 ---> Running in 118bc1675b16 01:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:34:33 ---> 4ac6ec35b978 01:34:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:34:33 ---> Running in 3c5e3418b20a 01:34:33 Removing intermediate container 118bc1675b16 01:34:33 ---> 502a892b65c3 01:34:33 Step 20/22 : LABEL arch=x86_64 01:34:33 Removing intermediate container 264abce5e176 01:34:33 ---> 29963f65d108 01:34:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 01:34:33 ---> Running in 9b3ed0b37db4 01:34:33 ---> 900d42120e9b 01:34:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:34:33 ---> Running in 39d3b0340745 01:34:33 Removing intermediate container 3c5e3418b20a 01:34:33 ---> 66c531f596d7 01:34:33 Step 21/23 : LABEL arch=x86_64 01:34:33 (1/6) Installing dumb-init (1.2.2-r1) 01:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:34:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:34:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:34:33 (2/6) Installing libgcc (9.3.0-r2) 01:34:33 ---> Running in 4de4e67cace5 01:34:33 ---> Running in 6dbad32cc934 01:34:33 (3/6) Installing libsodium (1.0.18-r0) 01:34:33 Removing intermediate container 9b3ed0b37db4 01:34:33 ---> fd122292d3d7 01:34:33 Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:34:34 ---> Running in 7068ccb10fdc 01:34:34 Removing intermediate container 4de4e67cace5 01:34:34 ---> 609cc1e43a0f 01:34:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:34 (4/6) Installing libstdc++ (9.3.0-r2) 01:34:34 ---> Running in 96fd23d0f9e2 01:34:34 Removing intermediate container 6dbad32cc934 01:34:34 ---> c025c8266591 01:34:34 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:34:34 (5/6) Installing libzmq (4.3.3-r0) 01:34:34 ---> Running in 154a8610c54c 01:34:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:34:34 Removing intermediate container 7068ccb10fdc 01:34:34 ---> cb931d1f1878 01:34:34 Step 22/22 : LABEL version=0.0.0 01:34:34 (6/6) Installing zeromq (4.3.3-r0) 01:34:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:34:34 Removing intermediate container 96fd23d0f9e2 01:34:34 ---> d15748cf9c8a 01:34:34 Step 20/22 : LABEL arch=x86_64 01:34:34 Executing busybox-1.31.1-r20.trigger 01:34:34 OK: 8 MiB in 20 packages 01:34:34 ---> Running in 0d349666135f 01:34:34 ---> Running in b1414d938342 01:34:34 Removing intermediate container 154a8610c54c 01:34:34 ---> 93667bd52e09 01:34:34 Step 23/23 : LABEL version=0.0.0 01:34:34 (1/39) Installing readline (8.0.4-r0) 01:34:34 (2/39) Installing bash (5.0.17-r0) 01:34:34 Executing bash-5.0.17-r0.post-install 01:34:34 (3/39) Installing nghttp2-libs (1.41.0-r0) 01:34:34 (4/39) Installing libcurl (7.76.1-r0) 01:34:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:34:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:34:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:34:34 (5/39) Installing curl (7.76.1-r0) 01:34:34 (6/39) Installing dumb-init (1.2.2-r1) 01:34:34 (7/39) Installing libbz2 (1.0.8-r1) 01:34:34 ---> Running in 972455452b3a 01:34:34 (8/39) Installing expat (2.2.9-r1) 01:34:34 Removing intermediate container 0d349666135f 01:34:34 ---> 908926ad23e1 01:34:34 01:34:34 (9/39) Installing libffi (3.3-r2) 01:34:34 (10/39) Installing gdbm (1.13-r1) 01:34:34 (11/39) Installing xz-libs (5.2.5-r0) 01:34:34 (12/39) Installing sqlite-libs (3.32.1-r0) 01:34:34 (13/39) Installing python3 (3.8.10-r0) 01:34:35 Successfully built 908926ad23e1 01:34:35 Successfully tagged docker-support-notifications-go:latest 01:34:35  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 01:34:35 Removing intermediate container b1414d938342 01:34:35 ---> 67fea8555a21 01:34:35 Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:34:38 Removing intermediate container 972455452b3a 01:34:38 ---> 3a1090def551 01:34:38 01:34:38 ---> Running in 8de48b63b6ee 01:34:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:34:40 (14/39) Installing py3-appdirs (1.4.4-r1) 01:34:40 (15/39) Installing py3-ordered-set (4.0.1-r0) 01:34:40 (16/39) Installing py3-parsing (2.4.7-r0) 01:34:40 (17/39) Installing py3-six (1.15.0-r0) 01:34:40 (18/39) Installing py3-packaging (20.4-r0) 01:34:40 (19/39) Installing py3-setuptools (47.0.0-r0) 01:34:40 (20/39) Installing py3-chardet (3.0.4-r4) 01:34:41 Removing intermediate container 5f49f12b4cc9 01:34:41 ---> 464393760824 01:34:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:34:41 (21/39) Installing py3-idna (2.9-r0) 01:34:41 (22/39) Installing py3-certifi (2020.4.5.1-r0) 01:34:42 (23/39) Installing py3-urllib3 (1.25.9-r0) 01:34:42 (24/39) Installing py3-requests (2.23.0-r0) 01:34:42 (25/39) Installing py3-msgpack (1.0.0-r0) 01:34:42 (26/39) Installing py3-lockfile (0.12.2-r3) 01:34:43 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:34:43 (28/39) Installing py3-colorama (0.4.3-r0) 01:34:43 (29/39) Installing py3-distlib (0.3.0-r0) 01:34:43 Removing intermediate container 8de48b63b6ee 01:34:43 ---> 9d1df6b97eee 01:34:43 Step 22/22 : LABEL version=0.0.0 01:34:43 Successfully built 3a1090def551 01:34:44 (30/39) Installing py3-distro (1.5.0-r1) 01:34:44 (31/39) Installing py3-webencodings (0.5.1-r3) 01:34:44 Successfully tagged docker-core-command-go:latest 01:34:44  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 01:34:44 (32/39) Installing py3-html5lib (1.0.1-r4) 01:34:44 (33/39) Installing py3-pytoml (0.1.21-r0) 01:34:44 (34/39) Installing py3-pep517 (0.8.2-r0) 01:34:44 (35/39) Installing py3-progress (1.5-r0) 01:34:44 (36/39) Installing py3-toml (0.10.1-r0) 01:34:45 (37/39) Installing py3-retrying (1.3.3-r0) 01:34:46 (38/39) Installing py3-contextlib2 (0.6.0-r0) 01:34:46 (39/39) Installing py3-pip (20.1.1-r0) 01:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:34:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:34:50 ---> 7fc69e7abf0e 01:34:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:34:50 Executing busybox-1.31.1-r19.trigger 01:34:50 ---> Running in 15b6b7f522d2 01:34:50 OK: 72 MiB in 59 packages 01:34:51 Removing intermediate container 15b6b7f522d2 01:34:51 ---> 03e8008c68b0 01:34:51 01:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements 01:34:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements 01:34:53 Successfully built 03e8008c68b0 01:34:53 ---> 8300ec1f16f8 01:34:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:34:53 Successfully tagged docker-support-scheduler-go:latest 01:34:53  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 01:34:55 ---> 07295c6d15d2 01:34:55 Step 19/23 : ENTRYPOINT ["/core-data"] 01:34:56 ---> Running in fe218e330690 01:34:57 Collecting docker-compose==1.23.2 01:34:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:34:58 Collecting dockerpty<0.5,>=0.4.1 01:34:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:34:59 Removing intermediate container fe218e330690 01:34:59 ---> 7e5e9b62cfad 01:34:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.128s coverage: 100.0% of statements 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.188s coverage: 100.0% of statements 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.429s coverage: 71.3% of statements 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:35:00 ---> Running in 0ef54b422e60 01:35:00 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:35:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:35:00 ---> 07decd3cd9ef 01:35:00 Step 3/31 : WORKDIR /edgex-go 01:35:00 ---> Using cache 01:35:00 ---> 648601c1dfe9 01:35:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:00 ---> Using cache 01:35:00 ---> a176f607cf95 01:35:00 Step 5/31 : RUN apk add --update --no-cache make git 01:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.487s coverage: 87.7% of statements 01:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements 01:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:35:03 ---> Running in 8b578fa7b732 01:35:03 Removing intermediate container 0ef54b422e60 01:35:03 ---> d322e8645248 01:35:03 Step 21/23 : LABEL arch=x86_64 01:35:03 Collecting PyYAML<4,>=3.10 01:35:03 Downloading PyYAML-3.13.tar.gz (270 kB) 01:35:05 ---> Running in 36da612ada15 01:35:05 Removing intermediate container 36da612ada15 01:35:05 ---> bbb31938476c 01:35:05 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:35:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:35:06 Collecting cached-property<2,>=1.2.0 01:35:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:35:06 ---> Running in cf71ce8f323e 01:35:06 Collecting texttable<0.10,>=0.9.0 01:35:06 Downloading texttable-0.9.1.tar.gz (11 kB) 01:35:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:35:07 Removing intermediate container cf71ce8f323e 01:35:07 ---> bc27d5d44c18 01:35:07 Step 23/23 : LABEL version=0.0.0 01:35:08 Collecting jsonschema<3,>=2.5.1 01:35:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:35:08 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:35:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:35:08 ---> 07decd3cd9ef 01:35:08 Step 3/21 : WORKDIR /edgex-go 01:35:08 ---> Using cache 01:35:08 ---> 648601c1dfe9 01:35:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:08 ---> Using cache 01:35:08 ---> a176f607cf95 01:35:08 Step 5/21 : RUN apk add --update --no-cache make git 01:35:08 OK: 219 MiB in 52 packages 01:35:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:35:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:35:09 ---> Running in e90857e6d343 01:35:09 ---> Running in cd693a30ec95 01:35:09 Collecting websocket-client<1.0,>=0.32.0 01:35:10 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:35:10 Collecting docopt<0.7,>=0.6.1 01:35:10 Downloading docopt-0.6.2.tar.gz (25 kB) 01:35:10 Removing intermediate container e90857e6d343 01:35:10 ---> 674db9944e65 01:35:10 01:35:11 Successfully built 674db9944e65 01:35:11 Collecting docker<4.0,>=3.6.0 01:35:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:35:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.149s coverage: 100.0% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.446s coverage: 97.5% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.223s coverage: 78.3% of statements 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:35:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:35:13 Successfully tagged docker-core-data-go:latest 01:35:13  Building docker-core-data-go ... done Building docker-core-metadata-go 01:35:13 Removing intermediate container 8b578fa7b732 01:35:13 ---> f045700dcf96 01:35:13 Step 6/31 : COPY go.mod . 01:35:13 Collecting urllib3<1.25,>=1.21.1 01:35:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:35:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:35:13 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) 01:35:13 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) 01:35:13 Collecting idna<2.8,>=2.5 01:35:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:35:14 Collecting docker-pycreds>=0.4.0 01:35:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:35:14 ---> 072a3633a02b 01:35:14 Step 7/31 : RUN go mod download 01:35:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:35:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:35:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:35:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:35:15 Installing collected packages: dockerpty, PyYAML, cached-property, texttable, jsonschema, urllib3, idna, requests, websocket-client, docopt, docker-pycreds, docker, docker-compose 01:35:15 Running setup.py install for dockerpty: started 01:35:15 ---> Running in 9b90eab9a58d 01:35:16 OK: 219 MiB in 52 packages 01:35:16 Running setup.py install for dockerpty: finished with status 'done' 01:35:16 Running setup.py install for PyYAML: started 01:35:17 Running setup.py install for PyYAML: finished with status 'done' 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.188s coverage: 95.1% of statements 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.131s coverage: 58.8% of statements 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.191s coverage: 22.0% of statements 01:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.195s coverage: 47.1% of statements 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.179s coverage: 79.5% of statements 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements 01:35:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements 01:35:19 Running setup.py install for texttable: started 01:35:19 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:35:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:35:19 ---> 07decd3cd9ef 01:35:19 Step 3/25 : WORKDIR /edgex-go 01:35:19 ---> Using cache 01:35:19 ---> 648601c1dfe9 01:35:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:19 ---> Using cache 01:35:19 ---> a176f607cf95 01:35:19 Step 5/25 : RUN apk add --update --no-cache make git 01:35:19 ---> Using cache 01:35:19 ---> f045700dcf96 01:35:19 Step 6/25 : COPY go.mod . 01:35:19 ---> Using cache 01:35:19 ---> 072a3633a02b 01:35:19 Step 7/25 : RUN go mod download 01:35:19 Running setup.py install for texttable: finished with status 'done' 01:35:19 ---> Running in 5e115174bb10 01:35:19 Attempting uninstall: urllib3 01:35:19 Found existing installation: urllib3 1.25.9 01:35:19 Uninstalling urllib3-1.25.9: 01:35:20 Successfully uninstalled urllib3-1.25.9 01:35:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements 01:35:20 Removing intermediate container cd693a30ec95 01:35:20 ---> fc4aba9d6b38 01:35:20 Step 6/21 : COPY go.mod . 01:35:21 Removing intermediate container 9b90eab9a58d 01:35:21 ---> 7855c2d0d708 01:35:21 Step 8/31 : COPY . . 01:35:21 Attempting uninstall: idna 01:35:21 Found existing installation: idna 2.9 01:35:21 Uninstalling idna-2.9: 01:35:21 Successfully uninstalled idna-2.9 01:35:22 ---> 148bbc9e9e7d 01:35:22 Step 7/21 : RUN go mod download 01:35:22 Attempting uninstall: requests 01:35:22 Found existing installation: requests 2.23.0 01:35:22 Uninstalling requests-2.23.0: 01:35:22 Successfully uninstalled requests-2.23.0 01:35:25 ---> Running in e5ad92aba53a 01:35:27 Running setup.py install for docopt: started 01:35:28 Running setup.py install for docopt: finished with status 'done' 01:35:30 Removing intermediate container 5e115174bb10 01:35:30 ---> ff94296bf632 01:35:30 Step 8/25 : COPY . . 01:35:32 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.59.0 01:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.222s coverage: 94.4% of statements 01:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.154s coverage: 44.8% of statements 01:35:34 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:35:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:35:34 ---> 07decd3cd9ef 01:35:34 Step 3/23 : WORKDIR /edgex-go 01:35:34 ---> Using cache 01:35:34 ---> 648601c1dfe9 01:35:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:34 ---> Using cache 01:35:34 ---> a176f607cf95 01:35:34 Step 5/23 : RUN apk add --update --no-cache make git 01:35:34 ---> Using cache 01:35:34 ---> fc4aba9d6b38 01:35:34 Step 6/23 : COPY go.mod . 01:35:34 ---> Using cache 01:35:34 ---> 148bbc9e9e7d 01:35:34 Step 7/23 : RUN go mod download 01:35:36 ---> Running in e6e260e4b89a 01:35:37 Removing intermediate container e5ad92aba53a 01:35:37 ---> 277e48ffced9 01:35:37 Step 8/21 : COPY . . 01:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.666s coverage: 81.8% of statements 01:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.207s coverage: 92.9% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 76.0% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.0% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.232s coverage: 85.4% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.147s coverage: 100.0% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 01:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 01:35:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 66.9% of statements 01:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.681s coverage: 43.4% of statements 01:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements 01:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements 01:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.428s coverage: 47.0% of statements 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.258s coverage: 22.7% of statements 01:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.390s coverage: 92.6% of statements 01:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:36:04 Removing intermediate container e6e260e4b89a 01:36:04 ---> c92ecebbb7ab 01:36:04 Step 8/23 : COPY . . 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.596s coverage: 28.7% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.150s coverage: 64.6% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.419s coverage: 97.6% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:36:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:36:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 01:36:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 01:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 01:36:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 01:36:09 GO111MODULE=on go vet ./... 01:36:12 ---> 6ef2e9001561 01:36:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:36:17 ---> Running in 50690a964dfd 01:36:19 ---> 5577d0c59232 01:36:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:36:19 ---> aaa01ddec12b 01:36:19 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:36:20 ---> Running in 1d922ef26443 01:36:20 ---> Running in 61bfa5b92127 01:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:36:20 Removing intermediate container 39d3b0340745 01:36:20 ---> 11bfc0715533 01:36:20 Step 14/23 : ENV APP_PORT=48090 01:36:20 ---> Running in 421b5448663d 01:36:22 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 01:36:22 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 01:36:23 Removing intermediate container 421b5448663d 01:36:23 ---> 793aac762fc4 01:36:23 Step 15/23 : EXPOSE $APP_PORT 01:36:25 ---> Running in 615f40565f1e 01:36:27 Removing intermediate container 615f40565f1e 01:36:27 ---> 43973a244845 01:36:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:36:29 ---> 23e8206564a2 01:36:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:36:32 ---> e8e036b15d79 01:36:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:36:35 ---> 70bda8e8abf4 01:36:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:36:35 ---> 649ce83eec00 01:36:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:36:35 ---> Running in 154835a5f727 01:36:35 ---> Running in b72b8357c899 01:36:35 Removing intermediate container b72b8357c899 01:36:35 ---> b139c8db072c 01:36:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:36 ---> Running in 1c47d5fcb73f 01:36:36 Removing intermediate container 1c47d5fcb73f 01:36:36 ---> 4bb5389103b6 01:36:36 Step 21/23 : LABEL arch=x86_64 01:36:36 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 01:36:36 ---> Running in d24aaf4bc59b 01:36:36 Removing intermediate container d24aaf4bc59b 01:36:36 ---> af22be8ea2e2 01:36:36 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:36:36 ---> Running in 2e5a2269aa22 01:36:37 Removing intermediate container 2e5a2269aa22 01:36:37 ---> db49fcc023de 01:36:37 Step 23/23 : LABEL version=0.0.0 01:36:37 ---> Running in 5dc8bbbe6018 01:36:37 Removing intermediate container 5dc8bbbe6018 01:36:37 ---> 836a88fb7bf8 01:36:37 01:36:38 Successfully built 836a88fb7bf8 01:36:38 Successfully tagged docker-sys-mgmt-agent-go:latest 01:36:50  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:36:50 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 01:36:54 Removing intermediate container 50690a964dfd 01:36:54 ---> c1d66234ebab 01:36:54 01:36:54 Step 10/31 : FROM alpine:3.12 01:36:54 ---> 13621d1b12d4 01:36:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:36:55 ---> Running in 104c95547005 01:36:55 Removing intermediate container 104c95547005 01:36:55 ---> b91c983c6d80 01:36:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:36:56 ---> Running in e7c7dd70888e 01:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:36:59 (1/2) Installing dumb-init (1.2.2-r1) 01:36:59 (2/2) Installing su-exec (0.2-r1) 01:36:59 Executing busybox-1.31.1-r20.trigger 01:37:01 OK: 6 MiB in 16 packages 01:37:01 Removing intermediate container 61bfa5b92127 01:37:01 ---> 245dc31dc4e0 01:37:01 01:37:01 Step 10/25 : FROM alpine:3.12 01:37:01 ---> 13621d1b12d4 01:37:01 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:37:01 Removing intermediate container 1d922ef26443 01:37:01 ---> 4e9833c0873f 01:37:01 01:37:01 Step 10/21 : FROM alpine:3.12 01:37:01 ---> 13621d1b12d4 01:37:01 Step 11/21 : RUN apk add --update --no-cache curl 01:37:01 ---> Running in fad451143537 01:37:01 ---> Running in 29695bb01183 01:37:01 Removing intermediate container e7c7dd70888e 01:37:01 ---> d9423fb1a8d2 01:37:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:37:02 ---> Running in 8770f26f44a9 01:37:02 Removing intermediate container 8770f26f44a9 01:37:02 ---> f053e20e9df7 01:37:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:37:02 ---> Running in 3715568e856a 01:37:03 Removing intermediate container 3715568e856a 01:37:03 ---> 3ab135fa824d 01:37:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:37:03 ---> Running in 275efcfc1864 01:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:37:03 (1/6) Installing ca-certificates (20191127-r4) 01:37:03 (1/4) Installing ca-certificates (20191127-r4) 01:37:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:37:04 (3/4) Installing libcurl (7.76.1-r0) 01:37:04 (4/4) Installing curl (7.76.1-r0) 01:37:04 Executing busybox-1.31.1-r20.trigger 01:37:04 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:37:04 Executing ca-certificates-20191127-r4.trigger 01:37:04 (3/6) Installing libcurl (7.76.1-r0) 01:37:04 (4/6) Installing curl (7.76.1-r0) 01:37:04 (5/6) Installing dumb-init (1.2.2-r1) 01:37:04 (6/6) Installing su-exec (0.2-r1) 01:37:04 Executing busybox-1.31.1-r20.trigger 01:37:04 Executing ca-certificates-20191127-r4.trigger 01:37:04 OK: 7 MiB in 18 packages 01:37:04 OK: 7 MiB in 20 packages 01:37:06 Removing intermediate container 275efcfc1864 01:37:06 ---> b09c2d291fe6 01:37:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:37:07 Removing intermediate container 29695bb01183 01:37:07 ---> 4d0728925c3a 01:37:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:37:07 ---> Running in cf275b2e763d 01:37:07 Removing intermediate container fad451143537 01:37:07 ---> 1717e69a90cc 01:37:07 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:37:07 ---> Running in 2d24b7068e94 01:37:07 ---> Running in dc8b9729b143 01:37:07 Removing intermediate container cf275b2e763d 01:37:07 ---> 84fee5422b8e 01:37:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:37:07 Removing intermediate container dc8b9729b143 01:37:07 ---> 4238d18f2e1c 01:37:07 Step 13/25 : WORKDIR / 01:37:07 Removing intermediate container 2d24b7068e94 01:37:07 ---> 49a2c15c9c47 01:37:07 Step 13/21 : WORKDIR /edgex 01:37:07 ---> Running in 57fa4a91b004 01:37:07 ---> Running in 6fe654cf621b 01:37:08 ---> c65b155b6368 01:37:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:37:10 ---> Running in 92ed02f552d9 01:37:10 Removing intermediate container 6fe654cf621b 01:37:10 ---> ae3dd23cc561 01:37:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:37:10 Removing intermediate container 57fa4a91b004 01:37:10 ---> 34559078c64b 01:37:10 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:37:10 Removing intermediate container 154835a5f727 01:37:10 ---> 89b4cbe2c0b9 01:37:10 01:37:10 Step 10/23 : FROM alpine:3.12 01:37:10 ---> 13621d1b12d4 01:37:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:37:10 ---> Using cache 01:37:10 ---> da2be14b42c6 01:37:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:37:10 ---> Using cache 01:37:10 ---> 6f72cd881be1 01:37:10 Step 13/23 : ENV APP_PORT=48081 01:37:10 ---> 68127d0aa110 01:37:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:37:10 ---> Running in fc5be4a169e1 01:37:10 ---> 7cbed817eb88 01:37:10 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:37:10 Removing intermediate container fc5be4a169e1 01:37:10 ---> 6a0d3dc10a8a 01:37:10 Step 14/23 : EXPOSE $APP_PORT 01:37:10 ---> Running in 619517b2ef98 01:37:10 ---> 0894080b4168 01:37:10 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:37:11 ---> 7506d7e2d6bb 01:37:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:37:11 Removing intermediate container 619517b2ef98 01:37:11 ---> 81b02e8603b5 01:37:11 Step 15/23 : WORKDIR / 01:37:11 ---> Running in 9df4c97e81a7 01:37:11 ---> 57fb56ceafe4 01:37:11 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:37:12 Removing intermediate container 9df4c97e81a7 01:37:12 ---> c6b459358512 01:37:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:12 Removing intermediate container 92ed02f552d9 01:37:12 ---> be330daa7db8 01:37:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:12 ---> 9c8ae32bbd90 01:37:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:37:12 ---> c8105b150c4d 01:37:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:37:12 ---> Running in 02453056dd13 01:37:12 ---> 6bf4b88910fc 01:37:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:37:13 Removing intermediate container 02453056dd13 01:37:13 ---> d1d2aedeaf00 01:37:13 Step 18/21 : CMD ["--init=true"] 01:37:13 ---> 9eff9906d698 01:37:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:37:13 ---> Running in 3a170eae4d56 01:37:13 ---> e343242073e8 01:37:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:37:13 Removing intermediate container 3a170eae4d56 01:37:13 ---> 9a0ab576e96f 01:37:13 Step 19/21 : LABEL arch=x86_64 01:37:13 ---> Running in 291826c43c57 01:37:13 ---> fdc958420c96 01:37:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:37:13 ---> 8b67d4e2eb69 01:37:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:37:13 Removing intermediate container 291826c43c57 01:37:13 ---> 87e3de844854 01:37:13 Step 20/21 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:37:13 ---> 38b9c5b758a1 01:37:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:37:13 ---> Running in 5c7559550768 01:37:14 ---> bf4a542ee607 01:37:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:37:14 ---> Running in fcbe06d20b9f 01:37:14 ---> a310cc59af4c 01:37:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:37:14 Removing intermediate container 5c7559550768 01:37:14 ---> ca25851974ad 01:37:14 Step 21/21 : LABEL version=0.0.0 01:37:14 ---> b008e86099dc 01:37:14 Step 21/25 : 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/ 01:37:14 ---> Running in ee99768792d1 01:37:14 Removing intermediate container fcbe06d20b9f 01:37:14 ---> 9dc98304a996 01:37:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:37:15 ---> 1ed469382676 01:37:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:37:15 ---> Running in 4467ad667e4b 01:37:15 ---> Running in f80e6b062c3d 01:37:15 Removing intermediate container ee99768792d1 01:37:15 ---> 6094d8e9b359 01:37:15 01:37:15 ---> 6fae812f34f5 01:37:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:37:15 Successfully built 6094d8e9b359 01:37:15 Removing intermediate container f80e6b062c3d 01:37:15 ---> 76f7686db13a 01:37:15 Step 21/23 : LABEL arch=x86_64 01:37:15 Successfully tagged docker-security-proxy-setup-go:latest 01:37:15  Building docker-security-proxy-setup-go ... done  ---> Running in cb65b5201570 01:37:15 ---> Running in f67f1066efdf 01:37:16 Removing intermediate container f67f1066efdf 01:37:16 ---> bd0e31819467 01:37:16 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:37:16 Removing intermediate container cb65b5201570 01:37:16 ---> dce2ee80e703 01:37:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:37:16 ---> Running in 91796c793d92 01:37:16 Removing intermediate container 4467ad667e4b 01:37:16 ---> 9414ef523072 01:37:16 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:37:16 Removing intermediate container 91796c793d92 01:37:16 ---> e4307f745d99 01:37:16 Step 23/23 : LABEL version=0.0.0 01:37:16 ---> 7f1a416aeb81 01:37:16 Step 26/31 : RUN chmod +x /entrypoint.sh 01:37:16 ---> Running in 27042e14618e 01:37:16 ---> Running in b59d4cc233fc 01:37:17 ---> Running in d0703c8ea5ab 01:37:17 Removing intermediate container 27042e14618e 01:37:17 ---> 73a8bf17da4d 01:37:17 Step 23/25 : LABEL arch=x86_64 01:37:17 Removing intermediate container b59d4cc233fc 01:37:17 ---> f2e4ef4706b2 01:37:17 01:37:17 ---> Running in ac31586f6381 01:37:17 Successfully built f2e4ef4706b2 01:37:17 Successfully tagged docker-core-metadata-go:latest 01:37:17  Building docker-core-metadata-go ... done Removing intermediate container ac31586f6381 01:37:17 ---> 95c4401537ea 01:37:17 Step 24/25 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:37:17 ---> Running in d73eb537ae32 01:37:17 Removing intermediate container d73eb537ae32 01:37:17 ---> 427d8f45154a 01:37:17 Step 25/25 : LABEL version=0.0.0 01:37:17 ---> Running in 4d4751c15092 01:37:18 Removing intermediate container 4d4751c15092 01:37:18 ---> 867efee450de 01:37:18 01:37:18 Successfully built 867efee450de 01:37:18 Successfully tagged docker-security-secretstore-setup-go:latest 01:37:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0703c8ea5ab 01:37:18 ---> dfe741e900e2 01:37:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:37:18 ---> Running in 91600e297662 01:37:18 Removing intermediate container 91600e297662 01:37:18 ---> 6d1c15085eda 01:37:18 Step 28/31 : CMD ["gate"] 01:37:18 ---> Running in d0b2dfaa2a69 01:37:19 Removing intermediate container d0b2dfaa2a69 01:37:19 ---> dbd8bacac4ac 01:37:19 Step 29/31 : LABEL arch=x86_64 01:37:19 ---> Running in 08b9e8ff2c4e 01:37:19 Removing intermediate container 08b9e8ff2c4e 01:37:19 ---> b9da4f797913 01:37:19 Step 30/31 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:37:19 ---> Running in 4a005b6508bf 01:37:19 Removing intermediate container 4a005b6508bf 01:37:19 ---> c1441b51dd78 01:37:19 Step 31/31 : LABEL version=0.0.0 01:37:20 ---> Running in 634fa7f110ff 01:37:20 Removing intermediate container 634fa7f110ff 01:37:20 ---> f5fb5e200536 01:37:20 01:37:20 Successfully built f5fb5e200536 01:37:20 Successfully tagged docker-security-bootstrapper-go:latest 01:37:20  Building docker-security-bootstrapper-go ... done  [Pipeline] } 01:37:20 $ docker stop --time=1 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 01:37:22 $ docker rm -f 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 [Pipeline] // withDockerContainer [Pipeline] sh 01:37:23 + docker images 01:37:23 + grep docker 01:37:23 docker-security-bootstrapper-go latest f5fb5e200536 3 seconds ago 18.2MB 01:37:23 docker-security-secretstore-setup-go latest 867efee450de 5 seconds ago 25.7MB 01:37:23 docker-core-metadata-go latest f2e4ef4706b2 7 seconds ago 18.6MB 01:37:23 docker-security-proxy-setup-go latest 6094d8e9b359 8 seconds ago 25.3MB 01:37:23 docker-sys-mgmt-agent-go latest 836a88fb7bf8 46 seconds ago 312MB 01:37:23 docker-core-data-go latest 674db9944e65 2 minutes ago 21.5MB 01:37:23 docker-support-scheduler-go latest 03e8008c68b0 2 minutes ago 17.1MB 01:37:23 docker-core-command-go latest 3a1090def551 2 minutes ago 17MB 01:37:23 docker-support-notifications-go latest 908926ad23e1 2 minutes ago 17.7MB 01:37:23 docker 20.10.0 aefe523efa57 4 months 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 01:37:38 Still waiting to schedule task 01:37:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:37:46 gofmt -l . 01:37:46 [ "`gofmt -l .`" = "" ] 01:37:46 ./bin/test-go-mod-tidy.sh 01:37:47 ./bin/test-attribution-txt.sh [Pipeline] sh 01:37:50 + ls -al . 01:37:50 total 856 01:37:50 drwxrwxr-x 9 1001 1001 4096 May 7 01:37 . 01:37:50 drwxr-xr-x 4 root root 4096 May 7 01:32 .. 01:37:50 -rw-rw-r-- 1 1001 1001 11 May 7 01:31 .dockerignore 01:37:50 drwxrwxr-x 8 1001 1001 4096 May 7 01:31 .git 01:37:50 drwxrwxr-x 3 1001 1001 4096 May 7 01:31 .github 01:37:50 -rw-rw-r-- 1 1001 1001 818 May 7 01:31 .gitignore 01:37:50 -rw-rw-r-- 1 1001 1001 166 May 7 01:31 .sonarcloud.properties 01:37:50 -rw-rw-r-- 1 1001 1001 8609 May 7 01:31 Attribution.txt 01:37:50 -rw-rw-r-- 1 1001 1001 3804 May 7 01:31 CONTRIBUTING.md 01:37:50 -rw-rw-r-- 1 1001 1001 931 May 7 01:31 Dockerfile.build 01:37:50 -rw-rw-r-- 1 1001 1001 863 May 7 01:31 Jenkinsfile 01:37:50 -rw-rw-r-- 1 1001 1001 10775 May 7 01:31 LICENSE 01:37:50 -rw-rw-r-- 1 1001 1001 5774 May 7 01:31 Makefile 01:37:50 -rw-rw-r-- 1 1001 1001 7978 May 7 01:31 README.md 01:37:50 -rw-rw-r-- 1 1001 1001 6755 May 7 01:31 SECURITY.md 01:37:50 -rw-rw-r-- 1 1001 1001 5 May 7 01:27 VERSION 01:37:50 -rw-rw-r-- 1 1001 1001 4131 May 7 01:31 ZMQWindows.md 01:37:50 drwxrwxr-x 2 1001 1001 4096 May 7 01:31 bin 01:37:50 drwxrwxr-x 14 1001 1001 4096 May 7 01:31 cmd 01:37:50 -rw-r--r-- 1 root root 718073 May 7 01:36 coverage.out 01:37:50 -rw-r--r-- 1 root root 1060 May 7 01:37 go.mod 01:37:50 -rw-r--r-- 1 root root 21942 May 7 01:32 go.sum 01:37:50 drwxrwxr-x 8 1001 1001 4096 May 7 01:31 internal 01:37:50 drwxrwxr-x 4 1001 1001 4096 May 7 01:31 openapi 01:37:50 drwxrwxr-x 4 1001 1001 4096 May 7 01:31 snap 01:37:50 -rw-rw-r-- 1 1001 1001 168 May 7 01:31 version.go [Pipeline] sh 01:37:51 + '[' -e coverage.out ] 01:37:51 + chown 1001:1001 coverage.out [Pipeline] stash 01:37:51 Warning: overwriting stash ‘coverage-report’ 01:37:52 Stashed 1 file(s) [Pipeline] sh 01:37:53 + make build 01:37:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:38:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:38:26 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 01:38:28 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 01:38:32 Running on prd-ubuntu18.04-docker-8c-8g-3447 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 01:38:32 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 01:38: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 01:38:34 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 01:38:34 using credential edgex-jenkins-ssh 01:38:34 Cloning the remote Git repository 01:38:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:38:34 > git init /w/workspace/edgex-go/7 # timeout=10 01:38:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:38:34 > git --version # timeout=10 01:38:34 > git --version # 'git version 2.17.1' 01:38:34 using GIT_SSH to set credentials SSH Credentials for GitHub 01:38:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:38:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:38:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:38:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:38:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:38:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:38:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:38:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:38:42 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:38:42 Failed in branch amd64 01:38:42 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 01:38:42 > git config core.sparsecheckout # timeout=10 01:38:42 > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # timeout=10 01:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:38:49 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 01:38:51 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 01:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 01:39:00 $ docker stop --time=1 fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 01:39:03 $ docker rm -f fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:39:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:39:04 01:39:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:39:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:39:05 latest: Pulling from edgex-devops/edgex-compose-arm64 01:39:05 29e5d40040c1: Pulling fs layer 01:39:05 1ce36da41761: Pulling fs layer 01:39:05 25b303627fd3: Pulling fs layer 01:39:06 1ce36da41761: Verifying Checksum 01:39:06 1ce36da41761: Download complete 01:39:06 29e5d40040c1: Pull complete 01:39:07 1ce36da41761: Pull complete 01:39:07 25b303627fd3: Verifying Checksum 01:39:07 25b303627fd3: Download complete 01:39:17 25b303627fd3: Pull complete 01:39:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:39:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:39:17 prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container 01:39:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 01:39:21 $ docker top 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc -eo pid,comm [Pipeline] { [Pipeline] sh 01:39:22 + docker-compose build --help 01:39:22 + grep parallel 01:39:25 --parallel Build images in parallel. [Pipeline] } 01:39:25 $ docker stop --time=1 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc 01:39:27 $ docker rm -f 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:39:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:39:28 . [Pipeline] withDockerContainer 01:39:28 prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container 01:39:28 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:39:29 $ docker top 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:39:30 + docker-compose -f ./docker-compose-build.yml build --parallel 01:39:35 Building docker-core-command-go ... 01:39:35 Building docker-core-data-go ... 01:39:35 Building docker-core-metadata-go ... 01:39:35 Building docker-security-bootstrapper-go ... 01:39:35 Building docker-security-proxy-setup-go ... 01:39:35 Building docker-security-secretstore-setup-go ... 01:39:35 Building docker-support-notifications-go ... 01:39:35 Building docker-support-scheduler-go ... 01:39:35 Building docker-sys-mgmt-agent-go ... 01:39:35 Building docker-security-secretstore-setup-go 01:39:35 Building docker-sys-mgmt-agent-go 01:39:35 Building docker-core-metadata-go 01:39:35 Building docker-support-notifications-go 01:39:35 Building docker-security-bootstrapper-go 01:40:56 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:40:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:40:56 ---> c860c0035411 01:40:56 Step 3/22 : WORKDIR /edgex-go 01:40:56 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:40:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:40:56 ---> c860c0035411 01:40:56 Step 3/31 : WORKDIR /edgex-go 01:40:56 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:40:56 Step 2/25 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 01:40:56 01:40:56 ---> c860c0035411 01:40:56 ---> c860c0035411 01:40:56 Step 3/23 : WORKDIR /edgex-go 01:40:56 Step 3/25 : WORKDIR /edgex-go 01:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:40:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:40:56 ---> c860c0035411 01:40:56 Step 3/23 : WORKDIR /edgex-go 01:40:56 ---> Running in 0299105ab32f 01:40:56 ---> Running in a89c5af8a679 01:40:56 ---> Running in 3c3b1fa784ff 01:40:56 ---> Running in 986bfd02b52d 01:40:56 ---> Running in a8e04f0d207e 01:40:56 Removing intermediate container a8e04f0d207e 01:40:56 ---> ae7d66d1c98d 01:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:56 Removing intermediate container 0299105ab32f 01:40:56 ---> 9f02707a8aec 01:40:56 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:56 Removing intermediate container 3c3b1fa784ff 01:40:56 ---> 26b39dde3552 01:40:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:56 Removing intermediate container a89c5af8a679 01:40:56 ---> 6f9e5b5e4848 01:40:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:56 Removing intermediate container 986bfd02b52d 01:40:56 ---> f2f3d4d3da42 01:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:56 ---> Running in 402ab644ec06 01:40:56 ---> Running in cd7089560f46 01:40:56 ---> Running in 6187658aec28 01:40:56 ---> Running in c96bc3228a05 01:40:56 ---> Running in a1141d5e7ff5 01:40:56 Removing intermediate container 402ab644ec06 01:40:56 ---> bf54ca33c5c0 01:40:56 Step 5/23 : RUN apk add --update --no-cache make git 01:40:56 ---> Running in 425e140356b1 01:40:56 Removing intermediate container cd7089560f46 01:40:56 ---> b471d01a44b2 01:40:56 Step 5/25 : RUN apk add --update --no-cache make git 01:40:56 ---> Running in 2948401d122d 01:40:56 Removing intermediate container a1141d5e7ff5 01:40:56 ---> 12b5d2d94a57 01:40:56 Step 5/23 : RUN apk add --update --no-cache make bash git 01:40:56 Removing intermediate container 6187658aec28 01:40:56 ---> 0e3e7f25e2d1 01:40:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:40:56 Removing intermediate container c96bc3228a05 01:40:56 ---> 48312c490902 01:40:56 Step 5/31 : RUN apk add --update --no-cache make git 01:40:56 ---> Running in 4dde1099bb6a 01:40:56 ---> Running in 740eae989431 01:40:56 ---> Running in b1a8c3636b20 01:40:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:40:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:40:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:40:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:40:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:40:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:40:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:40:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:40:59 OK: 218 MiB in 52 packages 01:41:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:41:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:41:00 OK: 218 MiB in 52 packages 01:41:00 OK: 218 MiB in 52 packages 01:41:01 OK: 218 MiB in 52 packages 01:41:01 Removing intermediate container 425e140356b1 01:41:01 ---> a695af6ae66d 01:41:01 Step 6/23 : COPY go.mod . 01:41:02 OK: 218 MiB in 52 packages 01:41:02 Removing intermediate container 2948401d122d 01:41:02 ---> 23efbd6c5255 01:41:02 Step 6/25 : COPY go.mod . 01:41:02 Removing intermediate container 4dde1099bb6a 01:41:02 ---> d2858da1b1c9 01:41:02 Step 6/23 : COPY go.mod . 01:41:02 ---> 91719a2359d7 01:41:02 Step 7/23 : RUN go mod download 01:41:03 ---> Running in d4fed39c2dde 01:41:03 Removing intermediate container 740eae989431 01:41:03 ---> 691ca2f06380 01:41:03 Step 6/22 : COPY go.mod . 01:41:03 ---> 8315eb2bf4bb 01:41:03 Step 7/25 : RUN go mod download 01:41:03 ---> Running in ec32f9f34f0a 01:41:03 ---> 2c4e990b5155 01:41:03 Step 7/23 : RUN go mod download 01:41:03 Removing intermediate container b1a8c3636b20 01:41:03 ---> 3a361f447b3a 01:41:03 Step 6/31 : COPY go.mod . 01:41:03 ---> Running in f060799c637e 01:41:04 ---> f94a3d0341f4 01:41:04 Step 7/22 : RUN go mod download 01:41:04 ---> Running in 5f6c63c30794 01:41:05 ---> 4437efabbea5 01:41:05 Step 7/31 : RUN go mod download 01:41:05 ---> Running in fff30220c75e 01:41:07 Removing intermediate container d4fed39c2dde 01:41:07 ---> fa2df1203a2d 01:41:07 Step 8/23 : COPY . . 01:41:07 Removing intermediate container ec32f9f34f0a 01:41:07 ---> 20d3ea334d41 01:41:07 Step 8/25 : COPY . . 01:41:07 Removing intermediate container f060799c637e 01:41:07 ---> 2ab39aa97c57 01:41:07 Step 8/23 : COPY . . 01:41:08 Removing intermediate container 5f6c63c30794 01:41:08 ---> 8066e91d86b5 01:41:08 Step 8/22 : COPY . . 01:41:11 Removing intermediate container fff30220c75e 01:41:11 ---> e02aec15dfe5 01:41:11 Step 8/31 : COPY . . 01:41:38 ---> e464469e019d 01:41:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:41:38 ---> 7599acab8eaf 01:41:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:41:38 ---> 6355e904464f 01:41:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:41:38 ---> bf43ad55170d 01:41:38 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:41:38 ---> d4060f4ab8f8 01:41:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:41:38 ---> Running in b719419f7ec7 01:41:38 ---> Running in c2a4b9234150 01:41:38 ---> Running in 84c751fea4b0 01:41:38 ---> Running in 9df72601cffe 01:41:38 ---> Running in aff36c407905 01:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:41:38 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 01:43:30 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 01:43:45 Removing intermediate container aff36c407905 01:43:45 ---> 3f9954d96cab 01:43:45 01:43:45 Step 10/25 : FROM alpine:3.12 01:43:45 3.12: Pulling from library/alpine 01:43:45 Removing intermediate container c2a4b9234150 01:43:45 ---> 263bbe7af434 01:43:45 01:43:45 Step 10/31 : FROM alpine:3.12 01:43:45 3.12: Pulling from library/alpine 01:43:45 Removing intermediate container b719419f7ec7 01:43:45 ---> da32385e69f6 01:43:45 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:43:46 ---> Running in 07714c9c882b 01:43:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:43:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:43:46 Status: Downloaded newer image for alpine:3.12 01:43:46 Status: Downloaded newer image for alpine:3.12 01:43:46 ---> 9852663dfa18 01:43:46 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 01:43:46 01:43:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:43:47 ---> Running in fc481c435442 01:43:47 ---> Running in 25585614842b 01:43:48 Removing intermediate container fc481c435442 01:43:48 ---> ef25cae72ac6 01:43:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:43:48 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 01:43:48 ---> Running in db2ad7241dab 01:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:50 (1/6) Installing ca-certificates (20191127-r4) 01:43:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:43:50 (3/6) Installing libcurl (7.76.1-r0) 01:43:50 (4/6) Installing curl (7.76.1-r0) 01:43:50 (5/6) Installing dumb-init (1.2.2-r1) 01:43:50 (6/6) Installing su-exec (0.2-r1) 01:43:50 Executing busybox-1.31.1-r20.trigger 01:43:50 Executing ca-certificates-20191127-r4.trigger 01:43:50 OK: 7 MiB in 20 packages 01:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:52 (1/2) Installing dumb-init (1.2.2-r1) 01:43:52 (2/2) Installing su-exec (0.2-r1) 01:43:52 Executing busybox-1.31.1-r20.trigger 01:43:52 OK: 5 MiB in 16 packages 01:43:55 Removing intermediate container 9df72601cffe 01:43:55 ---> c5acc3ae4fe0 01:43:55 01:43:55 Step 10/22 : FROM alpine:3.12 01:43:55 ---> 9852663dfa18 01:43:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:43:55 Removing intermediate container 07714c9c882b 01:43:55 ---> 753a58f30090 01:43:55 01:43:55 Step 11/23 : FROM docker:20.10.0 01:43:55 20.10.0: Pulling from library/docker 01:43:55 ---> Running in e44daf0cf747 01:43:55 Removing intermediate container db2ad7241dab 01:43:55 ---> 320df9588af6 01:43:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:43:55 Removing intermediate container 25585614842b 01:43:55 ---> 3d1357e06814 01:43:55 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:43:56 ---> Running in afc7978d3636 01:43:56 ---> Running in 042feea87751 01:43:57 Removing intermediate container afc7978d3636 01:43:57 ---> d8bfa4af9c0c 01:43:57 Step 13/25 : WORKDIR / 01:43:57 Removing intermediate container 042feea87751 01:43:57 ---> b88fc6bb2557 01:43:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:58 ---> Running in b4a0f4137943 01:43:58 ---> Running in 2ddf900b1b63 01:43:58 (1/2) Installing ca-certificates (20191127-r4) 01:43:59 (2/2) Installing dumb-init (1.2.2-r1) 01:43:59 Executing busybox-1.31.1-r20.trigger 01:43:59 Executing ca-certificates-20191127-r4.trigger 01:43:59 OK: 6 MiB in 16 packages 01:44:00 Removing intermediate container b4a0f4137943 01:44:00 ---> 0d053ac97a82 01:44:00 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:44:00 Removing intermediate container 2ddf900b1b63 01:44:00 ---> 87c7ac5a3b80 01:44:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:44:00 ---> Running in 258a3a2b540a 01:44:01 ---> 9c11855b9a2a 01:44:01 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:44:01 Removing intermediate container e44daf0cf747 01:44:01 ---> b0bf26402fed 01:44:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:44:02 ---> Running in ddccf15f3e19 01:44:03 ---> 2ff8a374be60 01:44:03 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:44:03 Removing intermediate container ddccf15f3e19 01:44:03 ---> a92aa8e09610 01:44:03 Step 13/22 : ENV APP_PORT=48060 01:44:04 Removing intermediate container 258a3a2b540a 01:44:04 ---> b371c45a0d23 01:44:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:44:04 ---> Running in 6358862507d0 01:44:04 ---> Running in 93145a96283f 01:44:04 ---> c352be654a3e 01:44:04 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:44:04 Removing intermediate container 84c751fea4b0 01:44:04 ---> 61ab0af6387d 01:44:04 01:44:04 Step 10/23 : FROM alpine:3.12 01:44:04 ---> 9852663dfa18 01:44:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:44:05 ---> Running in 5b861f1eb8a3 01:44:05 Removing intermediate container 6358862507d0 01:44:05 ---> 213a79372c54 01:44:05 Step 14/22 : EXPOSE $APP_PORT 01:44:05 Removing intermediate container 93145a96283f 01:44:05 ---> 96aaed6531cc 01:44:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:44:05 ---> Running in 80fe28b34566 01:44:06 ---> 5db57e52fbfd 01:44:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:44:06 Removing intermediate container 80fe28b34566 01:44:06 ---> e577b9d0a580 01:44:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:07 ---> 29d4e17da2f6 01:44:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:44:07 ---> Running in 3cc43cc825b3 01:44:08 ---> 60252add87f5 01:44:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:44:08 (1/1) Installing dumb-init (1.2.2-r1) 01:44:08 Executing busybox-1.31.1-r20.trigger 01:44:08 OK: 5 MiB in 15 packages 01:44:08 ---> 3a95bcd23e4a 01:44:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:44:11 ---> f6d05444b6d6 01:44:11 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:44:11 Removing intermediate container 5b861f1eb8a3 01:44:11 ---> 1695884a0035 01:44:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:44:11 ---> 42ea437bde67 01:44:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:44:11 ---> Running in d033fb027a22 01:44:11 Removing intermediate container d033fb027a22 01:44:11 ---> 0d7a3f92b393 01:44:11 Step 13/23 : ENV APP_PORT=48081 01:44:11 Removing intermediate container 3cc43cc825b3 01:44:11 ---> 631f275bf53a 01:44:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:12 ---> 53c6caeb71db 01:44:12 Step 21/25 : 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/ 01:44:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:44:12 ---> Running in 3a834acbd3f3 01:44:12 Status: Downloaded newer image for docker:20.10.0 01:44:12 ---> eeaf43b92773 01:44:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:44:12 ---> d7287ee02f9a 01:44:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:44:12 ---> Running in b76802881e37 01:44:12 ---> Running in 971ef3d5d382 01:44:12 ---> Running in ccc5484e13fc 01:44:13 Removing intermediate container 3a834acbd3f3 01:44:13 ---> 3af6ad126430 01:44:13 Step 14/23 : EXPOSE $APP_PORT 01:44:13 ---> Running in 7bb39a3de919 01:44:13 ---> f21d0bd860c4 01:44:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:44:13 Removing intermediate container 971ef3d5d382 01:44:13 ---> a89b6db0b04d 01:44:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 01:44:13 Removing intermediate container ccc5484e13fc 01:44:13 ---> 033fd3c65e4e 01:44:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:44:13 ---> Running in 8bd75e386526 01:44:13 ---> Running in fadbacb7a937 01:44:14 Removing intermediate container 7bb39a3de919 01:44:14 ---> dcafc34b95e0 01:44:14 Step 15/23 : WORKDIR / 01:44:14 ---> Running in 25a5e95b6590 01:44:14 Removing intermediate container fadbacb7a937 01:44:14 ---> 66c5ff6c83c4 01:44:14 Step 20/22 : LABEL arch=arm64 01:44:14 ---> Running in 9c99b64e3329 01:44:15 ---> dbf6bea9f23f 01:44:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:44:15 Removing intermediate container 25a5e95b6590 01:44:15 ---> de35715c0157 01:44:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:15 Removing intermediate container 9c99b64e3329 01:44:15 ---> f422ef1fbea3 01:44:15 Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:44:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:44:15 ---> Running in 543af06832b0 01:44:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:44:15 ---> 0f337fbefd9c 01:44:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:44:16 Removing intermediate container b76802881e37 01:44:16 ---> 6b9c3b1e80b8 01:44:16 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:44:16 Removing intermediate container 543af06832b0 01:44:16 ---> f6f17aa7870e 01:44:16 Step 22/22 : LABEL version=0.0.0 01:44:16 (1/39) Installing readline (8.0.4-r0) 01:44:16 (2/39) Installing bash (5.0.17-r0) 01:44:16 ---> f11e792a21a2 01:44:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:44:16 Executing bash-5.0.17-r0.post-install 01:44:16 (3/39) Installing nghttp2-libs (1.41.0-r0) 01:44:16 (4/39) Installing libcurl (7.76.1-r0) 01:44:16 (5/39) Installing curl (7.76.1-r0) 01:44:16 (6/39) Installing dumb-init (1.2.2-r1) 01:44:16 (7/39) Installing libbz2 (1.0.8-r1) 01:44:16 (8/39) Installing expat (2.2.9-r1) 01:44:16 ---> Running in a4797ca71c6a 01:44:16 ---> Running in a27871560ab0 01:44:16 (9/39) Installing libffi (3.3-r2) 01:44:16 (10/39) Installing gdbm (1.13-r1) 01:44:16 (11/39) Installing xz-libs (5.2.5-r0) 01:44:16 (12/39) Installing sqlite-libs (3.32.1-r0) 01:44:16 (13/39) Installing python3 (3.8.10-r0) 01:44:17 ---> 3256e5c70415 01:44:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:44:18 Removing intermediate container a4797ca71c6a 01:44:18 Removing intermediate container a27871560ab0 01:44:18 ---> 820387e71728 01:44:18 Step 23/25 : LABEL arch=arm64 01:44:18 ---> 6a400c005b0a 01:44:18 01:44:18 ---> cc64201788a0 01:44:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:44:18 ---> Running in ead175baaf0d 01:44:18 (14/39) Installing py3-appdirs (1.4.4-r1) 01:44:18 (15/39) Installing py3-ordered-set (4.0.1-r0) 01:44:18 (16/39) Installing py3-parsing (2.4.7-r0) 01:44:18 ---> eb2c09d98481 01:44:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:44:18 (17/39) Installing py3-six (1.15.0-r0) 01:44:18 (18/39) Installing py3-packaging (20.4-r0) 01:44:18 (19/39) Installing py3-setuptools (47.0.0-r0) 01:44:19 (20/39) Installing py3-chardet (3.0.4-r4) 01:44:19 Successfully built 6a400c005b0a 01:44:19 (21/39) Installing py3-idna (2.9-r0) 01:44:19 (22/39) Installing py3-certifi (2020.4.5.1-r0) 01:44:19 Successfully tagged docker-support-notifications-go-arm64:latest 01:44:19  Building docker-support-notifications-go ... done Building docker-core-command-go 01:44:19 (23/39) Installing py3-urllib3 (1.25.9-r0) 01:44:19 (24/39) Installing py3-requests (2.23.0-r0) 01:44:19 (25/39) Installing py3-msgpack (1.0.0-r0) 01:44:19 (26/39) Installing py3-lockfile (0.12.2-r3) 01:44:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:44:19 (28/39) Installing py3-colorama (0.4.3-r0) 01:44:19 (29/39) Installing py3-distlib (0.3.0-r0) 01:44:19 ---> Running in ce40d30b2654 01:44:19 (30/39) Installing py3-distro (1.5.0-r1) 01:44:19 (31/39) Installing py3-webencodings (0.5.1-r3) 01:44:19 (32/39) Installing py3-html5lib (1.0.1-r4) 01:44:19 Removing intermediate container ead175baaf0d 01:44:19 ---> e8f4b2f674f4 01:44:19 Step 24/25 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:44:19 ---> dd01979ed143 01:44:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:44:19 (33/39) Installing py3-pytoml (0.1.21-r0) 01:44:19 (34/39) Installing py3-pep517 (0.8.2-r0) 01:44:19 (35/39) Installing py3-progress (1.5-r0) 01:44:19 (36/39) Installing py3-toml (0.10.1-r0) 01:44:19 (37/39) Installing py3-retrying (1.3.3-r0) 01:44:19 (38/39) Installing py3-contextlib2 (0.6.0-r0) 01:44:19 (39/39) Installing py3-pip (20.1.1-r0) 01:44:19 ---> Running in 48a4e152b47b 01:44:19 ---> Running in 0f58703103f0 01:44:19 Executing busybox-1.31.1-r19.trigger 01:44:19 OK: 72 MiB in 59 packages 01:44:20 Removing intermediate container ce40d30b2654 01:44:20 ---> fd3ca2fd4850 01:44:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:44:20 Removing intermediate container 0f58703103f0 01:44:20 ---> 402ac8a27d99 01:44:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:44:20 Removing intermediate container 48a4e152b47b 01:44:20 ---> 6a4aeb32cf20 01:44:20 Step 25/25 : LABEL version=0.0.0 01:44:20 ---> Running in cd7c9c8c3e2d 01:44:20 ---> Running in 30ff8f5c8c02 01:44:20 ---> 67dc0ed1bbce 01:44:20 Step 26/31 : RUN chmod +x /entrypoint.sh 01:44:21 ---> Running in a86b64e69c1e 01:44:21 Removing intermediate container 30ff8f5c8c02 01:44:21 ---> e5275ec8773c 01:44:21 01:44:21 Removing intermediate container cd7c9c8c3e2d 01:44:21 ---> 2fbcd1101687 01:44:21 Step 21/23 : LABEL arch=arm64 01:44:22 Successfully built e5275ec8773c 01:44:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:44:23  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 01:44:23 ---> Running in 0303a55a15c6 01:44:24 Removing intermediate container 0303a55a15c6 01:44:24 ---> ee8e9f355966 01:44:24 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:44:24 ---> Running in d8426f942be9 01:44:25 Removing intermediate container d8426f942be9 01:44:25 ---> 951e39c1e18f 01:44:25 Step 23/23 : LABEL version=0.0.0 01:44:25 ---> Running in db055bbd388a 01:44:25 Removing intermediate container db055bbd388a 01:44:25 ---> 3507369b1f8c 01:44:25 01:44:25 Removing intermediate container a86b64e69c1e 01:44:25 ---> 6cb5b19d7ad2 01:44:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:44:26 Collecting docker-compose==1.23.2 01:44:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:44:26 Successfully built 3507369b1f8c 01:44:26 ---> Running in 97d8aa7d1872 01:44:26 Successfully tagged docker-core-metadata-go-arm64:latest 01:44:26  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 01:44:27 Removing intermediate container 97d8aa7d1872 01:44:27 ---> 3919d144c0f9 01:44:27 Step 28/31 : CMD ["gate"] 01:44:27 ---> Running in 7c76c1c11cef 01:44:28 Removing intermediate container 7c76c1c11cef 01:44:28 ---> 63134552fbbd 01:44:28 Step 29/31 : LABEL arch=arm64 01:44:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:44:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:44:28 ---> Running in 233babdebf75 01:44:29 Collecting cached-property<2,>=1.2.0 01:44:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:44:30 Removing intermediate container 233babdebf75 01:44:30 ---> fdb2c0b39402 01:44:30 Step 30/31 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:44:30 Collecting dockerpty<0.5,>=0.4.1 01:44:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:44:31 ---> Running in ef46b8d3fcff 01:44:32 Removing intermediate container ef46b8d3fcff 01:44:32 ---> 2a9bf3988f16 01:44:32 Step 31/31 : LABEL version=0.0.0 01:44:33 ---> Running in 4bb64951c2b7 01:44:33 Collecting texttable<0.10,>=0.9.0 01:44:33 Downloading texttable-0.9.1.tar.gz (11 kB) 01:44:34 Removing intermediate container 4bb64951c2b7 01:44:34 ---> 5a9984600c7c 01:44:34 01:44:34 Successfully built 5a9984600c7c 01:44:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:44:34 Building docker-support-scheduler-go 01:44:36  Building docker-security-bootstrapper-go ... done Collecting websocket-client<1.0,>=0.32.0 01:44:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:44:37 Collecting docker<4.0,>=3.6.0 01:44:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:44:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:44:39 Collecting PyYAML<4,>=3.10 01:44:39 Downloading PyYAML-3.13.tar.gz (270 kB) 01:44:43 Collecting docopt<0.7,>=0.6.1 01:44:43 Downloading docopt-0.6.2.tar.gz (25 kB) 01:44:46 Collecting jsonschema<3,>=2.5.1 01:44:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:44:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:44:47 Collecting urllib3<1.25,>=1.21.1 01:44:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:44:47 Collecting idna<2.8,>=2.5 01:44:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:44:48 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) 01:44:48 Collecting docker-pycreds>=0.4.0 01:44:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:44:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:44:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:44:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:44:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:44:49 Installing collected packages: urllib3, idna, requests, cached-property, dockerpty, texttable, websocket-client, docker-pycreds, docker, PyYAML, docopt, jsonschema, docker-compose 01:44:49 Attempting uninstall: urllib3 01:44:49 Found existing installation: urllib3 1.25.9 01:44:49 Uninstalling urllib3-1.25.9: 01:44:49 Successfully uninstalled urllib3-1.25.9 01:44:50 Attempting uninstall: idna 01:44:50 Found existing installation: idna 2.9 01:44:50 Uninstalling idna-2.9: 01:44:50 Successfully uninstalled idna-2.9 01:44:51 Attempting uninstall: requests 01:44:51 Found existing installation: requests 2.23.0 01:44:51 Uninstalling requests-2.23.0: 01:44:51 Successfully uninstalled requests-2.23.0 01:44:51 Running setup.py install for dockerpty: started 01:44:54 Running setup.py install for dockerpty: finished with status 'done' 01:44:54 Running setup.py install for texttable: started 01:44:57 Running setup.py install for texttable: finished with status 'done' 01:44:58 Running setup.py install for PyYAML: started 01:45:01 Running setup.py install for PyYAML: finished with status 'done' 01:45:01 Running setup.py install for docopt: started 01:45:04 Running setup.py install for docopt: finished with status 'done' 01:45:06 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:45:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:45:06 ---> c860c0035411 01:45:06 Step 3/23 : WORKDIR /edgex-go 01:45:06 ---> Using cache 01:45:06 ---> f2f3d4d3da42 01:45:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:06 ---> Using cache 01:45:06 ---> 12b5d2d94a57 01:45:06 Step 5/23 : RUN apk add --update --no-cache make git 01:45:07 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.59.0 01:45:12 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:45:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:45:12 ---> c860c0035411 01:45:12 Step 3/23 : WORKDIR /edgex-go 01:45:12 ---> Using cache 01:45:12 ---> f2f3d4d3da42 01:45:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:12 ---> Using cache 01:45:12 ---> 12b5d2d94a57 01:45:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:45:13 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:45:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:45:13 ---> c860c0035411 01:45:13 Step 3/21 : WORKDIR /edgex-go 01:45:13 ---> Using cache 01:45:13 ---> f2f3d4d3da42 01:45:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:13 ---> Using cache 01:45:13 ---> 12b5d2d94a57 01:45:13 Step 5/21 : RUN apk add --update --no-cache make git 01:45:16 ---> Running in fe90fc1aa4bc 01:45:16 ---> Running in 5f061a2a2c47 01:45:16 ---> Running in c3fd30210657 01:45:16 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:45:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:45:16 ---> c860c0035411 01:45:16 Step 3/22 : WORKDIR /edgex-go 01:45:16 ---> Using cache 01:45:16 ---> f2f3d4d3da42 01:45:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:16 ---> Using cache 01:45:16 ---> 12b5d2d94a57 01:45:16 Step 5/22 : RUN apk add --update --no-cache make git 01:45:17 ---> Running in 1dd828fe5385 01:45:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:45:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:45:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:45:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:45:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:45:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:45:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:45:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:45:21 OK: 218 MiB in 52 packages 01:45:22 OK: 218 MiB in 52 packages 01:45:22 OK: 218 MiB in 52 packages 01:45:22 OK: 218 MiB in 52 packages 01:45:23 Removing intermediate container c3fd30210657 01:45:23 ---> 3860f99ee853 01:45:23 Step 6/23 : COPY go.mod . 01:45:23 Removing intermediate container fe90fc1aa4bc 01:45:23 ---> 68c42b0ed5d1 01:45:23 Step 6/23 : COPY go.mod . 01:45:24 Removing intermediate container 8bd75e386526 01:45:24 ---> a0b35fcac565 01:45:24 Step 14/23 : ENV APP_PORT=48090 01:45:24 Removing intermediate container 5f061a2a2c47 01:45:24 ---> 9c2c2648710b 01:45:24 Step 6/21 : COPY go.mod . 01:45:24 ---> Running in 6c165f889e08 01:45:24 Removing intermediate container 1dd828fe5385 01:45:24 ---> 35a23e7e612d 01:45:24 Step 6/22 : COPY go.mod . 01:45:24 ---> f112fac9c361 01:45:24 Step 7/23 : RUN go mod download 01:45:25 ---> Running in 83dbf1846ad5 01:45:25 ---> daf4873882e4 01:45:25 Step 7/23 : RUN go mod download 01:45:25 Removing intermediate container 6c165f889e08 01:45:25 ---> 060e5ba50751 01:45:25 Step 15/23 : EXPOSE $APP_PORT 01:45:25 ---> Running in 3191ec0e3735 01:45:25 ---> 6c39e2aa3471 01:45:25 Step 7/21 : RUN go mod download 01:45:25 ---> a4b8802404c0 01:45:25 Step 7/22 : RUN go mod download 01:45:25 ---> Running in 02961df32e22 01:45:25 ---> Running in a33eb28ed576 01:45:25 ---> Running in 988b7cd4257e 01:45:26 Removing intermediate container 02961df32e22 01:45:26 ---> fe59ce4d7475 01:45:26 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:45:28 ---> 7d62aef918b8 01:45:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:45:29 Removing intermediate container 83dbf1846ad5 01:45:29 ---> 2bda786de878 01:45:29 Step 8/23 : COPY . . 01:45:29 Removing intermediate container 3191ec0e3735 01:45:29 ---> 1b8f77feb68f 01:45:29 Step 8/23 : COPY . . 01:45:29 ---> 5e0efe75f014 01:45:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:45:29 Removing intermediate container a33eb28ed576 01:45:29 ---> c8da499eea69 01:45:29 Step 8/21 : COPY . . 01:45:29 Removing intermediate container 988b7cd4257e 01:45:29 ---> 0bf15779d078 01:45:29 Step 8/22 : COPY . . 01:45:31 ---> 8eb9f3f54a8d 01:45:31 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:45:32 ---> Running in 166f70fb2af4 01:45:35 Removing intermediate container 166f70fb2af4 01:45:35 ---> 7a163bc9d98a 01:45:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:45:35 ---> Running in 5a4b17672a55 01:45:37 Removing intermediate container 5a4b17672a55 01:45:37 ---> 07940a51136a 01:45:37 Step 21/23 : LABEL arch=arm64 01:45:38 ---> Running in 4a3206c10ee1 01:45:39 Removing intermediate container 4a3206c10ee1 01:45:39 ---> 7726ee1c89a0 01:45:39 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:45:39 ---> Running in 1ea2d75544cd 01:45:40 Removing intermediate container 1ea2d75544cd 01:45:40 ---> e1ba3efb69bc 01:45:40 Step 23/23 : LABEL version=0.0.0 01:45:41 ---> Running in 0f0c156a81a3 01:45:42 Removing intermediate container 0f0c156a81a3 01:45:42 ---> 15004ed17391 01:45:42 01:45:42 Successfully built 15004ed17391 01:45:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:45:52  Building docker-sys-mgmt-agent-go ... done  ---> 61cac3cf5dbf 01:45:52 Step 9/23 : RUN make cmd/core-command/core-command 01:45:52 ---> Running in d16a6fd15e38 01:45:52 ---> a1c01caff670 01:45:52 Step 9/23 : RUN make cmd/core-data/core-data 01:45:52 ---> 8577bf6443a0 01:45:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:45:52 ---> 33df1e875ad6 01:45:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:45:52 ---> Running in 322b2da5d369 01:45:52 ---> Running in a3e64c0f7091 01:45:52 ---> Running in 36715b636e20 01:45:53 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 01:45:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:45:54 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 01:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:47:41 Removing intermediate container 36715b636e20 01:47:41 ---> 507da614189d 01:47:41 01:47:41 Step 10/21 : FROM alpine:3.12 01:47:41 ---> 9852663dfa18 01:47:41 Step 11/21 : RUN apk add --update --no-cache curl 01:47:41 ---> Running in e9aba266c14a 01:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:47:44 (1/4) Installing ca-certificates (20191127-r4) 01:47:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:47:45 (3/4) Installing libcurl (7.76.1-r0) 01:47:45 (4/4) Installing curl (7.76.1-r0) 01:47:45 Executing busybox-1.31.1-r20.trigger 01:47:45 Executing ca-certificates-20191127-r4.trigger 01:47:45 OK: 7 MiB in 18 packages 01:47:47 Removing intermediate container d16a6fd15e38 01:47:47 ---> 4663603c5127 01:47:47 01:47:47 Step 10/23 : FROM alpine:3.12 01:47:47 ---> 9852663dfa18 01:47:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:47:47 ---> Using cache 01:47:47 ---> 1695884a0035 01:47:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:47:47 ---> Using cache 01:47:47 ---> 0d7a3f92b393 01:47:47 Step 13/23 : ENV APP_PORT=48082 01:47:48 ---> Running in 61595d06cf5c 01:47:48 Removing intermediate container e9aba266c14a 01:47:48 ---> 8782d827074b 01:47:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:47:48 ---> Running in 151b3935175f 01:47:48 Removing intermediate container 61595d06cf5c 01:47:48 ---> 5b9f70943cbf 01:47:48 Step 14/23 : EXPOSE $APP_PORT 01:47:48 ---> Running in 71d3acb85587 01:47:49 Removing intermediate container 151b3935175f 01:47:49 ---> 372714c05be7 01:47:49 Step 13/21 : WORKDIR /edgex 01:47:49 Removing intermediate container 71d3acb85587 01:47:49 ---> 8aefd715fd0b 01:47:49 Step 15/23 : WORKDIR / 01:47:49 ---> Running in fde69c4608a5 01:47:50 ---> Running in 8b0d117ac36d 01:47:50 Removing intermediate container a3e64c0f7091 01:47:50 ---> d5219a68d75f 01:47:50 01:47:50 Step 10/22 : FROM alpine:3.12 01:47:50 ---> 9852663dfa18 01:47:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:47:50 ---> Using cache 01:47:50 ---> 1695884a0035 01:47:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:47:50 ---> Using cache 01:47:50 ---> 0d7a3f92b393 01:47:50 Step 13/22 : ENV APP_PORT=48085 01:47:50 ---> Running in 8a5707c18788 01:47:50 Removing intermediate container fde69c4608a5 01:47:50 ---> d9899bcd8e49 01:47:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:47:50 Removing intermediate container 8b0d117ac36d 01:47:50 ---> 50aa072f02eb 01:47:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:47:51 Removing intermediate container 8a5707c18788 01:47:51 ---> be512fa7f56f 01:47:51 Step 14/22 : EXPOSE $APP_PORT 01:47:51 ---> Running in 800f292664fc 01:47:51 ---> 7e6a643beb77 01:47:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:47:51 ---> 714dee964fdd 01:47:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:47:52 Removing intermediate container 800f292664fc 01:47:52 ---> 6110598aec3c 01:47:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:47:54 ---> cd502760acaa 01:47:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:47:54 ---> c99137beb63f 01:47:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:47:54 ---> c91abf6968c8 01:47:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:47:55 ---> 67fab87927d8 01:47:55 Step 19/23 : ENTRYPOINT ["/core-command"] 01:47:55 ---> Running in 18f2c5cb7ca0 01:47:55 ---> 156989cbe65c 01:47:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:47:55 ---> 7737892742f9 01:47:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:47:55 ---> Running in 5cad698f7003 01:47:55 Removing intermediate container 18f2c5cb7ca0 01:47:55 ---> 2112fce901cf 01:47:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:47:56 ---> Running in a6a9592f0b58 01:47:56 Removing intermediate container 5cad698f7003 01:47:56 ---> db567f1548f0 01:47:56 Step 18/21 : CMD ["--init=true"] 01:47:56 ---> 10200879f8bf 01:47:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:47:56 ---> Running in 2e6ebf8c81c6 01:47:56 ---> Running in ebd53513a225 01:47:56 Removing intermediate container a6a9592f0b58 01:47:56 ---> 4186d7b9a441 01:47:56 Step 21/23 : LABEL arch=arm64 01:47:56 Removing intermediate container 2e6ebf8c81c6 01:47:56 ---> fc5b455525f3 01:47:56 Step 19/21 : LABEL arch=arm64 01:47:56 ---> Running in 1bd8b38c129d 01:47:57 ---> Running in 19a3e71c5354 01:47:57 Removing intermediate container ebd53513a225 01:47:57 ---> 8c5cd73d1aad 01:47:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:47:57 ---> Running in 639ff012dee5 01:47:57 Removing intermediate container 1bd8b38c129d 01:47:57 ---> f1334cbe6627 01:47:57 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:47:57 ---> Running in 9f3573156ae7 01:47:57 Removing intermediate container 19a3e71c5354 01:47:57 ---> 97058c83fc78 01:47:57 Step 20/21 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:47:58 ---> Running in fd7e2ad3cb07 01:47:58 Removing intermediate container 639ff012dee5 01:47:58 ---> b2c2be01aec8 01:47:58 Step 20/22 : LABEL arch=arm64 01:47:58 Removing intermediate container 9f3573156ae7 01:47:58 ---> a95cd3352a65 01:47:58 Step 23/23 : LABEL version=0.0.0 01:47:58 ---> Running in 569f1e648f4b 01:47:58 ---> Running in e5b500f89578 01:47:58 Removing intermediate container fd7e2ad3cb07 01:47:58 ---> 16a4e0cdea59 01:47:58 Step 21/21 : LABEL version=0.0.0 01:47:59 ---> Running in 93b8bc045f0b 01:47:59 Removing intermediate container 569f1e648f4b 01:47:59 ---> 7ca0d2403d3b 01:47:59 Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:47:59 Removing intermediate container e5b500f89578 01:47:59 ---> 2f65d9bdde85 01:47:59 01:47:59 ---> Running in aa94aaa630f9 01:47:59 Removing intermediate container 93b8bc045f0b 01:47:59 ---> 8a0091d3e9f9 01:47:59 01:47:59 Successfully built 2f65d9bdde85 01:48:00 Successfully tagged docker-core-command-go-arm64:latest 01:48:00  Building docker-core-command-go ... done Removing intermediate container aa94aaa630f9 01:48:00 ---> d5f3aff771a7 01:48:00 Step 22/22 : LABEL version=0.0.0 01:48:00 Removing intermediate container 322b2da5d369 01:48:00 ---> 5e20f565d16a 01:48:00 01:48:00 Step 10/23 : FROM alpine:3.12 01:48:00 ---> 9852663dfa18 01:48:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:48:00 Successfully built 8a0091d3e9f9 01:48:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:48:00  Building docker-security-proxy-setup-go ... done  ---> Running in 67760fecdfdb 01:48:00 ---> Running in a01b2a55e6b7 01:48:01 Removing intermediate container 67760fecdfdb 01:48:01 ---> 3d5b34a747af 01:48:01 Step 12/23 : ENV APP_PORT=48080 01:48:01 Removing intermediate container a01b2a55e6b7 01:48:01 ---> 33072033f22c 01:48:01 01:48:01 ---> Running in 7761846f0b2a 01:48:01 Successfully built 33072033f22c 01:48:01 Successfully tagged docker-support-scheduler-go-arm64:latest 01:48:02  Building docker-support-scheduler-go ... done Removing intermediate container 7761846f0b2a 01:48:02 ---> 0a23ff9842ce 01:48:02 Step 13/23 : EXPOSE $APP_PORT 01:48:02 ---> Running in 6c365d8b09f5 01:48:02 Removing intermediate container 6c365d8b09f5 01:48:02 ---> ed845de9ea57 01:48:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:02 ---> Running in 7bb871b5ac9b 01:48:05 Removing intermediate container 7bb871b5ac9b 01:48:05 ---> 7e9e42d7e791 01:48:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:48:05 ---> Running in ad1360ab8791 01:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:48:09 (1/6) Installing dumb-init (1.2.2-r1) 01:48:10 (2/6) Installing libgcc (9.3.0-r2) 01:48:10 (3/6) Installing libsodium (1.0.18-r0) 01:48:10 (4/6) Installing libstdc++ (9.3.0-r2) 01:48:11 (5/6) Installing libzmq (4.3.3-r0) 01:48:11 (6/6) Installing zeromq (4.3.3-r0) 01:48:11 Executing busybox-1.31.1-r20.trigger 01:48:11 OK: 8 MiB in 20 packages 01:48:13 Removing intermediate container ad1360ab8791 01:48:13 ---> 010bfba66364 01:48:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:48:13 ---> b7ac4afc93fb 01:48:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:48:15 ---> ccccedf8af7b 01:48:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:48:15 ---> c688a9f7d6c5 01:48:15 Step 19/23 : ENTRYPOINT ["/core-data"] 01:48:15 ---> Running in c6fddaf9ccd1 01:48:16 Removing intermediate container c6fddaf9ccd1 01:48:16 ---> ab7bd71da682 01:48:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:48:16 ---> Running in 2cf4fa3007e9 01:48:17 Removing intermediate container 2cf4fa3007e9 01:48:17 ---> 3b7e61f508a7 01:48:17 Step 21/23 : LABEL arch=arm64 01:48:17 ---> Running in a320e08487eb 01:48:17 Removing intermediate container a320e08487eb 01:48:17 ---> 29279d33b0ae 01:48:17 Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 01:48:17 ---> Running in ecd7a05726b1 01:48:18 Removing intermediate container ecd7a05726b1 01:48:18 ---> c25a0e32c679 01:48:18 Step 23/23 : LABEL version=0.0.0 01:48:18 ---> Running in aa4fa522470b 01:48:19 Removing intermediate container aa4fa522470b 01:48:19 ---> d741defe798d 01:48:19 01:48:19 Successfully built d741defe798d 01:48:19 Successfully tagged docker-core-data-go-arm64:latest 01:48:19  Building docker-core-data-go ... done  [Pipeline] } 01:48:20 $ docker stop --time=1 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 01:48:22 $ docker rm -f 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 [Pipeline] // withDockerContainer [Pipeline] sh 01:48:22 + docker images 01:48:22 + grep docker 01:48:22 docker-core-data-go-arm64 latest d741defe798d 4 seconds ago 20.3MB 01:48:22 docker-support-scheduler-go-arm64 latest 33072033f22c 21 seconds ago 16.1MB 01:48:22 docker-core-command-go-arm64 latest 2f65d9bdde85 23 seconds ago 16.1MB 01:48:22 docker-security-proxy-setup-go-arm64 latest 8a0091d3e9f9 23 seconds ago 23.9MB 01:48:22 docker-sys-mgmt-agent-go-arm64 latest 15004ed17391 2 minutes ago 299MB 01:48:22 docker-security-bootstrapper-go-arm64 latest 5a9984600c7c 3 minutes ago 17.1MB 01:48:22 docker-core-metadata-go-arm64 latest 3507369b1f8c 3 minutes ago 17.4MB 01:48:22 docker-security-secretstore-setup-go-arm64 latest e5275ec8773c 4 minutes ago 24.3MB 01:48:22 docker-support-notifications-go-arm64 latest 6a400c005b0a 4 minutes ago 16.6MB 01:48:22 docker 20.10.0 eeaf43b92773 4 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 01:48:23 ---> job-cost.sh 01:48:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gHtr 01:49:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:51:11 lf-activate-venv(): INFO: Adding /tmp/venv-gHtr/bin to PATH 01:51:11 INFO: No Stack... 01:51:11 INFO: Retrieving Pricing Info for: lf-standard-4 01:51:11 INFO: Archiving Costs [Pipeline] sh 01:51:12 + cat+ /w/workspace/edgex-go/7/archives/cost.csv 01:51:12 cut -d, -f6 [Pipeline] lock 01:51:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] 01:51:12 Resource [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] did not exist. Created. 01:51:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:51:12 + echo total: 0.20999999344348907 [Pipeline] stash 01:51:13 Stashed 1 file(s) [Pipeline] } 01:51:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] [Pipeline] // lock [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] { (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 01:51:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:51:15 ---> package-listing.sh 01:51:15 ++ facter osfamily 01:51:15 ++ tr '[:upper:]' '[:lower:]' 01:51:15 + OS_FAMILY=redhat 01:51:15 + workspace=/w/workspace/edgex-go/7 01:51:15 + START_PACKAGES=/tmp/packages_start.txt 01:51:15 + END_PACKAGES=/tmp/packages_end.txt 01:51:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:51:15 + PACKAGES=/tmp/packages_start.txt 01:51:15 + '[' /w/workspace/edgex-go/7 ']' 01:51:15 + PACKAGES=/tmp/packages_end.txt 01:51:15 + case "${OS_FAMILY}" in 01:51:15 + rpm -qa 01:51:15 + sort 01:51:20 + '[' -f /tmp/packages_start.txt ']' 01:51:20 + '[' -f /tmp/packages_end.txt ']' 01:51:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:51:20 + '[' /w/workspace/edgex-go/7 ']' 01:51:20 + mkdir -p /w/workspace/edgex-go/7/archives/ 01:51:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 01:51:20 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:51:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:51:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:51:21 01:51:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:51:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:51:21 alpine: Pulling from edgex-lftools-log-publisher 01:51:21 df20fa9351a1: Pulling fs layer 01:51:21 36b3adc4ff6f: Pulling fs layer 01:51:21 8ad3a11d3b57: Pulling fs layer 01:51:21 46f8f816bc3b: Pulling fs layer 01:51:21 93b61091891f: Pulling fs layer 01:51:21 93b9cdb0e59b: Pulling fs layer 01:51:21 5e14af77c1be: Pulling fs layer 01:51:21 01666e4c0597: Pulling fs layer 01:51:21 aa168da1d23b: Pulling fs layer 01:51:21 93b61091891f: Waiting 01:51:21 93b9cdb0e59b: Waiting 01:51:21 5e14af77c1be: Waiting 01:51:21 01666e4c0597: Waiting 01:51:21 aa168da1d23b: Waiting 01:51:21 46f8f816bc3b: Waiting 01:51:21 36b3adc4ff6f: Verifying Checksum 01:51:21 36b3adc4ff6f: Download complete 01:51:21 46f8f816bc3b: Verifying Checksum 01:51:21 46f8f816bc3b: Download complete 01:51:21 df20fa9351a1: Verifying Checksum 01:51:21 93b9cdb0e59b: Verifying Checksum 01:51:21 93b9cdb0e59b: Download complete 01:51:21 5e14af77c1be: Verifying Checksum 01:51:21 5e14af77c1be: Download complete 01:51:21 01666e4c0597: Verifying Checksum 01:51:21 01666e4c0597: Download complete 01:51:21 93b61091891f: Verifying Checksum 01:51:21 93b61091891f: Download complete 01:51:21 8ad3a11d3b57: Verifying Checksum 01:51:21 8ad3a11d3b57: Download complete 01:51:21 df20fa9351a1: Pull complete 01:51:22 36b3adc4ff6f: Pull complete 01:51:23 8ad3a11d3b57: Pull complete 01:51:23 46f8f816bc3b: Pull complete 01:51:24 aa168da1d23b: Verifying Checksum 01:51:24 aa168da1d23b: Download complete 01:51:25 93b61091891f: Pull complete 01:51:25 93b9cdb0e59b: Pull complete 01:51:25 5e14af77c1be: Pull complete 01:51:25 01666e4c0597: Pull complete 01:51:35 aa168da1d23b: Pull complete 01:51:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:51:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:51:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:51:36 prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container 01:51:36 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:51:40 $ docker top 23bd10290f6c53932820ab899bf321c81706a4ce1fcd0871b5f32086af46a158 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:40 + touch /tmp/pre-build-complete [Pipeline] sh 01:51:40 + mkdir -p /var/log/sa [Pipeline] sh 01:51:41 + ls /var/log/sa-host 01:51:41 + sadf -c /var/log/sa-host/sa07 01:51:41 file_magic: OK 01:51:41 HZ: Using current value: 100 01:51:41 file_header: OK 01:51:41 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 01:51:41 Statistics: 01:51:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:51:41 File successfully converted to sysstat format version 12.2.1 01:51:41 + sadf -c /var/log/sa-host/sa23 01:51:41 file_magic: OK 01:51:41 HZ: Using current value: 100 01:51:41 file_header: OK 01:51:41 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 01:51:41 Statistics: 01:51:41 Hnuu...uuuununununu... 01:51:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:41 provisioning config files... 01:51:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config6813853110972676778tmp [Pipeline] { [Pipeline] echo 01:51:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:51:41 ---> create-netrc.sh [Pipeline] } 01:51:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:51:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:51:42 ---> python-tools-install.sh [Pipeline] echo 01:51:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:51:42 ---> sudo-logs.sh 01:51:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:51:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:51:42 ---> job-cost.sh 01:51:42 lf-activate-venv: SKIPPING 01:51:42 DEBUG: total: 0.20999999344348907 01:51:42 INFO: Retrieving Stack Cost... 01:51:43 INFO: Retrieving Pricing Info for: v1-standard-2 01:51:44 INFO: Archiving Costs [Pipeline] echo 01:51:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:51:44 ---> logs-deploy.sh 01:51:44 lf-activate-venv: SKIPPING 01:51:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/7 01:51:44 INFO: archiving workspace using pattern(s): 01:51:46 Archives upload complete. 01:51:46 INFO: archiving logs to Nexus 01:51:47 ---> uname -a: 01:51:47 Linux prd-centos7-docker-4c-2g-3438.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:51:47 01:51:47 01:51:47 ---> lscpu: 01:51:47 Architecture: x86_64 01:51:47 CPU op-mode(s): 32-bit, 64-bit 01:51:47 Byte Order: Little Endian 01:51:47 Address sizes: 40 bits physical, 48 bits virtual 01:51:47 CPU(s): 4 01:51:47 On-line CPU(s) list: 0-3 01:51:47 Thread(s) per core: 1 01:51:47 Core(s) per socket: 1 01:51:47 Socket(s): 4 01:51:47 NUMA node(s): 1 01:51:47 Vendor ID: GenuineIntel 01:51:47 CPU family: 6 01:51:47 Model: 44 01:51:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:51:47 Stepping: 1 01:51:47 CPU MHz: 2933.438 01:51:47 BogoMIPS: 5866.87 01:51:47 Virtualization: VT-x 01:51:47 Hypervisor vendor: KVM 01:51:47 Virtualization type: full 01:51:47 L1d cache: 128 KiB 01:51:47 L1i cache: 128 KiB 01:51:47 L2 cache: 16 MiB 01:51:47 L3 cache: 64 MiB 01:51:47 NUMA node0 CPU(s): 0-3 01:51:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:51:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:51:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:51:47 Vulnerability Meltdown: Mitigation; PTI 01:51:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:51:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:51:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:51:47 Vulnerability Srbds: Not affected 01:51:47 Vulnerability Tsx async abort: Not affected 01:51:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:51:47 01:51:47 01:51:47 ---> nproc: 01:51:47 4 01:51:47 01:51:47 01:51:47 ---> df -h: 01:51:47 Filesystem Size Used Available Use% Mounted on 01:51:47 overlay 50.0G 13.1G 36.9G 26% / 01:51:47 tmpfs 64.0M 0 64.0M 0% /dev 01:51:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:51:47 shm 64.0M 0 64.0M 0% /dev/shm 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7@tmp 01:51:47 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7 01:51:47 01:51:47 01:51:47 ---> free -m: 01:51:47 total used free shared buff/cache available 01:51:47 Mem: 1837 719 104 0 1013 1036 01:51:47 Swap: 1023 72 951 01:51:47 01:51:47 01:51:47 ---> ip addr: 01:51:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:51:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:51:47 inet 127.0.0.1/8 scope host lo 01:51:47 valid_lft forever preferred_lft forever 01:51:47 inet6 ::1/128 scope host 01:51:47 valid_lft forever preferred_lft forever 01:51:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:51:47 link/ether fa:16:3e:5f:ca:9f brd ff:ff:ff:ff:ff:ff 01:51:47 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 01:51:47 valid_lft 84895sec preferred_lft 84895sec 01:51:47 inet6 fe80::f816:3eff:fe5f:ca9f/64 scope link 01:51:47 valid_lft forever preferred_lft forever 01:51:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:51:47 link/ether 02:42:22:e7:e6:15 brd ff:ff:ff:ff:ff:ff 01:51:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:51:47 valid_lft forever preferred_lft forever 01:51:47 inet6 fe80::42:22ff:fee7:e615/64 scope link 01:51:47 valid_lft forever preferred_lft forever 01:51:47 01:51:47 01:51:47 ---> sar -b -r -n DEV: 01:51:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 01:51:47 01:51:47 01:26:30 LINUX RESTART (4 CPU) 01:51:47 01:51:47 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:51:47 01:28:01 140.86 61.19 79.68 0.00 10645.54 27556.32 0.00 01:51:47 01:29:01 317.51 121.19 196.32 0.00 5023.04 43372.62 0.00 01:51:47 01:30:01 137.11 43.15 93.96 0.00 1806.05 13322.55 0.00 01:51:47 01:31:02 137.69 70.88 66.82 0.00 3503.68 7061.46 0.00 01:51:47 01:32:01 154.46 31.09 123.37 0.00 7783.05 54231.85 0.00 01:51:47 01:33:02 2186.07 1851.83 334.24 0.00 151809.55 185493.20 0.00 01:51:47 01:34:01 1547.42 1294.07 253.35 0.00 84722.18 97211.38 0.00 01:51:47 01:35:01 1182.32 857.52 324.80 0.00 72129.63 96654.41 0.00 01:51:47 01:36:03 2621.26 2267.05 354.21 0.00 134793.06 139808.25 0.00 01:51:47 01:37:01 941.20 670.42 270.78 0.00 49068.31 65937.05 0.00 01:51:47 01:38:01 135.88 26.12 109.77 0.00 3389.25 12255.32 0.00 01:51:47 01:39:02 3.13 1.42 1.71 0.00 15.72 32.75 0.00 01:51:47 01:40:01 0.30 0.03 0.27 0.00 0.27 2.64 0.00 01:51:47 01:41:01 0.30 0.02 0.28 0.00 0.27 3.00 0.00 01:51:47 01:42:01 1.80 1.50 0.30 0.00 52.34 4.23 0.00 01:51:47 01:43:01 0.88 0.05 0.83 0.00 1.33 16.02 0.00 01:51:47 01:44:01 0.27 0.02 0.25 0.00 0.13 2.56 0.00 01:51:47 01:45:01 0.18 0.02 0.17 0.00 0.53 1.77 0.00 01:51:47 01:46:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 01:51:47 01:47:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 01:51:47 01:48:01 0.37 0.05 0.32 0.00 0.80 3.58 0.00 01:51:47 01:49:01 0.35 0.05 0.30 0.00 0.80 3.16 0.00 01:51:47 01:50:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 01:51:47 01:51:01 0.27 0.02 0.25 0.00 0.13 3.01 0.00 01:51:47 Average: 398.99 306.55 92.43 0.00 22023.25 31102.54 0.00 01:51:47 01:51:47 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:51:47 01:28:01 72000 0 684944 36.40 2596 1122004 1491444 50.90 752628 848324 92500 01:51:47 01:29:01 258176 0 733932 39.01 1496 887940 1323784 45.18 506184 833536 368 01:51:47 01:30:01 139304 0 822176 43.70 624 919440 1854192 63.28 736356 720460 33900 01:51:47 01:31:02 304812 0 729380 38.76 512 846840 1216500 41.52 532964 745688 8340 01:51:47 01:32:01 76092 0 727308 38.65 72 1078072 1253724 42.79 721792 820092 81896 01:51:47 01:33:02 67952 0 826648 43.93 4 986940 2118608 72.30 779464 801852 55260 01:51:47 01:34:01 328904 0 1152384 61.25 4 400252 3454500 117.90 660044 621556 20824 01:51:47 01:35:01 77476 0 771076 40.98 4 1032988 1734240 59.19 610024 953396 35316 01:51:47 01:36:03 67304 0 809432 43.02 4 1004804 2161104 73.75 642576 929476 46552 01:51:47 01:37:01 297240 0 798368 42.43 4 785932 1961324 66.94 625716 689508 428 01:51:47 01:38:01 302720 0 650572 34.58 4 928248 1222508 41.72 584240 737264 8 01:51:47 01:39:02 306316 0 646964 34.38 4 928260 1188572 40.56 581460 737348 8 01:51:47 01:40:01 307368 0 645904 34.33 4 928268 1181160 40.31 581036 737348 8 01:51:47 01:41:01 307288 0 645980 34.33 4 928272 1181160 40.31 580912 737356 8 01:51:47 01:42:01 305660 0 646716 34.37 4 929164 1181316 40.32 581832 737676 16 01:51:47 01:43:01 305552 0 646820 34.38 4 929168 1181256 40.31 581908 737680 8 01:51:47 01:44:01 305528 0 646828 34.38 4 929184 1181292 40.32 582172 737692 12 01:51:47 01:45:01 306124 0 646240 34.35 4 929176 1181160 40.31 581500 737692 12 01:51:47 01:46:01 306008 0 646332 34.35 4 929200 1181160 40.31 581384 737708 8 01:51:47 01:47:01 305844 0 646488 34.36 4 929208 1181160 40.31 581632 737712 8 01:51:47 01:48:01 305456 0 646864 34.38 4 929220 1181328 40.32 582004 737732 8 01:51:47 01:49:01 305464 0 646852 34.38 4 929224 1181328 40.32 581748 737752 8 01:51:47 01:50:01 306040 0 646272 34.35 4 929228 1181160 40.31 581400 737756 8 01:51:47 01:51:01 306220 0 646080 34.34 4 929240 1181160 40.31 581532 737760 8 01:51:47 Average: 248785 0 712940 37.89 224 919595 1464798 49.99 613021 762098 15646 01:51:47 01:51:47 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:51:47 01:28:01 eth0 1930.69 2033.41 6436.31 260.76 0.00 0.00 0.00 0.00 01:51:47 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:28:01 docker0 990.06 800.62 77.29 2696.31 0.00 0.00 0.00 0.00 01:51:47 01:29:01 veth481e624 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:29:01 eth0 574.75 445.64 3549.14 47.28 0.00 0.00 0.00 0.00 01:51:47 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:29:01 docker0 205.61 277.65 14.48 846.79 0.00 0.00 0.00 0.00 01:51:47 01:30:01 veth481e624 0.73 0.76 0.06 0.06 0.00 0.00 0.00 0.00 01:51:47 01:30:01 eth0 25.66 13.05 20.38 10.79 0.00 0.00 0.00 0.00 01:51:47 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:30:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 01:51:47 01:31:02 veth481e624 1.79 1.79 0.14 0.14 0.00 0.00 0.00 0.00 01:51:47 01:31:02 eth0 40.48 32.90 18.08 74.86 0.00 0.00 0.00 0.00 01:51:47 01:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:31:02 docker0 1.79 1.79 0.12 0.14 0.00 0.00 0.00 0.00 01:51:47 01:32:01 eth0 209.42 156.57 1728.91 78.72 0.00 0.00 0.00 0.00 01:51:47 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:32:01 veth8f15360 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:33:02 eth0 87.09 61.24 182.70 12.68 0.00 0.00 0.00 0.00 01:51:47 01:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:33:02 veth8f15360 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 01:51:47 01:33:02 docker0 50.13 61.59 3.20 163.90 0.00 0.00 0.00 0.00 01:51:47 01:34:01 veth944714a 0.05 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:34:01 vethcef71a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:34:01 vethae0e470 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:34:01 eth0 15.58 8.06 12.93 6.77 0.00 0.00 0.00 0.00 01:51:47 01:35:01 veth8d81a20 21.53 45.95 1.54 328.59 0.00 0.00 0.00 0.00 01:51:47 01:35:01 eth0 241.78 167.87 1752.38 101.60 0.00 0.00 0.00 0.00 01:51:47 01:35:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:51:47 01:35:01 veth8f15360 0.00 1.22 0.00 0.06 0.00 0.00 0.00 0.00 01:51:47 01:36:03 eth0 66.03 44.49 106.38 16.32 0.00 0.00 0.00 0.00 01:51:47 01:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:36:03 veth8f15360 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:36:03 docker0 1286.20 1220.11 97.19 4149.25 0.00 0.00 0.00 0.00 01:51:47 01:37:01 vethc4aa63c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:37:01 veth02498ed 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:37:01 vetheb5716d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:37:01 vethc6fbe99 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:51:47 01:38:01 eth0 3306.85 3021.66 14018.61 696.06 0.00 0.00 0.00 0.00 01:51:47 01:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:51:47 01:38:01 docker0 1328.00 1268.44 100.18 4364.91 0.00 0.00 0.00 0.00 01:51:47 01:39:02 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 0.00 01:51:47 01:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:40:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:41:01 eth0 0.87 0.08 0.07 0.01 0.00 0.00 0.00 0.00 01:51:47 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:42:01 eth0 1.20 0.28 0.33 0.20 0.00 0.00 0.00 0.00 01:51:47 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:43:01 eth0 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 01:51:47 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:44:01 eth0 1.52 0.55 0.59 0.36 0.00 0.00 0.00 0.00 01:51:47 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:45:01 eth0 0.07 0.05 0.00 0.04 0.00 0.00 0.00 0.00 01:51:47 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:51:47 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:47:01 eth0 0.62 0.03 0.06 0.00 0.00 0.00 0.00 0.00 01:51:47 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:48:01 eth0 0.67 0.52 0.40 0.27 0.00 0.00 0.00 0.00 01:51:47 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:49:01 eth0 0.85 0.35 0.31 0.20 0.00 0.00 0.00 0.00 01:51:47 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:51:47 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:51:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 Average: eth0 136.85 125.63 582.22 29.04 0.00 0.00 0.00 0.00 01:51:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:51:47 Average: docker0 55.43 52.94 4.18 182.19 0.00 0.00 0.00 0.00 01:51:47 01:51:47