Pull request #3059 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 48f292ecce04635bad45b2dac08c505f02e60d07 rather than a8f770479522fe3c7b88a2b5d2d54eca0cad3755 Obtained Jenkinsfile from 48f292ecce04635bad45b2dac08c505f02e60d07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21872 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 > 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/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 Commit message: "refactor(meta): Refactor device update operation to DBClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:55:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:55:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:55:59 ========================================================= 06:55:59 EdgeX Global Pipelines Version Info 06:55:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8a259dd548b03e09cafe90067237f9b6a87df5f1 # timeout=10 06:56:01 ------------------- 06:56:01 stable info: 06:56:01 ------------------- 06:56:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:56:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:56:01 Message: update stable to v1.0.179 06:56:02 ------------------- 06:56:02 experimental info: 06:56:02 ------------------- 06:56:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:56:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:56:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:56:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:56:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3059 [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3059 [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3059 [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8f7704 [Pipeline] echo 06:56:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:56:05 provisioning config files... 06:56:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config930658291360886020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:56:06 ---> docker-login.sh 06:56:06 nexus3.edgexfoundry.org:10001 06:56:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:06 Configure a credential helper to remove this warning. See 06:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:06 06:56:06 Login Succeeded 06:56:06 nexus3.edgexfoundry.org:10002 06:56:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:06 Configure a credential helper to remove this warning. See 06:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:06 06:56:06 Login Succeeded 06:56:06 nexus3.edgexfoundry.org:10003 06:56:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:06 Configure a credential helper to remove this warning. See 06:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:06 06:56:06 Login Succeeded 06:56:06 nexus3.edgexfoundry.org:10004 06:56:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:06 Configure a credential helper to remove this warning. See 06:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:06 06:56:06 Login Succeeded 06:56:06 docker.io 06:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:07 Configure a credential helper to remove this warning. See 06:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:07 06:56:07 Login Succeeded 06:56:07 ---> docker-login.sh ends [Pipeline] } 06:56:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:56:07 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/core-command/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo core-command,cmd/core-command/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/core-data/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo core-data,cmd/core-data/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/core-metadata/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo core-metadata,cmd/core-metadata/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/security-proxy-setup/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/support-notifications/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo support-notifications,cmd/support-notifications/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/support-scheduler/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:56:07 + for file in '`ls cmd/**/Dockerfile`' 06:56:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:56:07 ++ cut -d/ -f2 06:56:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:56:08 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:56:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:56:08 06:56:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:56:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:56:09 latest: Pulling from edgex-devops/git-semver 06:56:09 31603596830f: Pulling fs layer 06:56:09 2a8b12db71e7: Pulling fs layer 06:56:09 6ca5941a6612: Pulling fs layer 06:56:09 ecc8261a40a4: Pulling fs layer 06:56:09 ecc8261a40a4: Waiting 06:56:09 2a8b12db71e7: Verifying Checksum 06:56:09 2a8b12db71e7: Download complete 06:56:09 31603596830f: Verifying Checksum 06:56:09 31603596830f: Download complete 06:56:09 ecc8261a40a4: Verifying Checksum 06:56:09 ecc8261a40a4: Download complete 06:56:09 6ca5941a6612: Verifying Checksum 06:56:09 6ca5941a6612: Download complete 06:56:09 31603596830f: Pull complete 06:56:09 2a8b12db71e7: Pull complete 06:56:10 6ca5941a6612: Pull complete 06:56:10 ecc8261a40a4: Pull complete 06:56:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:56:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:56:10 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 06:56:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:56:13 $ docker top c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:56:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:13 [ssh-agent] Looking for ssh-agent implementation... 06:56:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:13 $ docker exec c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent 06:56:14 SSH_AUTH_SOCK=/tmp/ssh-MLM5C5isjakh/agent.11 06:56:14 SSH_AGENT_PID=16 06:56:14 Running ssh-add (command line suppressed) 06:56:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2327863751330270247.key (/w/workspace/edgex-go/2@tmp/private_key_2327863751330270247.key) 06:56:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:14 + git tag --points-at HEAD [Pipeline] } 06:56:14 $ docker exec --env ******** --env ******** c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent -k 06:56:14 unset SSH_AUTH_SOCK; 06:56:14 unset SSH_AGENT_PID; 06:56:14 echo Agent pid 16 killed; 06:56:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:56:14 [ssh-agent] Looking for ssh-agent implementation... 06:56:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:56:15 $ docker exec c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent 06:56:15 SSH_AUTH_SOCK=/tmp/ssh-ZzpZPsmYa4yl/agent.45 06:56:15 SSH_AGENT_PID=50 06:56:15 Running ssh-add (command line suppressed) 06:56:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2118234010279508696.key (/w/workspace/edgex-go/2@tmp/private_key_2118234010279508696.key) 06:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:56:15 + git semver init 06:56:15 # -> Open(): unable to determine branch for HEAD 06:56:15 # $GIT_DIR = /w/workspace/edgex-go/2/.git 06:56:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 06:56:15 # $SEMVER_REMOTE_NAME = origin 06:56:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:56:15 # $SEMVER_USER_NAME = edgex-jenkins 06:56:15 # $SEMVER_BRANCH = PR-3059 06:56:15 # $SEMVER_TEMP = /tmp/semver-143271426 06:56:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:56:47 # '/tmp/semver-143271426' -> '/w/workspace/edgex-go/2/.semver' 06:56:47 # -> Force: false 06:56:47 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 06:56:48 $ docker exec --env ******** --env ******** c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent -k 06:56:48 unset SSH_AUTH_SOCK; 06:56:48 unset SSH_AGENT_PID; 06:56:48 echo Agent pid 50 killed; 06:56:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:56:48 + git semver [Pipeline] } 06:56:48 $ docker stop --time=1 c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf 06:56:50 $ docker rm -f c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf [Pipeline] // withDockerContainer [Pipeline] sh 06:56:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:56:51 Stashed 1 file(s) [Pipeline] echo 06:56:51 [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 06:56:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:56:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:56:53 + sudo service docker restart 06:56:53 + true 06:56:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:56:53 ========================================================= 06:56:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:56:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:56:54 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:56:57 Sending build context to Docker daemon 327.6MB 06:56:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:56:57 Step 2/6 : FROM ${BASE} 06:56:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:56:57 188c0c94c7c5: Pulling fs layer 06:56:57 0ef7d3d256c8: Pulling fs layer 06:56:57 de9db76c5a1d: Pulling fs layer 06:56:57 bca2f99d35d6: Pulling fs layer 06:56:57 93359f2a8cfa: Pulling fs layer 06:56:57 7c6f9722023f: Pulling fs layer 06:56:57 a35cf1a2eb13: Pulling fs layer 06:56:57 93359f2a8cfa: Waiting 06:56:57 7c6f9722023f: Waiting 06:56:57 a35cf1a2eb13: Waiting 06:56:57 bca2f99d35d6: Waiting 06:56:57 de9db76c5a1d: Verifying Checksum 06:56:57 de9db76c5a1d: Download complete 06:56:57 0ef7d3d256c8: Verifying Checksum 06:56:57 0ef7d3d256c8: Download complete 06:56:57 93359f2a8cfa: Verifying Checksum 06:56:57 93359f2a8cfa: Download complete 06:56:57 188c0c94c7c5: Verifying Checksum 06:56:57 188c0c94c7c5: Download complete 06:56:57 7c6f9722023f: Verifying Checksum 06:56:57 7c6f9722023f: Download complete 06:56:58 188c0c94c7c5: Pull complete 06:56:58 a35cf1a2eb13: Verifying Checksum 06:56:58 a35cf1a2eb13: Download complete 06:56:59 bca2f99d35d6: Verifying Checksum 06:56:59 bca2f99d35d6: Download complete 06:56:59 0ef7d3d256c8: Pull complete 06:56:59 de9db76c5a1d: Pull complete 06:57:05 bca2f99d35d6: Pull complete 06:57:05 93359f2a8cfa: Pull complete 06:57:05 7c6f9722023f: Pull complete 06:57:07 Still waiting to schedule task 06:57:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:57:10 a35cf1a2eb13: Pull complete 06:57:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:57:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:57:10 ---> a62c8e92a672 06:57:10 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 06:57:10 ---> Running in 1e343c09d1f7 06:57:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:57:12 (1/12) Installing libmagic (5.38-r0) 06:57:12 (2/12) Installing file (5.38-r0) 06:57:12 (3/12) Installing libc-dev (0.7.2-r3) 06:57:12 (4/12) Installing g++ (9.3.0-r2) 06:57:27 (5/12) Installing fortify-headers (1.1-r0) 06:57:27 (6/12) Installing patch (2.7.6-r6) 06:57:27 (7/12) Installing build-base (0.5-r2) 06:57:27 (8/12) Installing libsodium (1.0.18-r0) 06:57:27 (9/12) Installing pkgconf (1.7.2-r0) 06:57:27 (10/12) Installing libsodium-dev (1.0.18-r0) 06:57:27 (11/12) Installing libzmq (4.3.3-r0) 06:57:27 (12/12) Installing zeromq-dev (4.3.3-r0) 06:57:27 Executing busybox-1.31.1-r19.trigger 06:57:27 OK: 233 MiB in 51 packages 06:57:30 Removing intermediate container 1e343c09d1f7 06:57:30 ---> 679daa7bf270 06:57:30 Step 4/6 : WORKDIR /edgex-go 06:57:30 ---> Running in db66509a2fae 06:57:30 Removing intermediate container db66509a2fae 06:57:30 ---> e1014b315dfd 06:57:30 Step 5/6 : COPY go.mod . 06:57:30 ---> 73c8ac11e515 06:57:30 Step 6/6 : RUN go mod download 06:57:30 ---> Running in 59b05d96bc87 06:57:52 Removing intermediate container 59b05d96bc87 06:57:52 ---> 97c5952a24a3 06:57:52 Successfully built 97c5952a24a3 06:57:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:57:52 + docker inspect -f . ci-base-image-x86_64 06:57:52 . [Pipeline] withDockerContainer 06:57:52 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 06:57:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:57:53 $ docker top e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:57:53 + go version 06:57:53 go version go1.15.5 linux/amd64 [Pipeline] } 06:57:53 $ docker stop --time=1 e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 06:57:55 $ docker rm -f e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:57:56 + docker inspect -f . ci-base-image-x86_64 06:57:56 . [Pipeline] withDockerContainer 06:57:56 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 06:57:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:57:56 $ docker top 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a -eo pid,comm [Pipeline] { [Pipeline] echo 06:57:57 ========================================================= 06:57:57 [edgeXBuildGoParallel] Running Tests and Build... 06:57:57 ========================================================= [Pipeline] sh 06:57:57 + make test 06:57:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:58:05 ? github.com/edgexfoundry/edgex-go [no test files] 06:58:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:58:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:58:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:58:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:58:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:58:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:58:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:58:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:58:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 06:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.7% of statements 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.143s coverage: 82.3% of statements 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 28.6% of statements 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements 06:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:58:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 06:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.405s coverage: 92.8% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 06:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 06:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.5% of statements 06:58:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:58:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 06:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 06:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 06:58:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 06:58:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 06:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 68.9% of statements 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 06:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 06:58:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:58:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:58:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 06:58:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.693s coverage: 29.1% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements 06:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements 06:58:46 GO111MODULE=on go vet ./... 06:59:08 gofmt -l . 06:59:08 [ "`gofmt -l .`" = "" ] 06:59:08 ./bin/test-go-mod-tidy.sh 06:59:08 ./bin/test-attribution-txt.sh [Pipeline] sh 06:59:09 + ls -al . 06:59:09 total 656 06:59:09 drwxrwxr-x 10 1001 1001 4096 Jan 21 06:59 . 06:59:09 drwxr-xr-x 4 root root 28 Jan 21 06:57 .. 06:59:09 -rw-rw-r-- 1 1001 1001 11 Jan 21 06:55 .dockerignore 06:59:09 drwxrwxr-x 8 1001 1001 179 Jan 21 06:55 .git 06:59:09 drwxrwxr-x 3 1001 1001 125 Jan 21 06:55 .github 06:59:09 -rw-rw-r-- 1 1001 1001 824 Jan 21 06:55 .gitignore 06:59:09 drwx------ 3 1001 1001 47 Jan 21 06:56 .semver 06:59:09 -rw-rw-r-- 1 1001 1001 166 Jan 21 06:55 .sonarcloud.properties 06:59:09 -rw-rw-r-- 1 1001 1001 7759 Jan 21 06:55 Attribution.txt 06:59:09 -rw-rw-r-- 1 1001 1001 3804 Jan 21 06:55 CONTRIBUTING.md 06:59:09 -rw-rw-r-- 1 1001 1001 931 Jan 21 06:55 Dockerfile.build 06:59:09 -rw-rw-r-- 1 1001 1001 863 Jan 21 06:55 Jenkinsfile 06:59:09 -rw-rw-r-- 1 1001 1001 10775 Jan 21 06:55 LICENSE 06:59:09 -rw-rw-r-- 1 1001 1001 5750 Jan 21 06:55 Makefile 06:59:09 -rw-rw-r-- 1 1001 1001 6524 Jan 21 06:55 README.md 06:59:09 -rw-rw-r-- 1 1001 1001 6744 Jan 21 06:55 SECURITY.md 06:59:09 -rw-rw-r-- 1 1001 1001 5 Jan 21 06:56 VERSION 06:59:09 -rw-rw-r-- 1 1001 1001 4131 Jan 21 06:55 ZMQWindows.md 06:59:09 drwxrwxr-x 2 1001 1001 117 Jan 21 06:55 bin 06:59:09 drwxrwxr-x 14 1001 1001 4096 Jan 21 06:55 cmd 06:59:09 -rw-r--r-- 1 root root 551534 Jan 21 06:58 coverage.out 06:59:09 -rw-r--r-- 1 root root 1027 Jan 21 06:59 go.mod 06:59:09 -rw-r--r-- 1 root root 18725 Jan 21 06:59 go.sum 06:59:09 drwxrwxr-x 8 1001 1001 127 Jan 21 06:55 internal 06:59:09 drwxrwxr-x 4 1001 1001 26 Jan 21 06:55 openapi 06:59:09 drwxrwxr-x 4 1001 1001 71 Jan 21 06:55 snap 06:59:09 -rw-rw-r-- 1 1001 1001 168 Jan 21 06:55 version.go [Pipeline] sh 06:59:09 + '[' -e coverage.out ] 06:59:09 + chown 1001:1001 coverage.out [Pipeline] stash 06:59:10 Stashed 1 file(s) [Pipeline] sh 06:59:11 + make build 06:59:11 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 06:59:13 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 06:59:20 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 06:59:21 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 06:59:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:59:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:59:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:59:25 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 06:59:26 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 06:59:27 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 06:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:59:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 06:59:30 $ docker stop --time=1 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a 06:59:32 $ docker rm -f 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:59:33 06:59:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:59:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:59:34 latest: Pulling from edgex-devops/edgex-compose 06:59:34 cbdbe7a5bc2a: Pulling fs layer 06:59:34 ca9280d653b3: Pulling fs layer 06:59:34 7e9c9ca2126c: Pulling fs layer 06:59:34 cbdbe7a5bc2a: Download complete 06:59:34 cbdbe7a5bc2a: Pull complete 06:59:34 ca9280d653b3: Verifying Checksum 06:59:34 ca9280d653b3: Download complete 06:59:35 7e9c9ca2126c: Download complete 06:59:35 ca9280d653b3: Pull complete 06:59:44 7e9c9ca2126c: Pull complete 06:59:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:59:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:59:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:59:44 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 06:59:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:59:45 $ docker top e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:45 + docker-compose build --help 06:59:45 + grep parallel 06:59:46 --parallel Build images in parallel. [Pipeline] } 06:59:46 $ docker stop --time=1 e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 06:59:47 $ docker rm -f e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:59:48 . [Pipeline] withDockerContainer 06:59:48 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 06:59:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:59:49 $ docker top 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:49 + docker-compose -f ./docker-compose-build.yml build --parallel 06:59:50 Building docker-core-command-go ... 06:59:50 Building docker-core-data-go ... 06:59:50 Building docker-core-metadata-go ... 06:59:50 Building docker-security-bootstrap-redis-go ... 06:59:50 Building docker-security-proxy-setup-go ... 06:59:50 Building docker-security-secretstore-setup-go ... 06:59:50 Building docker-support-notifications-go ... 06:59:50 Building docker-support-scheduler-go ... 06:59:50 Building docker-sys-mgmt-agent-go ... 06:59:50 Building docker-core-metadata-go 06:59:50 Building docker-security-secretstore-setup-go 06:59:50 Building docker-security-proxy-setup-go 06:59:50 Building docker-security-bootstrap-redis-go 06:59:50 Building docker-support-notifications-go 07:00:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:00:17 ---> 97c5952a24a3 07:00:17 Step 3/24 : WORKDIR /edgex-go 07:00:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:00:19 ---> 97c5952a24a3 07:00:19 Step 3/24 : WORKDIR /edgex-go 07:00:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:19 ---> 97c5952a24a3 07:00:19 Step 3/22 : WORKDIR /edgex-go 07:00:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:19 ---> 97c5952a24a3 07:00:19 Step 3/22 : WORKDIR /edgex-go 07:00:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:00:19 ---> 97c5952a24a3 07:00:19 Step 3/21 : WORKDIR /edgex-go 07:00:20 ---> Running in 9ec8b7606356 07:00:20 ---> Running in 11b839909cdf 07:00:20 ---> Running in baf07bd9ba24 07:00:20 ---> Running in cfda24b2fa67 07:00:20 ---> Running in 67bb765178ee 07:00:20 Removing intermediate container 11b839909cdf 07:00:20 ---> 57fe508cbc8d 07:00:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:20 Removing intermediate container baf07bd9ba24 07:00:20 ---> 7da637d7658e 07:00:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:20 Removing intermediate container cfda24b2fa67 07:00:20 ---> bddf93b6cc32 07:00:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:20 Removing intermediate container 9ec8b7606356 07:00:20 ---> 890dfc413f56 07:00:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:20 Removing intermediate container 67bb765178ee 07:00:20 ---> f4f66d0f177a 07:00:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:20 ---> Running in f15d1bf3641b 07:00:20 ---> Running in ae90262bee48 07:00:20 ---> Running in 21c39531b7da 07:00:20 ---> Running in 225aa67ca862 07:00:20 ---> Running in fa64aeedbb7c 07:00:22 Removing intermediate container ae90262bee48 07:00:22 ---> ed3610652160 07:00:22 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:00:22 ---> Running in f27c07e0af37 07:00:23 Removing intermediate container 21c39531b7da 07:00:23 ---> 2d18c79738e4 07:00:23 Step 5/22 : RUN apk add --update --no-cache make git 07:00:23 Removing intermediate container f15d1bf3641b 07:00:23 ---> 5a020491b2cc 07:00:23 Step 5/21 : RUN apk add --update --no-cache make git 07:00:23 Removing intermediate container fa64aeedbb7c 07:00:23 ---> d9bd2bd573a6 07:00:23 Step 5/24 : RUN apk add --update --no-cache make git 07:00:23 ---> Running in 9fbbef3f2e8f 07:00:23 ---> Running in 0997f107f79f 07:00:23 Removing intermediate container 225aa67ca862 07:00:23 ---> d47f5c9d6696 07:00:23 Step 5/22 : RUN apk add --update --no-cache make git 07:00:23 ---> Running in 39885431775e 07:00:23 ---> Running in a2fa9c9a6dec 07:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:25 OK: 233 MiB in 51 packages 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:25 OK: 233 MiB in 51 packages 07:00:25 Removing intermediate container f27c07e0af37 07:00:25 ---> 2c1e090fb6bc 07:00:25 Step 6/24 : COPY go.mod . 07:00:25 OK: 233 MiB in 51 packages 07:00:25 OK: 233 MiB in 51 packages 07:00:26 OK: 233 MiB in 51 packages 07:00:26 ---> 22785b062a40 07:00:26 Step 7/24 : RUN go mod download 07:00:26 Removing intermediate container 9fbbef3f2e8f 07:00:26 ---> 3819d68f9dc3 07:00:26 Step 6/21 : COPY go.mod . 07:00:26 ---> Running in b659d8641ae6 07:00:26 ---> 1680943279bf 07:00:26 Step 7/21 : RUN go mod download 07:00:26 Removing intermediate container 0997f107f79f 07:00:26 ---> ce655aac3b67 07:00:26 Step 6/22 : COPY go.mod . 07:00:26 Removing intermediate container a2fa9c9a6dec 07:00:26 ---> 47dc3416ff4b 07:00:26 Step 6/22 : COPY go.mod . 07:00:26 ---> Running in 3cf155e46c25 07:00:27 ---> eaec9a45fe7b 07:00:27 Step 7/22 : RUN go mod download 07:00:27 ---> Running in f00a021b9f2f 07:00:27 ---> 28245d391f73 07:00:27 Step 7/22 : RUN go mod download 07:00:27 Removing intermediate container 39885431775e 07:00:27 ---> a49c95531236 07:00:27 Step 6/24 : COPY go.mod . 07:00:27 ---> Running in 011e9769ba45 07:00:27 ---> ceb81405ac9f 07:00:27 Step 7/24 : RUN go mod download 07:00:28 ---> Running in 1eae8eca4c1c 07:00:28 Removing intermediate container 3cf155e46c25 07:00:28 ---> 78a5bedbea14 07:00:28 Step 8/21 : COPY . . 07:00:28 Removing intermediate container b659d8641ae6 07:00:28 ---> 5a5085bc09b1 07:00:28 Step 8/24 : COPY . . 07:00:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21875 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { 07:00:31 Removing intermediate container f00a021b9f2f 07:00:31 ---> 078e84dd4b70 07:00:31 Step 8/22 : COPY . . [Pipeline] ws 07:00:31 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:00:36 Removing intermediate container 1eae8eca4c1c 07:00:36 ---> f16df7e29e3b 07:00:36 Step 8/24 : COPY . . 07:00:36 Removing intermediate container 011e9769ba45 07:00:36 ---> 65e868ef765c 07:00:36 Step 8/22 : COPY . . 07:00:37 using credential edgex-jenkins-ssh 07:00:37 Cloning the remote Git repository 07:00:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:00:37 > git init /w/workspace/edgex-go/2 # timeout=10 07:00:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:00:37 > git --version # timeout=10 07:00:37 > git --version # 'git version 2.17.1' 07:00:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:55 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:00:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:00:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:00:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:00:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:00:55 > git config core.sparsecheckout # timeout=10 07:00:55 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 07:00:55 > git remote # timeout=10 07:00:55 > git config --get remote.origin.url # timeout=10 07:00:55 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:55 > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 07:00:56 Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:00:56 Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) 07:00:55 > git rev-parse HEAD^{commit} # timeout=10 07:00:56 > git config core.sparsecheckout # timeout=10 07:00:56 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 07:01:00 Commit message: "refactor(meta): Refactor device update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:01:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:01:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:01:03 + sudo service docker restart 07:01:03 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:01:05 provisioning config files... 07:01:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4915604671207865957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:01:05 ---> docker-login.sh 07:01:05 nexus3.edgexfoundry.org:10001 07:01:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:01:07 Configure a credential helper to remove this warning. See 07:01:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:01:07 07:01:07 Login Succeeded 07:01:07 nexus3.edgexfoundry.org:10002 07:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:01:07 Configure a credential helper to remove this warning. See 07:01:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:01:07 07:01:07 Login Succeeded 07:01:07 nexus3.edgexfoundry.org:10003 07:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 nexus3.edgexfoundry.org:10004 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 docker.io 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:09 ---> 245151b2f902 07:01:09 ---> 6c512299a075 07:01:09 Step 9/24 : RUN make cmd/support-notifications/support-notifications ---> 4205ef9b5ba8 07:01:09 07:01:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:01:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:01:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:01:09 Configure a credential helper to remove this warning. See 07:01:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:01:09 07:01:09 Login Succeeded 07:01:09 ---> docker-login.sh ends [Pipeline] } 07:01:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:01:09 ---> Running in 0bb44d987776 07:01:09 ---> Running in 2627d4ca8cd1 07:01:09 ---> Running in 398a1cb54703 07:01:09 ---> a756e6318fab 07:01:09 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:01:09 ---> 38bed6c93040 07:01:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] echo 07:01:09 ========================================================= 07:01:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:01:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:01:10 ---> Running in bc5ee6fc952f 07:01:10 ---> Running in 6a60864485e5 07:01:10 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:01:11 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 07:01:11 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 07:01:11 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 07:01:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:01:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:01:13 Sending build context to Docker daemon 166.1MB 07:01:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:01:13 Step 2/6 : FROM ${BASE} 07:01:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:01:13 5f621e34cdf4: Pulling fs layer 07:01:13 a4357932f1b6: Pulling fs layer 07:01:13 18c013af1878: Pulling fs layer 07:01:13 00ac8860ef70: Pulling fs layer 07:01:13 63d7cb157983: Pulling fs layer 07:01:13 b116817d02f9: Pulling fs layer 07:01:13 745a02a5169b: Pulling fs layer 07:01:13 00ac8860ef70: Waiting 07:01:13 63d7cb157983: Waiting 07:01:13 b116817d02f9: Waiting 07:01:13 745a02a5169b: Waiting 07:01:13 18c013af1878: Verifying Checksum 07:01:13 18c013af1878: Download complete 07:01:13 a4357932f1b6: Verifying Checksum 07:01:13 a4357932f1b6: Download complete 07:01:13 63d7cb157983: Verifying Checksum 07:01:13 63d7cb157983: Download complete 07:01:13 b116817d02f9: Verifying Checksum 07:01:13 b116817d02f9: Download complete 07:01:13 5f621e34cdf4: Verifying Checksum 07:01:13 5f621e34cdf4: Download complete 07:01:13 5f621e34cdf4: Pull complete 07:01:14 a4357932f1b6: Pull complete 07:01:14 18c013af1878: Pull complete 07:01:15 745a02a5169b: Verifying Checksum 07:01:15 745a02a5169b: Download complete 07:01:17 00ac8860ef70: Verifying Checksum 07:01:17 00ac8860ef70: Download complete 07:01:27 00ac8860ef70: Pull complete 07:01:27 63d7cb157983: Pull complete 07:01:27 b116817d02f9: Pull complete 07:01:31 745a02a5169b: Pull complete 07:01:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:01:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:01:31 ---> b7e6874047d6 07:01:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:01:35 ---> Running in 508d4b85ad2b 07:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:01:37 (1/12) Installing libmagic (5.38-r0) 07:01:37 (2/12) Installing file (5.38-r0) 07:01:37 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 07:01:37 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 07:01:37 (3/12) Installing libc-dev (0.7.2-r3) 07:01:37 (4/12) Installing g++ (9.3.0-r2) 07:01:38 Removing intermediate container bc5ee6fc952f 07:01:38 ---> dd31a5ed85a5 07:01:38 07:01:38 Step 10/22 : FROM alpine:3.12 07:01:38 3.12: Pulling from library/alpine 07:01:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:01:39 Status: Downloaded newer image for alpine:3.12 07:01:39 ---> 389fef711851 07:01:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:01:40 ---> Running in e17c3c98cab4 07:01:40 Removing intermediate container 398a1cb54703 07:01:40 ---> ee49f23d9307 07:01:40 07:01:40 Step 10/24 : FROM scratch 07:01:40 ---> 07:01:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:01:41 ---> Running in cbbf6bb86511 07:01:41 (5/12) Installing fortify-headers (1.1-r0) 07:01:41 (6/12) Installing patch (2.7.6-r6) 07:01:41 (7/12) Installing build-base (0.5-r2) 07:01:41 (8/12) Installing libsodium (1.0.18-r0) 07:01:41 Removing intermediate container cbbf6bb86511 07:01:41 ---> fa07c56e53aa 07:01:41 Step 12/24 : ENV APP_PORT=48060 07:01:41 (9/12) Installing pkgconf (1.7.2-r0) 07:01:41 (10/12) Installing libsodium-dev (1.0.18-r0) 07:01:41 (11/12) Installing libzmq (4.3.3-r0) 07:01:41 (12/12) Installing zeromq-dev (4.3.3-r0) 07:01:41 Executing busybox-1.31.1-r19.trigger 07:01:41 OK: 217 MiB in 51 packages 07:01:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:42 ---> Running in 39314e002c99 07:01:42 (1/5) Installing ca-certificates (20191127-r4) 07:01:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:01:42 (3/5) Installing libcurl (7.69.1-r3) 07:01:42 (4/5) Installing curl (7.69.1-r3) 07:01:42 (5/5) Installing dumb-init (1.2.2-r1) 07:01:42 Executing busybox-1.31.1-r19.trigger 07:01:42 Executing ca-certificates-20191127-r4.trigger 07:01:42 OK: 7 MiB in 19 packages 07:01:46 Removing intermediate container 39314e002c99 07:01:46 ---> 410c857e072e 07:01:46 Step 13/24 : EXPOSE $APP_PORT 07:01:46 ---> Running in 854bfea05682 07:01:46 Removing intermediate container 6a60864485e5 07:01:46 ---> 8394bac43ff7 07:01:46 07:01:46 Step 10/24 : FROM alpine:3.12 07:01:46 ---> 389fef711851 07:01:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:01:46 Removing intermediate container 2627d4ca8cd1 07:01:46 ---> 04202c88ad9c 07:01:46 07:01:46 Step 10/21 : FROM alpine:3.12 07:01:46 ---> 389fef711851 07:01:46 Step 11/21 : RUN apk add --update --no-cache curl 07:01:46 ---> Running in 2c98a609fa4b 07:01:46 ---> Running in 8fed949c1451 07:01:46 Removing intermediate container 854bfea05682 07:01:46 ---> 5202c1f10b12 07:01:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:01:46 Removing intermediate container 508d4b85ad2b 07:01:46 ---> b9bc2f6a918d 07:01:46 Step 4/6 : WORKDIR /edgex-go 07:01:46 ---> Running in c573559e4ed6 07:01:46 Removing intermediate container c573559e4ed6 07:01:46 ---> 1a9f19748fc0 07:01:46 Step 5/6 : COPY go.mod . 07:01:46 Removing intermediate container e17c3c98cab4 07:01:46 ---> 2c5780c0b325 07:01:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:01:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:47 ---> 810c56d9b31b 07:01:47 Step 6/6 : RUN go mod download 07:01:47 (1/4) Installing ca-certificates (20191127-r4) 07:01:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:01:47 (3/4) Installing libcurl (7.69.1-r3) 07:01:47 (4/4) Installing curl (7.69.1-r3) 07:01:47 Executing busybox-1.31.1-r19.trigger 07:01:47 Executing ca-certificates-20191127-r4.trigger 07:01:47 OK: 7 MiB in 18 packages 07:01:47 ---> Running in 419c7f7fea7e 07:01:48 ---> 51c701fca619 07:01:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:48 (1/5) Installing ca-certificates (20191127-r4) 07:01:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:01:48 (3/5) Installing libcurl (7.69.1-r3) 07:01:48 (4/5) Installing curl (7.69.1-r3) 07:01:48 (5/5) Installing dumb-init (1.2.2-r1) 07:01:48 Executing busybox-1.31.1-r19.trigger 07:01:48 Executing ca-certificates-20191127-r4.trigger 07:01:48 OK: 7 MiB in 19 packages 07:01:48 Removing intermediate container 0bb44d987776 07:01:48 ---> bddc19bb980c 07:01:48 07:01:48 Step 10/22 : FROM scratch 07:01:48 ---> 07:01:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:01:49 ---> Running in 65f574ee1ced 07:01:49 ---> Running in ba936f1d655e 07:01:49 ---> ee9291555d3e 07:01:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:01:49 Removing intermediate container 65f574ee1ced 07:01:49 ---> 382e6036f260 07:01:49 Step 13/22 : WORKDIR / 07:01:49 Removing intermediate container ba936f1d655e 07:01:49 ---> a6862a131ca2 07:01:49 Step 12/22 : ENV APP_PORT=48081 07:01:51 ---> Running in ebb5ae8a2121 07:01:51 ---> Running in 35d795c6f1bc 07:01:51 ---> 1770cfd21a4f 07:01:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:01:51 Removing intermediate container 8fed949c1451 07:01:51 ---> aebf478c08e2 07:01:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:01:51 Removing intermediate container 2c98a609fa4b 07:01:51 ---> a2e4c26c7683 07:01:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:01:51 ---> Running in 96d38e82c0b0 07:01:51 Removing intermediate container ebb5ae8a2121 07:01:51 ---> e9c9c5a8dd0a 07:01:51 Step 13/22 : EXPOSE $APP_PORT 07:01:51 ---> Running in d1ac7b19edf1 07:01:51 Removing intermediate container 35d795c6f1bc 07:01:51 ---> d3f826567778 07:01:51 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:01:51 ---> 7b5184340f58 07:01:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:01:51 ---> Running in 0f104878ba6e 07:01:51 Removing intermediate container d1ac7b19edf1 07:01:51 ---> 25b20256279f 07:01:51 Step 13/21 : WORKDIR /edgex 07:01:51 Removing intermediate container 96d38e82c0b0 07:01:51 ---> a889e3c722de 07:01:51 Step 13/24 : WORKDIR / 07:01:51 ---> Running in 5eca46f3eaf7 07:01:51 Removing intermediate container 0f104878ba6e 07:01:51 ---> 1178e15a3287 07:01:51 Step 14/22 : WORKDIR / 07:01:51 ---> Running in ac517db207b8 07:01:51 ---> fcade94322d3 07:01:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:01:52 ---> c96abac30719 07:01:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:01:52 ---> Running in 42f83e65d1dd 07:01:52 Removing intermediate container 5eca46f3eaf7 07:01:52 ---> e66dda98f41d 07:01:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:01:52 Removing intermediate container ac517db207b8 07:01:52 ---> aba2e0084d62 07:01:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:01:52 Removing intermediate container 42f83e65d1dd 07:01:52 ---> bee1ded9594d 07:01:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:01:52 ---> 93b5d205778a 07:01:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:01:52 ---> e015b010f533 07:01:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:01:52 ---> Running in e126581afc18 07:01:52 ---> cadc6d6921f9 07:01:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:01:53 ---> 7e4cb6312082 07:01:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:01:53 ---> 4277c06813a5 07:01:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:01:53 Removing intermediate container e126581afc18 07:01:53 ---> d3baf26fe011 07:01:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:01:53 ---> e3471e9d683d 07:01:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:01:53 ---> baad56d8a0e5 07:01:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:01:53 ---> Running in 23015fd49e46 07:01:53 ---> fa613a0a51fb 07:01:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:01:53 ---> 6f939668fe22 07:01:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:01:53 ---> f293d4b134d6 07:01:53 Step 18/22 : RUN chmod +x entrypoint.sh 07:01:53 Removing intermediate container 23015fd49e46 07:01:53 ---> 1d21dc5448d3 07:01:53 Step 22/24 : LABEL arch=x86_64 07:01:54 ---> Running in 7af35b00213c 07:01:54 ---> Running in dbb5d687b379 07:01:54 ---> 7be611043294 07:01:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:01:54 ---> 59898a509431 07:01:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:01:54 ---> 7e8b8989542c 07:01:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:01:54 ---> Running in bf950abbec03 07:01:54 Removing intermediate container dbb5d687b379 07:01:54 ---> 3f8bf446c804 07:01:54 Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:01:54 ---> Running in d6b861169f69 07:01:54 ---> Running in aecc1ee0b7b5 07:01:54 ---> 4c2b61106999 07:01:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:01:54 Removing intermediate container bf950abbec03 07:01:54 ---> 8581398fb6ae 07:01:54 Step 18/21 : CMD ["--init=true"] 07:01:55 ---> Running in 79548314b137 07:01:55 Removing intermediate container d6b861169f69 07:01:55 ---> 7b5bce145079 07:01:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:01:55 Removing intermediate container aecc1ee0b7b5 07:01:55 ---> d6683d9c65e6 07:01:55 Step 24/24 : LABEL version=0.0.0 07:01:55 ---> 63e7af6b6155 07:01:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:01:55 ---> Running in 153f847b2ad5 07:01:55 ---> Running in 4b758f858c82 07:01:55 Removing intermediate container 79548314b137 07:01:55 ---> 0ed0203caa0e 07:01:55 Step 19/21 : LABEL arch=x86_64 07:01:55 ---> Running in a647043999cc 07:01:55 ---> e40f49a83802 07:01:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:01:55 Removing intermediate container 153f847b2ad5 07:01:55 ---> 9c730474be3c 07:01:55 Step 20/22 : LABEL arch=x86_64 07:01:56 Removing intermediate container 4b758f858c82 07:01:56 ---> 15a52c1d6dd6 07:01:56 07:01:56 Removing intermediate container 7af35b00213c 07:01:56 ---> 4e2c5d32bcae 07:01:56 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:01:56 ---> Running in 14e1c5472300 07:01:56 ---> Running in c0ce43d0064d 07:01:56 Successfully built 15a52c1d6dd6 07:01:56 ---> Running in 495c611b7efa 07:01:56 Successfully tagged docker-support-notifications-go:latest 07:01:56  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 07:01:56 Removing intermediate container a647043999cc 07:01:56 ---> ee64d899f06a 07:01:56 Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:01:56 ---> Running in a4e44cf5f937 07:01:56 Removing intermediate container c0ce43d0064d 07:01:56 ---> dc867f0a8d74 07:01:56 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:01:56 Removing intermediate container 495c611b7efa 07:01:56 ---> e39ff53e0adb 07:01:56 Step 20/22 : LABEL arch=x86_64 07:01:56 ---> Running in 659099c4dc61 07:01:56 ---> Running in 3766bcec90f0 07:01:57 Removing intermediate container a4e44cf5f937 07:01:57 ---> d1623bee7f61 07:01:57 Step 21/21 : LABEL version=0.0.0 07:01:57 ---> Running in df2a887c703a 07:01:58 Removing intermediate container 659099c4dc61 07:01:58 ---> f65e08411239 07:01:58 Step 22/22 : LABEL version=0.0.0 07:01:58 Removing intermediate container 3766bcec90f0 07:01:58 ---> e07faba6eec0 07:01:58 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:02:00 ---> Running in b1b07353f9fe 07:02:00 ---> Running in c2a42b907720 07:02:00 Removing intermediate container df2a887c703a 07:02:00 ---> 66436a7fb6a6 07:02:00 07:02:00 Successfully built 66436a7fb6a6 07:02:00 Removing intermediate container 14e1c5472300 07:02:00 ---> cd423b448763 07:02:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:02:01 Successfully tagged docker-security-proxy-setup-go:latest 07:02:01  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 07:02:02 Removing intermediate container b1b07353f9fe 07:02:02 ---> 6f78b69cd2d8 07:02:02 Step 22/22 : LABEL version=0.0.0 07:02:02 Removing intermediate container c2a42b907720 07:02:02 ---> 63d546c71534 07:02:02 07:02:02 ---> Running in 1c1d8464c896 07:02:02 Successfully built 63d546c71534 07:02:02 Successfully tagged docker-core-metadata-go:latest 07:02:02 Building docker-core-data-go 07:02:02  Building docker-core-metadata-go ... done  ---> Running in 9fc988538bb9 07:02:07 Removing intermediate container 1c1d8464c896 07:02:07 ---> 90cec15e8221 07:02:07 Step 22/24 : LABEL arch=x86_64 07:02:09 Removing intermediate container 9fc988538bb9 07:02:09 ---> ec483855c4a0 07:02:09 07:02:09 ---> Running in 40f55cc9c1e0 07:02:09 Successfully built ec483855c4a0 07:02:09 Successfully tagged docker-security-bootstrap-redis-go:latest 07:02:09  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 07:02:09 Removing intermediate container 40f55cc9c1e0 07:02:09 ---> 22f740916fc2 07:02:09 Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:02:09 ---> Running in 03a68ddddfbf 07:02:14 Removing intermediate container 419c7f7fea7e 07:02:14 ---> e9a2fdddb5a5 07:02:14 Successfully built e9a2fdddb5a5 07:02:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:02:14 + docker inspect -f . ci-base-image-arm64 07:02:14 . [Pipeline] withDockerContainer 07:02:14 prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container 07:02:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:02:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:02:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:02:16 ---> 97c5952a24a3 07:02:16 Step 3/21 : WORKDIR /edgex-go 07:02:16 ---> Using cache 07:02:16 ---> f4f66d0f177a 07:02:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:16 ---> Using cache 07:02:16 ---> d9bd2bd573a6 07:02:16 Step 5/21 : RUN apk add --update --no-cache make git 07:02:16 ---> Using cache 07:02:16 ---> a49c95531236 07:02:16 Step 6/21 : COPY go.mod . 07:02:16 ---> Using cache 07:02:16 ---> ceb81405ac9f 07:02:16 Step 7/21 : RUN go mod download 07:02:16 ---> Using cache 07:02:16 ---> f16df7e29e3b 07:02:16 Step 8/21 : COPY . . 07:02:16 ---> Using cache 07:02:16 ---> 38bed6c93040 07:02:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:02:16 $ docker top 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 -eo pid,comm 07:02:16 Removing intermediate container 03a68ddddfbf 07:02:16 ---> d005d8cd30ca 07:02:16 Step 24/24 : LABEL version=0.0.0 07:02:16 ---> Running in a28968ba90f1 [Pipeline] { [Pipeline] sh 07:02:17 ---> Running in 1de449f63390 07:02:17 + go version 07:02:17 go version go1.15.5 linux/arm64 [Pipeline] } 07:02:17 $ docker stop --time=1 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 07:02:19 Removing intermediate container 1de449f63390 07:02:19 ---> 1657831fa69a 07:02:19 07:02:19 Successfully built 1657831fa69a 07:02:19 Successfully tagged docker-security-secretstore-setup-go:latest 07:02:19 $ docker rm -f 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 07:02:19  Building docker-security-secretstore-setup-go ... done 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:20 + docker inspect -f . ci-base-image-arm64 07:02:20 . [Pipeline] withDockerContainer 07:02:21 prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container 07:02:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:02:22 $ docker top cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 -eo pid,comm [Pipeline] { [Pipeline] echo 07:02:22 ========================================================= 07:02:22 [edgeXBuildGoParallel] Running Tests and Build... 07:02:22 ========================================================= [Pipeline] sh 07:02:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:02:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:02:23 ---> 97c5952a24a3 07:02:23 Step 3/22 : WORKDIR /edgex-go 07:02:23 ---> Using cache 07:02:23 ---> f4f66d0f177a 07:02:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:23 ---> Using cache 07:02:23 ---> d9bd2bd573a6 07:02:23 Step 5/22 : RUN apk add --update --no-cache make git 07:02:23 ---> Using cache 07:02:23 ---> a49c95531236 07:02:23 Step 6/22 : COPY go.mod . 07:02:23 ---> Using cache 07:02:23 ---> ceb81405ac9f 07:02:23 Step 7/22 : RUN go mod download 07:02:23 ---> Using cache 07:02:23 ---> f16df7e29e3b 07:02:23 Step 8/22 : COPY . . 07:02:23 ---> Using cache 07:02:23 ---> 38bed6c93040 07:02:23 Step 9/22 : RUN make cmd/core-command/core-command 07:02:23 + make test 07:02:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:02:24 ---> Running in d596825e416b 07:02: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 07:02:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:02:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:02:29 ---> 97c5952a24a3 07:02:29 Step 3/23 : WORKDIR /edgex-go 07:02:29 ---> Using cache 07:02:29 ---> f4f66d0f177a 07:02:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:29 ---> Using cache 07:02:29 ---> d9bd2bd573a6 07:02:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:02:30 ---> Running in ec0043161abc 07:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:02:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:02:32 ---> 97c5952a24a3 07:02:32 Step 3/26 : WORKDIR /edgex-go 07:02:32 ---> Using cache 07:02:32 ---> f4f66d0f177a 07:02:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:32 ---> Using cache 07:02:32 ---> d9bd2bd573a6 07:02:32 Step 5/26 : RUN apk add --update --no-cache make bash git 07:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:33 OK: 233 MiB in 51 packages 07:02:33 ---> Running in 80c86fe9884d 07:02:33 Removing intermediate container ec0043161abc 07:02:33 ---> 87865f0511a6 07:02:33 Step 6/23 : COPY go.mod . 07:02:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:34 ---> eeb31de90c5c 07:02:34 Step 7/23 : RUN go mod download 07:02:34 ---> Running in 2d1daa6fad12 07:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:35 OK: 233 MiB in 51 packages 07:02:35 Removing intermediate container 80c86fe9884d 07:02:35 ---> 42dab6fdded2 07:02:35 Step 6/26 : COPY go.mod . 07:02:36 Removing intermediate container 2d1daa6fad12 07:02:36 ---> f4832fd52a8e 07:02:36 Step 8/23 : COPY . . 07:02:36 ---> 58f4f1e56d01 07:02:36 Step 7/26 : RUN go mod download 07:02:36 ---> Running in 6ea157f3cc12 07:02:45 ? github.com/edgexfoundry/edgex-go [no test files] 07:02:48 Removing intermediate container 6ea157f3cc12 07:02:48 ---> 3c9656edd663 07:02:48 Step 8/26 : COPY . . 07:02:53 Removing intermediate container a28968ba90f1 07:02:53 ---> af947296c8d7 07:02:53 07:02:53 Step 10/21 : FROM scratch 07:02:53 ---> 07:02:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:02:55 ---> Using cache 07:02:55 ---> a6862a131ca2 07:02:55 Step 12/21 : ENV APP_PORT=48085 07:02:55 ---> Running in dd21e457c873 07:02:56 ---> 70488fa107a1 07:02:56 Step 9/23 : RUN make cmd/core-data/core-data 07:02:57 Removing intermediate container dd21e457c873 07:02:57 ---> ff118af17c91 07:02:57 Step 13/21 : EXPOSE $APP_PORT 07:02:58 ---> Running in 3148d9da30a3 07:02:59 ---> Running in 6a337bbdbcb5 07:03:01 Removing intermediate container d596825e416b 07:03:01 ---> 85958245c095 07:03:01 07:03:01 Step 10/22 : FROM scratch 07:03:01 ---> 07:03:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:03:01 Removing intermediate container 6a337bbdbcb5 07:03:01 ---> 5da4b83a1012 07:03:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:03:02 ---> Using cache 07:03:02 ---> a6862a131ca2 07:03:02 Step 12/22 : ENV APP_PORT=48082 07:03: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 07:03:03 ---> Running in 23dde9f7de58 07:03:03 ---> 91fb8352d332 07:03:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:03:04 Removing intermediate container 23dde9f7de58 07:03:04 ---> 2b88162a1f55 07:03:04 Step 13/22 : EXPOSE $APP_PORT 07:03:06 ---> b6dc7372050f 07:03:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:03:06 ---> Running in ec8148a7584c 07:03:07 ---> 10e21576e682 07:03:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:03:07 ---> Running in fb374e2a0f49 07:03:07 ---> 818f8f22d7af 07:03:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:03:07 Removing intermediate container ec8148a7584c 07:03:07 ---> 6efd9bc03863 07:03:07 Step 14/22 : WORKDIR / 07:03:07 ---> Running in 0050e69a86a0 07:03:07 ---> Running in 63a78af5e709 07:03:08 Removing intermediate container 63a78af5e709 07:03:08 ---> 89a05479a84a 07:03:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:08 Removing intermediate container 0050e69a86a0 07:03:08 ---> 14a0fca4f786 07:03:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:03:08 ---> Running in bb55398778bf 07:03:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:03:08 Removing intermediate container bb55398778bf 07:03:08 ---> 5e20a0c6c891 07:03:08 Step 19/21 : LABEL arch=x86_64 07:03:08 ---> 72c7329bfc0f 07:03:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:03:08 ---> Running in fc4262f649af 07:03:09 Removing intermediate container fc4262f649af 07:03:09 ---> a7b60b6aa920 07:03:09 Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:03:09 ---> Running in 9b71aee5ee6b 07:03:09 ---> d2c25e0a28a7 07:03:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:03:09 Removing intermediate container 9b71aee5ee6b 07:03:09 ---> 2e83d9995a7d 07:03:09 Step 21/21 : LABEL version=0.0.0 07:03:09 ---> Running in 9029762bf113 07:03:10 ---> dae7c561d9f6 07:03:10 Step 18/22 : ENTRYPOINT ["/core-command"] 07:03:10 ---> Running in bc61d21d78cc 07:03:10 Removing intermediate container 9029762bf113 07:03:10 ---> 2571f4782623 07:03:10 07:03:10 Removing intermediate container bc61d21d78cc 07:03:10 ---> 77c628da4209 07:03:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:10 Successfully built 2571f4782623 07:03:10 Successfully tagged docker-support-scheduler-go:latest 07:03:10  Building docker-support-scheduler-go ... done  ---> Running in d1fa6f697837 07:03:10 Removing intermediate container d1fa6f697837 07:03:10 ---> d9545574774c 07:03:10 Step 20/22 : LABEL arch=x86_64 07:03:10 ---> Running in d11368038564 07:03:11 Removing intermediate container d11368038564 07:03:11 ---> bb0db9e90943 07:03:11 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:03:11 ---> Running in 1f55da123ba8 07:03:11 Removing intermediate container 1f55da123ba8 07:03:11 ---> c7b7d42848e0 07:03:11 Step 22/22 : LABEL version=0.0.0 07:03:11 ---> Running in 9810e5d0c948 07:03:13 Removing intermediate container 9810e5d0c948 07:03:13 ---> 7967c861140c 07:03:13 07:03:13 Successfully built 7967c861140c 07:03:13 Successfully tagged docker-core-command-go:latest 07:03:25  Building docker-core-command-go ... done Removing intermediate container fb374e2a0f49 07:03:25 ---> bbe80f589ae1 07:03:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:03:25 Removing intermediate container 3148d9da30a3 07:03:25 ---> 55004a866ec2 07:03:25 07:03:25 Step 10/23 : FROM alpine:3.12 07:03:25 ---> 389fef711851 07:03:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:03:25 ---> Running in c96fe7f22c83 07:03:25 ---> Running in a2cca80868cb 07:03:25 Removing intermediate container a2cca80868cb 07:03:25 ---> 7183628086a8 07:03:25 Step 12/23 : ENV APP_PORT=48080 07:03:25 ---> Running in 65a8d94942f8 07:03:25 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 07:03:25 Removing intermediate container 65a8d94942f8 07:03:25 ---> d52a3c0cd5f8 07:03:25 Step 13/23 : EXPOSE $APP_PORT 07:03:26 ---> Running in 7972849c6ea3 07:03:26 Removing intermediate container 7972849c6ea3 07:03:26 ---> 774cf32a2034 07:03:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:26 ---> Running in e11546926de1 07:03:27 Removing intermediate container c96fe7f22c83 07:03:27 ---> 2b15ae9d7d3f 07:03:27 07:03:27 Step 11/26 : FROM docker:20.10.0 07:03:27 20.10.0: Pulling from library/docker 07:03:27 Removing intermediate container e11546926de1 07:03:27 ---> 0f9cb247c174 07:03:27 Step 15/23 : RUN apk add --update --no-cache zeromq 07:03:27 ---> Running in 3f38d61121d6 07:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:03:29 (1/5) Installing libgcc (9.3.0-r2) 07:03:29 (2/5) Installing libsodium (1.0.18-r0) 07:03:29 (3/5) Installing libstdc++ (9.3.0-r2) 07:03:30 (4/5) Installing libzmq (4.3.3-r0) 07:03:31 (5/5) Installing zeromq (4.3.3-r0) 07:03:31 Executing busybox-1.31.1-r19.trigger 07:03:32 OK: 8 MiB in 19 packages 07:03:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:03:32 Status: Downloaded newer image for docker:20.10.0 07:03:32 ---> aefe523efa57 07:03:32 Step 12/26 : RUN apk add --no-cache bash 07:03:32 Removing intermediate container 3f38d61121d6 07:03:32 ---> cacd5e7223c1 07:03:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:03:32 ---> Running in 484d26e894d5 07:03:32 ---> 9efa7a691982 07:03:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:03:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:03:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:03:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:03:33 (1/2) Installing readline (8.0.4-r0) 07:03:33 (2/2) Installing bash (5.0.17-r0) 07:03:33 Executing bash-5.0.17-r0.post-install 07:03:33 Executing busybox-1.31.1-r19.trigger 07:03:33 OK: 12 MiB in 22 packages 07:03:33 ---> a52e234c0374 07:03:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:03:34 ---> 0e1c812f7ab8 07:03:34 Step 19/23 : ENTRYPOINT ["/core-data"] 07:03:34 ---> Running in 098da14815d8 07:03:34 Removing intermediate container 484d26e894d5 07:03:34 ---> e6d213640f6b 07:03:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:03:34 ---> Running in 7778fe00529f 07:03:34 Removing intermediate container 098da14815d8 07:03:34 ---> 1daeb844387f 07:03:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:34 ---> Running in 19f29eeedad6 07:03:34 Removing intermediate container 7778fe00529f 07:03:34 ---> 85d4565658a6 07:03:34 Step 14/26 : ENV APP_PORT=48090 07:03:34 ---> Running in 880b3f30f74a 07:03:34 Removing intermediate container 19f29eeedad6 07:03:34 ---> 4f2c30c59d74 07:03:34 Step 21/23 : LABEL arch=x86_64 07:03:34 Removing intermediate container 880b3f30f74a 07:03:34 ---> 0f2cc4b3b070 07:03:34 Step 15/26 : EXPOSE $APP_PORT 07:03:34 ---> Running in cb495ec7174a 07:03:34 ---> Running in 70c4fb6a2220 07:03:35 Removing intermediate container cb495ec7174a 07:03:35 ---> 48791d496203 07:03:35 Step 22/23 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:03:35 Removing intermediate container 70c4fb6a2220 07:03:35 ---> a4197adf85e7 07:03:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:03:35 ---> Running in 54f272f21377 07:03:35 Removing intermediate container 54f272f21377 07:03:35 ---> 84f9367aeae8 07:03:35 Step 23/23 : LABEL version=0.0.0 07:03:35 ---> Running in eb7bec32fe94 07:03:35 ---> 879147af0e5f 07:03:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:03:35 Removing intermediate container eb7bec32fe94 07:03:35 ---> dd2f1bdfe3b1 07:03:35 07:03:35 Successfully built dd2f1bdfe3b1 07:03:35 Successfully tagged docker-core-data-go:latest 07:03:35  Building docker-core-data-go ... done  ---> fd54487f9438 07:03:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:03:36 ---> 23047a011910 07:03:36 Step 19/26 : RUN apk --no-cache add py3-pip 07:03:36 ---> Running in 1b2341590ade 07:03:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:03:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:03:36 (1/33) Installing libbz2 (1.0.8-r1) 07:03:36 (2/33) Installing expat (2.2.9-r1) 07:03:36 (3/33) Installing libffi (3.3-r2) 07:03:36 (4/33) Installing gdbm (1.13-r1) 07:03:36 (5/33) Installing xz-libs (5.2.5-r0) 07:03:36 (6/33) Installing sqlite-libs (3.32.1-r0) 07:03:36 (7/33) Installing python3 (3.8.5-r0) 07:03:37 (8/33) Installing py3-appdirs (1.4.4-r1) 07:03:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:03:37 (10/33) Installing py3-parsing (2.4.7-r0) 07:03:37 (11/33) Installing py3-six (1.15.0-r0) 07:03:37 (12/33) Installing py3-packaging (20.4-r0) 07:03:37 (13/33) Installing py3-setuptools (47.0.0-r0) 07:03:37 (14/33) Installing py3-chardet (3.0.4-r4) 07:03:37 (15/33) Installing py3-idna (2.9-r0) 07:03:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:03:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:03:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:03:38 (18/33) Installing py3-requests (2.23.0-r0) 07:03:38 (19/33) Installing py3-msgpack (1.0.0-r0) 07:03:38 (20/33) Installing py3-lockfile (0.12.2-r3) 07:03:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:03:38 (22/33) Installing py3-colorama (0.4.3-r0) 07:03:38 (23/33) Installing py3-distlib (0.3.0-r0) 07:03:38 (24/33) Installing py3-distro (1.5.0-r1) 07:03:38 (25/33) Installing py3-webencodings (0.5.1-r3) 07:03:38 (26/33) Installing py3-html5lib (1.0.1-r4) 07:03:38 (27/33) Installing py3-pytoml (0.1.21-r0) 07:03:38 (28/33) Installing py3-pep517 (0.8.2-r0) 07:03:38 (29/33) Installing py3-progress (1.5-r0) 07:03:38 (30/33) Installing py3-toml (0.10.1-r0) 07:03:38 (31/33) Installing py3-retrying (1.3.3-r0) 07:03:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:03:38 (33/33) Installing py3-pip (20.1.1-r0) 07:03:38 Executing busybox-1.31.1-r19.trigger 07:03:38 OK: 71 MiB in 55 packages 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:03:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:03:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:03:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:03:48 Removing intermediate container 1b2341590ade 07:03:48 ---> e59192580df9 07:03:48 Step 20/26 : RUN pip install docker-compose==1.23.2 07:03:48 ---> Running in 12084542da32 07:03:48 Collecting docker-compose==1.23.2 07:03:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:03:48 Collecting cached-property<2,>=1.2.0 07:03:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:03:48 Collecting docker<4.0,>=3.6.0 07:03:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:03:49 Collecting websocket-client<1.0,>=0.32.0 07:03:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:03:49 Collecting texttable<0.10,>=0.9.0 07:03:49 Downloading texttable-0.9.1.tar.gz (11 kB) 07:03:49 Collecting dockerpty<0.5,>=0.4.1 07:03:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:03:50 Collecting jsonschema<3,>=2.5.1 07:03:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:03:50 Collecting PyYAML<4,>=3.10 07:03:50 Downloading PyYAML-3.13.tar.gz (270 kB) 07:03:51 Collecting docopt<0.7,>=0.6.1 07:03:51 Downloading docopt-0.6.2.tar.gz (25 kB) 07:03:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:03:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:03:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:03:52 Collecting docker-pycreds>=0.4.0 07:03:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:03:52 Collecting idna<2.8,>=2.5 07:03:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:03:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:03:52 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) 07:03:52 Collecting urllib3<1.25,>=1.21.1 07:03:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:03:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:03:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:03:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:03:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:03:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:03:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:03:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:03:52 Installing collected packages: cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, jsonschema, PyYAML, docopt, docker-compose 07:03:52 Attempting uninstall: idna 07:03:52 Found existing installation: idna 2.9 07:03:52 Uninstalling idna-2.9: 07:03:52 Successfully uninstalled idna-2.9 07:03:52 Attempting uninstall: urllib3 07:03:52 Found existing installation: urllib3 1.25.9 07:03:52 Uninstalling urllib3-1.25.9: 07:03:52 Successfully uninstalled urllib3-1.25.9 07:03:53 Attempting uninstall: requests 07:03:53 Found existing installation: requests 2.23.0 07:03:53 Uninstalling requests-2.23.0: 07:03:53 Successfully uninstalled requests-2.23.0 07:03:53 Running setup.py install for texttable: started 07:03:54 Running setup.py install for texttable: finished with status 'done' 07:03:54 Running setup.py install for dockerpty: started 07:03:54 Running setup.py install for dockerpty: finished with status 'done' 07:03:54 Running setup.py install for PyYAML: started 07:03:55 Running setup.py install for PyYAML: finished with status 'done' 07:03:55 Running setup.py install for docopt: started 07:03:55 Running setup.py install for docopt: finished with status 'done' 07:03:55 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements 07:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:03:59 Removing intermediate container 12084542da32 07:03:59 ---> d204603b0b60 07:03:59 Step 21/26 : RUN apk --no-cache add curl 07:03:59 ---> Running in 6395a74ed8b6 07:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:03:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:03:59 (2/3) Installing libcurl (7.69.1-r3) 07:03:59 (3/3) Installing curl (7.69.1-r3) 07:03:59 Executing busybox-1.31.1-r19.trigger 07:04:00 OK: 72 MiB in 58 packages 07:04:00 Removing intermediate container 6395a74ed8b6 07:04:00 ---> 662049e4b680 07:04:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:04:00 ---> Running in 85abbf7cc224 07:04:00 Removing intermediate container 85abbf7cc224 07:04:00 ---> 6c729de0d0a4 07:04:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:04:00 ---> Running in 7ffc850af786 07:04:00 Removing intermediate container 7ffc850af786 07:04:00 ---> e38929955aa2 07:04:00 Step 24/26 : LABEL arch=x86_64 07:04:00 ---> Running in c09dc0e60a57 07:04:01 Removing intermediate container c09dc0e60a57 07:04:01 ---> d0ff3cf0df97 07:04:01 Step 25/26 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:04:01 ---> Running in 65c4d9c6f793 07:04:01 Removing intermediate container 65c4d9c6f793 07:04:01 ---> b18b6bd3f57a 07:04:01 Step 26/26 : LABEL version=0.0.0 07:04:01 ---> Running in 92b7d4441294 07:04:01 Removing intermediate container 92b7d4441294 07:04:01 ---> 8e1e8e36bc72 07:04:01 07:04:01 Successfully built 8e1e8e36bc72 07:04:01 Successfully tagged docker-sys-mgmt-agent-go:latest 07:04:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:04:01 $ docker stop --time=1 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a 07:04:03 $ docker rm -f 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a [Pipeline] // withDockerContainer [Pipeline] sh 07:04:04 + docker images 07:04:04 + grep docker 07:04:04 docker-sys-mgmt-agent-go latest 8e1e8e36bc72 2 seconds ago 313MB 07:04:04 docker-core-data-go latest dd2f1bdfe3b1 28 seconds ago 22.3MB 07:04:04 docker-core-command-go latest 7967c861140c 51 seconds ago 10.6MB 07:04:04 docker-support-scheduler-go latest 2571f4782623 53 seconds ago 10.7MB 07:04:04 docker-security-secretstore-setup-go latest 1657831fa69a About a minute ago 24.6MB 07:04:04 docker-security-bootstrap-redis-go latest ec483855c4a0 About a minute ago 15.8MB 07:04:04 docker-core-metadata-go latest 63d546c71534 2 minutes ago 13.1MB 07:04:04 docker-security-proxy-setup-go latest 66436a7fb6a6 2 minutes ago 24.4MB 07:04:04 docker-support-notifications-go latest 15a52c1d6dd6 2 minutes ago 12MB 07:04:04 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 07:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 66.7% of statements 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 82.3% of statements 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] node 07:04:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.085s coverage: 28.6% of statements 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:04:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:04:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:04:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.282s coverage: 86.7% of statements 07:04:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:04:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements 07:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:04:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements 07:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:04:19 Still waiting to schedule task 07:04:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.320s coverage: 92.8% of statements 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements 07:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 07:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 07:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.272s coverage: 91.4% of statements 07:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 63.5% of statements 07:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements 07:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 07:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements 07:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 07:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 07:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.886s coverage: 68.9% of statements 07:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:04:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 37.0% of statements 07:04:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:04:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:04:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.768s coverage: 84.0% of statements 07:04:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements 07:04:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:04:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:04:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 07:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:04:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 07:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:04:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 07:04:48 GO111MODULE=on go vet ./... 07:05:05 Running on prd-ubuntu18.04-docker-8c-8g-21880 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { [Pipeline] ws 07:05:05 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:05:07 using credential edgex-jenkins-ssh 07:05:07 Cloning the remote Git repository 07:05:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:05:07 > git init /w/workspace/edgex-go/2 # timeout=10 07:05:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:05:08 > git --version # timeout=10 07:05:08 > git --version # 'git version 2.17.1' 07:05:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:14 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:05:14 Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:05:14 Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) 07:05:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:05:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:05:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:05:13 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:14 > git config core.sparsecheckout # timeout=10 07:05:14 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 07:05:14 > git remote # timeout=10 07:05:14 > git config --get remote.origin.url # timeout=10 07:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:14 > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 07:05:14 > git rev-parse HEAD^{commit} # timeout=10 07:05:14 > git config core.sparsecheckout # timeout=10 07:05:14 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 07:05:17 Commit message: "refactor(meta): Refactor device update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:05:19 + echo snap-build.sh 07:05:19 snap-build.sh 07:05:19 + SNAP_BASE_DIR=. 07:05:19 + '[' '!' -z /w/workspace/edgex-go/2 ']' 07:05:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 07:05:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 07:05:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 07:05:19 + cd /w/workspace/edgex-go/2 07:05:19 + sudo apt-get remove -qy --purge lxd lxd-client 07:05:19 Reading package lists... 07:05:19 Building dependency tree... 07:05:19 Reading state information... 07:05:19 The following packages were automatically installed and are no longer required: 07:05:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:05:19 uidmap xdelta3 07:05:19 Use 'sudo apt autoremove' to remove them. 07:05:19 The following packages will be REMOVED: 07:05:19 lxd* lxd-client* 07:05:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:05:19 After this operation, 31.7 MB disk space will be freed. 07:05:20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 07:05:20 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:05:21 Removing lxd dnsmasq configuration 07:05:21 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:05:21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:05:22 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:05:23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 07:05:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:05:24 Processing triggers for systemd (237-3ubuntu10.42) ... 07:05:24 Processing triggers for ureadahead (0.100.0-21) ... 07:05:25 + sudo snap remove --purge lxd 07:05:25 snap "lxd" is not installed 07:05:25 + sudo groupadd --force --system lxd 07:05:25 ++ whoami 07:05:25 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:05:25 + newgrp - lxd 07:05:25 + sudo snap install lxd 07:05:34 2021-01-21T07:05:31Z INFO Waiting for automatic snapd restart... 07:05:52 lxd 4.10 from Canonical* installed 07:05:52 + sudo lxd init --auto 07:05:56 gofmt -l . 07:05:56 [ "`gofmt -l .`" = "" ] 07:05:56 ./bin/test-go-mod-tidy.sh 07:05:57 ./bin/test-attribution-txt.sh [Pipeline] sh 07:05:58 + sudo snap install --classic snapcraft 07:05:59 + ls -al . 07:05:59 total 684 07:05:59 drwxrwxr-x 9 1001 1001 4096 Jan 21 07:05 . 07:05:59 drwxr-xr-x 4 root root 4096 Jan 21 07:02 .. 07:05:59 -rw-rw-r-- 1 1001 1001 11 Jan 21 07:00 .dockerignore 07:05:59 drwxrwxr-x 8 1001 1001 4096 Jan 21 07:00 .git 07:05:59 drwxrwxr-x 3 1001 1001 4096 Jan 21 07:00 .github 07:05:59 -rw-rw-r-- 1 1001 1001 824 Jan 21 07:00 .gitignore 07:05:59 -rw-rw-r-- 1 1001 1001 166 Jan 21 07:00 .sonarcloud.properties 07:05:59 -rw-rw-r-- 1 1001 1001 7759 Jan 21 07:00 Attribution.txt 07:05:59 -rw-rw-r-- 1 1001 1001 3804 Jan 21 07:00 CONTRIBUTING.md 07:05:59 -rw-rw-r-- 1 1001 1001 931 Jan 21 07:00 Dockerfile.build 07:05:59 -rw-rw-r-- 1 1001 1001 863 Jan 21 07:00 Jenkinsfile 07:05:59 -rw-rw-r-- 1 1001 1001 10775 Jan 21 07:00 LICENSE 07:05:59 -rw-rw-r-- 1 1001 1001 5750 Jan 21 07:00 Makefile 07:05:59 -rw-rw-r-- 1 1001 1001 6524 Jan 21 07:00 README.md 07:05:59 -rw-rw-r-- 1 1001 1001 6744 Jan 21 07:00 SECURITY.md 07:05:59 -rw-rw-r-- 1 1001 1001 5 Jan 21 06:56 VERSION 07:05:59 -rw-rw-r-- 1 1001 1001 4131 Jan 21 07:00 ZMQWindows.md 07:05:59 drwxrwxr-x 2 1001 1001 4096 Jan 21 07:00 bin 07:05:59 drwxrwxr-x 14 1001 1001 4096 Jan 21 07:00 cmd 07:05:59 -rw-r--r-- 1 root root 551534 Jan 21 07:04 coverage.out 07:05:59 -rw-r--r-- 1 root root 1027 Jan 21 07:05 go.mod 07:05:59 -rw-r--r-- 1 root root 18725 Jan 21 07:05 go.sum 07:05:59 drwxrwxr-x 8 1001 1001 4096 Jan 21 07:00 internal 07:05:59 drwxrwxr-x 4 1001 1001 4096 Jan 21 07:00 openapi 07:05:59 drwxrwxr-x 4 1001 1001 4096 Jan 21 07:00 snap 07:05:59 -rw-rw-r-- 1 1001 1001 168 Jan 21 07:00 version.go [Pipeline] sh 07:05:59 + '[' -e coverage.out ] 07:05:59 + chown 1001:1001 coverage.out [Pipeline] stash 07:05:59 Warning: overwriting stash ‘coverage-report’ 07:06:01 Stashed 1 file(s) [Pipeline] sh 07:06:02 + make build 07:06: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 07:06:07 snapcraft 4.4.4 from Canonical* installed 07:06:07 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:06:07 + patch --verbose -p1 07:06:07 Hmm... Looks like a unified diff to me... 07:06:07 The text leading up to this was: 07:06:07 -------------------------- 07:06:07 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:06:07 |From: Tony Espy 07:06:07 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:06:07 |Subject: [PATCH] optimize snap build for pipeline CI check 07:06:07 | 07:06:07 |This patch is used by the EdgeX CI pipeline builds to 07:06:07 |optimize the snap CI check run for pull requests. When 07:06:07 |applied, it essentially strips out everything (apps and 07:06:07 |parts) from the snapcraft.yaml file except those required 07:06:07 |to build edgex-go, as the whole idea of the CI check is to 07:06:07 |catch changes to edgex-go that break the snap build. 07:06:07 | 07:06:07 |In general, anyone updating snapcraft.yaml will also need 07:06:07 |to update this patch file, otherwise it may fail to apply, 07:06:07 |resulting in a failed snap build CI check in the associated 07:06:07 |pull request. 07:06:07 | 07:06:07 |Note - in addition to applying this patch, the pipeline also 07:06:07 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:06:07 |need to build the finally binary .snap file (and it won't 07:06:07 |work with the patch applied). This further reduces the build 07:06:07 |time. 07:06:07 |--- 07:06:07 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:06:07 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:06:07 | 07:06:07 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:06:07 |index 1e537489..faf42425 100644 07:06:07 |--- a/snap/snapcraft.yaml 07:06:07 |+++ b/snap/snapcraft.yaml 07:06:07 -------------------------- 07:06:07 patching file snap/snapcraft.yaml 07:06:07 Using Plan A... 07:06:07 Hunk #1 succeeded at 73. 07:06:07 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:06:07 Hunk #3 succeeded at 214 (offset -1 lines). 07:06:07 Hunk #4 succeeded at 222 (offset -1 lines). 07:06:07 Hunk #5 succeeded at 229 (offset -1 lines). 07:06:07 Hunk #6 succeeded at 256 (offset -1 lines). 07:06:07 Hunk #7 succeeded at 290 (offset -1 lines). 07:06:07 Hunk #8 succeeded at 342. 07:06:07 Hmm... Ignoring the trailing garbage. 07:06:07 done 07:06:07 + sudo snapcraft prime --use-lxd 07:06:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:06:07 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:06:07 - README.md 07:06:07 - snapcraft.yaml.orig 07:06:07 07:06:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:06:08 Launching a container. 07:06:12 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 07:06:20 Waiting for container to be ready 07:06:20 To start your first instance, try: lxc launch ubuntu:18.04 07:06:20 07:06:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:06:23 Waiting for network to be ready... 07:06:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:06:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 07:06:24 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:06:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 07:06:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:06:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:06:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:06:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:06:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 07:06:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 07:06:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:06:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:06:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:06:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:06:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:06:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:06:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:06:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:06:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:06:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 07:06:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 07:06:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 07:06:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:06:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 07:06:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 07:06:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 07:06:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 07:06:28 Fetched 23.8 MB in 4s (5766 kB/s) 07:06:29 Reading package lists... 07:06:29 Reading package lists... 07:06:29 Building dependency tree... 07:06:29 Reading state information... 07:06:29 The following additional packages will be installed: 07:06:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:06:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:06:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:06:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:06:29 Suggested packages: 07:06:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:06:29 Recommended packages: 07:06:29 gnupg libsasl2-modules 07:06:29 The following NEW packages will be installed: 07:06:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:06:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:06:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:06:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:06:29 The following packages will be upgraded: 07:06:29 gpg gpg-agent gpgconf libudev1 07:06:29 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 07:06:29 Need to get 3533 kB of archives. 07:06:29 After this operation, 13.3 MB of additional disk space will be used. 07:06:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:06:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:06:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:06:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:06:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:06:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:06:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:06:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:06:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:06:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:06:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:06:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:06:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:06:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:06:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:06:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:06:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:06:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:06:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:06:30 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:06:30 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:06:30 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:06:30 debconf: delaying package configuration, since apt-utils is not installed 07:06:30 Fetched 3533 kB in 1s (3174 kB/s) 07:06:30 (Reading database ... 12511 files and directories currently installed.) 07:06:30 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:06:30 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:06:30 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:06:31 Selecting previously unselected package udev. 07:06:31 (Reading database ... 12511 files and directories currently installed.) 07:06:31 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:06:31 Unpacking udev (237-3ubuntu10.44) ... 07:06:31 Selecting previously unselected package libfuse2:amd64. 07:06:31 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:06:31 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:06:31 Selecting previously unselected package fuse. 07:06:31 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:06:31 Unpacking fuse (2.9.7-1ubuntu1) ... 07:06:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:06:31 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:06:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:06:31 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:06:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:06:31 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:06:32 Selecting previously unselected package libksba8:amd64. 07:06:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:06:32 Unpacking libksba8:amd64 (1.3.5-2) ... 07:06:32 Selecting previously unselected package libroken18-heimdal:amd64. 07:06:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:06:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:06:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:06:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libwind0-heimdal:amd64. 07:06:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:06:32 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:32 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:06:32 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:06:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:06:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:06:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:33 Selecting previously unselected package libsasl2-modules-db:amd64. 07:06:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:06:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:06:33 Selecting previously unselected package libsasl2-2:amd64. 07:06:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:06:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:06:33 Selecting previously unselected package libldap-common. 07:06:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:06:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:06:33 Selecting previously unselected package libldap-2.4-2:amd64. 07:06:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:06:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:06:33 Selecting previously unselected package dirmngr. 07:06:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:06:33 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:06:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:06:33 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:06:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:06:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:06:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:06:34 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:06:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libksba8:amd64 (1.3.5-2) ... 07:06:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:06:34 Setting up udev (237-3ubuntu10.44) ... 07:06:34 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 07:06:34 invoke-rc.d: policy-rc.d denied execution of start. 07:06:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Processing triggers for systemd (237-3ubuntu10) ... 07:06:34 Setting up fuse (2.9.7-1ubuntu1) ... 07:06:34 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:06:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:06:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:06:35 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:06:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:06:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:06:35 settings in the [Install] section, and DefaultInstance for template units). 07:06:35 This means they are not meant to be enabled using systemctl. 07:06:35 Possible reasons for having this kind of units are: 07:06:35 1) A unit may be statically enabled by being symlinked from another unit's 07:06:35 .wants/ or .requires/ directory. 07:06:35 2) A unit's purpose may be to act as a helper for some other unit which has 07:06:35 a requirement dependency on it. 07:06:35 3) A unit may be started when needed via activation (socket, path, timer, 07:06:35 D-Bus, udev, scripted systemctl call, ...). 07:06:35 4) In case of template units, the unit is meant to be enabled with some 07:06:35 instance name specified. 07:06:36 Reading package lists... 07:06:36 Building dependency tree... 07:06:36 Reading state information... 07:06:36 The following additional packages will be installed: 07:06:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:06:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:06:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:06:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:06:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:06:36 Suggested packages: 07:06:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:06:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:06:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:06:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:06:36 systemd-container policykit-1 07:06:36 Recommended packages: 07:06:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:06:36 The following NEW packages will be installed: 07:06:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:06:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:06:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:06:36 multiarch-support openssh-client python3 python3-minimal python3.6 07:06:36 python3.6-minimal snapd squashfs-tools sudo 07:06:36 The following packages will be upgraded: 07:06:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:06:36 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 07:06:36 Need to get 35.2 MB of archives. 07:06:36 After this operation, 141 MB of additional disk space will be used. 07:06:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:06:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:06:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:06:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:06:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:06:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:06:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:06:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:06:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:06:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:06:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:06:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:06:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:06:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:06:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:06:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:06:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:06:37 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:06:37 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:06:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:06:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:06:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:06:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:06:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:06:37 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:06:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:06:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:06:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:06:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:06:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:06:38 debconf: delaying package configuration, since apt-utils is not installed 07:06:38 Fetched 35.2 MB in 2s (15.6 MB/s) 07:06:38 (Reading database ... 12757 files and directories currently installed.) 07:06:38 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:06: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 07:06:39 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:06:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:06:39 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:06:39 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 07:06:39 (Reading database ... 12757 files and directories currently installed.) 07:06:39 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:06:39 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:06:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:06:40 (Reading database ... 12757 files and directories currently installed.) 07:06:40 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:06:40 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:06:40 Setting up apt (1.6.12ubuntu0.2) ... 07:06:40 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:06:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:06:40 (Reading database ... 12764 files and directories currently installed.) 07:06:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:06:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:06:41 Selecting previously unselected package libpython3.6-minimal:amd64. 07:06:41 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:06:41 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:06:41 Selecting previously unselected package libexpat1:amd64. 07:06:41 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:06:41 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:06:41 Selecting previously unselected package python3.6-minimal. 07:06:41 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:06:41 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:06:42 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:06:42 Checking for services that may need to be restarted...done. 07:06:42 Checking for services that may need to be restarted...done. 07:06:42 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:06:42 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:06:42 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:06:42 Selecting previously unselected package python3-minimal. 07:06:42 (Reading database ... 13012 files and directories currently installed.) 07:06:42 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:06:42 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:06:42 Selecting previously unselected package mime-support. 07:06:42 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:06:42 Unpacking mime-support (3.60ubuntu1) ... 07:06:42 Selecting previously unselected package libmpdec2:amd64. 07:06:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:06:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:06:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:06:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:06:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:06:43 Selecting previously unselected package python3.6. 07:06:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:06:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:06:43 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 07:06:43 Selecting previously unselected package libpython3-stdlib:amd64. 07:06:43 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:06:43 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:06:43 Setting up python3-minimal (3.6.7-1~18.04) ... 07:06:43 Selecting previously unselected package python3. 07:06:43 (Reading database ... 13442 files and directories currently installed.) 07:06:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:06:43 Unpacking python3 (3.6.7-1~18.04) ... 07:06:43 Selecting previously unselected package multiarch-support. 07:06:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:06:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:06:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:06:43 Selecting previously unselected package liblzo2-2:amd64. 07:06:43 (Reading database ... 13479 files and directories currently installed.) 07:06:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:06:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:06:43 Selecting previously unselected package libbsd0:amd64. 07:06:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:06:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:06:44 Selecting previously unselected package sudo. 07:06:44 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:06:44 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:06:44 Selecting previously unselected package apparmor. 07:06:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:06:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:06:44 Selecting previously unselected package libedit2:amd64. 07:06:44 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:06:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:06:44 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 07:06:44 Selecting previously unselected package libkrb5support0:amd64. 07:06:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:06:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:06:44 Selecting previously unselected package libk5crypto3:amd64. 07:06:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:06:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:06:44 Selecting previously unselected package libkeyutils1:amd64. 07:06:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:06:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:06:44 Selecting previously unselected package libkrb5-3:amd64. 07:06:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:06:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:06:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:06:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:06:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:06:45 Selecting previously unselected package libssl1.0.0:amd64. 07:06:45 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:06:45 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:06:45 Selecting previously unselected package openssh-client. 07:06:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:06:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:06:45 Selecting previously unselected package squashfs-tools. 07:06:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:06:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:06:45 Selecting previously unselected package snapd. 07:06:45 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:06:45 Unpacking snapd (2.48+18.04) ... 07:06:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:06:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:06:47 Setting up mime-support (3.60ubuntu1) ... 07:06:47 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:06:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:06:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:06:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:06:47 Setting up systemd (237-3ubuntu10.44) ... 07:06:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:06:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:06:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:06:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:06:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:06:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:06:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:06:49 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:06:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:06:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:06:49 Setting up python3 (3.6.7-1~18.04) ... 07:06:49 running python rtupdate hooks for python3.6... 07:06:49 running python post-rtupdate hooks for python3.6... 07:06:49 Setting up apparmor (2.12-4ubuntu5.1) ... 07:06:50 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 07:06:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:06:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:06:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:06:51 Setting up snapd (2.48+18.04) ... 07:06:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:06:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:06:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:06:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:06:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:06:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:06:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:06:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:06:53 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 07:06:53 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:06:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:06:53 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 07:06:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:06:53 Processing triggers for systemd (237-3ubuntu10.44) ... 07:06:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:06:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:06:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:06:55 Reading package lists... 07:06:56 Reading package lists... 07:06:56 Building dependency tree... 07:06:56 Reading state information... 07:06:56 Calculating upgrade... 07:06:56 The following packages will be upgraded: 07:06:56 advancecomp base-files bash binutils binutils-common 07:06:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:06:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:06:56 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:06:56 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:06:56 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:06:56 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:06:56 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:06:56 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:06:56 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:06:56 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:06:56 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:06:56 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:06:56 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:06:56 ubuntu-keyring util-linux 07:06:56 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:06:56 Need to get 63.7 MB of archives. 07:06:56 After this operation, 5203 kB of additional disk space will be used. 07:06:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:06:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:06:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:06:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:06:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:06:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:06:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:06:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:06:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:06:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:06:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:06:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:06:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:06:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:06:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:06:57 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 07:06:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:06:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:06:57 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:06:57 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 07:06:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:06:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:06:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:06:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:06:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:06:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:06:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:06:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:06:57 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:06:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:06:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:06:57 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:06:57 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:06:58 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:06:58 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:06:58 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:06:58 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:06:58 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:06:58 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:06:58 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:06:58 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:06:58 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:06:58 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:06:58 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:06:58 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:06:58 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:06:58 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:06:58 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:06:58 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:06:58 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:06:58 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:06:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:06:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:06:58 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:06:58 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:06:58 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:06:58 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:06:58 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:06:58 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:06:58 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:06:58 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:06:58 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:06:58 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:06:58 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:06:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:06:58 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:06:58 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:06:58 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:06:58 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:06:58 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:06:58 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:06:58 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:06:58 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:06:58 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:06:58 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:06:58 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:06:58 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:06:58 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:06:58 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 07:06:58 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:06:58 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:06:58 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:06:58 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:06:58 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:06:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:06:58 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:06:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:06:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:06:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:06:59 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:06:59 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:06:59 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:06:59 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:06:59 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:06:59 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:06:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:06:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:06:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:07:00 debconf: delaying package configuration, since apt-utils is not installed 07:07:00 Fetched 63.7 MB in 3s (19.7 MB/s) 07:07:00 (Reading database ... 13912 files and directories currently installed.) 07:07:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:07:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:07:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:07:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:07:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 07:07:00 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 07:07:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:02 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 07:07:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:03 (Reading database ... 13911 files and directories currently installed.) 07:07:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:07:03 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:07:03 (Reading database ... 13911 files and directories currently installed.) 07:07:03 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:07:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:07:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:04 (Reading database ... 13911 files and directories currently installed.) 07:07:04 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:07:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:07:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:07:04 (Reading database ... 13911 files and directories currently installed.) 07:07:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:07:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:07:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:07:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:07:05 Setting up base-files (10.1ubuntu2.10) ... 07:07:05 Installing new version of config file /etc/issue ... 07:07:05 Installing new version of config file /etc/issue.net ... 07:07:05 Installing new version of config file /etc/lsb-release ... 07:07:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:07:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:07:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:07:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:07:05 Removing obsolete conffile /etc/default/motd-news ... 07:07:05 (Reading database ... 13912 files and directories currently installed.) 07:07:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:07:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:07:05 Setting up bash (4.4.18-2ubuntu1.2) ... 07:07:05 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 07:07:05 (Reading database ... 13912 files and directories currently installed.) 07:07:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:07:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:07:06 (Reading database ... 13912 files and directories currently installed.) 07:07:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:07:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:07:06 Setting up tar (1.29b-2ubuntu0.2) ... 07:07:06 (Reading database ... 13912 files and directories currently installed.) 07:07:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:07:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:07:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:07:07 (Reading database ... 13912 files and directories currently installed.) 07:07:07 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:07:07 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:07:07 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:07:07 (Reading database ... 13912 files and directories currently installed.) 07:07:07 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:07:07 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:07:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:07:07 (Reading database ... 13912 files and directories currently installed.) 07:07:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:07:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:07:07 Setting up grep (3.1-2build1) ... 07:07:08 (Reading database ... 13912 files and directories currently installed.) 07:07:08 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:07:08 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:07:08 Setting up login (1:4.5-1ubuntu2) ... 07:07:08 (Reading database ... 13912 files and directories currently installed.) 07:07:08 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:07:08 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:07:08 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:07:08 (Reading database ... 13912 files and directories currently installed.) 07:07:08 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:07:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:07:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:07:09 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:07:09 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:07:09 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:07:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:07:09 (Reading database ... 13912 files and directories currently installed.) 07:07:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:07:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:07:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:07:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:07:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:07:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:07:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:07:11 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:07:11 (Reading database ... 13912 files and directories currently installed.) 07:07:11 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:07:11 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:07:11 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:07:11 (Reading database ... 13912 files and directories currently installed.) 07:07:11 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:07:11 (Reading database ... 13912 files and directories currently installed.) 07:07:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:07:11 (Reading database ... 13912 files and directories currently installed.) 07:07:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:12 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:07:12 (Reading database ... 13912 files and directories currently installed.) 07:07:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:07:12 (Reading database ... 13912 files and directories currently installed.) 07:07:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:07:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:07:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:07:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:07:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:07:12 (Reading database ... 13912 files and directories currently installed.) 07:07:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:07:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:07:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:07:12 (Reading database ... 13912 files and directories currently installed.) 07:07:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:07:13 (Reading database ... 13912 files and directories currently installed.) 07:07:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:07:13 (Reading database ... 13912 files and directories currently installed.) 07:07:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } 07:07:14 $ docker stop --time=1 cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 07:07:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:07:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:07:14 (Reading database ... 13912 files and directories currently installed.) 07:07:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:07:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:07:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:07:15 (Reading database ... 13912 files and directories currently installed.) 07:07:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:07:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:07:15 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:07:15 (Reading database ... 13914 files and directories currently installed.) 07:07:15 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:07:15 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:07:15 Setting up debconf (1.5.66ubuntu1) ... 07:07:15 (Reading database ... 13914 files and directories currently installed.) 07:07:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:07:15 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:07:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:07:16 (Reading database ... 13914 files and directories currently installed.) 07:07:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:07:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:07:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:07:16 (Reading database ... 13914 files and directories currently installed.) 07:07:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:07:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:07:16 $ docker rm -f cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 07:07:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:07:16 (Reading database ... 13914 files and directories currently installed.) 07:07:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:07:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:07:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:07:16 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:07:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:07:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:07:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:07:17 (Reading database ... 13914 files and directories currently installed.) 07:07:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:07:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:07:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:07:17 (Reading database ... 13914 files and directories currently installed.) 07:07:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:07:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:07:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:07:17 (Reading database ... 13914 files and directories currently installed.) 07:07:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:07:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:07:18 (Reading database ... 13914 files and directories currently installed.) 07:07:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:07:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:07:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:07:18 (Reading database ... 13914 files and directories currently installed.) 07:07:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:07:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:07:18 07:07:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:07:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh 07:07:18 Setting up passwd (1:4.5-1ubuntu2) ... 07:07:18 (Reading database ... 13914 files and directories currently installed.) 07:07:18 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:07:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:07:19 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:07:19 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:07:19 (Reading database ... 13914 files and directories currently installed.) 07:07:19 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:07:19 latest: Pulling from edgex-devops/edgex-compose-arm64 07:07:19 29e5d40040c1: Pulling fs layer 07:07:19 1ce36da41761: Pulling fs layer 07:07:19 25b303627fd3: Pulling fs layer 07:07:19 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:07:19 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:07:19 (Reading database ... 13914 files and directories currently installed.) 07:07:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:07:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:07:19 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:07:20 (Reading database ... 13914 files and directories currently installed.) 07:07:20 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:07:20 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:07:20 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:07:20 29e5d40040c1: Verifying Checksum 07:07:20 29e5d40040c1: Download complete 07:07:20 (Reading database ... 13914 files and directories currently installed.) 07:07:20 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:07:20 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:07:20 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:07:20 (Reading database ... 13914 files and directories currently installed.) 07:07:20 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:07:20 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:07:20 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:07:20 1ce36da41761: Verifying Checksum 07:07:20 1ce36da41761: Download complete 07:07:20 29e5d40040c1: Pull complete 07:07:20 (Reading database ... 13914 files and directories currently installed.) 07:07:20 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:07:20 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:07:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:07:21 (Reading database ... 13915 files and directories currently installed.) 07:07:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:07:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:07:21 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:07:21 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:07:21 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:07:21 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:07:21 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:07:21 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:07:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:07:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:07:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:07:22 1ce36da41761: Pull complete 07:07:22 25b303627fd3: Download complete 07:07:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:07:22 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:07:22 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:07:22 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:07:22 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:07:22 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:07:22 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:07:22 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:07:22 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:07:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:07:23 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:07:23 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 07:07:23 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 07:07:24 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:07:24 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:07:24 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:07:24 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:07:24 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:07:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:07:24 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:07:24 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:07:24 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:07:24 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:07:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:07:25 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:07:25 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:25 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:25 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:25 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:25 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:25 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:25 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:25 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:28 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:28 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:07:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:07:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:07:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:07:30 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:07:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:07:30 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:07:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:07:30 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:07:30 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:07:30 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:07:30 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:07:30 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:07:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:07:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:07:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:07:31 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:07:31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:07:31 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:07:31 Setting up tzdata (2020f-0ubuntu0.18.04) ... 07:07:31 07:07:31 Current default time zone: 'Etc/UTC' 07:07:31 Local time is now: Thu Jan 21 07:07:31 UTC 2021. 07:07:31 Universal Time is now: Thu Jan 21 07:07:31 UTC 2021. 07:07:31 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:07:31 07:07:31 Setting up systemd-sysv (237-3ubuntu10.44) ... 07:07:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 07:07:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:07:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:07:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:07:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:07:31 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:07:31 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:07:31 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:07:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:07:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:07:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:32 Setting up patch (2.7.6-2ubuntu1.1) ... 07:07:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:07:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:07:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:07:32 Installing new version of config file /etc/ssl/openssl.cnf ... 07:07:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:07:32 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:07:32 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:07:32 25b303627fd3: Pull complete 07:07:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:07:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:07:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:07:32 prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container 07:07:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:07:34 Updating certificates in /etc/ssl/certs... 07:07:34 22 added, 17 removed; done. 07:07:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:07:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:07:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:07:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:07:35 Setting up pkgbinarymangler (138.18.04.1) ... 07:07:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:07:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up perl (5.26.1-6ubuntu0.5) ... 07:07:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:07:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:07:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:07:35 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:07:35 $ docker top 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e -eo pid,comm 07:07:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:07:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:07:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:07:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... [Pipeline] { [Pipeline] sh 07:07:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:07:36 Processing triggers for systemd (237-3ubuntu10.44) ... 07:07:36 Processing triggers for mime-support (3.60ubuntu1) ... 07:07:36 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:07:36 Updating certificates in /etc/ssl/certs... 07:07:36 + grep parallel 07:07:36 + docker-compose build --help 07:07:36 0 added, 0 removed; done. 07:07:36 Running hooks in /etc/ca-certificates/update.d... 07:07:36 done. 07:07:37 Reading package lists... 07:07:37 Building dependency tree... 07:07:37 Reading state information... 07:07:37 The following NEW packages will be installed: 07:07:37 apt-transport-https 07:07:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:07:37 Need to get 1696 B of archives. 07:07:37 After this operation, 153 kB of additional disk space will be used. 07:07:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:07:37 debconf: delaying package configuration, since apt-utils is not installed 07:07:37 Fetched 1696 B in 0s (20.6 kB/s) 07:07:37 Selecting previously unselected package apt-transport-https. 07:07:37 (Reading database ... 13929 files and directories currently installed.) 07:07:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:07:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:07:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:07:38 Waiting for network to be ready... 07:07:39 --parallel Build images in parallel. [Pipeline] } 07:07:40 $ docker stop --time=1 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e 07:07:42 $ docker rm -f 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:07:43 . [Pipeline] withDockerContainer 07:07:43 prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container 07:07:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:07:44 2021-01-21T07:07:41Z INFO Waiting for automatic snapd restart... 07:07:44 snapd 2.48.2 from Canonical* installed 07:07:44 $ docker top 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:45 "snapd" switched to the "latest/stable" channel 07:07:45 07:07:45 + docker-compose -f ./docker-compose-build.yml build --parallel 07:07:47 core18 20201210 from Canonical* installed 07:07:48 "core18" switched to the "latest/stable" channel 07:07:48 07:07:49 Building docker-core-command-go ... 07:07:49 Building docker-core-data-go ... 07:07:49 Building docker-core-metadata-go ... 07:07:49 Building docker-security-bootstrap-redis-go ... 07:07:49 Building docker-security-proxy-setup-go ... 07:07:49 Building docker-security-secretstore-setup-go ... 07:07:49 Building docker-support-notifications-go ... 07:07:49 Building docker-support-scheduler-go ... 07:07:49 Building docker-sys-mgmt-agent-go ... 07:07:49 Building docker-security-bootstrap-redis-go 07:07:49 Building docker-support-notifications-go 07:07:49 Building docker-support-scheduler-go 07:07:49 Building docker-core-metadata-go 07:07:49 Building docker-security-secretstore-setup-go 07:07:51 snapcraft 4.4.4 from Canonical* installed 07:07:51 "snapcraft" switched to the "latest/stable" channel 07:07:51 07:07:54 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:07:54 - README.md 07:07:54 - snapcraft.yaml.orig 07:07:54 07:07:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:08:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:08:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:08:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:08:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:08:02 Reading package lists... 07:08:02 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 07:08:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:08:09 Reading package lists... 07:08:09 Building dependency tree... 07:08:09 Reading state information... 07:08:09 Suggested packages: 07:08:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:08:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:08:09 Recommended packages: 07:08:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:08:09 The following NEW packages will be installed: 07:08:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:08:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:08:09 pkg-config zip 07:08:09 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:08:09 Need to get 7655 kB of archives. 07:08:09 After this operation, 43.7 MB of additional disk space will be used. 07:08:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:08:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:08:09 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:08:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:08:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:08:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:08:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:08:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:08:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:08:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:08:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:08:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:08:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:08:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:08:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:08:10 debconf: delaying package configuration, since apt-utils is not installed 07:08:10 Fetched 7655 kB in 1s (9820 kB/s) 07:08:10 Selecting previously unselected package libglib2.0-0:amd64. 07:08:10 (Reading database ... 13933 files and directories currently installed.) 07:08:10 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:08:10 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:08:10 Selecting previously unselected package libpsl5:amd64. 07:08:10 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:08:10 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:08:10 Selecting previously unselected package libnghttp2-14:amd64. 07:08:10 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:08:10 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:08:10 Selecting previously unselected package librtmp1:amd64. 07:08:10 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:08:10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:08:10 Selecting previously unselected package libcurl3-gnutls:amd64. 07:08:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:08:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:08:10 Selecting previously unselected package liberror-perl. 07:08:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:08:10 Unpacking liberror-perl (0.17025-1) ... 07:08:10 Selecting previously unselected package git-man. 07:08:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:08:10 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:08:10 Selecting previously unselected package git. 07:08:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:08:11 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:08:11 Selecting previously unselected package libnorm1:amd64. 07:08:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:08:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:08:12 Selecting previously unselected package libpgm-5.2-0:amd64. 07:08:12 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:08:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:08:12 Selecting previously unselected package libsodium23:amd64. 07:08:12 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:08:12 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:08:12 Selecting previously unselected package libzmq5:amd64. 07:08:12 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:08:12 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:08:12 Selecting previously unselected package libzmq3-dev:amd64. 07:08:12 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:08:12 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:08:12 Selecting previously unselected package pkg-config. 07:08:12 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:08:12 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:08:12 Selecting previously unselected package zip. 07:08:12 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:08:12 Unpacking zip (3.0-11build1) ... 07:08:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:08:12 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:08:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:08:12 Setting up liberror-perl (0.17025-1) ... 07:08:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:08:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:08:12 No schema files found: doing nothing. 07:08:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:08:12 Setting up zip (3.0-11build1) ... 07:08:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:08:12 Setting up libsodium23:amd64 (1.0.16-2) ... 07:08:13 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:08:13 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:08:13 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:08:13 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:08:13 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:08:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:08:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:08:19 git set to automatically installed. 07:08:19 git-man set to automatically installed. 07:08:19 libcurl3-gnutls set to automatically installed. 07:08:19 liberror-perl set to automatically installed. 07:08:19 libglib2.0-0 set to automatically installed. 07:08:19 libnghttp2-14 set to automatically installed. 07:08:19 libnorm1 set to automatically installed. 07:08:19 libpgm-5.2-0 set to automatically installed. 07:08:19 libpsl5 set to automatically installed. 07:08:19 librtmp1 set to automatically installed. 07:08:19 libsodium23 set to automatically installed. 07:08:19 libzmq3-dev set to automatically installed. 07:08:19 libzmq5 set to automatically installed. 07:08:19 pkg-config set to automatically installed. 07:08:19 zip set to automatically installed. 07:08:21 snapd is not logged in, snap install commands will use sudo 07:08:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:08:28 snap "core18" has no updates available 07:08:29 Pulling config-common 07:08:30 Pulling go-build-helper 07:08:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:08:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:08:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 07:08:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 07:08:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:08:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:08:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:08:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:08:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 07:08:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 07:08:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:08:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:08:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:08:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:08:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:08:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:08:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:08:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:08:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:08:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 07:08:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 07:08:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 07:08:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:08:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 07:08:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 07:08:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 07:08:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 07:08:52 Fetched 23.8 MB in 0s (0 B/s) 07:08:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:08:52 Fetched 96.5 kB in 0s (0 B/s) 07:08:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:08:52 Fetched 279 kB in 0s (0 B/s) 07:08:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:08:52 Fetched 122 kB in 0s (0 B/s) 07:08:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:08:52 Fetched 77.8 kB in 0s (0 B/s) 07:08:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:08:52 Fetched 8848 B in 0s (0 B/s) 07:08:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:08:52 Fetched 47.8 kB in 0s (0 B/s) 07:08:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:08:52 Fetched 45.6 kB in 0s (0 B/s) 07:08:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:08:52 Fetched 15.0 kB in 0s (0 B/s) 07:08:52 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:08:52 Fetched 214 kB in 0s (0 B/s) 07:08:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:08:52 Fetched 155 kB in 0s (0 B/s) 07:08:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:08:52 Fetched 50.6 kB in 0s (0 B/s) 07:08:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:08:52 Fetched 14.8 kB in 0s (0 B/s) 07:08:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:08:52 Fetched 41.8 kB in 0s (0 B/s) 07:08:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:08:52 Fetched 499 kB in 0s (0 B/s) 07:08:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:08:52 Fetched 111 kB in 0s (0 B/s) 07:08:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:08:52 Fetched 240 kB in 0s (0 B/s) 07:08:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:08:52 Fetched 29.3 kB in 0s (0 B/s) 07:08:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:08:52 Fetched 85.5 kB in 0s (0 B/s) 07:08:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:08:52 Fetched 24.5 kB in 0s (0 B/s) 07:08:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:08:52 Fetched 49.2 kB in 0s (0 B/s) 07:08:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:08:52 Fetched 54.2 kB in 0s (0 B/s) 07:08:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:08:52 Fetched 30.8 kB in 0s (0 B/s) 07:08:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:08:52 Fetched 17.0 kB in 0s (0 B/s) 07:08:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:08:52 Fetched 85.9 kB in 0s (0 B/s) 07:08:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:08:52 Fetched 8720 B in 0s (0 B/s) 07:08:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:08:52 Fetched 137 kB in 0s (0 B/s) 07:08:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:08:52 Fetched 119 kB in 0s (0 B/s) 07:08:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:08:52 Fetched 109 kB in 0s (0 B/s) 07:08:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:08:52 Fetched 11.1 kB in 0s (0 B/s) 07:08:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:08:52 Fetched 645 kB in 0s (0 B/s) 07:08:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:08:52 Fetched 41.3 kB in 0s (0 B/s) 07:08:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:08:52 Fetched 17.9 kB in 0s (0 B/s) 07:08:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:08:52 Fetched 368 kB in 0s (0 B/s) 07:08:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:08:52 Fetched 187 kB in 0s (0 B/s) 07:08:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:08:52 Fetched 175 kB in 0s (0 B/s) 07:08:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:08:54 Fetched 206 kB in 0s (0 B/s) 07:08:54 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:08:54 Fetched 1301 kB in 0s (0 B/s) 07:08:54 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:08:54 Fetched 36.2 kB in 0s (0 B/s) 07:08:54 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:08:54 Fetched 159 kB in 0s (0 B/s) 07:08:54 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:08:54 Fetched 107 kB in 0s (0 B/s) 07:08:54 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:08:54 Fetched 48.7 kB in 0s (0 B/s) 07:08:54 Pulling static-packages 07:08:55 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:08:55 Skipping pull go-build-helper (already ran) 07:08:55 Skipping pull static-packages (already ran) 07:08:55 Building go-build-helper 07:08:59 Building static-packages 07:09:00 Staging go-build-helper 07:09:01 Staging static-packages 07:09:02 Pulling go115 07:09:03 'edgex-go' has dependencies that need to be staged: go115 07:09:03 Skipping pull go115 (already ran) 07:09:03 Building go115 07:09:03 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:03 Dload Upload Total Spent Left Speed 07:09:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.4M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.5M 61 115M 61 70.6M 0 0 33.0M 0 0:00:03 0:00:02 0:00:01 33.0M 100 115M 100 115M 0 0 37.5M 0 0:00:03 0:00:03 --:--:-- 37.5M 07:09:06 go1.15.2.linux-amd64.tar.gz: OK 07:09:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:09:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:09:11 ---> e9a2fdddb5a5 07:09:11 Step 3/22 : WORKDIR /edgex-go 07:09:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:09:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:09:11 ---> e9a2fdddb5a5 07:09:11 Step 3/22 : WORKDIR /edgex-go 07:09:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:09:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:09:11 ---> e9a2fdddb5a5 07:09:11 Step 3/21 : WORKDIR /edgex-go 07:09:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:09:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:09:11 ---> e9a2fdddb5a5 07:09:11 Step 3/24 : WORKDIR /edgex-go 07:09:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:09:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:09:11 ---> e9a2fdddb5a5 07:09:11 Step 3/24 : WORKDIR /edgex-go 07:09:11 ---> Running in be9208694986 07:09:11 ---> Running in c75328f5e57c 07:09:11 ---> Running in 6968f5321054 07:09:11 ---> Running in 0d54611f2408 07:09:11 ---> Running in ed790256bde0 07:09:11 Removing intermediate container be9208694986 07:09:11 ---> 227d21a2a37c 07:09:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:11 Removing intermediate container 0d54611f2408 07:09:11 ---> ccff043daa32 07:09:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:11 Removing intermediate container 6968f5321054 07:09:11 ---> a556e7b88bb4 07:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:11 Removing intermediate container ed790256bde0 07:09:11 ---> 6c24ce171389 07:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:11 Removing intermediate container c75328f5e57c 07:09:11 ---> f0ecfdb5ab49 07:09:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:11 ---> Running in 277557caa15e 07:09:11 ---> Running in 9bf12b0faf81 07:09:11 ---> Running in f1612234c7f7 07:09:11 ---> Running in 33874025f866 07:09:11 ---> Running in abb03a7c5795 07:09:11 Removing intermediate container 277557caa15e 07:09:11 ---> 9a2824e9bd9a 07:09:11 Step 5/21 : RUN apk add --update --no-cache make git 07:09:11 ---> Running in bbe0be93f631 07:09:11 Removing intermediate container 9bf12b0faf81 07:09:11 ---> 5e319fcb5fe8 07:09:11 Step 5/24 : RUN apk add --update --no-cache make git 07:09:11 ---> Running in 6bbc729a6af7 07:09:11 Removing intermediate container 33874025f866 07:09:11 ---> baf0bf8d2466 07:09:11 Step 5/22 : RUN apk add --update --no-cache make git 07:09:11 Removing intermediate container f1612234c7f7 07:09:11 ---> 4fd619f661c6 07:09:11 Step 5/22 : RUN apk add --update --no-cache make git 07:09:11 Removing intermediate container abb03a7c5795 07:09:11 ---> 6b57799914ce 07:09:11 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:09:11 ---> Running in 69bb7fd7fc3b 07:09:11 ---> Running in 57e1a0e9f7df 07:09:11 ---> Running in cb2479cd9a3c 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:11 OK: 217 MiB in 51 packages 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:11 Staging go115 07:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:11 OK: 217 MiB in 51 packages 07:09:11 OK: 217 MiB in 51 packages 07:09:12 OK: 217 MiB in 51 packages 07:09:12 OK: 217 MiB in 51 packages 07:09:12 Removing intermediate container bbe0be93f631 07:09:12 ---> 41d03ae766c8 07:09:12 Step 6/21 : COPY go.mod . 07:09:13 Removing intermediate container 6bbc729a6af7 07:09:13 ---> 0849e11d9073 07:09:13 Step 6/24 : COPY go.mod . 07:09:13 ---> 466765a9844a 07:09:13 Step 7/21 : RUN go mod download 07:09:13 Removing intermediate container 69bb7fd7fc3b 07:09:13 ---> 885240b026c6 07:09:13 Step 6/22 : COPY go.mod . 07:09:13 ---> Running in c5c8b4a6906f 07:09:13 Removing intermediate container 57e1a0e9f7df 07:09:13 ---> c465465e7c00 07:09:13 Step 6/22 : COPY go.mod . 07:09:13 Removing intermediate container cb2479cd9a3c 07:09:13 ---> b8ce792f30c7 07:09:13 Step 6/24 : COPY go.mod . 07:09:14 ---> 669cda0f66ab 07:09:14 Step 7/24 : RUN go mod download 07:09:14 ---> ea07a51fb410 07:09:14 Step 7/22 : RUN go mod download 07:09:14 ---> Running in 8b1e5866a994 07:09:14 ---> Running in b4e6b123c2dc 07:09:15 ---> d02581a4d7e7 07:09:15 Step 7/24 : RUN go mod download 07:09:15 ---> 227dba87b158 07:09:15 Step 7/22 : RUN go mod download 07:09:15 ---> Running in 4aaa792e019a 07:09:15 ---> Running in 49ef93140cd6 07:09:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:09:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:09:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:09:16 Fetched 0 B in 0s (0 B/s) 07:09:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:09:16 Fetched 224 kB in 0s (0 B/s) 07:09:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:09:16 Fetched 157 kB in 0s (0 B/s) 07:09:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:09:16 Fetched 221 kB in 0s (0 B/s) 07:09:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:09:16 Fetched 143 kB in 0s (0 B/s) 07:09:16 Pulling edgex-go 07:09:16 Pulling version 07:09:17 Removing intermediate container c5c8b4a6906f 07:09:17 ---> 672fe5e1def1 07:09:17 Step 8/21 : COPY . . 07:09:17 Building config-common 07:09:19 Skipping build go-build-helper (already ran) 07:09:19 Skipping build static-packages (already ran) 07:09:19 Skipping build go115 (already ran) 07:09:20 Building edgex-go 07:09:20 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 07:09:20 Removing intermediate container 8b1e5866a994 07:09:20 ---> 0fd4294b9320 07:09:20 Step 8/24 : COPY . . 07:09:20 Removing intermediate container b4e6b123c2dc 07:09:20 ---> 6feecb54e820 07:09:20 Step 8/22 : COPY . . 07:09:20 Removing intermediate container 4aaa792e019a 07:09:20 ---> 7f4a57981667 07:09:20 Step 8/24 : COPY . . 07:09:21 Removing intermediate container 49ef93140cd6 07:09:21 ---> d2e8040bd398 07:09:21 Step 8/22 : COPY . . 07:09:21 go: downloading github.com/gorilla/mux v1.8.0 07:09:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:09:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 07:09:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 07:09:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 07:09:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:09:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:09:21 go: downloading github.com/imdario/mergo v0.3.11 07:09:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 07:09:21 go: downloading github.com/BurntSushi/toml v0.3.1 07:09:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 07:09:21 go: downloading github.com/pkg/errors v0.8.1 07:09:21 go: downloading github.com/google/uuid v1.1.5 07:09:21 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 07:09:21 go: downloading github.com/hashicorp/consul/api v1.1.0 07:09:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:09:21 go: downloading github.com/pelletier/go-toml v1.2.0 07:09:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:09:21 go: downloading github.com/x448/float16 v0.8.4 07:09:21 go: downloading github.com/pebbe/zmq4 v1.2.2 07:09:21 go: downloading github.com/go-kit/kit v0.8.0 07:09:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:09:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:09:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:09:21 go: downloading gopkg.in/yaml.v2 v2.4.0 07:09:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:09:21 go: downloading github.com/hashicorp/serf v0.8.2 07:09:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:09:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:09:21 go: downloading github.com/mitchellh/copystructure v1.0.0 07:09:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:09:21 go: downloading github.com/leodido/go-urn v1.2.0 07:09:21 go: downloading github.com/go-playground/universal-translator v0.17.0 07:09:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:09:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:09:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:09:21 go: downloading github.com/go-playground/locales v0.13.0 07:09:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:09:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:09:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:09:28 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 07:09:33 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 07:09:33 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 07:09: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 07:09: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 07:09:34 go: downloading github.com/stretchr/testify v1.6.1 07:09:35 go: downloading github.com/davecgh/go-spew v1.1.1 07:09:35 go: downloading github.com/pmezard/go-difflib v1.0.0 07:09:35 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:09:36 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 07:09:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:09:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:09:37 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 07:09:38 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 07:09:38 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:09:39 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 07:09:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:09:41 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 07:09:41 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:09:43 ---> 2162e1258e8a 07:09:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:09:43 ---> f649ccaa7cc8 07:09:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:09:43 ---> 34cf4d076d35 07:09:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:09:43 ---> Running in 52bfcd8b1ebe 07:09:43 ---> a4321d545acb 07:09:43 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:09:43 ---> b5627148606f 07:09:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:09:43 ---> Running in 2e75273e7d75 07:09:43 ---> Running in 247f920bc9a5 07:09:43 ---> Running in e1e281d5ecb5 07:09:43 ---> Running in 3c389d202e2f 07:09:43 Building version 07:09:45 Staging config-common 07:09:45 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 07:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:09:46 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 07:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:09:46 Skipping stage go-build-helper (already ran) 07:09:46 Skipping stage static-packages (already ran) 07:09:46 Skipping stage go115 (already ran) 07:09:46 Staging edgex-go 07:09:46 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 07:09:47 Staging version 07:09:48 Priming config-common 07:09:49 Priming go-build-helper 07:09:49 Priming static-packages 07:09:52 Priming go115 07:09:52 Priming edgex-go 07:09:54 Priming version 07:09:54 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:11:08 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 07:11:18 Removing intermediate container 3c389d202e2f 07:11:18 ---> 8704636c733a 07:11:18 07:11:18 Step 10/22 : FROM alpine:3.12 07:11:18 Removing intermediate container 2e75273e7d75 07:11:18 ---> 32b97857c86d 07:11:18 07:11:18 Step 10/24 : FROM alpine:3.12 07:11:18 3.12: Pulling from library/alpine 07:11:18 3.12: Pulling from library/alpine 07:11:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:11:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:11:19 Status: Downloaded newer image for alpine:3.12 07:11:19 ---> afeebe901d6b 07:11:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:11:19 Status: Downloaded newer image for alpine:3.12 07:11:19 ---> afeebe901d6b 07:11:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:11:20 ---> Running in 76bfce48e543 07:11:20 ---> Running in efae86b78a7b 07:11:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:11:22 Removing intermediate container e1e281d5ecb5 07:11:22 ---> 79d41ed3a10b 07:11:22 07:11:22 Step 10/24 : FROM scratch 07:11:22 ---> 07:11:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:11:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:11:23 ---> Running in 92098bb94d0f 07:11:23 Removing intermediate container 52bfcd8b1ebe 07:11:23 ---> c8dc07564971 07:11:23 07:11:23 Step 10/21 : FROM scratch 07:11:23 ---> 07:11:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:11:23 ---> Running in 45bd77db357a 07:11:23 (1/5) Installing ca-certificates (20191127-r4) 07:11:23 (1/5) Installing ca-certificates (20191127-r4) 07:11:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:11:23 (3/5) Installing libcurl (7.69.1-r3) 07:11:23 (4/5) Installing curl (7.69.1-r3) 07:11:23 (5/5) Installing dumb-init (1.2.2-r1) 07:11:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:11:23 Executing busybox-1.31.1-r19.trigger 07:11:23 (3/5) Installing libcurl (7.69.1-r3) 07:11:23 Executing ca-certificates-20191127-r4.trigger 07:11:23 (4/5) Installing curl (7.69.1-r3) 07:11:23 (5/5) Installing dumb-init (1.2.2-r1) 07:11:23 Executing busybox-1.31.1-r19.trigger 07:11:23 Executing ca-certificates-20191127-r4.trigger 07:11:24 Removing intermediate container 92098bb94d0f 07:11:24 ---> 6b27fafccb03 07:11:24 Step 12/24 : ENV APP_PORT=48060 07:11:24 OK: 7 MiB in 19 packages 07:11:24 OK: 7 MiB in 19 packages 07:11:24 ---> Running in 1bc06cd0d809 07:11:24 Removing intermediate container 45bd77db357a 07:11:24 ---> cb9436ced97f 07:11:24 Step 12/21 : ENV APP_PORT=48085 07:11:24 ---> Running in dabde1106aad 07:11:25 Removing intermediate container 1bc06cd0d809 07:11:25 ---> caf4328f1b9a 07:11:25 Step 13/24 : EXPOSE $APP_PORT 07:11:25 Removing intermediate container dabde1106aad 07:11:25 ---> a0446c0c0bff 07:11:25 Step 13/21 : EXPOSE $APP_PORT 07:11:25 ---> Running in 9b02024205ee 07:11:25 ---> Running in b2001435e7bf 07:11:26 Removing intermediate container efae86b78a7b 07:11:26 ---> a18b079df944 07:11:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:11:26 Removing intermediate container b2001435e7bf 07:11:26 ---> f754fcdee19f 07:11:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:11:26 Removing intermediate container 9b02024205ee 07:11:26 ---> 1447f9e915b2 07:11:26 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:27 ---> Running in 0d9664e241ed 07:11:27 Removing intermediate container 76bfce48e543 07:11:27 ---> 3c986a34f374 07:11:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:11:27 ---> Running in 391697d41196 07:11:27 Removing intermediate container 0d9664e241ed 07:11:27 ---> 9832e857864b 07:11:27 Step 13/22 : WORKDIR / 07:11:27 ---> d453d03aac60 07:11:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:11:27 ---> Running in 51c2d74aa8b7 07:11:28 ---> bdc36df921cf 07:11:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:11:28 Removing intermediate container 391697d41196 07:11:28 ---> 2605d1e12088 07:11:28 Step 13/24 : WORKDIR / 07:11:28 ---> Running in 445d5ffe225a 07:11:29 Removing intermediate container 51c2d74aa8b7 07:11:29 ---> 2a985dba1995 07:11:29 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:29 ---> 01afe419d71e 07:11:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:11:30 Removing intermediate container 445d5ffe225a 07:11:30 ---> b8526da98e6f 07:11:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:11:30 ---> c0b30ba9933f 07:11:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:11:30 ---> c74c60c862e6 07:11:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:11:31 ---> 0b557d5c1d78 07:11:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:11:32 ---> 1e49e42c3473 07:11:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:32 ---> bd48450b705a 07:11:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:11:32 ---> f5c7be639c24 07:11:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:11:32 ---> Running in 36ab0f1d34ce 07:11:32 ---> c8b13c10d356 07:11:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:11:33 ---> 829ddf087f82 07:11:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:11:33 Removing intermediate container 36ab0f1d34ce 07:11:33 ---> a2493bd754c4 07:11:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:11:33 Removing intermediate container 247f920bc9a5 07:11:33 ---> 09d61f42d9f5 07:11:33 07:11:33 Step 10/22 : FROM scratch 07:11:33 ---> 07:11:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:11:34 ---> Using cache 07:11:34 ---> cb9436ced97f 07:11:34 Step 12/22 : ENV APP_PORT=48081 07:11:34 ---> dc90eab28d8e 07:11:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:11:34 ---> Running in 4019cebf3b8a 07:11:34 ---> Running in 9fe87e32b34a 07:11:34 ---> 5cb726fc4718 07:11:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:11:34 ---> 53d801b6ec75 07:11:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:11:35 Removing intermediate container 4019cebf3b8a 07:11:35 ---> f00342d1511d 07:11:35 Step 19/21 : LABEL arch=arm64 07:11:35 Removing intermediate container 9fe87e32b34a 07:11:35 ---> badd6e85ffd9 07:11:35 Step 13/22 : EXPOSE $APP_PORT 07:11:35 ---> 2830a6a897db 07:11:35 Step 18/22 : RUN chmod +x entrypoint.sh 07:11:35 ---> Running in 6a2b2f516699 07:11:35 ---> Running in 5710b1704422 07:11:35 ---> Running in d2489e06ce21 07:11:36 ---> e195c27d5f52 07:11:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:11:36 Removing intermediate container 5710b1704422 07:11:36 ---> 02cac29593c3 07:11:36 Step 14/22 : WORKDIR / 07:11:36 Removing intermediate container 6a2b2f516699 07:11:36 ---> 3331720958a6 07:11:36 Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:11:36 ---> 6393480d465a 07:11:36 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:11:36 ---> Running in 5ec2aae4baa9 07:11:36 ---> Running in cb63d9865f47 07:11:36 ---> Running in 7cc69013f828 07:11:37 Removing intermediate container 5ec2aae4baa9 07:11:37 ---> 108974ada8e7 07:11:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:37 Removing intermediate container 7cc69013f828 07:11:37 ---> 4526ba913e4c 07:11:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:11:37 Removing intermediate container cb63d9865f47 07:11:37 ---> ab06a5654587 07:11:37 Step 21/21 : LABEL version=0.0.0 07:11:38 ---> Running in 78345e779360 07:11:38 ---> 138a14451bc6 07:11:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:11:38 ---> Running in 90e0733db9bd 07:11:38 ---> eb04b90da6a4 07:11:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:11:38 Removing intermediate container 78345e779360 07:11:38 ---> 7e5e6423003b 07:11:38 Step 22/24 : LABEL arch=arm64 07:11:39 ---> Running in b5dbb8c34038 07:11:39 Removing intermediate container d2489e06ce21 07:11:39 ---> 5751d1ed9031 07:11:39 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:11:39 Removing intermediate container 90e0733db9bd 07:11:39 ---> dd7bda4f9bae 07:11:39 07:11:39 ---> Running in 14d7d4c606fc 07:11:39 ---> 10a243f5cf04 07:11:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:11:39 Removing intermediate container b5dbb8c34038 07:11:39 ---> 6f267c1a7a87 07:11:39 Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:11:39 ---> Running in 0b91959aeee7 07:11:40 Successfully built dd7bda4f9bae 07:11:40 Successfully tagged docker-support-scheduler-go-arm64:latest 07:11:40 Removing intermediate container 14d7d4c606fc 07:11:40  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 07:11:40 ---> e64ffb89b977 07:11:40 Step 20/22 : LABEL arch=arm64 07:11:40 ---> Running in e1e69aff6914 07:11:40 ---> Running in c4b4facf4123 07:11:40 ---> 193d960f4de2 07:11:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:11:41 Removing intermediate container e1e69aff6914 07:11:41 ---> de67d7419936 07:11:41 Step 24/24 : LABEL version=0.0.0 07:11:42 ---> Running in 8cad09f6111c 07:11:42 Removing intermediate container c4b4facf4123 07:11:42 ---> 6abb3187bba7 07:11:42 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:11:43 ---> Running in b1b961b68d83 07:11:43 ---> 791f8472f7f3 07:11:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:11:43 Removing intermediate container 8cad09f6111c 07:11:43 ---> 5c61bfb7fcfd 07:11:43 07:11:43 ---> Running in ee8fb1ff4581 07:11:43 Successfully built 5c61bfb7fcfd 07:11:43 Successfully tagged docker-support-notifications-go-arm64:latest 07:11:43 Building docker-sys-mgmt-agent-go 07:11:44  Building docker-support-notifications-go ... done Removing intermediate container b1b961b68d83 07:11:44 ---> f47c95c2dbc6 07:11:44 Step 22/22 : LABEL version=0.0.0 07:11:44 ---> Running in 9cac55fd685c 07:11:44 Removing intermediate container ee8fb1ff4581 07:11:44 ---> df84241b7733 07:11:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:11:44 Removing intermediate container 0b91959aeee7 07:11:44 ---> 537a17c84add 07:11:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:11:44 ---> Running in df79b585234a 07:11:44 ---> Running in c02a456a1d05 07:11:45 Removing intermediate container 9cac55fd685c 07:11:45 ---> 745bcd0fa7af 07:11:45 07:11:45 Removing intermediate container df79b585234a 07:11:45 ---> acac1d693783 07:11:45 Step 20/22 : LABEL arch=arm64 07:11:45 Removing intermediate container c02a456a1d05 07:11:45 ---> 51475e449618 07:11:45 Step 22/24 : LABEL arch=arm64 07:11:45 Successfully built 745bcd0fa7af 07:11:45 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:11:45  Building docker-security-bootstrap-redis-go ... done  ---> Running in 96b4cdb7abe9 07:11:45 Building docker-core-data-go 07:11:45 ---> Running in 76db31973283 07:11:45 Removing intermediate container 96b4cdb7abe9 07:11:45 ---> 03f240527137 07:11:45 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:11:46 ---> Running in 3f0e5db8b719 07:11:46 Removing intermediate container 76db31973283 07:11:46 ---> 94fc83f595cd 07:11:46 Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:11:46 ---> Running in 3b3d6a4349c9 07:11:46 Removing intermediate container 3f0e5db8b719 07:11:46 ---> 0d77b14197cf 07:11:46 Step 22/22 : LABEL version=0.0.0 07:11:47 ---> Running in 075cbe0777f7 07:11:47 Removing intermediate container 3b3d6a4349c9 07:11:47 ---> 21d3e089400a 07:11:47 Step 24/24 : LABEL version=0.0.0 07:11:48 ---> Running in ac447b9033df 07:11:48 Removing intermediate container 075cbe0777f7 07:11:48 ---> 70aed571fdfb 07:11:48 07:11:49 Successfully built 70aed571fdfb 07:11:49 Successfully tagged docker-core-metadata-go-arm64:latest 07:11:49  Building docker-core-metadata-go ... done Building docker-core-command-go 07:11:49 Removing intermediate container ac447b9033df 07:11:49 ---> 28dbc3975119 07:11:49 07:11:49 Successfully built 28dbc3975119 07:11:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:12:28  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:12:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:12:28 ---> e9a2fdddb5a5 07:12:28 Step 3/21 : WORKDIR /edgex-go 07:12:28 ---> Using cache 07:12:28 ---> f0ecfdb5ab49 07:12:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:28 ---> Using cache 07:12:28 ---> 6b57799914ce 07:12:28 Step 5/21 : RUN apk add --update --no-cache make git 07:12:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:12:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:12:31 ---> e9a2fdddb5a5 07:12:31 Step 3/26 : WORKDIR /edgex-go 07:12:31 ---> Using cache 07:12:31 ---> f0ecfdb5ab49 07:12:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:31 ---> Using cache 07:12:31 ---> 6b57799914ce 07:12:31 Step 5/26 : RUN apk add --update --no-cache make bash git 07:12:31 ---> Running in 5d2c96cfd756 07:12:32 ---> Running in 4f8c8bfc9d39 07:12:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:12:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:12:32 ---> e9a2fdddb5a5 07:12:32 Step 3/23 : WORKDIR /edgex-go 07:12:32 ---> Using cache 07:12:32 ---> f0ecfdb5ab49 07:12:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:32 ---> Using cache 07:12:32 ---> 6b57799914ce 07:12:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:12:32 ---> Running in 19b468df2c99 07:12:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:12:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:12:33 ---> e9a2fdddb5a5 07:12:33 Step 3/22 : WORKDIR /edgex-go 07:12:33 ---> Using cache 07:12:33 ---> f0ecfdb5ab49 07:12:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:33 ---> Using cache 07:12:33 ---> 6b57799914ce 07:12:33 Step 5/22 : RUN apk add --update --no-cache make git 07:12:33 ---> Running in b576bf3eb5e9 07:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:12:35 OK: 217 MiB in 51 packages 07:12:36 OK: 217 MiB in 51 packages 07:12:36 OK: 217 MiB in 51 packages 07:12:36 OK: 217 MiB in 51 packages 07:12:37 Removing intermediate container 5d2c96cfd756 07:12:37 ---> 39b37dbc41f7 07:12:37 Step 6/21 : COPY go.mod . 07:12:37 Removing intermediate container 4f8c8bfc9d39 07:12:37 ---> 1df199a903b1 07:12:37 Step 6/26 : COPY go.mod . 07:12:38 Removing intermediate container 19b468df2c99 07:12:38 ---> c11e12e31c16 07:12:38 Step 6/23 : COPY go.mod . 07:12:38 Removing intermediate container b576bf3eb5e9 07:12:38 ---> 9504b48fc8eb 07:12:38 Step 6/22 : COPY go.mod . 07:12:38 ---> 2a3cc21772b5 07:12:38 Step 7/21 : RUN go mod download 07:12:38 ---> Running in d51a3bed7751 07:12:38 ---> 4c6ae39f3cde 07:12:38 Step 7/26 : RUN go mod download 07:12:39 ---> Running in 68e1c7c0c0d4 07:12:39 ---> ba419f423911 07:12:39 Step 7/23 : RUN go mod download 07:12:39 ---> 16ae2adb3fd0 07:12:39 Step 7/22 : RUN go mod download 07:12:39 ---> Running in 2d392dcef492 07:12:39 ---> Running in e4ac6819ca30 07:12:42 Removing intermediate container d51a3bed7751 07:12:42 ---> 5b4f1ac87175 07:12:42 Step 8/21 : COPY . . 07:12:42 Removing intermediate container 68e1c7c0c0d4 07:12:42 ---> ba5b0ea6c7dc 07:12:42 Step 8/26 : COPY . . 07:12:43 Removing intermediate container e4ac6819ca30 07:12:43 ---> 4ab0a67f7e91 07:12:43 Step 8/22 : COPY . . 07:12:44 Removing intermediate container 2d392dcef492 07:12:44 ---> 8ca2f3d7eda5 07:12:44 Step 8/23 : COPY . . 07:13:06 ---> fd2ffd6039aa 07:13:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:13:06 ---> cdab5f62188e 07:13:06 Step 9/22 : RUN make cmd/core-command/core-command 07:13:06 ---> 169876925610 07:13:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:13:06 ---> 0e87b2ba5d20 07:13:06 Step 9/23 : RUN make cmd/core-data/core-data 07:13:06 ---> Running in 72e99daa301c 07:13:06 ---> Running in 16a6ddb8dba2 07:13:06 ---> Running in 7346dc01d8c4 07:13:06 ---> Running in 344baf57ad44 07:13:07 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 07:13:07 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 07:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:13:08 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 07:14:16 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 07:14:28 Removing intermediate container 7346dc01d8c4 07:14:28 ---> a4c0817f4144 07:14:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:14:28 ---> Running in e07fe652a2a4 07:14:28 Removing intermediate container 72e99daa301c 07:14:28 ---> 65f1746d99c8 07:14:28 07:14:28 Step 10/21 : FROM alpine:3.12 07:14:28 ---> afeebe901d6b 07:14:28 Step 11/21 : RUN apk add --update --no-cache curl 07:14:28 Removing intermediate container 16a6ddb8dba2 07:14:28 ---> e05576112228 07:14:28 07:14:28 Step 10/22 : FROM scratch 07:14:28 ---> 07:14:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:14:28 ---> Running in 8a9aec4a2c63 07:14:28 ---> Using cache 07:14:28 ---> cb9436ced97f 07:14:28 Step 12/22 : ENV APP_PORT=48082 07:14:28 ---> Running in 963439b01968 07:14:28 Removing intermediate container 963439b01968 07:14:28 ---> 1b71cf5ee954 07:14:28 Step 13/22 : EXPOSE $APP_PORT 07:14:29 ---> Running in edf3026536ab 07:14:29 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 07:14:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:29 Removing intermediate container edf3026536ab 07:14:29 ---> 58b97aca9051 07:14:29 Step 14/22 : WORKDIR / 07:14:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:29 ---> Running in 98363c8e0962 07:14:30 (1/4) Installing ca-certificates (20191127-r4) 07:14:30 Removing intermediate container 98363c8e0962 07:14:30 ---> 232c53a74973 07:14:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:14:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:14:30 (3/4) Installing libcurl (7.69.1-r3) 07:14:30 (4/4) Installing curl (7.69.1-r3) 07:14:30 Executing busybox-1.31.1-r19.trigger 07:14:30 Executing ca-certificates-20191127-r4.trigger 07:14:30 OK: 7 MiB in 18 packages 07:14:31 ---> c7f1d32007c5 07:14:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:14:33 Removing intermediate container 8a9aec4a2c63 07:14:33 ---> 93c6014ddc13 07:14:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:14:33 ---> c10bf5e39922 07:14:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:14:33 ---> Running in 5faabd9b2c86 07:14:33 Removing intermediate container e07fe652a2a4 07:14:33 ---> 427d2936750c 07:14:33 07:14:33 Step 11/26 : FROM docker:20.10.0 07:14:33 20.10.0: Pulling from library/docker 07:14:34 Removing intermediate container 5faabd9b2c86 07:14:34 ---> 75054d582a0f 07:14:34 Step 13/21 : WORKDIR /edgex 07:14:34 ---> 1e5d6d200ba3 07:14:34 Step 18/22 : ENTRYPOINT ["/core-command"] 07:14:34 ---> Running in 904972645e11 07:14:34 ---> Running in c09665ae2566 07:14:36 Removing intermediate container 904972645e11 07:14:36 ---> 1565d5581561 07:14:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:14:36 Removing intermediate container c09665ae2566 07:14:36 ---> db1e35b684f8 07:14:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:36 ---> Running in eb1b09df6b34 07:14:37 ---> 0c70132e8b1a 07:14:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:14:37 Removing intermediate container eb1b09df6b34 07:14:37 ---> 0440a4564638 07:14:37 Step 20/22 : LABEL arch=arm64 07:14:37 ---> Running in 0a68f8f33b74 07:14:38 Removing intermediate container 0a68f8f33b74 07:14:38 ---> b5f2d6c527b7 07:14:38 Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:14:39 ---> Running in 0add12a72b44 07:14:39 ---> f5e35f4aced3 07:14:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:14:39 Removing intermediate container 0add12a72b44 07:14:39 ---> 7017de47d5b1 07:14:39 Step 22/22 : LABEL version=0.0.0 07:14:40 ---> Running in 561ff45cb213 07:14:40 Removing intermediate container 561ff45cb213 07:14:40 ---> 0ec0253571d4 07:14:40 07:14:41 ---> 1875e75a57ed 07:14:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:14:41 Successfully built 0ec0253571d4 07:14:41 Successfully tagged docker-core-command-go-arm64:latest 07:14:41  Building docker-core-command-go ... done  ---> Running in 678e182e9c62 07:14:42 Removing intermediate container 678e182e9c62 07:14:42 ---> c27fc3622d20 07:14:42 Step 18/21 : CMD ["--init=true"] 07:14:42 ---> Running in 40d409ad83b1 07:14:43 Removing intermediate container 40d409ad83b1 07:14:43 ---> 1e3dcd65127a 07:14:43 Step 19/21 : LABEL arch=arm64 07:14:44 ---> Running in 26b7c1993bb4 07:14:45 Removing intermediate container 344baf57ad44 07:14:45 ---> 79d5a898999e 07:14:45 07:14:45 Step 10/23 : FROM alpine:3.12 07:14:45 ---> afeebe901d6b 07:14:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:14:45 Removing intermediate container 26b7c1993bb4 07:14:45 ---> 3bb0c68f60c3 07:14:45 Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:14:45 ---> Running in 3ae03c05d2fa 07:14:45 ---> Running in 6c214de213c7 07:14:46 Removing intermediate container 3ae03c05d2fa 07:14:46 ---> 6e44c32af1c4 07:14:46 Step 12/23 : ENV APP_PORT=48080 07:14:46 Removing intermediate container 6c214de213c7 07:14:46 ---> 733f47d992c7 07:14:46 Step 21/21 : LABEL version=0.0.0 07:14:46 ---> Running in 246dda637435 07:14:46 ---> Running in 2b5e9e015077 07:14:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:14:46 Status: Downloaded newer image for docker:20.10.0 07:14:46 ---> eeaf43b92773 07:14:46 Step 12/26 : RUN apk add --no-cache bash 07:14:46 Removing intermediate container 246dda637435 07:14:46 ---> 6061859bdf04 07:14:46 Step 13/23 : EXPOSE $APP_PORT 07:14:46 Removing intermediate container 2b5e9e015077 07:14:46 ---> ff144ea6f9c4 07:14:46 07:14:46 ---> Running in 7513c19513c4 07:14:47 ---> Running in 70e73803bdd4 07:14:47 Successfully built ff144ea6f9c4 07:14:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:14:47  Building docker-security-proxy-setup-go ... done Removing intermediate container 70e73803bdd4 07:14:47 ---> 51367fc33946 07:14:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:47 ---> Running in 3921a6ffc899 07:14:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:48 (1/2) Installing readline (8.0.4-r0) 07:14:48 (2/2) Installing bash (5.0.17-r0) 07:14:48 Executing bash-5.0.17-r0.post-install 07:14:49 Executing busybox-1.31.1-r19.trigger 07:14:49 OK: 12 MiB in 22 packages 07:14:50 Removing intermediate container 3921a6ffc899 07:14:50 ---> a419a0575959 07:14:50 Step 15/23 : RUN apk add --update --no-cache zeromq 07:14:50 ---> Running in d287eb7a4f04 07:14:50 Removing intermediate container 7513c19513c4 07:14:50 ---> 17541311ed27 07:14:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:14:50 ---> Running in c24f71d4d7a9 07:14:51 Removing intermediate container c24f71d4d7a9 07:14:51 ---> 4f6f8078b747 07:14:51 Step 14/26 : ENV APP_PORT=48090 07:14:51 ---> Running in e93ebc463b02 07:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:51 Removing intermediate container e93ebc463b02 07:14:51 ---> 06362a81ddce 07:14:51 Step 15/26 : EXPOSE $APP_PORT 07:14:51 ---> Running in 715b85deebfc 07:14:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:52 Removing intermediate container 715b85deebfc 07:14:52 ---> 2087fdfaf35a 07:14:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:14:53 (1/5) Installing libgcc (9.3.0-r2) 07:14:53 (2/5) Installing libsodium (1.0.18-r0) 07:14:53 (3/5) Installing libstdc++ (9.3.0-r2) 07:14:53 (4/5) Installing libzmq (4.3.3-r0) 07:14:53 ---> acbe8862880d 07:14:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:14:53 (5/5) Installing zeromq (4.3.3-r0) 07:14:53 Executing busybox-1.31.1-r19.trigger 07:14:53 OK: 8 MiB in 19 packages 07:14:54 ---> 99a45ce073dd 07:14:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:14:55 Removing intermediate container d287eb7a4f04 07:14:55 ---> 659596416fc1 07:14:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:14:55 ---> 31cdd22ba6c6 07:14:55 Step 19/26 : RUN apk --no-cache add py3-pip 07:14:55 ---> Running in d30fae207a88 07:14:55 ---> 07cd34c588e5 07:14:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:14:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:57 ---> 0dbcbc33210b 07:14:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:14:58 (1/33) Installing libbz2 (1.0.8-r1) 07:14:58 (2/33) Installing expat (2.2.9-r1) 07:14:58 (3/33) Installing libffi (3.3-r2) 07:14:58 (4/33) Installing gdbm (1.13-r1) 07:14:58 (5/33) Installing xz-libs (5.2.5-r0) 07:14:58 (6/33) Installing sqlite-libs (3.32.1-r0) 07:14:58 (7/33) Installing python3 (3.8.5-r0) 07:14:58 ---> 6d4782af1e70 07:14:58 Step 19/23 : ENTRYPOINT ["/core-data"] 07:14:58 ---> Running in b31d5747206f 07:14:59 Removing intermediate container b31d5747206f 07:14:59 ---> 97413a3295f3 07:14:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:59 (8/33) Installing py3-appdirs (1.4.4-r1) 07:14:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:14:59 (10/33) Installing py3-parsing (2.4.7-r0) 07:14:59 (11/33) Installing py3-six (1.15.0-r0) 07:14:59 (12/33) Installing py3-packaging (20.4-r0) 07:14:59 (13/33) Installing py3-setuptools (47.0.0-r0) 07:14:59 ---> Running in e8b68e8015ab 07:14:59 (14/33) Installing py3-chardet (3.0.4-r4) 07:15:00 (15/33) Installing py3-idna (2.9-r0) 07:15:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:15:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:15:00 (18/33) Installing py3-requests (2.23.0-r0) 07:15:00 (19/33) Installing py3-msgpack (1.0.0-r0) 07:15:00 (20/33) Installing py3-lockfile (0.12.2-r3) 07:15:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:15:00 (22/33) Installing py3-colorama (0.4.3-r0) 07:15:00 (23/33) Installing py3-distlib (0.3.0-r0) 07:15:00 (24/33) Installing py3-distro (1.5.0-r1) 07:15:00 (25/33) Installing py3-webencodings (0.5.1-r3) 07:15:00 (26/33) Installing py3-html5lib (1.0.1-r4) 07:15:00 Removing intermediate container e8b68e8015ab 07:15:00 ---> 24752b66d0e9 07:15:00 Step 21/23 : LABEL arch=arm64 07:15:00 (27/33) Installing py3-pytoml (0.1.21-r0) 07:15:00 (28/33) Installing py3-pep517 (0.8.2-r0) 07:15:00 (29/33) Installing py3-progress (1.5-r0) 07:15:00 (30/33) Installing py3-toml (0.10.1-r0) 07:15:00 (31/33) Installing py3-retrying (1.3.3-r0) 07:15:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:15:00 (33/33) Installing py3-pip (20.1.1-r0) 07:15:00 ---> Running in c904bf1b67dd 07:15:00 Executing busybox-1.31.1-r19.trigger 07:15:00 OK: 71 MiB in 55 packages 07:15:01 Removing intermediate container c904bf1b67dd 07:15:01 ---> 831b15115058 07:15:01 Step 22/23 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:15:01 ---> Running in 3b60cc86941f 07:15:01 Removing intermediate container 3b60cc86941f 07:15:01 ---> 2c92b33600b7 07:15:01 Step 23/23 : LABEL version=0.0.0 07:15:02 ---> Running in c90c569f5128 07:15:03 Removing intermediate container c90c569f5128 07:15:03 ---> 5d354efbf1aa 07:15:03 07:15:03 Successfully built 5d354efbf1aa 07:15:03 Successfully tagged docker-core-data-go-arm64:latest 07:15:06  Building docker-core-data-go ... done Removing intermediate container d30fae207a88 07:15:06 ---> 4a74e6cca702 07:15:06 Step 20/26 : RUN pip install docker-compose==1.23.2 07:15:06 ---> Running in 7fa399cf3dbd 07:15:12 Collecting docker-compose==1.23.2 07:15:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:15: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) 07:15:12 Collecting dockerpty<0.5,>=0.4.1 07:15:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:15:14 Collecting jsonschema<3,>=2.5.1 07:15:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:15:14 Collecting docker<4.0,>=3.6.0 07:15:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:15:15 Collecting websocket-client<1.0,>=0.32.0 07:15:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:15:16 Collecting PyYAML<4,>=3.10 07:15:16 Downloading PyYAML-3.13.tar.gz (270 kB) 07:15:19 Collecting cached-property<2,>=1.2.0 07:15:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:15:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:15:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:15:20 Collecting docopt<0.7,>=0.6.1 07:15:20 Downloading docopt-0.6.2.tar.gz (25 kB) 07:15:22 Collecting texttable<0.10,>=0.9.0 07:15:22 Downloading texttable-0.9.1.tar.gz (11 kB) 07:15:24 Collecting docker-pycreds>=0.4.0 07:15:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:15:24 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) 07:15:25 Collecting urllib3<1.25,>=1.21.1 07:15:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:15:25 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) 07:15:25 Collecting idna<2.8,>=2.5 07:15:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:15:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:15:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:15:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:15:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:15:26 Installing collected packages: dockerpty, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, cached-property, docopt, texttable, docker-compose 07:15:26 Running setup.py install for dockerpty: started 07:15:28 Running setup.py install for dockerpty: finished with status 'done' 07:15:28 Attempting uninstall: urllib3 07:15:28 Found existing installation: urllib3 1.25.9 07:15:28 Uninstalling urllib3-1.25.9: 07:15:29 Successfully uninstalled urllib3-1.25.9 07:15:29 Attempting uninstall: idna 07:15:29 Found existing installation: idna 2.9 07:15:29 Uninstalling idna-2.9: 07:15:29 Successfully uninstalled idna-2.9 07:15:30 Attempting uninstall: requests 07:15:30 Found existing installation: requests 2.23.0 07:15:30 Uninstalling requests-2.23.0: 07:15:30 Successfully uninstalled requests-2.23.0 07:15:31 Running setup.py install for PyYAML: started 07:15:33 Running setup.py install for PyYAML: finished with status 'done' 07:15:33 Running setup.py install for docopt: started 07:15:35 Running setup.py install for docopt: finished with status 'done' 07:15:35 Running setup.py install for texttable: started 07:15:36 Running setup.py install for texttable: finished with status 'done' 07:15:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:15:41 Removing intermediate container 7fa399cf3dbd 07:15:41 ---> a5803bdcbdf9 07:15:41 Step 21/26 : RUN apk --no-cache add curl 07:15:41 ---> Running in d2776da3362c 07:15:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:15:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:15:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:15:43 (2/3) Installing libcurl (7.69.1-r3) 07:15:43 (3/3) Installing curl (7.69.1-r3) 07:15:43 Executing busybox-1.31.1-r19.trigger 07:15:43 OK: 71 MiB in 58 packages 07:15:45 Removing intermediate container d2776da3362c 07:15:45 ---> 1dca9be116ad 07:15:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:15:45 ---> Running in eaf43b09f06a 07:15:45 Removing intermediate container eaf43b09f06a 07:15:45 ---> 987e35ebff6d 07:15:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:15:45 ---> Running in e027c8849820 07:15:46 Removing intermediate container e027c8849820 07:15:46 ---> 630a028b2b30 07:15:46 Step 24/26 : LABEL arch=arm64 07:15:46 ---> Running in 84981be9b438 07:15:46 Removing intermediate container 84981be9b438 07:15:46 ---> d7d65e9141b5 07:15:46 Step 25/26 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 07:15:46 ---> Running in 420ef7054d64 07:15:47 Removing intermediate container 420ef7054d64 07:15:47 ---> c3a64166cfa8 07:15:47 Step 26/26 : LABEL version=0.0.0 07:15:47 ---> Running in 152348cf31b1 07:15:47 Removing intermediate container 152348cf31b1 07:15:47 ---> e5c57aaef9d8 07:15:47 07:15:48 Successfully built e5c57aaef9d8 07:15:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:15:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:15:48 $ docker stop --time=1 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a 07:15:50 $ docker rm -f 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a [Pipeline] // withDockerContainer [Pipeline] sh 07:15:51 + grep docker 07:15:51 + docker images 07:15:51 docker-sys-mgmt-agent-go-arm64 latest e5c57aaef9d8 4 seconds ago 300MB 07:15:51 docker-core-data-go-arm64 latest 5d354efbf1aa 49 seconds ago 21MB 07:15:51 docker-security-proxy-setup-go-arm64 latest ff144ea6f9c4 About a minute ago 23.2MB 07:15:51 docker-core-command-go-arm64 latest 0ec0253571d4 About a minute ago 9.98MB 07:15:51 docker-security-secretstore-setup-go-arm64 latest 28dbc3975119 4 minutes ago 23.4MB 07:15:51 docker-core-metadata-go-arm64 latest 70aed571fdfb 4 minutes ago 12.3MB 07:15:51 docker-security-bootstrap-redis-go-arm64 latest 745bcd0fa7af 4 minutes ago 15.1MB 07:15:51 docker-support-notifications-go-arm64 latest 5c61bfb7fcfd 4 minutes ago 11.4MB 07:15:51 docker-support-scheduler-go-arm64 latest dd7bda4f9bae 4 minutes ago 10.1MB 07:15:51 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:15:53 provisioning config files... 07:15:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7607558666134986929tmp [Pipeline] { [Pipeline] sh 07:15:53 + set +x 07:15:53 + curl -s https://codecov.io/bash 07:15:53 + bash -s -- 07:15:54 07:15:54 _____ _ 07:15:54 / ____| | | 07:15:54 | | ___ __| | ___ ___ _____ __ 07:15:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:15:54 | |___| (_) | (_| | __/ (_| (_) \ V / 07:15:54 \_____\___/ \__,_|\___|\___\___/ \_/ 07:15:54 Bash-20210115-cec3c92 07:15:54 07:15:54 07:15:54 ==> git version 2.24.3 found 07:15:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:15:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:15:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:15:54 ==> Jenkins CI detected. 07:15:54 project root: . 07:15:54 --> token set from env 07:15:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:15:54 ==> Running gcov in . (disable via -X gcov) 07:15:54 ==> Python coveragepy not found 07:15:54 ==> Searching for coverage reports in: 07:15:54 + . 07:15:54 -> Found 1 reports 07:15:54 ==> Detecting git/mercurial file structure 07:15:54 ==> Reading reports 07:15:54 + ./coverage.out bytes=551534 07:15:54 ==> Appending adjustments 07:15:54 https://docs.codecov.io/docs/fixing-reports 07:15:57 + Found adjustments 07:15:57 ==> Gzipping contents 07:15:57 84K /tmp/codecov.pKJ59E.gz 07:15:57 ==> Uploading reports 07:15:57 url: https://codecov.io 07:15:57 query: branch=PR-3059&commit=a8f770479522fe3c7b88a2b5d2d54eca0cad3755&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3059%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3059&job=&cmd_args= 07:15:57 -> Pinging Codecov 07:15:57 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3059&commit=a8f770479522fe3c7b88a2b5d2d54eca0cad3755&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3059%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3059&job=&cmd_args= 07:15:57 -> Uploading to 07:15:57 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/a8f770479522fe3c7b88a2b5d2d54eca0cad3755/5a8db27f-82ae-4cb6-9528-3ce786037637.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T071557Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1efe9153f471564d4406f7d5ad6cbc6c5f46a4c301701894b0e70bc2bafef33 07:15:57 % Total % Received % Xferd Average Speed Time Time Time Current 07:15:57 Dload Upload Total Spent Left Speed 07:15:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 98 83391 0 0 98 81920 0 270k --:--:-- --:--:-- --:--:-- 270k 100 83391 0 0 100 83391 0 154k --:--:-- --:--:-- --:--:-- 153k 07:15:58 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [Pipeline] } 07:15:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:16:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:16:01 ---> package-listing.sh 07:16:01 ++ facter osfamily 07:16:01 ++ tr '[:upper:]' '[:lower:]' 07:16:01 + OS_FAMILY=redhat 07:16:01 + workspace=/w/workspace/edgex-go/2 07:16:01 + START_PACKAGES=/tmp/packages_start.txt 07:16:01 + END_PACKAGES=/tmp/packages_end.txt 07:16:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:16:01 + PACKAGES=/tmp/packages_start.txt 07:16:01 + '[' /w/workspace/edgex-go/2 ']' 07:16:01 + PACKAGES=/tmp/packages_end.txt 07:16:01 + case "${OS_FAMILY}" in 07:16:01 + rpm -qa 07:16:01 + sort 07:16:06 + '[' -f /tmp/packages_start.txt ']' 07:16:06 + '[' -f /tmp/packages_end.txt ']' 07:16:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:16:06 + '[' /w/workspace/edgex-go/2 ']' 07:16:06 + mkdir -p /w/workspace/edgex-go/2/archives/ 07:16:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 07:16:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:16:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:07 07:16:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:16:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:07 alpine: Pulling from edgex-lftools-log-publisher 07:16:07 df20fa9351a1: Pulling fs layer 07:16:07 36b3adc4ff6f: Pulling fs layer 07:16:07 8ad3a11d3b57: Pulling fs layer 07:16:07 46f8f816bc3b: Pulling fs layer 07:16:07 93b61091891f: Pulling fs layer 07:16:07 93b9cdb0e59b: Pulling fs layer 07:16:07 5e14af77c1be: Pulling fs layer 07:16:07 01666e4c0597: Pulling fs layer 07:16:07 aa168da1d23b: Pulling fs layer 07:16:07 46f8f816bc3b: Waiting 07:16:07 93b61091891f: Waiting 07:16:07 93b9cdb0e59b: Waiting 07:16:07 5e14af77c1be: Waiting 07:16:07 01666e4c0597: Waiting 07:16:07 aa168da1d23b: Waiting 07:16:07 36b3adc4ff6f: Download complete 07:16:07 46f8f816bc3b: Verifying Checksum 07:16:07 46f8f816bc3b: Download complete 07:16:07 df20fa9351a1: Verifying Checksum 07:16:07 df20fa9351a1: Download complete 07:16:07 93b9cdb0e59b: Verifying Checksum 07:16:07 93b9cdb0e59b: Download complete 07:16:07 5e14af77c1be: Verifying Checksum 07:16:07 5e14af77c1be: Download complete 07:16:07 93b61091891f: Verifying Checksum 07:16:07 93b61091891f: Download complete 07:16:07 01666e4c0597: Verifying Checksum 07:16:07 01666e4c0597: Download complete 07:16:07 8ad3a11d3b57: Verifying Checksum 07:16:07 8ad3a11d3b57: Download complete 07:16:08 df20fa9351a1: Pull complete 07:16:08 36b3adc4ff6f: Pull complete 07:16:09 8ad3a11d3b57: Pull complete 07:16:10 aa168da1d23b: Verifying Checksum 07:16:10 aa168da1d23b: Download complete 07:16:10 46f8f816bc3b: Pull complete 07:16:11 93b61091891f: Pull complete 07:16:11 93b9cdb0e59b: Pull complete 07:16:11 5e14af77c1be: Pull complete 07:16:12 01666e4c0597: Pull complete 07:16:20 aa168da1d23b: Pull complete 07:16:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:16:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:16:20 prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container 07:16:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:16:25 $ docker top 2fdbdb9d67523eb56ae2e95782180203eabfb137c64de9c70e67e5197541c05c -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:26 + touch /tmp/pre-build-complete [Pipeline] sh 07:16:26 + mkdir -p /var/log/sa [Pipeline] sh 07:16:26 + ls /var/log/sa-host 07:16:26 + sadf -c /var/log/sa-host/sa21 07:16:26 file_magic: OK 07:16:26 HZ: Using current value: 100 07:16:26 file_header: OK 07:16:26 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 07:16:26 Statistics: 07:16:26 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... 07:16:26 File successfully converted to sysstat format version 12.2.1 07:16:26 + sadf -c /var/log/sa-host/sa23 07:16:26 file_magic: OK 07:16:26 HZ: Using current value: 100 07:16:26 file_header: OK 07:16:26 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 07:16:26 Statistics: 07:16:26 Hnuu...uuuununununu... 07:16:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:16:27 provisioning config files... 07:16:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1952833390004542768tmp [Pipeline] { [Pipeline] echo 07:16:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:16:27 ---> create-netrc.sh [Pipeline] } 07:16:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:16:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:16:28 ---> python-tools-install.sh [Pipeline] echo 07:16:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:16:28 ---> sudo-logs.sh 07:16:28 Archiving 'sudo' log.. [Pipeline] echo 07:16:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:16:28 ---> job-cost.sh 07:16:28 lf-activate-venv: SKIPPING 07:16:28 INFO: No Stack... 07:16:29 INFO: Retrieving Pricing Info for: v1-standard-2 07:16:30 INFO: Archiving Costs [Pipeline] echo 07:16:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:16:30 ---> logs-deploy.sh 07:16:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3059/2 07:16:30 INFO: archiving workspace using pattern(s): 07:16:31 Archives upload complete. 07:16:31 INFO: archiving logs to Nexus 07:16:32 ---> uname -a: 07:16:32 Linux prd-centos7-docker-4c-2g-21872.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:16:32 07:16:32 07:16:32 ---> lscpu: 07:16:32 Architecture: x86_64 07:16:32 CPU op-mode(s): 32-bit, 64-bit 07:16:32 Byte Order: Little Endian 07:16:32 Address sizes: 40 bits physical, 48 bits virtual 07:16:32 CPU(s): 4 07:16:32 On-line CPU(s) list: 0-3 07:16:32 Thread(s) per core: 1 07:16:32 Core(s) per socket: 1 07:16:32 Socket(s): 4 07:16:32 NUMA node(s): 1 07:16:32 Vendor ID: GenuineIntel 07:16:32 CPU family: 6 07:16:32 Model: 44 07:16:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:16:32 Stepping: 1 07:16:32 CPU MHz: 2933.442 07:16:32 BogoMIPS: 5866.88 07:16:32 Virtualization: VT-x 07:16:32 Hypervisor vendor: KVM 07:16:32 Virtualization type: full 07:16:32 L1d cache: 128 KiB 07:16:32 L1i cache: 128 KiB 07:16:32 L2 cache: 16 MiB 07:16:32 L3 cache: 64 MiB 07:16:32 NUMA node0 CPU(s): 0-3 07:16:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:16:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:16:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:16:32 Vulnerability Meltdown: Mitigation; PTI 07:16:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:16:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:16:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:16:32 Vulnerability Srbds: Not affected 07:16:32 Vulnerability Tsx async abort: Not affected 07:16:32 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 07:16:32 07:16:32 07:16:32 ---> nproc: 07:16:32 4 07:16:32 07:16:32 07:16:33 ---> df -h: 07:16:33 Filesystem Size Used Available Use% Mounted on 07:16:33 overlay 50.0G 12.0G 38.0G 24% / 07:16:33 tmpfs 64.0M 0 64.0M 0% /dev 07:16:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:16:33 shm 64.0M 0 64.0M 0% /dev/shm 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/2 07:16:33 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/2@tmp 07:16:33 07:16:33 07:16:33 ---> free -m: 07:16:33 total used free shared buff/cache available 07:16:33 Mem: 1837 728 138 0 970 1024 07:16:33 Swap: 1023 57 966 07:16:33 07:16:33 07:16:33 ---> ip addr: 07:16:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:16:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:16:33 inet 127.0.0.1/8 scope host lo 07:16:33 valid_lft forever preferred_lft forever 07:16:33 inet6 ::1/128 scope host 07:16:33 valid_lft forever preferred_lft forever 07:16:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:16:33 link/ether fa:16:3e:81:92:46 brd ff:ff:ff:ff:ff:ff 07:16:33 inet 10.30.122.114/23 brd 10.30.123.255 scope global dynamic eth0 07:16:33 valid_lft 85128sec preferred_lft 85128sec 07:16:33 inet6 fe80::f816:3eff:fe81:9246/64 scope link 07:16:33 valid_lft forever preferred_lft forever 07:16:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:16:33 link/ether 02:42:06:73:16:bd brd ff:ff:ff:ff:ff:ff 07:16:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:16:33 valid_lft forever preferred_lft forever 07:16:33 inet6 fe80::42:6ff:fe73:16bd/64 scope link 07:16:33 valid_lft forever preferred_lft forever 07:16:33 07:16:33 07:16:33 ---> sar -b -r -n DEV: 07:16:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 07:16:33 07:16:33 06:55:09 LINUX RESTART (4 CPU) 07:16:33 07:16:33 06:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:16:33 06:57:01 151.97 78.74 73.23 0.00 10324.20 31676.52 0.00 07:16:33 06:58:01 273.57 111.10 162.47 0.00 4474.43 32358.80 0.00 07:16:33 06:59:01 200.67 89.87 110.80 0.00 3285.74 12618.57 0.00 07:16:33 07:00:02 235.89 73.73 162.16 0.00 17152.04 94773.05 0.00 07:16:33 07:01:02 2643.68 2280.54 363.14 0.00 201496.34 205690.99 0.00 07:16:33 07:02:02 697.34 437.59 259.75 0.00 44316.23 59305.98 0.00 07:16:33 07:03:01 2421.94 2066.76 355.18 0.00 148983.18 166710.60 0.00 07:16:33 07:04:01 404.69 191.93 212.76 0.00 12146.02 33737.89 0.00 07:16:33 07:05:01 12.32 5.50 6.83 0.00 2802.06 197.30 0.00 07:16:33 07:06:01 0.67 0.52 0.15 0.00 16.52 1.90 0.00 07:16:33 07:07:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 07:16:33 07:08:01 0.27 0.02 0.25 0.00 0.27 2.97 0.00 07:16:33 07:09:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 07:16:33 07:10:01 0.25 0.02 0.23 0.00 0.13 1.65 0.00 07:16:33 07:11:01 2.45 1.65 0.80 0.00 53.17 14.14 0.00 07:16:33 07:12:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 07:16:33 07:13:01 0.27 0.02 0.25 0.00 0.27 2.60 0.00 07:16:33 07:14:01 0.18 0.02 0.17 0.00 0.13 1.52 0.00 07:16:33 07:15:02 0.20 0.00 0.20 0.00 0.00 1.93 0.00 07:16:33 07:16:01 17.62 17.38 0.24 0.00 1578.32 19.97 0.00 07:16:33 Average: 353.26 267.79 85.46 0.00 22348.98 31896.49 0.00 07:16:33 07:16:33 06:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:16:33 06:57:01 80928 0 711384 37.81 2584 1086648 1540108 52.56 709816 877656 101224 07:16:33 06:58:01 143112 0 835848 44.42 1492 901092 1502532 51.28 626660 840424 5536 07:16:33 06:59:01 346644 0 748712 39.79 696 785492 1325488 45.24 577676 673208 51332 07:16:33 07:00:02 76072 0 712044 37.84 272 1093156 1263700 43.13 733744 834456 3192 07:16:33 07:01:02 75784 0 861436 45.78 0 944324 2352568 80.29 766928 813904 79444 07:16:33 07:02:02 74568 0 720252 38.28 0 1086724 1352564 46.16 483852 1074968 95240 07:16:33 07:03:01 70240 0 700036 37.21 0 1111268 1650696 56.34 554732 1039480 1952 07:16:33 07:04:01 168240 0 692624 36.81 0 1020680 1351672 46.13 542096 924708 20 07:16:33 07:05:01 134636 0 642684 34.16 0 1104224 1189960 40.61 541816 964740 12 07:16:33 07:06:01 134132 0 642740 34.16 0 1104672 1190020 40.61 542436 965048 12 07:16:33 07:07:01 136708 0 640152 34.02 0 1104684 1167332 39.84 540248 964788 12 07:16:33 07:08:01 137324 0 639536 33.99 0 1104684 1167332 39.84 540360 964788 8 07:16:33 07:09:01 137156 0 639688 34.00 0 1104700 1167332 39.84 540260 964796 8 07:16:33 07:10:01 137224 0 639624 33.99 0 1104696 1167332 39.84 540372 964796 8 07:16:33 07:11:01 135084 0 640928 34.06 0 1105532 1167452 39.84 540972 965564 16 07:16:33 07:12:01 134900 0 641100 34.07 0 1105544 1167416 39.84 540676 965572 12 07:16:33 07:13:01 135388 0 640612 34.05 0 1105544 1167332 39.84 540460 965572 12 07:16:33 07:14:01 135488 0 640500 34.04 0 1105556 1167332 39.84 540340 965580 8 07:16:33 07:15:02 135536 0 640440 34.04 0 1105568 1167332 39.84 540344 965584 8 07:16:33 07:16:01 83080 0 647972 34.44 0 1150492 1168884 39.89 557736 998116 112 07:16:33 Average: 130612 0 683916 36.35 252 1066764 1319719 45.04 575076 934687 16908 07:16:33 07:16:33 06:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:16:33 06:57:01 eth0 1065.75 1210.69 5824.72 146.18 0.00 0.00 0.00 0.00 07:16:33 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 06:57:01 docker0 872.42 666.63 70.83 2665.87 0.00 0.00 0.00 0.00 07:16:33 06:58:01 vethac559c7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 07:16:33 06:58:01 eth0 220.41 172.05 858.35 25.73 0.00 0.00 0.00 0.00 07:16:33 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 06:58:01 docker0 152.03 184.95 10.63 826.78 0.00 0.00 0.00 0.00 07:16:33 06:59:01 vethac559c7 0.23 0.27 0.02 0.02 0.00 0.00 0.00 0.00 07:16:33 06:59:01 eth0 28.54 14.11 23.53 11.52 0.00 0.00 0.00 0.00 07:16:33 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 06:59:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 07:16:33 07:00:02 vethdcc1e0f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:16:33 07:00:02 eth0 231.19 181.65 1701.46 101.52 0.00 0.00 0.00 0.00 07:16:33 07:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:01:02 vethdcc1e0f 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 07:16:33 07:01:02 eth0 59.06 37.82 163.37 56.58 0.00 0.00 0.00 0.00 07:16:33 07:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:01:02 docker0 9.82 21.72 0.52 145.06 0.00 0.00 0.00 0.00 07:16:33 07:02:02 vethdcc1e0f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:16:33 07:02:02 eth0 53.53 28.74 187.80 13.44 0.00 0.00 0.00 0.00 07:16:33 07:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:02:02 docker0 9.77 19.46 0.54 117.44 0.00 0.00 0.00 0.00 07:16:33 07:03:01 veth6f2be66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:03:01 vethdcc1e0f 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:03:01 eth0 85.83 66.84 91.25 94.81 0.00 0.00 0.00 0.00 07:16:33 07:03:01 vethd29d007 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:04:01 vethdcc1e0f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:16:33 07:04:01 eth0 217.14 150.58 1697.08 27.71 0.00 0.00 0.00 0.00 07:16:33 07:04:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:04:01 docker0 1094.51 975.84 85.80 4265.15 0.00 0.00 0.00 0.00 07:16:33 07:05:01 eth0 5.30 3.10 4.38 1.69 0.00 0.00 0.00 0.00 07:16:33 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:06:01 eth0 8.18 8.14 0.89 24.41 0.00 0.00 0.00 0.00 07:16:33 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:07:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:11:01 eth0 4.46 4.41 0.36 7.01 0.00 0.00 0.00 0.00 07:16:33 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:12:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:16:33 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:13:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:14:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:15:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:16:33 07:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:16:01 eth0 18.29 15.72 9.51 30.55 0.00 0.00 0.00 0.00 07:16:33 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 Average: eth0 100.23 95.05 530.20 27.09 0.00 0.00 0.00 0.00 07:16:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:33 Average: docker0 54.83 48.89 4.30 213.67 0.00 0.00 0.00 0.00 07:16:33 07:16:33 07:16:33 ---> sar -P ALL: 07:16:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 07:16:33 07:16:33 06:55:09 LINUX RESTART (4 CPU) 07:16:33 07:16:33 06:56:01 CPU %user %nice %system %iowait %steal %idle 07:16:33 06:57:01 all 13.27 0.00 5.46 2.19 0.06 79.01 07:16:33 06:57:01 0 15.63 0.00 7.10 0.60 0.05 76.62 07:16:33 06:57:01 1 11.12 0.00 4.33 3.45 0.07 81.04 07:16:33 06:57:01 2 10.55 0.00 4.69 2.90 0.05 81.81 07:16:33 06:57:01 3 15.80 0.00 5.74 1.80 0.08 76.57 07:16:33 06:58:01 all 9.24 0.00 6.14 6.19 0.03 78.39 07:16:33 06:58:01 0 9.45 0.00 6.72 4.31 0.03 79.49 07:16:33 06:58:01 1 8.73 0.00 6.06 7.70 0.03 77.48 07:16:33 06:58:01 2 9.53 0.00 6.27 7.35 0.02 76.83 07:16:33 06:58:01 3 9.26 0.00 5.52 5.40 0.03 79.78 07:16:33 06:59:01 all 64.59 0.00 13.24 5.16 0.04 16.97 07:16:33 06:59:01 0 64.24 0.00 13.57 5.41 0.03 16.75 07:16:33 06:59:01 1 62.84 0.00 12.99 7.56 0.05 16.56 07:16:33 06:59:01 2 67.57 0.00 12.64 2.98 0.03 16.77 07:16:33 06:59:01 3 63.68 0.00 13.79 4.73 0.03 17.77 07:16:33 07:00:02 all 27.86 0.00 12.20 6.92 0.04 52.98 07:16:33 07:00:02 0 27.42 0.00 12.48 7.80 0.05 52.25 07:16:33 07:00:02 1 27.95 0.00 12.33 6.11 0.03 53.58 07:16:33 07:00:02 2 27.49 0.00 12.09 6.92 0.02 53.49 07:16:33 07:00:02 3 28.60 0.00 11.90 6.82 0.05 52.62 07:16:33 07:01:02 all 21.98 0.00 22.58 28.26 0.10 27.08 07:16:33 07:01:02 0 21.97 0.00 21.60 27.65 0.10 28.67 07:16:33 07:01:02 1 21.00 0.00 23.20 31.82 0.10 23.87 07:16:33 07:01:02 2 22.37 0.00 21.80 24.99 0.09 30.75 07:16:33 07:01:02 3 22.59 0.00 23.75 28.55 0.11 25.01 07:16:33 07:02:02 all 47.19 0.00 14.27 17.66 0.05 20.82 07:16:33 07:02:02 0 45.57 0.00 14.15 15.26 0.05 24.97 07:16:33 07:02:02 1 47.34 0.00 14.10 15.93 0.05 22.58 07:16:33 07:02:02 2 47.83 0.00 14.66 16.00 0.05 21.46 07:16:33 07:02:02 3 48.05 0.00 14.18 23.52 0.05 14.20 07:16:33 07:03:01 all 32.34 0.00 19.77 27.38 0.14 20.38 07:16:33 07:03:01 0 31.04 0.00 18.51 24.80 0.16 25.49 07:16:33 07:03:01 1 32.00 0.00 18.70 27.35 0.14 21.81 07:16:33 07:03:01 2 32.62 0.00 20.81 28.79 0.14 17.63 07:16:33 07:03:01 3 33.71 0.00 21.08 28.60 0.11 16.50 07:16:33 07:04:01 all 29.28 0.00 10.80 9.96 0.11 49.85 07:16:33 07:04:01 0 32.24 0.00 12.05 7.12 0.12 48.47 07:16:33 07:04:01 1 25.43 0.00 10.09 8.66 0.12 55.69 07:16:33 07:04:01 2 31.50 0.00 10.82 9.03 0.10 48.54 07:16:33 07:04:01 3 27.95 0.00 10.22 15.04 0.10 46.69 07:16:33 07:05:01 all 0.39 0.00 0.30 0.12 0.01 99.19 07:16:33 07:05:01 0 0.18 0.00 0.32 0.13 0.00 99.37 07:16:33 07:05:01 1 0.60 0.00 0.37 0.03 0.00 99.00 07:16:33 07:05:01 2 0.37 0.00 0.25 0.07 0.00 99.32 07:16:33 07:05:01 3 0.40 0.00 0.25 0.25 0.03 99.07 07:16:33 07:06:01 all 0.13 0.00 0.05 0.00 0.00 99.82 07:16:33 07:06:01 0 0.08 0.00 0.05 0.00 0.00 99.87 07:16:33 07:06:01 1 0.23 0.00 0.05 0.00 0.00 99.72 07:16:33 07:06:01 2 0.10 0.00 0.03 0.02 0.02 99.83 07:16:33 07:06:01 3 0.10 0.00 0.05 0.00 0.00 99.85 07:16:33 07:07:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:16:33 07:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:16:33 07:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:16:33 07:07:01 CPU %user %nice %system %iowait %steal %idle 07:16:33 07:08:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:16:33 07:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:16:33 07:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:16:33 07:08:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:16:33 07:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:16:33 07:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:16:33 07:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:16:33 07:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:16:33 07:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:16:33 07:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:16:33 07:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:11:01 all 0.05 0.00 0.04 0.02 0.00 99.89 07:16:33 07:11:01 0 0.02 0.00 0.05 0.00 0.00 99.93 07:16:33 07:11:01 1 0.10 0.00 0.03 0.00 0.00 99.87 07:16:33 07:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:11:01 3 0.03 0.00 0.07 0.08 0.00 99.82 07:16:33 07:12:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:16:33 07:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:16:33 07:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:16:33 07:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:16:33 07:13:01 all 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:16:33 07:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:16:33 07:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:16:33 07:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:16:33 07:14:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:16:33 07:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:16:33 07:15:02 all 0.03 0.00 0.02 0.00 0.00 99.95 07:16:33 07:15:02 0 0.02 0.00 0.03 0.00 0.00 99.95 07:16:33 07:15:02 1 0.07 0.00 0.03 0.00 0.00 99.90 07:16:33 07:15:02 2 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:15:02 3 0.02 0.00 0.02 0.00 0.00 99.97 07:16:33 07:16:01 all 1.07 0.00 0.63 0.49 0.01 97.80 07:16:33 07:16:01 0 0.83 0.00 0.46 0.34 0.02 98.35 07:16:33 07:16:01 1 1.37 0.00 0.64 0.51 0.00 97.47 07:16:33 07:16:01 2 1.34 0.00 0.90 0.76 0.00 97.00 07:16:33 07:16:01 3 0.73 0.00 0.53 0.36 0.02 98.37 07:16:33 Average: all 12.08 0.00 5.15 5.07 0.03 77.66 07:16:33 Average: 0 12.16 0.00 5.25 4.56 0.03 78.00 07:16:33 Average: 1 11.64 0.00 5.02 5.31 0.03 78.00 07:16:33 Average: 2 12.31 0.00 5.13 4.85 0.03 77.68 07:16:33 Average: 3 12.22 0.00 5.20 5.57 0.03 76.98 07:16:33 07:16:33 07:16:33