Pull request #2970 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 401c9bf7435003469fd9d13799cd76edd436c468+4ca1de52de98fea5214ec757781974277347748a (7c6e6b69e30e405e0e56bb8188513fc86cbf7ca9) 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-22030 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/37 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 401c9bf7435003469fd9d13799cd76edd436c468 Merge succeeded, producing 401c9bf7435003469fd9d13799cd76edd436c468 Checking out Revision 401c9bf7435003469fd9d13799cd76edd436c468 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:04:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:04:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:04:57 ========================================================= 20:04:57 EdgeX Global Pipelines Version Info 20:04:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b # timeout=10 20:04:58 ------------------- 20:04:58 stable info: 20:04:58 ------------------- 20:04:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:04:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:04:58 Message: update stable to v1.0.179 20:04:59 ------------------- 20:04:59 experimental info: 20:04:59 ------------------- 20:04:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:04:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:04:59 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:05:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:05:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 401c9bf7435003469fd9d13799cd76edd436c468 [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 401c9bf [Pipeline] echo 20:05:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:05:03 provisioning config files... 20:05:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config4188465325101076728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:05:03 ---> docker-login.sh 20:05:03 nexus3.edgexfoundry.org:10001 20:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:03 Configure a credential helper to remove this warning. See 20:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:03 20:05:03 Login Succeeded 20:05:03 nexus3.edgexfoundry.org:10002 20:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:04 Configure a credential helper to remove this warning. See 20:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:04 20:05:04 Login Succeeded 20:05:04 nexus3.edgexfoundry.org:10003 20:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:04 Configure a credential helper to remove this warning. See 20:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:04 20:05:04 Login Succeeded 20:05:04 nexus3.edgexfoundry.org:10004 20:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:04 Configure a credential helper to remove this warning. See 20:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:04 20:05:04 Login Succeeded 20:05:04 docker.io 20:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:04 Configure a credential helper to remove this warning. See 20:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:04 20:05:04 Login Succeeded 20:05:04 ---> docker-login.sh ends [Pipeline] } 20:05:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:05:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/core-command/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo core-command,cmd/core-command/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/core-data/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo core-data,cmd/core-data/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/core-metadata/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo core-metadata,cmd/core-metadata/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/security-bootstrapper/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/security-proxy-setup/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/support-notifications/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo support-notifications,cmd/support-notifications/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/support-scheduler/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:05:05 + for file in '`ls cmd/**/Dockerfile`' 20:05:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:05:05 ++ cut -d/ -f2 20:05:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:05:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:05:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:06 20:05:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:05:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:07 latest: Pulling from edgex-devops/git-semver 20:05:07 31603596830f: Pulling fs layer 20:05:07 2a8b12db71e7: Pulling fs layer 20:05:07 6ca5941a6612: Pulling fs layer 20:05:07 ecc8261a40a4: Pulling fs layer 20:05:07 2a8b12db71e7: Verifying Checksum 20:05:07 2a8b12db71e7: Download complete 20:05:07 31603596830f: Verifying Checksum 20:05:07 31603596830f: Download complete 20:05:07 6ca5941a6612: Verifying Checksum 20:05:07 6ca5941a6612: Download complete 20:05:07 ecc8261a40a4: Verifying Checksum 20:05:07 ecc8261a40a4: Download complete 20:05:07 31603596830f: Pull complete 20:05:07 2a8b12db71e7: Pull complete 20:05:08 6ca5941a6612: Pull complete 20:05:08 ecc8261a40a4: Pull complete 20:05:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:05:08 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:05:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:05:11 $ docker top d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:05:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:05:11 [ssh-agent] Looking for ssh-agent implementation... 20:05:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:05:11 $ docker exec d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd ssh-agent 20:05:12 SSH_AUTH_SOCK=/tmp/ssh-XOKLMrgsCWg8/agent.12 20:05:12 SSH_AGENT_PID=18 20:05:12 Running ssh-add (command line suppressed) 20:05:12 Identity added: /w/workspace/edgex-go/37@tmp/private_key_509867740192351577.key (/w/workspace/edgex-go/37@tmp/private_key_509867740192351577.key) 20:05:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:05:12 + git tag --points-at HEAD [Pipeline] } 20:05:12 $ docker exec --env ******** --env ******** d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd ssh-agent -k 20:05:12 unset SSH_AUTH_SOCK; 20:05:12 unset SSH_AGENT_PID; 20:05:12 echo Agent pid 18 killed; 20:05:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:05:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:05:12 [ssh-agent] Looking for ssh-agent implementation... 20:05:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:05:13 $ docker exec d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd ssh-agent 20:05:13 SSH_AUTH_SOCK=/tmp/ssh-8dqDOf6vCDQk/agent.46 20:05:13 SSH_AGENT_PID=51 20:05:13 Running ssh-add (command line suppressed) 20:05:13 Identity added: /w/workspace/edgex-go/37@tmp/private_key_9077605398918880123.key (/w/workspace/edgex-go/37@tmp/private_key_9077605398918880123.key) 20:05:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:05:13 + git semver init 20:05:13 # -> Open(): unable to determine branch for HEAD 20:05:13 # $GIT_DIR = /w/workspace/edgex-go/37/.git 20:05:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/37 20:05:13 # $SEMVER_REMOTE_NAME = origin 20:05:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:05:13 # $SEMVER_USER_NAME = edgex-jenkins 20:05:13 # $SEMVER_BRANCH = PR-2970 20:05:13 # $SEMVER_TEMP = /tmp/semver-587822237 20:05:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:05:31 # '/tmp/semver-587822237' -> '/w/workspace/edgex-go/37/.semver' 20:05:31 # -> Force: false 20:05:31 # $SEMVER_DIR = /w/workspace/edgex-go/37/.semver [Pipeline] } 20:05:31 $ docker exec --env ******** --env ******** d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd ssh-agent -k 20:05:32 unset SSH_AUTH_SOCK; 20:05:32 unset SSH_AGENT_PID; 20:05:32 echo Agent pid 51 killed; 20:05:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:05:32 + git semver [Pipeline] } 20:05:32 $ docker stop --time=1 d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd 20:05:34 $ docker rm -f d1a05c6d357219fc383f96b3574c9dfe7709fde88343f02e942330f3bc0ea1fd [Pipeline] // withDockerContainer [Pipeline] sh 20:05:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:05:35 Stashed 1 file(s) [Pipeline] echo 20:05:35 [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 20:05:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:05:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:05:36 + sudo service docker restart 20:05:36 + true 20:05:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:05:37 ========================================================= 20:05:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:05:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:05:37 + 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 . 20:05:41 Sending build context to Docker daemon 327.9MB 20:05:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:05:41 Step 2/6 : FROM ${BASE} 20:05:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:05:41 188c0c94c7c5: Pulling fs layer 20:05:41 0ef7d3d256c8: Pulling fs layer 20:05:41 de9db76c5a1d: Pulling fs layer 20:05:41 bca2f99d35d6: Pulling fs layer 20:05:41 93359f2a8cfa: Pulling fs layer 20:05:41 7c6f9722023f: Pulling fs layer 20:05:41 a35cf1a2eb13: Pulling fs layer 20:05:41 93359f2a8cfa: Waiting 20:05:41 7c6f9722023f: Waiting 20:05:41 a35cf1a2eb13: Waiting 20:05:41 bca2f99d35d6: Waiting 20:05:41 de9db76c5a1d: Verifying Checksum 20:05:41 de9db76c5a1d: Download complete 20:05:41 0ef7d3d256c8: Verifying Checksum 20:05:41 0ef7d3d256c8: Download complete 20:05:41 93359f2a8cfa: Verifying Checksum 20:05:41 93359f2a8cfa: Download complete 20:05:41 188c0c94c7c5: Verifying Checksum 20:05:41 188c0c94c7c5: Download complete 20:05:41 7c6f9722023f: Verifying Checksum 20:05:41 7c6f9722023f: Download complete 20:05:41 188c0c94c7c5: Pull complete 20:05:42 0ef7d3d256c8: Pull complete 20:05:42 de9db76c5a1d: Pull complete 20:05:43 a35cf1a2eb13: Verifying Checksum 20:05:43 a35cf1a2eb13: Download complete 20:05:43 bca2f99d35d6: Download complete 20:05:49 bca2f99d35d6: Pull complete 20:05:49 93359f2a8cfa: Pull complete 20:05:49 7c6f9722023f: Pull complete 20:05:50 Still waiting to schedule task 20:05:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:05:53 a35cf1a2eb13: Pull complete 20:05:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:05:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:05:53 ---> a62c8e92a672 20:05:53 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 20:05:53 ---> Running in c957b2f1f636 20:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:54 (1/12) Installing libmagic (5.38-r0) 20:05:55 (2/12) Installing file (5.38-r0) 20:05:55 (3/12) Installing libc-dev (0.7.2-r3) 20:05:55 (4/12) Installing g++ (9.3.0-r2) 20:06:00 (5/12) Installing fortify-headers (1.1-r0) 20:06:00 (6/12) Installing patch (2.7.6-r6) 20:06:00 (7/12) Installing build-base (0.5-r2) 20:06:00 (8/12) Installing libsodium (1.0.18-r0) 20:06:00 (9/12) Installing pkgconf (1.7.2-r0) 20:06:00 (10/12) Installing libsodium-dev (1.0.18-r0) 20:06:00 (11/12) Installing libzmq (4.3.3-r0) 20:06:00 (12/12) Installing zeromq-dev (4.3.3-r0) 20:06:00 Executing busybox-1.31.1-r19.trigger 20:06:00 OK: 233 MiB in 51 packages 20:06:04 Removing intermediate container c957b2f1f636 20:06:04 ---> 7c6171095c87 20:06:04 Step 4/6 : WORKDIR /edgex-go 20:06:04 ---> Running in 78dd8e04145e 20:06:04 Removing intermediate container 78dd8e04145e 20:06:04 ---> 720e26f6daf1 20:06:04 Step 5/6 : COPY go.mod . 20:06:04 ---> e4bcca992da3 20:06:04 Step 6/6 : RUN go mod download 20:06:04 ---> Running in b7159912cf35 20:06:26 Removing intermediate container b7159912cf35 20:06:26 ---> 08e155f4b057 20:06:26 Successfully built 08e155f4b057 20:06:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:06:27 + docker inspect -f . ci-base-image-x86_64 20:06:27 . [Pipeline] withDockerContainer 20:06:27 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:06:28 $ docker top a44349cd55c590f5586dea42485dac22bd550ecb6e8dde365cfe1fe1750c3cdd -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:28 + go version 20:06:28 go version go1.15.5 linux/amd64 [Pipeline] } 20:06:28 $ docker stop --time=1 a44349cd55c590f5586dea42485dac22bd550ecb6e8dde365cfe1fe1750c3cdd 20:06:30 $ docker rm -f a44349cd55c590f5586dea42485dac22bd550ecb6e8dde365cfe1fe1750c3cdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:06:31 + docker inspect -f . ci-base-image-x86_64 20:06:31 . [Pipeline] withDockerContainer 20:06:31 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:06:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:06:32 $ docker top eb47e2adf248683a77b459617c3324156afb7d51249eadd2fb655d325ab42b9c -eo pid,comm [Pipeline] { [Pipeline] echo 20:06:32 ========================================================= 20:06:32 [edgeXBuildGoParallel] Running Tests and Build... 20:06:32 ========================================================= [Pipeline] sh 20:06:32 + make test 20:06:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:06:42 ? github.com/edgexfoundry/edgex-go [no test files] 20:06:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:07:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:07:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:07:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.0% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 66.7% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.424s coverage: 28.6% of statements 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 43.8% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.052s coverage: 94.4% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.254s coverage: 84.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:07:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:07:32 GO111MODULE=on go vet ./... 20:07:58 gofmt -l . 20:07:58 [ "`gofmt -l .`" = "" ] 20:07:58 ./bin/test-go-mod-tidy.sh 20:07:58 ./bin/test-attribution-txt.sh [Pipeline] sh 20:07:59 + ls -al . 20:07:59 total 668 20:07:59 drwxrwxr-x 10 1001 1001 4096 Jan 21 20:07 . 20:07:59 drwxr-xr-x 4 root root 30 Jan 21 20:06 .. 20:07:59 -rw-rw-r-- 1 1001 1001 11 Jan 21 20:04 .dockerignore 20:07:59 drwxrwxr-x 8 1001 1001 179 Jan 21 20:04 .git 20:07:59 drwxrwxr-x 3 1001 1001 125 Jan 21 20:04 .github 20:07:59 -rw-rw-r-- 1 1001 1001 872 Jan 21 20:04 .gitignore 20:07:59 drwx------ 3 1001 1001 47 Jan 21 20:05 .semver 20:07:59 -rw-rw-r-- 1 1001 1001 166 Jan 21 20:04 .sonarcloud.properties 20:07:59 -rw-rw-r-- 1 1001 1001 7859 Jan 21 20:04 Attribution.txt 20:07:59 -rw-rw-r-- 1 1001 1001 3804 Jan 21 20:04 CONTRIBUTING.md 20:07:59 -rw-rw-r-- 1 1001 1001 931 Jan 21 20:04 Dockerfile.build 20:07:59 -rw-rw-r-- 1 1001 1001 863 Jan 21 20:04 Jenkinsfile 20:07:59 -rw-rw-r-- 1 1001 1001 10775 Jan 21 20:04 LICENSE 20:07:59 -rw-rw-r-- 1 1001 1001 6001 Jan 21 20:04 Makefile 20:07:59 -rw-rw-r-- 1 1001 1001 6524 Jan 21 20:04 README.md 20:07:59 -rw-rw-r-- 1 1001 1001 6755 Jan 21 20:04 SECURITY.md 20:07:59 -rw-rw-r-- 1 1001 1001 5 Jan 21 20:05 VERSION 20:07:59 -rw-rw-r-- 1 1001 1001 4131 Jan 21 20:04 ZMQWindows.md 20:07:59 drwxrwxr-x 2 1001 1001 117 Jan 21 20:04 bin 20:07:59 drwxrwxr-x 15 1001 1001 4096 Jan 21 20:04 cmd 20:07:59 -rw-r--r-- 1 root root 562928 Jan 21 20:07 coverage.out 20:07:59 -rw-r--r-- 1 root root 1053 Jan 21 20:07 go.mod 20:07:59 -rw-r--r-- 1 root root 18878 Jan 21 20:07 go.sum 20:07:59 drwxrwxr-x 8 1001 1001 127 Jan 21 20:04 internal 20:07:59 drwxrwxr-x 4 1001 1001 26 Jan 21 20:04 openapi 20:07:59 drwxrwxr-x 4 1001 1001 71 Jan 21 20:04 snap 20:07:59 -rw-rw-r-- 1 1001 1001 168 Jan 21 20:04 version.go [Pipeline] sh 20:07:59 + '[' -e coverage.out ] 20:07:59 + chown 1001:1001 coverage.out [Pipeline] stash 20:07:59 Stashed 1 file(s) [Pipeline] sh 20:08:00 + make build 20:08:00 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 20:08:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:08:11 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 20:08: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 20:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:08:14 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 20:08:16 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 20:08:17 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 20:08:18 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 20:08:19 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 20:08:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:08:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:08:23 $ docker stop --time=1 eb47e2adf248683a77b459617c3324156afb7d51249eadd2fb655d325ab42b9c 20:08:24 $ docker rm -f eb47e2adf248683a77b459617c3324156afb7d51249eadd2fb655d325ab42b9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:28 20:08:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:08:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:28 latest: Pulling from edgex-devops/edgex-compose 20:08:28 cbdbe7a5bc2a: Pulling fs layer 20:08:28 ca9280d653b3: Pulling fs layer 20:08:28 7e9c9ca2126c: Pulling fs layer 20:08:29 cbdbe7a5bc2a: Download complete 20:08:29 ca9280d653b3: Verifying Checksum 20:08:29 ca9280d653b3: Download complete 20:08:29 cbdbe7a5bc2a: Pull complete 20:08:30 7e9c9ca2126c: Download complete 20:08:30 ca9280d653b3: Pull complete 20:08:38 7e9c9ca2126c: Pull complete 20:08:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:08:39 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:08:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:08:40 $ docker top d5470342a089bc59341d81198fb311748e3ae67d59ae2eb336de64bea571c47f -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:40 + docker-compose build --help 20:08:40 + grep parallel 20:08:41 --parallel Build images in parallel. [Pipeline] } 20:08:41 $ docker stop --time=1 d5470342a089bc59341d81198fb311748e3ae67d59ae2eb336de64bea571c47f 20:08:42 $ docker rm -f d5470342a089bc59341d81198fb311748e3ae67d59ae2eb336de64bea571c47f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:43 . [Pipeline] withDockerContainer 20:08:43 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:08: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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:08:44 $ docker top 4ffe0793c832b1b928b670f4d267d9ecd7b3ff15265d7fea9a5e16aa1745d2b3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:44 + docker-compose -f ./docker-compose-build.yml build --parallel 20:08:45 Building docker-core-command-go ... 20:08:45 Building docker-core-data-go ... 20:08:45 Building docker-core-metadata-go ... 20:08:45 Building docker-security-bootstrapper-go ... 20:08:45 Building docker-security-proxy-setup-go ... 20:08:45 Building docker-security-secretstore-setup-go ... 20:08:45 Building docker-support-notifications-go ... 20:08:45 Building docker-support-scheduler-go ... 20:08:45 Building docker-sys-mgmt-agent-go ... 20:08:45 Building docker-support-notifications-go 20:08:45 Building docker-core-command-go 20:08:45 Building docker-core-data-go 20:08:45 Building docker-support-scheduler-go 20:08:45 Building docker-security-bootstrapper-go 20:08:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22031 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 20:08:57 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 20:09:02 using credential edgex-jenkins-ssh 20:09:02 Cloning the remote Git repository 20:09:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:09:02 > git init /w/workspace/edgex-go/37 # timeout=10 20:09:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:09:02 > git --version # timeout=10 20:09:02 > git --version # 'git version 2.17.1' 20:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:09:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:18 ---> 08e155f4b057 20:09:18 Step 3/22 : WORKDIR /edgex-go 20:09:18 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:18 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:09:18 ---> 08e155f4b057 20:09:18 Step 3/33 : WORKDIR /edgex-go 20:09:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:18 ---> 08e155f4b057 20:09:18 Step 3/22 : WORKDIR /edgex-go 20:09:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:18 ---> 08e155f4b057 20:09:18 Step 3/23 : WORKDIR /edgex-go 20:09:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:19 ---> 08e155f4b057 20:09:19 Step 3/23 : WORKDIR /edgex-go 20:09:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:09:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:09:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:09:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:09:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:09:20 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 401c9bf7435003469fd9d13799cd76edd436c468 20:09:20 ---> Running in 2b26aa45f083 20:09:20 ---> Running in 6c2503d0fd04 20:09:20 ---> Running in 19109452db39 20:09:20 ---> Running in de557c340234 20:09:20 ---> Running in 582f31bded7c 20:09:20 Removing intermediate container de557c340234 20:09:20 ---> 863e306a39cb 20:09:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:20 Removing intermediate container 582f31bded7c 20:09:20 ---> 26bd45f2a60b 20:09:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:20 Removing intermediate container 19109452db39 20:09:20 ---> 174e06513f85 20:09:20 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:20 Removing intermediate container 2b26aa45f083 20:09:20 ---> 5690e9caa47a 20:09:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:20 Removing intermediate container 6c2503d0fd04 20:09:20 ---> af2bf4ec97d1 20:09:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:20 Merge succeeded, producing 401c9bf7435003469fd9d13799cd76edd436c468 20:09:20 Checking out Revision 401c9bf7435003469fd9d13799cd76edd436c468 (PR-2970) 20:09:20 ---> Running in 44a77523d188 20:09:20 ---> Running in cea0be110413 20:09:20 ---> Running in 24f2bdebcfca 20:09:20 ---> Running in 861f5610f20f 20:09:20 ---> Running in d886dd1db853 20:09:20 > git config core.sparsecheckout # timeout=10 20:09:20 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 20:09:20 > git remote # timeout=10 20:09:20 > git config --get remote.origin.url # timeout=10 20:09:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:09:20 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 20:09:20 > git rev-parse HEAD^{commit} # timeout=10 20:09:20 > git config core.sparsecheckout # timeout=10 20:09:20 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 20:09:22 Removing intermediate container 44a77523d188 20:09:22 ---> ba3d7737e0dd 20:09:22 Step 5/23 : RUN apk add --update --no-cache make git 20:09:23 Removing intermediate container 24f2bdebcfca 20:09:23 ---> bea0ef95d993 20:09:23 Step 5/33 : RUN apk add --update --no-cache make git 20:09:23 ---> Running in 4d2cc7955d1b 20:09:23 Removing intermediate container cea0be110413 20:09:23 ---> 68653ff1b2bf 20:09:23 Step 5/22 : RUN apk add --update --no-cache make git 20:09:23 Removing intermediate container 861f5610f20f 20:09:23 ---> bd4368a8f92c 20:09:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:09:23 ---> Running in e61cb9c7fd4d 20:09:23 ---> Running in 227647ad668b 20:09:23 Removing intermediate container d886dd1db853 20:09:23 ---> 4d7adc9fc5bb 20:09:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:09:23 ---> Running in 7bfa23d7dc8f 20:09:23 ---> Running in ef9d8987dea3 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:25 OK: 233 MiB in 51 packages 20:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:25 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" 20:09:25 OK: 233 MiB in 51 packages 20:09:25 OK: 233 MiB in 51 packages 20:09:25 Removing intermediate container 4d2cc7955d1b 20:09:25 ---> 283b92cfe435 20:09:25 Step 6/23 : COPY go.mod . 20:09:25 OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:09:26 ---> e8ed5420861b 20:09:26 Step 7/23 : RUN go mod download 20:09:26 OK: 233 MiB in 51 packages 20:09:26 ---> Running in 970fc10e1a56 20:09:26 Removing intermediate container e61cb9c7fd4d 20:09:26 ---> 5a74c37b880b 20:09:26 Step 6/33 : COPY go.mod . 20:09:26 Removing intermediate container 7bfa23d7dc8f 20:09:26 ---> 1cdcbef8c1c3 20:09:26 Step 6/22 : COPY go.mod . 20:09:26 Removing intermediate container 227647ad668b 20:09:26 ---> fc26a176c46a 20:09:26 Step 6/22 : COPY go.mod . 20:09:26 ---> 169f53ca9559 20:09:26 Step 7/33 : RUN go mod download 20:09:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:09:27 ---> Running in b12c9b1b321c 20:09:27 ---> c71960d90c74 20:09:27 Step 7/22 : RUN go mod download 20:09:27 ---> 340abcc75b0c 20:09:27 Step 7/22 : RUN go mod download 20:09:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:09:27 ---> Running in ba2cf24773ab 20:09:27 ---> Running in 3c4a27dacfba 20:09:27 Removing intermediate container ef9d8987dea3 20:09:27 ---> 3a4bcdd6cbf5 20:09:27 Step 6/23 : COPY go.mod . 20:09:27 + true 20:09:27 + sudo service docker restart 20:09:28 ---> 3b64d7e186f8 20:09:28 Step 7/23 : RUN go mod download 20:09:28 ---> Running in c3e95390fe95 20:09:29 Removing intermediate container 970fc10e1a56 20:09:29 ---> 795978f98212 20:09:29 Step 8/23 : COPY . . 20:09:29 Removing intermediate container b12c9b1b321c 20:09:29 ---> 7f524a50fcfd 20:09:29 Step 8/33 : COPY . . 20:09:29 Removing intermediate container ba2cf24773ab 20:09:29 ---> 92853a70005a 20:09:29 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:09:31 provisioning config files... 20:09:31 Removing intermediate container 3c4a27dacfba 20:09:31 ---> b7c996d5551b 20:09:31 Step 8/22 : COPY . . 20:09:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config3212993129936638660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:31 ---> docker-login.sh 20:09:31 nexus3.edgexfoundry.org:10001 20:09:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:33 Configure a credential helper to remove this warning. See 20:09:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:33 20:09:33 Login Succeeded 20:09:33 nexus3.edgexfoundry.org:10002 20:09:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:33 Configure a credential helper to remove this warning. See 20:09:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:33 20:09:33 Login Succeeded 20:09:33 nexus3.edgexfoundry.org:10003 20:09:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:34 Configure a credential helper to remove this warning. See 20:09:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:34 20:09:34 Login Succeeded 20:09:34 nexus3.edgexfoundry.org:10004 20:09:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:34 Configure a credential helper to remove this warning. See 20:09:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:34 20:09:34 Login Succeeded 20:09:34 docker.io 20:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:35 Configure a credential helper to remove this warning. See 20:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:35 20:09:35 Login Succeeded 20:09:35 ---> docker-login.sh ends [Pipeline] } 20:09:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:09:36 ========================================================= 20:09:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:09:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:09:36 + 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 . 20:09:38 Removing intermediate container c3e95390fe95 20:09:38 ---> 7c78a6eff41c 20:09:38 Step 8/23 : COPY . . 20:09:39 Sending build context to Docker daemon 166.3MB 20:09:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:09:39 Step 2/6 : FROM ${BASE} 20:09:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:09:39 5f621e34cdf4: Pulling fs layer 20:09:39 a4357932f1b6: Pulling fs layer 20:09:39 18c013af1878: Pulling fs layer 20:09:39 00ac8860ef70: Pulling fs layer 20:09:39 63d7cb157983: Pulling fs layer 20:09:39 b116817d02f9: Pulling fs layer 20:09:39 745a02a5169b: Pulling fs layer 20:09:39 00ac8860ef70: Waiting 20:09:39 63d7cb157983: Waiting 20:09:39 b116817d02f9: Waiting 20:09:39 745a02a5169b: Waiting 20:09:39 18c013af1878: Download complete 20:09:39 a4357932f1b6: Verifying Checksum 20:09:39 a4357932f1b6: Download complete 20:09:39 63d7cb157983: Verifying Checksum 20:09:39 63d7cb157983: Download complete 20:09:39 b116817d02f9: Download complete 20:09:39 5f621e34cdf4: Verifying Checksum 20:09:39 5f621e34cdf4: Download complete 20:09:39 5f621e34cdf4: Pull complete 20:09:40 a4357932f1b6: Pull complete 20:09:40 18c013af1878: Pull complete 20:09:42 745a02a5169b: Verifying Checksum 20:09:42 745a02a5169b: Download complete 20:09:43 00ac8860ef70: Verifying Checksum 20:09:43 00ac8860ef70: Download complete 20:09:53 00ac8860ef70: Pull complete 20:09:53 63d7cb157983: Pull complete 20:09:53 b116817d02f9: Pull complete 20:09:58 745a02a5169b: Pull complete 20:09:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:09:58 ---> b7e6874047d6 20:09:58 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 20:10:01 ---> Running in 890f1f9c9329 20:10:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:10:04 (1/12) Installing libmagic (5.38-r0) 20:10:04 (2/12) Installing file (5.38-r0) 20:10:04 (3/12) Installing libc-dev (0.7.2-r3) 20:10:04 (4/12) Installing g++ (9.3.0-r2) 20:10:09 (5/12) Installing fortify-headers (1.1-r0) 20:10:09 (6/12) Installing patch (2.7.6-r6) 20:10:09 (7/12) Installing build-base (0.5-r2) 20:10:09 (8/12) Installing libsodium (1.0.18-r0) 20:10:09 (9/12) Installing pkgconf (1.7.2-r0) 20:10:09 (10/12) Installing libsodium-dev (1.0.18-r0) 20:10:09 (11/12) Installing libzmq (4.3.3-r0) 20:10:09 (12/12) Installing zeromq-dev (4.3.3-r0) 20:10:09 Executing busybox-1.31.1-r19.trigger 20:10:09 OK: 217 MiB in 51 packages 20:10:10 ---> a122948f50dd 20:10:10 Step 9/23 : RUN make cmd/core-command/core-command 20:10:10 ---> 969e4b16d8a0 20:10:10 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 20:10:10 ---> fd4fb4f1a9db 20:10:10 Step 9/23 : RUN make cmd/core-data/core-data 20:10:10 ---> 0700a4670f89 20:10:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:10:10 ---> 1df379960d7e 20:10:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:10:10 ---> Running in 270fdefb9d0b 20:10:10 ---> Running in 147a6ada5b4d 20:10:10 ---> Running in 79c8df1e0aaf 20:10:10 ---> Running in 7c131d5bf97e 20:10:10 ---> Running in 50342c69b208 20:10:11 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 20:10: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 20:10: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 20:10:11 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 20:10:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:10:14 Removing intermediate container 890f1f9c9329 20:10:14 ---> 0d21b726a5ce 20:10:14 Step 4/6 : WORKDIR /edgex-go 20:10:14 ---> Running in 5694ad9d1c9c 20:10:14 Removing intermediate container 5694ad9d1c9c 20:10:14 ---> f84753c684eb 20:10:14 Step 5/6 : COPY go.mod . 20:10:14 ---> b4d236b18ccb 20:10:14 Step 6/6 : RUN go mod download 20:10:15 ---> Running in 3135dfd25ace 20:10:41 Removing intermediate container 3135dfd25ace 20:10:41 ---> e39c81a34168 20:10:41 Successfully built e39c81a34168 20:10:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:10:42 + docker inspect -f . ci-base-image-arm64 20:10:42 . [Pipeline] withDockerContainer 20:10:42 prd-ubuntu18.04-docker-arm64-4c-16g-22031 does not seem to be running inside a container 20:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:10:43 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 20:10:44 $ docker top 5a4c709b168358ad49312132b0ddb9087b26f54f81180b28e5765d72ae5e47b7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:45 + go version 20:10:45 go version go1.15.5 linux/arm64 [Pipeline] } 20:10:45 $ docker stop --time=1 5a4c709b168358ad49312132b0ddb9087b26f54f81180b28e5765d72ae5e47b7 20:10:45 Removing intermediate container 79c8df1e0aaf 20:10:45 ---> 156b7059aacf 20:10:45 20:10:45 Step 10/22 : FROM alpine:3.12 20:10:45 Removing intermediate container 270fdefb9d0b 20:10:45 ---> 079f25b1b876 20:10:45 20:10:45 Step 10/23 : FROM alpine:3.12 20:10:45 Removing intermediate container 7c131d5bf97e 20:10:45 ---> 035e2b6c77c8 20:10:45 20:10:45 Step 10/22 : FROM alpine:3.12 20:10:46 3.12: Pulling from library/alpine 20:10:46 3.12: Pulling from library/alpine 20:10:46 3.12: Pulling from library/alpine 20:10:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:10:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:10:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:10:47 Status: Downloaded newer image for alpine:3.12 20:10:47 Status: Downloaded newer image for alpine:3.12 20:10:47 ---> 389fef711851 20:10:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:10:47 Status: Image is up to date for alpine:3.12 20:10:47 ---> 389fef711851 20:10:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:10:47 ---> 389fef711851 20:10:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:10:47 $ docker rm -f 5a4c709b168358ad49312132b0ddb9087b26f54f81180b28e5765d72ae5e47b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 20:10:47 ---> Running in cf4cece7807a 20:10:47 ---> Running in 24ba322bafeb 20:10:47 ---> Running in 93b6d14421dc [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:48 + docker inspect -f . ci-base-image-arm64 20:10:48 . [Pipeline] withDockerContainer 20:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-22031 does not seem to be running inside a container 20:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:49 (1/1) Installing dumb-init (1.2.2-r1) 20:10:49 (1/1) Installing dumb-init (1.2.2-r1) 20:10:49 Executing busybox-1.31.1-r19.trigger 20:10:49 Executing busybox-1.31.1-r19.trigger 20:10:49 OK: 6 MiB in 15 packages 20:10:49 OK: 6 MiB in 15 packages 20:10:49 (1/2) Installing ca-certificates (20191127-r4) 20:10:49 (2/2) Installing dumb-init (1.2.2-r1) 20:10:49 Executing busybox-1.31.1-r19.trigger 20:10:49 Executing ca-certificates-20191127-r4.trigger 20:10:49 OK: 6 MiB in 16 packages 20:10:50 $ docker top b77a126372e2d602b3afa0ec02b3ac6289d0ee34f122a4bb31d294ee7e4160c3 -eo pid,comm 20:10:50 Removing intermediate container 147a6ada5b4d 20:10:50 ---> a3d2562c4914 20:10:50 20:10:50 Step 10/33 : FROM alpine:3.12 20:10:50 ---> 389fef711851 20:10:50 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [Pipeline] { [Pipeline] echo 20:10:50 ========================================================= 20:10:50 [edgeXBuildGoParallel] Running Tests and Build... 20:10:50 ========================================================= [Pipeline] sh 20:10:51 + make test 20:10:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:10:52 ---> Running in 4524105e5116 20:10:52 Removing intermediate container 50342c69b208 20:10:52 ---> 7e562136e6e3 20:10:52 20:10:52 Step 10/23 : FROM alpine:3.12 20:10:52 ---> 389fef711851 20:10:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:10:52 ---> Running in b8a5b466f05c 20:10:53 Removing intermediate container 93b6d14421dc 20:10:53 ---> 042e496dde52 20:10:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:10:53 Removing intermediate container 24ba322bafeb 20:10:53 ---> 1b5b6dcb267a 20:10:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:10:53 Removing intermediate container cf4cece7807a 20:10:53 ---> 421d16437be3 20:10:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:10:53 Removing intermediate container b8a5b466f05c 20:10:53 ---> ef588f8169a9 20:10:53 Step 12/23 : ENV APP_PORT=48080 20:10:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:53 ---> Running in 0dda1bd583fb 20:10:53 ---> Running in b85ed1ecb1f7 20:10:53 ---> Running in 554b9043bf57 20:10:53 ---> Running in 414c044f5e7e 20:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:54 Removing intermediate container b85ed1ecb1f7 20:10:54 ---> dc6a31b70ceb 20:10:54 Step 13/22 : ENV APP_PORT=48060 20:10:54 (1/3) Installing dumb-init (1.2.2-r1) 20:10:54 (2/3) Installing openssl (1.1.1i-r0) 20:10:54 (3/3) Installing su-exec (0.2-r1) 20:10:54 Executing busybox-1.31.1-r19.trigger 20:10:54 Removing intermediate container 0dda1bd583fb 20:10:54 ---> ea14387713cc 20:10:54 Step 13/23 : ENV APP_PORT=48082 20:10:54 OK: 6 MiB in 17 packages 20:10:54 Removing intermediate container 554b9043bf57 20:10:54 ---> b4bd9c88222c 20:10:54 Step 13/23 : EXPOSE $APP_PORT 20:10:54 Removing intermediate container 414c044f5e7e 20:10:54 ---> 8ea2ba02f98b 20:10:54 Step 13/22 : ENV APP_PORT=48085 20:10:54 ---> Running in 1ac30adc2f69 20:10:54 ---> Running in 2b61626642c6 20:10:54 ---> Running in 346e3675be97 20:10:54 ---> Running in 45bf087ea6be 20:10:55 Removing intermediate container 1ac30adc2f69 20:10:55 ---> 5534c456b571 20:10:55 Step 14/22 : EXPOSE $APP_PORT 20:10:55 ---> Running in 1507d893f603 20:10:55 Removing intermediate container 45bf087ea6be 20:10:55 ---> af65321596b5 20:10:55 Step 14/22 : EXPOSE $APP_PORT 20:10:55 Removing intermediate container 2b61626642c6 20:10:55 ---> 31c311217558 20:10:55 Step 14/23 : EXPOSE $APP_PORT 20:10:55 Removing intermediate container 346e3675be97 20:10:55 ---> b5a2a4953638 20:10:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:55 ---> Running in 87c711bc0619 20:10:55 Removing intermediate container 4524105e5116 20:10:55 ---> aea1db40a364 20:10:55 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:10:55 ---> Running in ab24dc257c22 20:10:55 ---> Running in ab9ec04b7969 20:10:55 Removing intermediate container 1507d893f603 20:10:55 ---> 5b5b7137da10 20:10:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:55 ---> Running in 82224978f9f6 20:10:55 Removing intermediate container 87c711bc0619 20:10:55 ---> d5a0f0f810b7 20:10:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:56 Removing intermediate container ab24dc257c22 20:10:56 ---> f37b3e8ccb4f 20:10:56 Step 15/23 : WORKDIR / 20:10:56 Removing intermediate container 82224978f9f6 20:10:56 ---> 3598c55004c3 20:10:56 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 20:10:57 ---> f742f719aad5 20:10:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:10:57 ---> 46f9ef5ded3c 20:10:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:10:57 ---> Running in 0a51f26fc55f 20:10:57 ---> Running in 0d4e3f1c93b8 20:10:57 Removing intermediate container 0a51f26fc55f 20:10:57 ---> fcc281a4a35c 20:10:57 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 20:10:57 Removing intermediate container 0d4e3f1c93b8 20:10:57 ---> aa5cbe1ff1b7 20:10:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:57 ---> Running in 193239f6c67c 20:10:57 ---> 74c5267408b2 20:10:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:10:57 ---> c3bd3676b878 20:10:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:10:58 Removing intermediate container ab9ec04b7969 20:10:58 ---> 052b714ff768 20:10:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:10:58 ---> a0bd0d9549a5 20:10:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:10:58 ---> 609d9930ac78 20:10:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:10:58 ---> 4f33be8d5b53 20:10:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:10:58 ---> Running in c2d4991b9cb0 20:10:58 ---> Running in 483638fa0c2c 20:10:58 Connecting to github.com (140.82.113.4:443) 20:10:58  ---> Running in 8170c59da9b3 20:10:58 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.143.100:443) 20:10:58 Removing intermediate container 483638fa0c2c 20:10:58 ---> 13e4b806195a 20:10:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:58 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 20:10:58  ---> e364619542e7 20:10:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:10:58 Removing intermediate container 8170c59da9b3 20:10:58 ---> d900061c3560 20:10:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:58 ---> Running in 89631a7d5bc1 20:10:59 ---> Running in 4a62b2bd16d9 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:59 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 20:10:59 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 20:10:59 dockerize 20:10:59 Removing intermediate container 89631a7d5bc1 20:10:59 ---> d0ab21c0134c 20:10:59 Step 20/22 : LABEL arch=x86_64 20:10:59 ---> 549d26e78a59 20:10:59 Step 19/23 : ENTRYPOINT ["/core-command"] 20:10:59 Removing intermediate container 4a62b2bd16d9 20:10:59 ---> cd25e501550c 20:10:59 Step 20/22 : LABEL arch=x86_64 20:10:59 ---> Running in 8a399f0e23d2 20:10:59 ---> Running in 9765c280fc69 20:10:59 ---> Running in 03786e775099 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:59 Removing intermediate container 8a399f0e23d2 20:10:59 ---> 4a215079b03c 20:10:59 Step 21/22 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:10:59 Removing intermediate container 9765c280fc69 20:10:59 ---> ea0d32cc96c3 20:10:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:59 Removing intermediate container 03786e775099 20:10:59 ---> fa9e29cb7236 20:10:59 Step 21/22 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:11:00 ---> Running in 657e75ea9832 20:11:00 ---> Running in 50cdb108d0f5 20:11:00 (1/6) Installing dumb-init (1.2.2-r1) 20:11:00 ---> Running in f873fccc2afe 20:11:00 (2/6) Installing libgcc (9.3.0-r2) 20:11:00 Removing intermediate container 193239f6c67c 20:11:00 ---> 12553529e5c2 20:11:00 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 20:11:00 (3/6) Installing libsodium (1.0.18-r0) 20:11:00 (4/6) Installing libstdc++ (9.3.0-r2) 20:11:00 ---> Running in b99fca664b52 20:11:00 Removing intermediate container 657e75ea9832 20:11:00 ---> c113e089ba40 20:11:00 Step 22/22 : LABEL version=0.0.0 20:11:00 Removing intermediate container f873fccc2afe 20:11:00 ---> e53585b275db 20:11:00 Step 22/22 : LABEL version=0.0.0 20:11:00 Removing intermediate container 50cdb108d0f5 20:11:00 ---> 7f2c21012684 20:11:00 Step 21/23 : LABEL arch=x86_64 20:11:00 (5/6) Installing libzmq (4.3.3-r0) 20:11:00 (6/6) Installing zeromq (4.3.3-r0) 20:11:00 ---> Running in a7da090575d9 20:11:00 ---> Running in 7fe5e24ef0d4 20:11:00 ---> Running in c94e402e1987 20:11:00 Executing busybox-1.31.1-r19.trigger 20:11:01 OK: 8 MiB in 20 packages 20:11:01 Removing intermediate container b99fca664b52 20:11:01 ---> c809f3a799a5 20:11:01 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:11:01 Removing intermediate container a7da090575d9 20:11:01 ---> 3fc1ab1b4087 20:11:01 20:11:01 ---> Running in f9c6ff21213b 20:11:01 Successfully built 3fc1ab1b4087 20:11:01 Removing intermediate container 7fe5e24ef0d4 20:11:01 ---> 30a6401e3b5b 20:11:01 20:11:01 Successfully tagged docker-support-scheduler-go:latest 20:11:01 Building docker-security-proxy-setup-go 20:11:01  Building docker-support-scheduler-go ... done Removing intermediate container c94e402e1987 20:11:01 ---> 57760ab29aa1 20:11:01 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:11:01 Successfully built 30a6401e3b5b 20:11:01 Removing intermediate container f9c6ff21213b 20:11:01 ---> 2cb58b84fa69 20:11:01 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 20:11:01 Successfully tagged docker-support-notifications-go:latest 20:11:01  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:11:01 ---> Running in 4daffa49bdc3 20:11:01 ---> Running in f434bbbb9c43 20:11:02 Removing intermediate container c2d4991b9cb0 20:11:02 ---> 74eb1a2055c7 20:11:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:02 Removing intermediate container 4daffa49bdc3 20:11:02 ---> 1aa2834263ed 20:11:02 Step 23/23 : LABEL version=0.0.0 20:11:02 ---> Running in 305a531593fa 20:11:03 Move dockerize executable 20:11:03 ---> bc509f21eb45 20:11:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:11:03 Removing intermediate container 305a531593fa 20:11:03 ---> 93d563913d82 20:11:03 20:11:04 Successfully built 93d563913d82 20:11:05 Successfully tagged docker-core-command-go:latest 20:11:05  Building docker-core-command-go ... done Building docker-core-metadata-go 20:11:10 ---> 7579d7674e11 20:11:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:11:10 Removing intermediate container f434bbbb9c43 20:11:10 ---> 7ef2df660a74 20:11:10 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 20:11:11 ---> Running in be13b606f38d 20:11:11 ---> 79d4ebf3845a 20:11:11 Step 19/23 : ENTRYPOINT ["/core-data"] 20:11:11 ---> Running in e45a8e8cff67 20:11:11 Removing intermediate container be13b606f38d 20:11:11 ---> 1952a72a1d6e 20:11:11 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:11:12 Removing intermediate container e45a8e8cff67 20:11:12 ---> 06280cf9ca6e 20:11:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:12 ---> Running in c8d4c04caa9c 20:11:12 ---> 81eff27110c9 20:11:12 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:11:12 Removing intermediate container c8d4c04caa9c 20:11:12 ---> 0e6952e41a2e 20:11:12 Step 21/23 : LABEL arch=x86_64 20:11:12 ---> Running in c1a56948b1e9 20:11:13 ---> Running in dc6312f3ac66 20:11:13 ? github.com/edgexfoundry/edgex-go [no test files] 20:11:17 Removing intermediate container dc6312f3ac66 20:11:17 ---> bfa1d8e6726c 20:11:17 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:11:18 ---> Running in 00de187610fb 20:11:22 Removing intermediate container 00de187610fb 20:11:22 ---> 948bb35186ef 20:11:22 Step 23/23 : LABEL version=0.0.0 20:11:22 Removing intermediate container c1a56948b1e9 20:11:22 ---> 7221e4d469c7 20:11:22 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:22 ---> Running in fd7361d978e1 20:11:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:11:24 ---> 08e155f4b057 20:11:24 Step 3/21 : WORKDIR /edgex-go 20:11:24 ---> Using cache 20:11:24 ---> af2bf4ec97d1 20:11:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:24 ---> Using cache 20:11:24 ---> bd4368a8f92c 20:11:24 Step 5/21 : RUN apk add --update --no-cache make git 20:11:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:11:24 ---> 08e155f4b057 20:11:24 Step 3/24 : WORKDIR /edgex-go 20:11:24 ---> Using cache 20:11:24 ---> af2bf4ec97d1 20:11:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:24 ---> Using cache 20:11:24 ---> bd4368a8f92c 20:11:24 Step 5/24 : RUN apk add --update --no-cache make git 20:11:25 ---> c266cf48c031 20:11:25 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:11:25 Removing intermediate container fd7361d978e1 20:11:25 ---> d8bc19398358 20:11:25 20:11:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:26 ---> 08e155f4b057 20:11:26 Step 3/23 : WORKDIR /edgex-go 20:11:26 ---> Using cache 20:11:26 ---> af2bf4ec97d1 20:11:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:26 ---> Using cache 20:11:26 ---> bd4368a8f92c 20:11:26 Step 5/23 : RUN apk add --update --no-cache make git 20:11:26 Successfully built d8bc19398358 20:11:26 ---> Running in 6780e148303e 20:11:26 Successfully tagged docker-core-data-go:latest 20:11:26 Building docker-sys-mgmt-agent-go 20:11:26  Building docker-core-data-go ... done  ---> Running in a29f8327aab5 20:11:26 ---> Running in a8f4ab2b6a9f 20:11:26 ---> c34d1df1fca6 20:11:26 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:11:27 ---> 550a2a155ede 20:11:27 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:11:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:28 OK: 233 MiB in 51 packages 20:11:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:30 OK: 233 MiB in 51 packages 20:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:31 ---> 4857456111f1 20:11:31 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:11:31 OK: 233 MiB in 51 packages 20:11:32 Removing intermediate container 6780e148303e 20:11:32 ---> f5703385fe8e 20:11:32 Step 6/21 : COPY go.mod . 20:11:33 Removing intermediate container a8f4ab2b6a9f 20:11:33 ---> 8107b412c488 20:11:33 Step 6/23 : COPY go.mod . 20:11:34 ---> 9444ad4d743f 20:11:34 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 20:11:34 ---> a34ef94231bb 20:11:34 Step 7/21 : RUN go mod download 20:11:37 ---> Running in 341bb3ed6b42 20:11:37 ---> Running in 64241652ddfd 20:11:37 Removing intermediate container a29f8327aab5 20:11:37 ---> d8045d8a732a 20:11:37 Step 6/24 : COPY go.mod . 20:11:37 ---> 74058f79ca75 20:11:37 Step 7/23 : RUN go mod download 20:11:38 ---> Running in 8231761efec7 20:11:38 Removing intermediate container 64241652ddfd 20:11:38 ---> 630585dab370 20:11:38 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:11:38 ---> 123818fbe4a2 20:11:38 Step 7/24 : RUN go mod download 20:11:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:11:39 ---> 08e155f4b057 20:11:39 Step 3/26 : WORKDIR /edgex-go 20:11:39 ---> Using cache 20:11:39 ---> af2bf4ec97d1 20:11:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:39 ---> Using cache 20:11:39 ---> bd4368a8f92c 20:11:39 Step 5/26 : RUN apk add --update --no-cache make bash git 20:11:40 ---> Running in f63816436748 20:11:40 ---> Running in e51cfaa3b00f 20:11:40 ---> 2d89d471c756 20:11:40 Step 28/33 : RUN chmod +x /entrypoint.sh 20:11:41 ---> Running in ff3c3b6ec933 20:11:41 Removing intermediate container 341bb3ed6b42 20:11:41 ---> 56542c926e95 20:11:41 Step 8/21 : COPY . . 20:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:42 Removing intermediate container 8231761efec7 20:11:42 ---> e1ed2050b081 20:11:42 Step 8/23 : COPY . . 20:11:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:43 OK: 233 MiB in 51 packages 20:11:50 Removing intermediate container f63816436748 20:11:50 ---> 1603cd661e33 20:11:50 Step 8/24 : COPY . . 20:11:50 Removing intermediate container ff3c3b6ec933 20:11:50 ---> 4bb95e86e996 20:11:50 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:11:53 Removing intermediate container e51cfaa3b00f 20:11:53 ---> 82b2b062d6cc 20:11:53 Step 6/26 : COPY go.mod . 20:11:53 ---> Running in 143110a2b208 20:12:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:12:04 ---> 63a4399ec24d 20:12:04 Step 7/26 : RUN go mod download 20:12:04 Removing intermediate container 143110a2b208 20:12:04 ---> 398a201a88c1 20:12:04 Step 30/33 : CMD ["gate"] 20:12:08 ---> Running in 7e3105b8a6be 20:12:08 ---> Running in bc67d87a347c 20:12:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:12:11 Removing intermediate container bc67d87a347c 20:12:11 ---> 190806c3fc12 20:12:11 Step 31/33 : LABEL arch=x86_64 20:12:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:12:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:12:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:12:13 ---> Running in ca214d16b538 20:12:14 ---> 3b9df4c75aa3 20:12:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:12:15 ---> 6c741daaac4f 20:12:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:12:16 ---> Running in 3ed9aa92be41 20:12:16 Removing intermediate container ca214d16b538 20:12:16 ---> 3622d1a84dab 20:12:16 Step 32/33 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:12:16 ---> Running in f9017dce3ac8 20:12:16 ---> Running in 91ec7aa20b11 20:12:16 Removing intermediate container 7e3105b8a6be 20:12:16 ---> d61370fd9f2e 20:12:16 Step 8/26 : COPY . . 20:12:17 ---> 91666c3e9939 20:12:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:12:17 ---> Running in 19c23b927824 20:12:17 Removing intermediate container 91ec7aa20b11 20:12:17 ---> f65579be37dc 20:12:17 Step 33/33 : LABEL version=0.0.0 20:12:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:12:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:12:18 ---> Running in f010cc8c232b 20:12:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:12:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:12:24 Removing intermediate container f010cc8c232b 20:12:24 ---> e7a5228241fc 20:12:24 20:12:24 Successfully built e7a5228241fc 20:12:24 Successfully tagged docker-security-bootstrapper-go:latest 20:12:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:12:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:12:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.240s coverage: 46.6% of statements 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:12:39  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.0% of statements 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.7% of statements 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.675s coverage: 82.3% of statements 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:12:40 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 20:12:40 ---> b48db1e70b47 20:12:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:12:40 ---> Running in 562e817d3d31 20:12:41 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 20:12:47 Removing intermediate container 3ed9aa92be41 20:12:47 ---> 8022567dc8cc 20:12:47 20:12:47 Step 10/21 : FROM alpine:3.12 20:12:48 ---> 389fef711851 20:12:48 Step 11/21 : RUN apk add --update --no-cache curl 20:12:48 Removing intermediate container 19c23b927824 20:12:48 ---> 169586be7716 20:12:48 20:12:48 Step 10/24 : FROM alpine:3.12 20:12:48 ---> 389fef711851 20:12:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:12:48 ---> Running in 575a9b29d2da 20:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.275s coverage: 28.6% of statements 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.280s coverage: 86.7% of statements 20:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:12:49 Removing intermediate container f9017dce3ac8 20:12:49 ---> 91c68be31aa5 20:12:49 20:12:49 Step 10/23 : FROM alpine:3.12 20:12:49 ---> 389fef711851 20:12:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:12:49 ---> Using cache 20:12:49 ---> 421d16437be3 20:12:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:12:49 ---> Using cache 20:12:49 ---> 8ea2ba02f98b 20:12:49 Step 13/23 : ENV APP_PORT=48081 20:12:49 ---> Running in d83b3d107846 20:12:49 ---> Running in 9d977e139f77 20:12:49 Removing intermediate container 9d977e139f77 20:12:49 ---> 9cafad1185e2 20:12:49 Step 14/23 : EXPOSE $APP_PORT 20:12:49 ---> Running in 04f65e02fc3f 20:12:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements 20:12:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:12:49 Removing intermediate container 04f65e02fc3f 20:12:49 ---> fb5927759ab2 20:12:49 Step 15/23 : WORKDIR / 20:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:50 ---> Running in cbdd057c2809 20:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:50 Removing intermediate container cbdd057c2809 20:12:50 ---> 71d7307db975 20:12:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:50 (1/4) Installing ca-certificates (20191127-r4) 20:12:50 (1/5) Installing ca-certificates (20191127-r4) 20:12:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:12:50 (3/4) Installing libcurl (7.69.1-r3) 20:12:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:12:50 (3/5) Installing libcurl (7.69.1-r3) 20:12:50 (4/4) Installing curl (7.69.1-r3) 20:12:50 (4/5) Installing curl (7.69.1-r3) 20:12:50 Executing busybox-1.31.1-r19.trigger 20:12:50 (5/5) Installing dumb-init (1.2.2-r1) 20:12:50 Executing busybox-1.31.1-r19.trigger 20:12:50 Executing ca-certificates-20191127-r4.trigger 20:12:51 OK: 7 MiB in 19 packages 20:12:51 Executing ca-certificates-20191127-r4.trigger 20:12:51 OK: 7 MiB in 18 packages 20:12:51 ---> 24d262fac647 20:12:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:12:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements 20:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:12:54 Removing intermediate container d83b3d107846 20:12:54 ---> 2b2488f16098 20:12:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:12:54 ---> 12e594caffd4 20:12:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:12:54 ---> Running in 17e1438f2749 20:12:54 Removing intermediate container 575a9b29d2da 20:12:54 ---> da74a63ad830 20:12:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:12:54 ---> Running in 1e48d25be784 20:12:54 ---> b5595123427d 20:12:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:12:54 Removing intermediate container 17e1438f2749 20:12:54 ---> c66b6e2c52b5 20:12:54 Step 13/24 : WORKDIR / 20:12:54 ---> Running in 8d9039e286aa 20:12:54 ---> Running in 5d40d26cc396 20:12:54 Removing intermediate container 1e48d25be784 20:12:54 ---> 482e20dbe0c8 20:12:54 Step 13/21 : WORKDIR /edgex 20:12:54 ---> Running in 092591b0c177 20:12:54 Removing intermediate container 8d9039e286aa 20:12:54 ---> 7b59357c445e 20:12:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:55 Removing intermediate container 5d40d26cc396 20:12:55 ---> bbb63caa2c61 20:12:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:12:55 ---> Running in 34d5d5931c8d 20:12:55 Removing intermediate container 092591b0c177 20:12:55 ---> b2769bfb4af8 20:12:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:12:55 ---> be00c36671cb 20:12:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:12:56 Removing intermediate container 34d5d5931c8d 20:12:56 ---> 4ea98f34f3c2 20:12:56 Step 21/23 : LABEL arch=x86_64 20:12:56 ---> Running in 3cb0251b29f2 20:12:56 ---> b8ce85b03f6e 20:12:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:12:56 ---> cf4839849a30 20:12:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:12:56 Removing intermediate container 3cb0251b29f2 20:12:56 ---> b153b50908d4 20:12:56 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:12:58 ---> Running in a58bb875391f 20:12:58 ---> 9d50ae6cf63f 20:12:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:12:58 ---> 973c66511fb9 20:12:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:12:58 Removing intermediate container 562e817d3d31 20:12:58 ---> a4eb536613cc 20:12:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:12:58 ---> Running in 8aad98046e09 20:12:58 Removing intermediate container a58bb875391f 20:12:58 ---> 906283e9af1f 20:12:58 Step 23/23 : LABEL version=0.0.0 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.401s coverage: 92.8% of statements 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.1% of statements 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:12:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 43.8% of statements 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements 20:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 20:12:58 ---> Running in bd23f91ec502 20:12:58 ---> 390e19b41809 20:12:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:12:58 ---> 219f2bc39e2e 20:12:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:12:58 ---> Running in f0461d5c8a48 20:12:59 Removing intermediate container bd23f91ec502 20:12:59 ---> 8857d4d0fea2 20:12:59 20:12:59 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 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 20:12:59 Removing intermediate container f0461d5c8a48 20:12:59 ---> fc81c1d1d0da 20:12:59 Step 18/21 : CMD ["--init=true"] 20:12:59 Successfully built 8857d4d0fea2 20:12:59 Successfully tagged docker-core-metadata-go:latest 20:12:59  Building docker-core-metadata-go ... done  ---> Running in 986a8171485e 20:12:59 ---> 310fb5351450 20:12:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:12:59 Removing intermediate container 986a8171485e 20:12:59 ---> 48699b4e756c 20:12:59 Step 19/21 : LABEL arch=x86_64 20:12:59 ---> Running in 44a98c8497f3 20:13:00 ---> e28b4bd59fb2 20:13:00 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/ 20:13:00 ---> Running in c1e9ac4a4115 20:13:00 Removing intermediate container 44a98c8497f3 20:13:00 ---> e1a6d61c3863 20:13:00 Step 20/21 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:13:00 ---> Running in 82ca6a051418 20:13:00 Removing intermediate container 82ca6a051418 20:13:00 ---> 85259dc82313 20:13:00 Step 21/21 : LABEL version=0.0.0 20:13:00 ---> Running in 7405800c4d5a 20:13:00 Removing intermediate container 8aad98046e09 20:13:00 ---> a7ed6ae11904 20:13:00 20:13:00 Step 11/26 : FROM docker:20.10.0 20:13:00 20.10.0: Pulling from library/docker 20:13:00 Removing intermediate container 7405800c4d5a 20:13:00 ---> 4ffca8c05700 20:13:00 20:13:01 Successfully built 4ffca8c05700 20:13:01 Successfully tagged docker-security-proxy-setup-go:latest 20:13:02  Building docker-security-proxy-setup-go ... done Removing intermediate container c1e9ac4a4115 20:13:02 ---> 5754bb0ef702 20:13:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:13:02 ---> Running in 659637542ab6 20:13:02 Removing intermediate container 659637542ab6 20:13:02 ---> ecb5291cc548 20:13:02 Step 22/24 : LABEL arch=x86_64 20:13:02 ---> Running in f00d080dd869 20:13:04 Removing intermediate container f00d080dd869 20:13:04 ---> c04694524fe7 20:13:04 Step 23/24 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:13:04 ---> Running in 89beaec87bbf 20:13:04 Removing intermediate container 89beaec87bbf 20:13:04 ---> bf7319fa1cb0 20:13:04 Step 24/24 : LABEL version=0.0.0 20:13:04 ---> Running in aa6583a37dbe 20:13:05 Removing intermediate container aa6583a37dbe 20:13:05 ---> b63c5dbf1dd5 20:13:05 20:13:05 Successfully built b63c5dbf1dd5 20:13:05 Successfully tagged docker-security-secretstore-setup-go:latest 20:13:05  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:13:05 Status: Downloaded newer image for docker:20.10.0 20:13:05 ---> aefe523efa57 20:13:05 Step 12/26 : RUN apk add --no-cache bash 20:13:05 ---> Running in 626c9fe4fb19 20:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:06 (1/2) Installing readline (8.0.4-r0) 20:13:06 (2/2) Installing bash (5.0.17-r0) 20:13:06 Executing bash-5.0.17-r0.post-install 20:13:06 Executing busybox-1.31.1-r19.trigger 20:13:06 OK: 12 MiB in 22 packages 20:13:07 Removing intermediate container 626c9fe4fb19 20:13:07 ---> 195595bb1ff9 20:13:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:13:07 ---> Running in 70aeed512c5d 20:13:07 Removing intermediate container 70aeed512c5d 20:13:07 ---> fa2d7cad1edd 20:13:07 Step 14/26 : ENV APP_PORT=48090 20:13:07 ---> Running in 159085694c52 20:13:07 Removing intermediate container 159085694c52 20:13:07 ---> 0db8ccd63513 20:13:07 Step 15/26 : EXPOSE $APP_PORT 20:13:07 ---> Running in a0e305db5985 20:13:07 Removing intermediate container a0e305db5985 20:13:07 ---> 6389dc0713a8 20:13:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:13:08 ---> 2d8470246ddf 20:13:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:13:08 ---> 4180ca8ea837 20:13:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:13:09 ---> a195acf262f3 20:13:09 Step 19/26 : RUN apk --no-cache add py3-pip 20:13:09 ---> Running in 9a95aeff7859 20:13:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:09 (1/33) Installing libbz2 (1.0.8-r1) 20:13:09 (2/33) Installing expat (2.2.9-r1) 20:13:09 (3/33) Installing libffi (3.3-r2) 20:13:09 (4/33) Installing gdbm (1.13-r1) 20:13:09 (5/33) Installing xz-libs (5.2.5-r0) 20:13:09 (6/33) Installing sqlite-libs (3.32.1-r0) 20:13:09 (7/33) Installing python3 (3.8.5-r0) 20:13:10 (8/33) Installing py3-appdirs (1.4.4-r1) 20:13:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:13:10 (10/33) Installing py3-parsing (2.4.7-r0) 20:13:10 (11/33) Installing py3-six (1.15.0-r0) 20:13:10 (12/33) Installing py3-packaging (20.4-r0) 20:13:10 (13/33) Installing py3-setuptools (47.0.0-r0) 20:13:10 (14/33) Installing py3-chardet (3.0.4-r4) 20:13:10 (15/33) Installing py3-idna (2.9-r0) 20:13:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:13:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:13:10 (18/33) Installing py3-requests (2.23.0-r0) 20:13:10 (19/33) Installing py3-msgpack (1.0.0-r0) 20:13:11 (20/33) Installing py3-lockfile (0.12.2-r3) 20:13:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:13:11 (22/33) Installing py3-colorama (0.4.3-r0) 20:13:11 (23/33) Installing py3-distlib (0.3.0-r0) 20:13:11 (24/33) Installing py3-distro (1.5.0-r1) 20:13:11 (25/33) Installing py3-webencodings (0.5.1-r3) 20:13:11 (26/33) Installing py3-html5lib (1.0.1-r4) 20:13:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:13:11 (28/33) Installing py3-pep517 (0.8.2-r0) 20:13:11 (29/33) Installing py3-progress (1.5-r0) 20:13:11 (30/33) Installing py3-toml (0.10.1-r0) 20:13:11 (31/33) Installing py3-retrying (1.3.3-r0) 20:13:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:13:11 (33/33) Installing py3-pip (20.1.1-r0) 20:13:11 Executing busybox-1.31.1-r19.trigger 20:13:11 OK: 71 MiB in 55 packages 20:13:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 20:13:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 20:13:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:13:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:13:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:13:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:13:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.731s coverage: 63.5% of statements 20:13:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:13:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:13:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.108s coverage: 73.7% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 20:13:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 68.9% of statements 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:13:21 Removing intermediate container 9a95aeff7859 20:13:21 ---> 365f16a95618 20:13:21 Step 20/26 : RUN pip install docker-compose==1.23.2 20:13:21 ---> Running in 76b6e524e09a 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 37.0% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:13:22 Collecting docker-compose==1.23.2 20:13:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:13:22 Collecting docker<4.0,>=3.6.0 20:13:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:13:22 Collecting PyYAML<4,>=3.10 20:13:22 Downloading PyYAML-3.13.tar.gz (270 kB) 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.731s coverage: 84.0% of statements 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 20:13:23 Collecting dockerpty<0.5,>=0.4.1 20:13:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:13:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:13:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:13:24 Collecting cached-property<2,>=1.2.0 20:13:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:13:24 Collecting docopt<0.7,>=0.6.1 20:13:24 Downloading docopt-0.6.2.tar.gz (25 kB) 20:13:24 Collecting texttable<0.10,>=0.9.0 20:13:24 Downloading texttable-0.9.1.tar.gz (11 kB) 20:13:25 Collecting jsonschema<3,>=2.5.1 20:13:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:13:25 Collecting websocket-client<1.0,>=0.32.0 20:13:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:13:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:13:25 Collecting docker-pycreds>=0.4.0 20:13:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:13:25 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) 20:13: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) 20:13:25 Collecting idna<2.8,>=2.5 20:13:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:13:26 Collecting urllib3<1.25,>=1.21.1 20:13:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:13:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:13:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:13:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:13:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:13:26 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, cached-property, docopt, texttable, jsonschema, docker-compose 20:13:26 Attempting uninstall: idna 20:13:26 Found existing installation: idna 2.9 20:13:26 Uninstalling idna-2.9: 20:13:26 Successfully uninstalled idna-2.9 20:13:26 Attempting uninstall: urllib3 20:13:26 Found existing installation: urllib3 1.25.9 20:13:26 Uninstalling urllib3-1.25.9: 20:13:26 Successfully uninstalled urllib3-1.25.9 20:13:26 Attempting uninstall: requests 20:13:26 Found existing installation: requests 2.23.0 20:13:26 Uninstalling requests-2.23.0: 20:13:26 Successfully uninstalled requests-2.23.0 20:13:27 Running setup.py install for PyYAML: started 20:13:27 Running setup.py install for PyYAML: finished with status 'done' 20:13:27 Running setup.py install for dockerpty: started 20:13:28 Running setup.py install for dockerpty: finished with status 'done' 20:13:28 Running setup.py install for docopt: started 20:13:28 Running setup.py install for docopt: finished with status 'done' 20:13:28 Running setup.py install for texttable: started 20:13:28 Running setup.py install for texttable: finished with status 'done' 20:13:29 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 20:13:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.352s coverage: 47.1% of statements 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:13:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:13:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.173s coverage: 100.0% of statements 20:13:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:13:32 Removing intermediate container 76b6e524e09a 20:13:32 ---> 32df1292047f 20:13:32 Step 21/26 : RUN apk --no-cache add curl 20:13:33 ---> Running in 95ec4f1581b8 20:13:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:13:34 (2/3) Installing libcurl (7.69.1-r3) 20:13:34 (3/3) Installing curl (7.69.1-r3) 20:13:34 Executing busybox-1.31.1-r19.trigger 20:13:34 OK: 72 MiB in 58 packages 20:13:34 Removing intermediate container 95ec4f1581b8 20:13:34 ---> f656845c9dce 20:13:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:13:35 ---> Running in beb3f5779146 20:13:35 Removing intermediate container beb3f5779146 20:13:35 ---> 7b58f1b1ee9e 20:13:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:35 ---> Running in ef33b11e7773 20:13:35 Removing intermediate container ef33b11e7773 20:13:35 ---> 3bc7154fdf7b 20:13:35 Step 24/26 : LABEL arch=x86_64 20:13:35 ---> Running in 184c80d39c01 20:13:35 Removing intermediate container 184c80d39c01 20:13:35 ---> 703e763e8c48 20:13:35 Step 25/26 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:13:35 ---> Running in 866861b9543f 20:13:35 Removing intermediate container 866861b9543f 20:13:35 ---> 8e7e729f6cda 20:13:35 Step 26/26 : LABEL version=0.0.0 20:13:35 ---> Running in becf7fe3edd3 20:13:36 Removing intermediate container becf7fe3edd3 20:13:36 ---> bfbbc6b5037d 20:13:36 20:13:36 Successfully built bfbbc6b5037d 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.304s coverage: 29.1% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 20:13:36 Successfully tagged docker-sys-mgmt-agent-go:latest 20:13:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 20:13:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:13:36 $ docker stop --time=1 4ffe0793c832b1b928b670f4d267d9ecd7b3ff15265d7fea9a5e16aa1745d2b3 20:13:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 20:13:37 GO111MODULE=on go vet ./... 20:13:38 $ docker rm -f 4ffe0793c832b1b928b670f4d267d9ecd7b3ff15265d7fea9a5e16aa1745d2b3 [Pipeline] // withDockerContainer [Pipeline] sh 20:13:38 + docker images 20:13:38 + grep docker 20:13:39 docker-sys-mgmt-agent-go latest bfbbc6b5037d 4 seconds ago 313MB 20:13:39 docker-security-secretstore-setup-go latest b63c5dbf1dd5 35 seconds ago 24.6MB 20:13:39 docker-security-proxy-setup-go latest 4ffca8c05700 39 seconds ago 24.4MB 20:13:39 docker-core-metadata-go latest 8857d4d0fea2 41 seconds ago 18.8MB 20:13:39 docker-security-bootstrapper-go latest e7a5228241fc About a minute ago 41.5MB 20:13:39 docker-core-data-go latest d8bc19398358 2 minutes ago 22.3MB 20:13:39 docker-core-command-go latest 93d563913d82 2 minutes ago 16.3MB 20:13:39 docker-support-notifications-go latest 30a6401e3b5b 2 minutes ago 16.9MB 20:13:39 docker-support-scheduler-go latest 3fc1ab1b4087 2 minutes ago 16.4MB 20:13:39 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:13:55 Still waiting to schedule task 20:13:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:14:51 Running on prd-ubuntu18.04-docker-8c-8g-22034 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 20:14:51 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 20:14:53 using credential edgex-jenkins-ssh 20:14:53 Cloning the remote Git repository 20:14:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:14:53 > git init /w/workspace/edgex-go/37 # timeout=10 20:14:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:53 > git --version # timeout=10 20:14:53 > git --version # 'git version 2.17.1' 20:14:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:59 gofmt -l . 20:14:59 [ "`gofmt -l .`" = "" ] 20:14:59 ./bin/test-go-mod-tidy.sh 20:14:59 ./bin/test-attribution-txt.sh [Pipeline] sh 20:14:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:15:00 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 401c9bf7435003469fd9d13799cd76edd436c468 20:15:00 Merge succeeded, producing 401c9bf7435003469fd9d13799cd76edd436c468 20:15:00 Checking out Revision 401c9bf7435003469fd9d13799cd76edd436c468 (PR-2970) 20:15:00 + ls -al . 20:15:00 total 696 20:15:00 drwxrwxr-x 9 1001 1001 4096 Jan 21 20:14 . 20:15:00 drwxr-xr-x 4 root root 4096 Jan 21 20:10 .. 20:15:00 -rw-rw-r-- 1 1001 1001 11 Jan 21 20:09 .dockerignore 20:15:00 drwxrwxr-x 8 1001 1001 4096 Jan 21 20:09 .git 20:15:00 drwxrwxr-x 3 1001 1001 4096 Jan 21 20:09 .github 20:15:00 -rw-rw-r-- 1 1001 1001 872 Jan 21 20:09 .gitignore 20:15:00 -rw-rw-r-- 1 1001 1001 166 Jan 21 20:09 .sonarcloud.properties 20:15:00 -rw-rw-r-- 1 1001 1001 7859 Jan 21 20:09 Attribution.txt 20:15:00 -rw-rw-r-- 1 1001 1001 3804 Jan 21 20:09 CONTRIBUTING.md 20:15:00 -rw-rw-r-- 1 1001 1001 931 Jan 21 20:09 Dockerfile.build 20:15:00 -rw-rw-r-- 1 1001 1001 863 Jan 21 20:09 Jenkinsfile 20:15:00 -rw-rw-r-- 1 1001 1001 10775 Jan 21 20:09 LICENSE 20:15:00 -rw-rw-r-- 1 1001 1001 6001 Jan 21 20:09 Makefile 20:15:00 -rw-rw-r-- 1 1001 1001 6524 Jan 21 20:09 README.md 20:15:00 -rw-rw-r-- 1 1001 1001 6755 Jan 21 20:09 SECURITY.md 20:15:00 -rw-rw-r-- 1 1001 1001 5 Jan 21 20:05 VERSION 20:15:00 -rw-rw-r-- 1 1001 1001 4131 Jan 21 20:09 ZMQWindows.md 20:15:00 drwxrwxr-x 2 1001 1001 4096 Jan 21 20:09 bin 20:15:00 drwxrwxr-x 15 1001 1001 4096 Jan 21 20:09 cmd 20:15:00 -rw-r--r-- 1 root root 562928 Jan 21 20:13 coverage.out 20:15:00 -rw-r--r-- 1 root root 1053 Jan 21 20:14 go.mod 20:15:00 -rw-r--r-- 1 root root 18878 Jan 21 20:14 go.sum 20:15:00 drwxrwxr-x 8 1001 1001 4096 Jan 21 20:09 internal 20:15:00 drwxrwxr-x 4 1001 1001 4096 Jan 21 20:09 openapi 20:15:00 drwxrwxr-x 4 1001 1001 4096 Jan 21 20:09 snap 20:15:00 -rw-rw-r-- 1 1001 1001 168 Jan 21 20:09 version.go [Pipeline] sh 20:15:01 + '[' -e coverage.out ] 20:15:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:15:01 Warning: overwriting stash ‘coverage-report’ 20:15:00 > git config core.sparsecheckout # timeout=10 20:15:00 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 20:15:00 > git remote # timeout=10 20:15:00 > git config --get remote.origin.url # timeout=10 20:15:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:15:00 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 20:15:00 > git rev-parse HEAD^{commit} # timeout=10 20:15:00 > git config core.sparsecheckout # timeout=10 20:15:00 > git checkout -f 401c9bf7435003469fd9d13799cd76edd436c468 # timeout=10 20:15:02 Stashed 1 file(s) [Pipeline] sh 20:15:03 + make build 20:15:03 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 20:15:04 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:15:05 + echo snap-build.sh 20:15:05 snap-build.sh 20:15:05 + SNAP_BASE_DIR=. 20:15:05 + '[' '!' -z /w/workspace/edgex-go/37 ']' 20:15:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/37 20:15:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/37]' 20:15:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/37] 20:15:05 + cd /w/workspace/edgex-go/37 20:15:05 + sudo apt-get remove -qy --purge lxd lxd-client 20:15:05 Reading package lists... 20:15:05 Building dependency tree... 20:15:05 Reading state information... 20:15:05 The following packages were automatically installed and are no longer required: 20:15:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:15:05 uidmap xdelta3 20:15:05 Use 'sudo apt autoremove' to remove them. 20:15:05 The following packages will be REMOVED: 20:15:05 lxd* lxd-client* 20:15:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:15:05 After this operation, 31.7 MB disk space will be freed. 20:15:07 (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.) 20:15:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:15:07 Removing lxd dnsmasq configuration 20:15:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:15:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:15:09 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:15:09 (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.) 20:15:09 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:15:10 Processing triggers for systemd (237-3ubuntu10.42) ... 20:15:10 Processing triggers for ureadahead (0.100.0-21) ... 20:15:12 + sudo snap remove --purge lxd 20:15:12 snap "lxd" is not installed 20:15:12 + sudo groupadd --force --system lxd 20:15:12 ++ whoami 20:15:12 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:15:12 + newgrp - lxd 20:15:12 + sudo snap install lxd 20:15: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 20:15:22 2021-01-21T20:15:19Z INFO Waiting for automatic snapd restart... 20:15:35 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 20:15:37 lxd 4.10 from Canonical* installed 20:15:37 + sudo lxd init --auto 20:15:39 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 20:15:44 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 20:15:46 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 20:15:47 + sudo snap install --classic snapcraft 20:15:51 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 20:15:51 snapcraft 4.4.4 from Canonical* installed 20:15:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:15:51 + patch --verbose -p1 20:15:51 Hmm... Looks like a unified diff to me... 20:15:51 The text leading up to this was: 20:15:51 -------------------------- 20:15:51 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:15:51 |From: Tony Espy 20:15:51 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:15:51 |Subject: [PATCH] optimize snap build for pipeline CI check 20:15:51 | 20:15:51 |This patch is used by the EdgeX CI pipeline builds to 20:15:51 |optimize the snap CI check run for pull requests. When 20:15:51 |applied, it essentially strips out everything (apps and 20:15:51 |parts) from the snapcraft.yaml file except those required 20:15:51 |to build edgex-go, as the whole idea of the CI check is to 20:15:51 |catch changes to edgex-go that break the snap build. 20:15:51 | 20:15:51 |In general, anyone updating snapcraft.yaml will also need 20:15:51 |to update this patch file, otherwise it may fail to apply, 20:15:51 |resulting in a failed snap build CI check in the associated 20:15:51 |pull request. 20:15:51 | 20:15:51 |Note - in addition to applying this patch, the pipeline also 20:15:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:15:51 |need to build the finally binary .snap file (and it won't 20:15:51 |work with the patch applied). This further reduces the build 20:15:51 |time. 20:15:51 |--- 20:15:51 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:15:51 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:15:51 | 20:15:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:15:51 |index 1e537489..faf42425 100644 20:15:51 |--- a/snap/snapcraft.yaml 20:15:51 |+++ b/snap/snapcraft.yaml 20:15:51 -------------------------- 20:15:51 patching file snap/snapcraft.yaml 20:15:51 Using Plan A... 20:15:51 Hunk #1 succeeded at 73. 20:15:51 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 20:15:51 Hunk #3 succeeded at 214 (offset -1 lines). 20:15:51 Hunk #4 succeeded at 222 (offset -1 lines). 20:15:51 Hunk #5 succeeded at 229 (offset -1 lines). 20:15:51 Hunk #6 succeeded at 256 (offset -1 lines). 20:15:51 Hunk #7 succeeded at 290 (offset -1 lines). 20:15:51 Hunk #8 succeeded at 342. 20:15:51 Hmm... Ignoring the trailing garbage. 20:15:51 done 20:15:51 + sudo snapcraft prime --use-lxd 20:15:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:15:52 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: 20:15:52 - README.md 20:15:52 - snapcraft.yaml.orig 20:15:52 20:15:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:15:52 Launching a container. 20:15:55 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 20:15:59 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 20:16:03 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 20:16:05 Waiting for container to be ready 20:16:05 To start your first instance, try: lxc launch ubuntu:18.04 20:16:05 20:16:07 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 20:16:07 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:16:08 Waiting for network to be ready... 20:16:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:16:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 20:16:08 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:16:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 20:16:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:16:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:16:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 20:16:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 20:16:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 20:16:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 20:16:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:16:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:16:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:16:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:16:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:16:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:16:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:16:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:16:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:16:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 20:16:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 20:16:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 20:16:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 20:16:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 20:16:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 20:16:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 20:16:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 20:16:12 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 20:16:12 Fetched 23.8 MB in 4s (5299 kB/s) 20:16:13 Reading package lists... 20:16:13 Reading package lists... 20:16:14 Building dependency tree... 20:16:14 Reading state information... 20:16:14 The following additional packages will be installed: 20:16:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:16:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:16:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:16:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:16:14 Suggested packages: 20:16:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:16:14 Recommended packages: 20:16:14 gnupg libsasl2-modules 20:16:14 The following NEW packages will be installed: 20:16:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:16:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:16:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:16:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:16:14 The following packages will be upgraded: 20:16:14 gpg gpg-agent gpgconf libudev1 20:16:14 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 20:16:14 Need to get 3533 kB of archives. 20:16:14 After this operation, 13.3 MB of additional disk space will be used. 20:16:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:16:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:16:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:16:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:16:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:16:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 20:16:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 20:16:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:16:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 20:16:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 20:16:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:16:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:16:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:16:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:16:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:16:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:16:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:16:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:16:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:16:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:16:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:16:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:16:15 debconf: delaying package configuration, since apt-utils is not installed 20:16:15 Fetched 3533 kB in 1s (3207 kB/s) 20:16:15 (Reading database ... 12511 files and directories currently installed.) 20:16:15 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 20:16:15 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:15 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 20:16:15 Selecting previously unselected package udev. 20:16:15 (Reading database ... 12511 files and directories currently installed.) 20:16:15 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 20:16:15 Unpacking udev (237-3ubuntu10.44) ... 20:16:15 Selecting previously unselected package libfuse2:amd64. 20:16:15 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:16:15 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:16:15 Selecting previously unselected package fuse. 20:16:15 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:16:15 Unpacking fuse (2.9.7-1ubuntu1) ... 20:16:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:16 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:16 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:16 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:16 Selecting previously unselected package libksba8:amd64. 20:16:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:16:16 Unpacking libksba8:amd64 (1.3.5-2) ... 20:16:16 Selecting previously unselected package libroken18-heimdal:amd64. 20:16:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:16:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:16:17 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:16:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libwind0-heimdal:amd64. 20:16:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:16:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:16:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:16:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:16:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:17 Selecting previously unselected package libsasl2-modules-db:amd64. 20:16:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:16:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:17 Selecting previously unselected package libsasl2-2:amd64. 20:16:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:16:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:18 Selecting previously unselected package libldap-common. 20:16:18 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 20:16:18 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:16:18 Selecting previously unselected package libldap-2.4-2:amd64. 20:16:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 20:16:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:16:18 Selecting previously unselected package dirmngr. 20:16:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:18 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:16:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:16:18 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:16:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:16:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:18 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:16:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:18 Setting up libksba8:amd64 (1.3.5-2) ... 20:16:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:18 Setting up udev (237-3ubuntu10.44) ... 20:16:19 invoke-rc.d: policy-rc.d denied execution of start. 20:16:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Processing triggers for systemd (237-3ubuntu10) ... 20:16:19 Setting up fuse (2.9.7-1ubuntu1) ... 20:16:19 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:16:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:16:19 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:16:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:19 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:16:19 settings in the [Install] section, and DefaultInstance for template units). 20:16:19 This means they are not meant to be enabled using systemctl. 20:16:19 Possible reasons for having this kind of units are: 20:16:19 1) A unit may be statically enabled by being symlinked from another unit's 20:16:19 .wants/ or .requires/ directory. 20:16:19 2) A unit's purpose may be to act as a helper for some other unit which has 20:16:19 a requirement dependency on it. 20:16:19 3) A unit may be started when needed via activation (socket, path, timer, 20:16:19 D-Bus, udev, scripted systemctl call, ...). 20:16:19 4) In case of template units, the unit is meant to be enabled with some 20:16:19 instance name specified. 20:16:20 Reading package lists... 20:16:20 Building dependency tree... 20:16:20 Reading state information... 20:16:20 The following additional packages will be installed: 20:16:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:16:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:16:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:16:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:16:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:16:20 Suggested packages: 20:16:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:16:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:16:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:16:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:16:20 systemd-container policykit-1 20:16:20 Recommended packages: 20:16:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:16:20 The following NEW packages will be installed: 20:16:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:16:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:16:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:16:20 multiarch-support openssh-client python3 python3-minimal python3.6 20:16:20 python3.6-minimal snapd squashfs-tools sudo 20:16:20 The following packages will be upgraded: 20:16:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:16:20 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 20:16:20 Need to get 35.2 MB of archives. 20:16:20 After this operation, 141 MB of additional disk space will be used. 20:16:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:16:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 20:16:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:16:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 20:16:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 20:16:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:16:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 20:16:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 20:16:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:16:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:16:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:16:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:16:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:16:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:16:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:16:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:16:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] } 20:16:21 $ docker stop --time=1 b77a126372e2d602b3afa0ec02b3ac6289d0ee34f122a4bb31d294ee7e4160c3 20:16:21 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 20:16:21 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:16:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:16:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:16:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:16:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:16:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:16:21 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:16:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 20:16:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:16:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:16:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:16:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:16:23 debconf: delaying package configuration, since apt-utils is not installed 20:16:23 Fetched 35.2 MB in 2s (15.7 MB/s) 20:16:23 (Reading database ... 12757 files and directories currently installed.) 20:16:23 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 20:16:23 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 20:16:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:23 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 20:16:24 (Reading database ... 12757 files and directories currently installed.) 20:16:24 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:16:24 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:16:24 $ docker rm -f b77a126372e2d602b3afa0ec02b3ac6289d0ee34f122a4bb31d294ee7e4160c3 20:16:24 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:16:24 (Reading database ... 12757 files and directories currently installed.) 20:16:24 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:16:24 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:16:24 Setting up apt (1.6.12ubuntu0.2) ... 20:16:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:16:25 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:16:25 (Reading database ... 12764 files and directories currently installed.) 20:16:25 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:16:25 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:16:25 Selecting previously unselected package libpython3.6-minimal:amd64. 20:16:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:25 Selecting previously unselected package libexpat1:amd64. 20:16:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:16:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:16:25 Selecting previously unselected package python3.6-minimal. 20:16:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:26 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:16:26 Checking for services that may need to be restarted...done. 20:16:26 Checking for services that may need to be restarted...done. 20:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:26 20:16:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:26 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:26 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:16:26 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] isUnix [Pipeline] sh 20:16:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:26 latest: Pulling from edgex-devops/edgex-compose-arm64 20:16:26 29e5d40040c1: Pulling fs layer 20:16:26 1ce36da41761: Pulling fs layer 20:16:26 25b303627fd3: Pulling fs layer 20:16:26 Selecting previously unselected package python3-minimal. 20:16:26 (Reading database ... 13012 files and directories currently installed.) 20:16:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:16:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:16:27 Selecting previously unselected package mime-support. 20:16:27 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:16:27 Unpacking mime-support (3.60ubuntu1) ... 20:16:27 Selecting previously unselected package libmpdec2:amd64. 20:16:27 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:16:27 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:16:27 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:16:27 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:27 29e5d40040c1: Download complete 20:16:27 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:27 Selecting previously unselected package python3.6. 20:16:27 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:27 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:16:27 Selecting previously unselected package libpython3-stdlib:amd64. 20:16:27 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:16:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:16:27 Setting up python3-minimal (3.6.7-1~18.04) ... 20:16:27 1ce36da41761: Verifying Checksum 20:16:27 1ce36da41761: Download complete 20:16:27 29e5d40040c1: Pull complete 20:16:27 Selecting previously unselected package python3. 20:16:27 (Reading database ... 13442 files and directories currently installed.) 20:16:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:16:27 Unpacking python3 (3.6.7-1~18.04) ... 20:16:27 Selecting previously unselected package multiarch-support. 20:16:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:16:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:16:28 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:16:28 Selecting previously unselected package liblzo2-2:amd64. 20:16:28 (Reading database ... 13479 files and directories currently installed.) 20:16:28 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:16:28 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:16:28 Selecting previously unselected package libbsd0:amd64. 20:16:28 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:16:28 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:16:28 Selecting previously unselected package sudo. 20:16:28 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 20:16:28 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 20:16:28 Selecting previously unselected package apparmor. 20:16:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:16:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:16:28 Selecting previously unselected package libedit2:amd64. 20:16:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:16:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:16:28 Selecting previously unselected package libkrb5support0:amd64. 20:16:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:16:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:16:28 Selecting previously unselected package libk5crypto3:amd64. 20:16:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:16:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:16:28 Selecting previously unselected package libkeyutils1:amd64. 20:16:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:16:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:16:29 Selecting previously unselected package libkrb5-3:amd64. 20:16:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:16:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:16:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:16:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:16:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:16:29 1ce36da41761: Pull complete 20:16:29 25b303627fd3: Verifying Checksum 20:16:29 25b303627fd3: Download complete 20:16:29 Selecting previously unselected package libssl1.0.0:amd64. 20:16:29 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:16:29 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:16:29 Selecting previously unselected package openssh-client. 20:16:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:16:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:16:29 Selecting previously unselected package squashfs-tools. 20:16:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:16:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:16:29 Selecting previously unselected package snapd. 20:16:29 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:16:30 Unpacking snapd (2.48+18.04) ... 20:16:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:16:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:16:31 Setting up mime-support (3.60ubuntu1) ... 20:16:32 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 20:16:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:16:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:16:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:33 Setting up systemd (237-3ubuntu10.44) ... 20:16:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:16:33 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:16:33 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:16:33 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:16:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:16:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:16:34 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:16:34 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:16:34 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:16:34 Setting up python3 (3.6.7-1~18.04) ... 20:16:34 running python rtupdate hooks for python3.6... 20:16:34 running python post-rtupdate hooks for python3.6... 20:16:35 Setting up apparmor (2.12-4ubuntu5.1) ... 20:16:36 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:16:36 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:16:36 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:16:36 Setting up snapd (2.48+18.04) ... 20:16:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:16:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:16:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:16:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:16:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:16:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:16:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:16:38 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:16:38 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:16:38 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:16:38 /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' 20:16:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:38 Processing triggers for systemd (237-3ubuntu10.44) ... 20:16:39 25b303627fd3: Pull complete 20:16:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:16:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:16:39 prd-ubuntu18.04-docker-arm64-4c-16g-22031 does not seem to be running inside a container 20:16:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:40 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:16:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:16:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:16:40 Fetched 88.7 kB in 1s (165 kB/s) 20:16:41 Reading package lists... 20:16:41 Reading package lists... 20:16:41 Building dependency tree... 20:16:41 Reading state information... 20:16:41 Calculating upgrade... 20:16:41 The following packages will be upgraded: 20:16:41 advancecomp base-files bash binutils binutils-common 20:16:41 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:16:41 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:16:41 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 20:16:41 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 20:16:41 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 20:16:41 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 20:16:41 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 20:16:41 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:16:41 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:16:41 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:16:41 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:16:41 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:16:41 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:16:41 ubuntu-keyring util-linux 20:16:41 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:16:41 Need to get 63.7 MB of archives. 20:16:41 After this operation, 5203 kB of additional disk space will be used. 20:16:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:16:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:16:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:16:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:16:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:16:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:16:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:16:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:16:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:16:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:16:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:16:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:16:42 $ docker top ab6b7636cb0aea1bfa4d4a186917ef9d22f1d0fe714f83956aa4e73d75f9ad9c -eo pid,comm 20:16:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:16:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:16:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:16:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:16:42 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:16:42 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 20:16:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:16:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [Pipeline] { 20:16:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:16:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:16:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:16:43 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:16:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:16:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:16:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:16:43 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:16:43 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:16:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:16:43 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:16:43 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:16:43 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:16:43 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:16:43 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:16:43 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:16:43 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:16:43 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:16:43 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:16:43 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:16:43 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:16:43 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:16:43 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:16:43 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:16:43 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:16:43 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:16:43 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [Pipeline] sh 20:16:43 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 20:16:43 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] 20:16:43 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:16:43 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:16:43 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:16:43 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:16:43 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:16:43 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:16:43 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:16:43 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:16:43 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:16:43 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:16:43 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:16:43 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:16:43 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:16:43 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:16:43 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:16:43 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:16:43 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:16:43 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:16:43 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:16:43 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:16:43 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:16:43 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:16:43 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:16:43 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:16:43 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 20:16:43 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:16:43 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:16:43 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:16:43 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 20:16:43 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:16:43 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:16:43 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] 20:16:43 + grep parallel 20:16:43 + docker-compose build --help 20:16:43 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:16:43 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:16:43 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:16:43 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:16:43 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:16:43 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:16:43 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:16:44 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:16:44 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:16:44 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:16:44 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:16:45 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:16:45 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:16:45 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:16:45 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:16:45 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:16:45 debconf: delaying package configuration, since apt-utils is not installed 20:16:45 Fetched 63.7 MB in 3s (19.4 MB/s) 20:16:45 (Reading database ... 13912 files and directories currently installed.) 20:16:45 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:16:45 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:46 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:16:46 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:46 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 20:16:46 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 20:16:46 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:46 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:47 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:47 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:16:48 --parallel Build images in parallel. [Pipeline] } 20:16:48 $ docker stop --time=1 ab6b7636cb0aea1bfa4d4a186917ef9d22f1d0fe714f83956aa4e73d75f9ad9c 20:16:48 (Reading database ... 13911 files and directories currently installed.) 20:16:48 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:48 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:16:48 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:16:48 (Reading database ... 13911 files and directories currently installed.) 20:16:48 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:48 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:48 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:48 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:48 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:48 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:16:48 (Reading database ... 13911 files and directories currently installed.) 20:16:48 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:16:49 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:49 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:16:49 (Reading database ... 13911 files and directories currently installed.) 20:16:49 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:16:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:16:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:16:50 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:16:50 Setting up base-files (10.1ubuntu2.10) ... 20:16:50 $ docker rm -f ab6b7636cb0aea1bfa4d4a186917ef9d22f1d0fe714f83956aa4e73d75f9ad9c 20:16:50 Installing new version of config file /etc/issue ... 20:16:50 Installing new version of config file /etc/issue.net ... 20:16:50 Installing new version of config file /etc/lsb-release ... 20:16:50 Installing new version of config file /etc/update-motd.d/50-motd-news ... [Pipeline] // withDockerContainer [Pipeline] writeFile 20:16:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:16:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:16:50 Removing obsolete conffile /etc/default/motd-news ... 20:16:50 (Reading database ... 13912 files and directories currently installed.) 20:16:50 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:50 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:16:50 Setting up bash (4.4.18-2ubuntu1.2) ... 20:16:50 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 20:16:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:51 . 20:16:51 (Reading database ... 13912 files and directories currently installed.) 20:16:51 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:16:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [Pipeline] withDockerContainer 20:16:51 (Reading database ... 13912 files and directories currently installed.) 20:16:51 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:16:51 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:16:51 Setting up tar (1.29b-2ubuntu0.2) ... 20:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-22031 does not seem to be running inside a container 20:16:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:51 (Reading database ... 13912 files and directories currently installed.) 20:16:51 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:16:51 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:16:51 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:16:51 (Reading database ... 13912 files and directories currently installed.) 20:16:51 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:51 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:16:52 (Reading database ... 13912 files and directories currently installed.) 20:16:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:52 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:16:52 (Reading database ... 13912 files and directories currently installed.) 20:16:52 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:16:52 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:16:52 Setting up grep (3.1-2build1) ... 20:16:52 (Reading database ... 13912 files and directories currently installed.) 20:16:52 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:16:52 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:16:52 $ docker top abb3419e03685a56604b093c35f62045839b325ea33b8de99e238de1c1fa8289 -eo pid,comm 20:16:52 Setting up login (1:4.5-1ubuntu2) ... 20:16:52 (Reading database ... 13912 files and directories currently installed.) 20:16:52 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:53 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] { [Pipeline] sh 20:16:53 (Reading database ... 13912 files and directories currently installed.) 20:16:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:53 + docker-compose -f ./docker-compose-build.yml build --parallel 20:16:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:16:54 (Reading database ... 13912 files and directories currently installed.) 20:16:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:16:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:55 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:16:55 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:16:55 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:16:55 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:16:56 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:16:56 (Reading database ... 13912 files and directories currently installed.) 20:16:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:16:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:16:56 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:16:56 (Reading database ... 13912 files and directories currently installed.) 20:16:56 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:56 (Reading database ... 13912 files and directories currently installed.) 20:16:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:56 (Reading database ... 13912 files and directories currently installed.) 20:16:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:57 (Reading database ... 13912 files and directories currently installed.) 20:16:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:57 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:57 (Reading database ... 13912 files and directories currently installed.) 20:16:57 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:57 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:57 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:57 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:57 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:16:57 (Reading database ... 13912 files and directories currently installed.) 20:16:57 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:16:58 (Reading database ... 13912 files and directories currently installed.) 20:16:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:58 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:58 (Reading database ... 13912 files and directories currently installed.) 20:16:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:58 Building docker-core-command-go ... 20:16:58 Building docker-core-data-go ... 20:16:58 Building docker-core-metadata-go ... 20:16:58 Building docker-security-bootstrapper-go ... 20:16:58 Building docker-security-proxy-setup-go ... 20:16:58 Building docker-security-secretstore-setup-go ... 20:16:58 Building docker-support-notifications-go ... 20:16:58 Building docker-support-scheduler-go ... 20:16:58 Building docker-sys-mgmt-agent-go ... 20:16:58 Building docker-sys-mgmt-agent-go 20:16:58 Building docker-core-data-go 20:16:58 Building docker-security-bootstrapper-go 20:16:58 Building docker-support-scheduler-go 20:16:58 Building docker-support-notifications-go 20:16:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:58 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:16:58 (Reading database ... 13912 files and directories currently installed.) 20:16:58 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:58 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:16:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:16:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:16:59 (Reading database ... 13912 files and directories currently installed.) 20:16:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:16:59 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:16:59 (Reading database ... 13912 files and directories currently installed.) 20:16:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:16:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:17:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:17:00 (Reading database ... 13914 files and directories currently installed.) 20:17:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:17:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:17:00 Setting up debconf (1.5.66ubuntu1) ... 20:17:00 (Reading database ... 13914 files and directories currently installed.) 20:17:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:17:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:17:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:17:01 (Reading database ... 13914 files and directories currently installed.) 20:17:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:17:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:17:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:17:01 (Reading database ... 13914 files and directories currently installed.) 20:17:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:17:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:17:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:17:01 (Reading database ... 13914 files and directories currently installed.) 20:17:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:17:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:17:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 20:17:02 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:17:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:17:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:17:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:17:02 (Reading database ... 13914 files and directories currently installed.) 20:17:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:17:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:17:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:17:02 (Reading database ... 13914 files and directories currently installed.) 20:17:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:17:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:17:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:17:03 (Reading database ... 13914 files and directories currently installed.) 20:17:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:17:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:17:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:17:03 (Reading database ... 13914 files and directories currently installed.) 20:17:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:17:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:17:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:17:03 (Reading database ... 13914 files and directories currently installed.) 20:17:03 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:17:03 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:17:03 Setting up passwd (1:4.5-1ubuntu2) ... 20:17:03 (Reading database ... 13914 files and directories currently installed.) 20:17:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:17:03 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:17:03 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:17:04 (Reading database ... 13914 files and directories currently installed.) 20:17:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:17:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:17:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:17:04 (Reading database ... 13914 files and directories currently installed.) 20:17:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:17:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:17:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:17:04 (Reading database ... 13914 files and directories currently installed.) 20:17:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:17:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:17:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:17:04 (Reading database ... 13914 files and directories currently installed.) 20:17:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:17:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:17:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:17:05 (Reading database ... 13914 files and directories currently installed.) 20:17:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:17:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:17:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:17:05 (Reading database ... 13914 files and directories currently installed.) 20:17:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:17:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:17:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:17:05 (Reading database ... 13915 files and directories currently installed.) 20:17:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:17:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:17:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:17:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:17:06 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:17:06 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:17:06 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 20:17:06 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 20:17:06 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:17:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:17:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:17:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:17:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:17:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:17:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:17:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:17:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:17:07 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:17:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:17:07 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:17:07 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:17:07 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:17:07 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 20:17:07 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 20:17:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:17:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:17:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:17:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:17:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:17:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:17:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:17:09 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:17:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:17:09 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:17:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:17:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:17:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:10 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:14 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:14 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:14 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:17:14 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:17:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:17:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:17:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:17:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:17:15 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:17:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:17:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:15 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:17:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:15 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:17:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:17:15 Setting up tzdata (2020f-0ubuntu0.18.04) ... 20:17:15 20:17:15 Current default time zone: 'Etc/UTC' 20:17:15 Local time is now: Thu Jan 21 20:17:15 UTC 2021. 20:17:15 Universal Time is now: Thu Jan 21 20:17:15 UTC 2021. 20:17:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:17:15 20:17:15 Setting up systemd-sysv (237-3ubuntu10.44) ... 20:17:15 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:15 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 20:17:15 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:17:15 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:17:15 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:17:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:17:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:17:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:17:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:17:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:17:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:17:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:16 Setting up patch (2.7.6-2ubuntu1.1) ... 20:17:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:17:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:17:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:17:16 Installing new version of config file /etc/ssl/openssl.cnf ... 20:17:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:17:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:17:16 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 20:17:18 Updating certificates in /etc/ssl/certs... 20:17:19 22 added, 17 removed; done. 20:17:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:17:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:17:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:17:19 Setting up pkgbinarymangler (138.18.04.1) ... 20:17:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:17:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:17:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:20 Setting up perl (5.26.1-6ubuntu0.5) ... 20:17:20 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:17:20 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:17:20 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:17:20 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:17:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:17:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:17:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:17:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:17:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:17:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:17:20 Processing triggers for systemd (237-3ubuntu10.44) ... 20:17:20 Processing triggers for mime-support (3.60ubuntu1) ... 20:17:20 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 20:17:20 Updating certificates in /etc/ssl/certs... 20:17:21 0 added, 0 removed; done. 20:17:21 Running hooks in /etc/ca-certificates/update.d... 20:17:21 done. 20:17:21 Reading package lists... 20:17:21 Building dependency tree... 20:17:21 Reading state information... 20:17:22 The following NEW packages will be installed: 20:17:22 apt-transport-https 20:17:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:17:22 Need to get 1696 B of archives. 20:17:22 After this operation, 153 kB of additional disk space will be used. 20:17:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:17:22 debconf: delaying package configuration, since apt-utils is not installed 20:17:22 Fetched 1696 B in 0s (8424 B/s) 20:17:22 Selecting previously unselected package apt-transport-https. 20:17:22 (Reading database ... 13929 files and directories currently installed.) 20:17:22 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:17:22 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:17:22 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:17:22 Waiting for network to be ready... 20:17:29 2021-01-21T20:17:25Z INFO Waiting for automatic snapd restart... 20:17:29 snapd 2.48.2 from Canonical* installed 20:17:29 "snapd" switched to the "latest/stable" channel 20:17:29 20:17:31 core18 20201210 from Canonical* installed 20:17:31 "core18" switched to the "latest/stable" channel 20:17:31 20:17:35 snapcraft 4.4.4 from Canonical* installed 20:17:35 "snapcraft" switched to the "latest/stable" channel 20:17:35 20:17:38 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: 20:17:38 - README.md 20:17:38 - snapcraft.yaml.orig 20:17:38 20:17:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:17:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:17:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:17:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:17:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:17:46 Reading package lists... 20:17:46 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 20:17:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:17:53 Reading package lists... 20:17:53 Building dependency tree... 20:17:53 Reading state information... 20:17:53 Suggested packages: 20:17:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:17:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:17:53 Recommended packages: 20:17:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:17:53 The following NEW packages will be installed: 20:17:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:17:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:17:53 pkg-config zip 20:17:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:17:53 Need to get 7655 kB of archives. 20:17:53 After this operation, 43.7 MB of additional disk space will be used. 20:17:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 20:17:53 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:17:53 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:17:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:17:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:17:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:17:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:17:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:17:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:17:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:17:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:17:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:17:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:17:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:17:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:17:54 debconf: delaying package configuration, since apt-utils is not installed 20:17:54 Fetched 7655 kB in 1s (7002 kB/s) 20:17:54 Selecting previously unselected package libglib2.0-0:amd64. 20:17:54 (Reading database ... 13933 files and directories currently installed.) 20:17:54 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:17:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:17:54 Selecting previously unselected package libpsl5:amd64. 20:17:54 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:17:54 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:17:55 Selecting previously unselected package libnghttp2-14:amd64. 20:17:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:17:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:17:55 Selecting previously unselected package librtmp1:amd64. 20:17:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:17:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:17:55 Selecting previously unselected package libcurl3-gnutls:amd64. 20:17:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:17:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:17:55 Selecting previously unselected package liberror-perl. 20:17:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:17:55 Unpacking liberror-perl (0.17025-1) ... 20:17:55 Selecting previously unselected package git-man. 20:17:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:17:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:17:55 Selecting previously unselected package git. 20:17:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:17:55 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:17:56 Selecting previously unselected package libnorm1:amd64. 20:17:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:17:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:17:56 Selecting previously unselected package libpgm-5.2-0:amd64. 20:17:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:17:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:17:56 Selecting previously unselected package libsodium23:amd64. 20:17:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:17:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:17:56 Selecting previously unselected package libzmq5:amd64. 20:17:56 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:17:56 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:17:56 Selecting previously unselected package libzmq3-dev:amd64. 20:17:56 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:17:56 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:17:57 Selecting previously unselected package pkg-config. 20:17:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:17:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:17:57 Selecting previously unselected package zip. 20:17:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:17:57 Unpacking zip (3.0-11build1) ... 20:17:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:17:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:17:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:17:57 Setting up liberror-perl (0.17025-1) ... 20:17:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:17:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:17:57 No schema files found: doing nothing. 20:17:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:17:57 Setting up zip (3.0-11build1) ... 20:17:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:17:57 Setting up libsodium23:amd64 (1.0.16-2) ... 20:17:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:17:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:17:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:17:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:17:57 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:17:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:18:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:18:04 git set to automatically installed. 20:18:04 git-man set to automatically installed. 20:18:04 libcurl3-gnutls set to automatically installed. 20:18:04 liberror-perl set to automatically installed. 20:18:04 libglib2.0-0 set to automatically installed. 20:18:04 libnghttp2-14 set to automatically installed. 20:18:04 libnorm1 set to automatically installed. 20:18:04 libpgm-5.2-0 set to automatically installed. 20:18:04 libpsl5 set to automatically installed. 20:18:04 librtmp1 set to automatically installed. 20:18:04 libsodium23 set to automatically installed. 20:18:04 libzmq3-dev set to automatically installed. 20:18:04 libzmq5 set to automatically installed. 20:18:04 pkg-config set to automatically installed. 20:18:04 zip set to automatically installed. 20:18:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> e39c81a34168 20:18:06 Step 3/23 : WORKDIR /edgex-go 20:18:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> e39c81a34168 20:18:06 Step 3/26 : WORKDIR /edgex-go 20:18:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> e39c81a34168 20:18:06 Step 3/22 : WORKDIR /edgex-go 20:18:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> e39c81a34168 20:18:06 Step 3/22 : WORKDIR /edgex-go 20:18:06 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> e39c81a34168 20:18:06 Step 3/33 : WORKDIR /edgex-go 20:18:06 snapd is not logged in, snap install commands will use sudo 20:18:10 ---> Running in d097828f9243 20:18:10 ---> Running in b1a72d0d320e 20:18:10 ---> Running in c55b80d8a4ef 20:18:10 ---> Running in 4a2ca89a08f1 20:18:10 ---> Running in 921f35f69545 20:18:10 Removing intermediate container b1a72d0d320e 20:18:10 ---> 93c22bb1640f 20:18:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:10 Removing intermediate container c55b80d8a4ef 20:18:10 ---> 219bda9f3e2e 20:18:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:10 Removing intermediate container 4a2ca89a08f1 20:18:10 ---> 18ef52fd4c1a 20:18:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:10 Removing intermediate container d097828f9243 20:18:10 ---> cec7fc39db7c 20:18:10 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:10 Removing intermediate container 921f35f69545 20:18:10 ---> 65d40dee92a0 20:18:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:10 ---> Running in 36fad3804ca7 20:18:10 ---> Running in fff251fdff57 20:18:10 ---> Running in a7a73774cc9a 20:18:10 ---> Running in 7908ea084307 20:18:11 ---> Running in 4cbd7449abd7 20:18:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:18:13 snap "core18" has no updates available 20:18:14 Pulling config-common 20:18:14 Removing intermediate container 36fad3804ca7 20:18:14 ---> 2c4a186e957a 20:18:14 Step 5/26 : RUN apk add --update --no-cache make bash git 20:18:14 ---> Running in cd36034a4064 20:18:14 Removing intermediate container fff251fdff57 20:18:14 ---> 489025e18244 20:18:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:18:14 ---> Running in 2d49b3665474 20:18:14 Removing intermediate container 7908ea084307 20:18:14 ---> 56158a9b7e71 20:18:15 Step 5/33 : RUN apk add --update --no-cache make git 20:18:15 Removing intermediate container a7a73774cc9a 20:18:15 ---> 3edf5db9a81f 20:18:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:18:15 Pulling go-build-helper 20:18:15 ---> Running in f34525222add 20:18:15 Removing intermediate container 4cbd7449abd7 20:18:15 ---> ef8dccfd87fe 20:18:15 Step 5/22 : RUN apk add --update --no-cache make git 20:18:15 ---> Running in 4395304b8178 20:18:15 ---> Running in e4621a10a1c6 20:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:17 OK: 217 MiB in 51 packages 20:18:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:19 OK: 217 MiB in 51 packages 20:18:19 OK: 217 MiB in 51 packages 20:18:19 OK: 217 MiB in 51 packages 20:18:19 Removing intermediate container cd36034a4064 20:18:19 ---> ae1ca55d8fd0 20:18:19 Step 6/26 : COPY go.mod . 20:18:19 OK: 217 MiB in 51 packages 20:18:20 ---> 85c7c94ed868 20:18:20 Step 7/26 : RUN go mod download 20:18:20 Removing intermediate container 2d49b3665474 20:18:20 ---> 81f4e569abff 20:18:20 Step 6/23 : COPY go.mod . 20:18:20 ---> Running in 05eb65f977b0 20:18:20 Removing intermediate container f34525222add 20:18:20 ---> eb2c3dc57dd1 20:18:20 Step 6/33 : COPY go.mod . 20:18:20 Removing intermediate container e4621a10a1c6 20:18:20 ---> 18f137d88490 20:18:21 Step 6/22 : COPY go.mod . 20:18:21 Removing intermediate container 4395304b8178 20:18:21 ---> abd6f9ab1f24 20:18:21 Step 6/22 : COPY go.mod . 20:18:22 ---> 6bb7112249ef 20:18:22 Step 7/23 : RUN go mod download 20:18:22 ---> Running in d3fd43b46dbe 20:18:22 ---> f078e6154f2e 20:18:22 Step 7/22 : RUN go mod download 20:18:22 ---> 49435c8c931c 20:18:22 Step 7/33 : RUN go mod download 20:18:22 ---> Running in 69941f77f88d 20:18:22 ---> Running in 7e3c3a8e0934 20:18:22 ---> 3c060803cc00 20:18:22 Step 7/22 : RUN go mod download 20:18:23 ---> Running in 3b600c9ee481 20:18:25 Removing intermediate container 05eb65f977b0 20:18:25 ---> 6c554eb2d9df 20:18:25 Step 8/26 : COPY . . 20:18:27 Removing intermediate container d3fd43b46dbe 20:18:27 ---> f34cc8adb440 20:18:27 Step 8/23 : COPY . . 20:18:27 Removing intermediate container 7e3c3a8e0934 20:18:27 ---> 5b6f9c855bc5 20:18:27 Step 8/33 : COPY . . 20:18:28 Removing intermediate container 3b600c9ee481 20:18:28 ---> 885042e75bd2 20:18:28 Step 8/22 : COPY . . 20:18:29 Removing intermediate container 69941f77f88d 20:18:29 ---> 01e8dfaef79f 20:18:29 Step 8/22 : COPY . . 20:18:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:18:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:18:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:18:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 20:18:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:18:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:18:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:18:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:18:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:18:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:18:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:18:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 20:18:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:18:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:18:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 20:18:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 20:18:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 20:18:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 20:18:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:18:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 20:18:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 20:18:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 20:18:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 20:18:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 20:18:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 20:18:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 20:18:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 20:18:37 Fetched 23.8 MB in 0s (0 B/s) 20:18:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:18:37 Fetched 96.5 kB in 0s (0 B/s) 20:18:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:18:37 Fetched 279 kB in 0s (0 B/s) 20:18:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:18:37 Fetched 122 kB in 0s (0 B/s) 20:18:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:18:37 Fetched 77.8 kB in 0s (0 B/s) 20:18:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:18:37 Fetched 8848 B in 0s (0 B/s) 20:18:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:18:37 Fetched 47.8 kB in 0s (0 B/s) 20:18:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:18:37 Fetched 45.6 kB in 0s (0 B/s) 20:18:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:18:37 Fetched 15.0 kB in 0s (0 B/s) 20:18:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:18:37 Fetched 214 kB in 0s (0 B/s) 20:18:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 20:18:37 Fetched 155 kB in 0s (0 B/s) 20:18:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:18:37 Fetched 50.6 kB in 0s (0 B/s) 20:18:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:18:37 Fetched 14.8 kB in 0s (0 B/s) 20:18:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:18:37 Fetched 41.8 kB in 0s (0 B/s) 20:18:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:18:37 Fetched 499 kB in 0s (0 B/s) 20:18:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:18:37 Fetched 111 kB in 0s (0 B/s) 20:18:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:18:37 Fetched 240 kB in 0s (0 B/s) 20:18:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:18:37 Fetched 29.3 kB in 0s (0 B/s) 20:18:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:18:37 Fetched 85.5 kB in 0s (0 B/s) 20:18:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:18:37 Fetched 24.5 kB in 0s (0 B/s) 20:18:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:18:37 Fetched 49.2 kB in 0s (0 B/s) 20:18:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:18:37 Fetched 54.2 kB in 0s (0 B/s) 20:18:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:18:37 Fetched 30.8 kB in 0s (0 B/s) 20:18:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 20:18:37 Fetched 17.0 kB in 0s (0 B/s) 20:18:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:18:37 Fetched 85.9 kB in 0s (0 B/s) 20:18:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:18:37 Fetched 8720 B in 0s (0 B/s) 20:18:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:18:37 Fetched 137 kB in 0s (0 B/s) 20:18:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:18:37 Fetched 119 kB in 0s (0 B/s) 20:18:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:18:37 Fetched 109 kB in 0s (0 B/s) 20:18:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:18:37 Fetched 11.1 kB in 0s (0 B/s) 20:18:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:18:37 Fetched 645 kB in 0s (0 B/s) 20:18:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:18:37 Fetched 41.3 kB in 0s (0 B/s) 20:18:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:18:37 Fetched 17.9 kB in 0s (0 B/s) 20:18:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:18:37 Fetched 368 kB in 0s (0 B/s) 20:18:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:18:37 Fetched 187 kB in 0s (0 B/s) 20:18:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:18:37 Fetched 175 kB in 0s (0 B/s) 20:18:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:18:41 Fetched 206 kB in 0s (0 B/s) 20:18:41 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:18:41 Fetched 1301 kB in 0s (0 B/s) 20:18:41 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:18:41 Fetched 36.2 kB in 0s (0 B/s) 20:18:41 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:18:41 Fetched 159 kB in 0s (0 B/s) 20:18:41 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:18:41 Fetched 107 kB in 0s (0 B/s) 20:18:41 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:18:41 Fetched 48.7 kB in 0s (0 B/s) 20:18:41 Pulling static-packages 20:18:41 'go115' has dependencies that need to be staged: static-packages go-build-helper 20:18:41 Skipping pull go-build-helper (already ran) 20:18:41 Skipping pull static-packages (already ran) 20:18:41 Building go-build-helper 20:18:46 Building static-packages 20:18:47 Staging go-build-helper 20:18:48 Staging static-packages 20:18:49 Pulling go115 20:18:50 'edgex-go' has dependencies that need to be staged: go115 20:18:50 Skipping pull go115 (already ran) 20:18:50 Building go115 20:18:50 % Total % Received % Xferd Average Speed Time Time Time Current 20:18:50 Dload Upload Total Spent Left Speed 20:18:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4495k 0 0 11.0M 0 0:00:10 --:--:-- 0:00:10 11.0M 33 115M 33 38.9M 0 0 27.6M 0 0:00:04 0:00:01 0:00:03 27.6M 65 115M 65 76.1M 0 0 31.8M 0 0:00:03 0:00:02 0:00:01 31.8M 96 115M 96 110M 0 0 32.7M 0 0:00:03 0:00:03 --:--:-- 32.6M 100 115M 100 115M 0 0 33.2M 0 0:00:03 0:00:03 --:--:-- 33.1M 20:18:54 go1.15.2.linux-amd64.tar.gz: OK 20:18:56 ---> 19f75779901f 20:18:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:18:56 ---> Running in f8245df0a617 20:18:56 ---> a3abc38bf03a 20:18:56 ---> a3528cef5c7b 20:18:56 Step 9/23 : RUN make cmd/core-data/core-data 20:18:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:18:56 ---> 2ad9435205bd 20:18:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:18:56 ---> Running in e1fc13715236 20:18:56 ---> Running in 755881d39c1a 20:18:56 ---> 03de63b8d179 20:18:56 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 20:18:56 ---> Running in ca3ce0682ea5 20:18:56 ---> Running in ee8053e33be6 20:18:56 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 20:18:56 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 20:18:56 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 20:18:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:18:56 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 20:18:58 Staging go115 20:19:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:19:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:19:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:19:03 Fetched 0 B in 0s (0 B/s) 20:19:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:19:03 Fetched 224 kB in 0s (0 B/s) 20:19:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:19:03 Fetched 157 kB in 0s (0 B/s) 20:19:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:19:03 Fetched 221 kB in 0s (0 B/s) 20:19:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:19:03 Fetched 143 kB in 0s (0 B/s) 20:19:03 Pulling edgex-go 20:19:05 Pulling version 20:19:06 Building config-common 20:19:08 Skipping build go-build-helper (already ran) 20:19:08 Skipping build static-packages (already ran) 20:19:08 Skipping build go115 (already ran) 20:19:08 Building edgex-go 20:19:08 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 20:19:11 go: downloading github.com/gorilla/mux v1.8.0 20:19:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:19:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 20:19:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 20:19:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 20:19:11 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:19:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 20:19:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 20:19:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 20:19:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:19:11 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:19:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:19:11 go: downloading github.com/pelletier/go-toml v1.2.0 20:19:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:19:11 go: downloading github.com/BurntSushi/toml v0.3.1 20:19:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:19:11 go: downloading github.com/google/uuid v1.1.5 20:19:11 go: downloading github.com/imdario/mergo v0.3.11 20:19:11 go: downloading github.com/go-kit/kit v0.8.0 20:19:11 go: downloading github.com/pkg/errors v0.8.1 20:19:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:19:11 go: downloading github.com/mitchellh/copystructure v1.0.0 20:19:11 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:19:11 go: downloading github.com/pebbe/zmq4 v1.2.2 20:19:11 go: downloading github.com/hashicorp/consul/api v1.1.0 20:19:11 go: downloading github.com/x448/float16 v0.8.4 20:19:11 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:19:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:19:11 go: downloading gopkg.in/yaml.v2 v2.4.0 20:19:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:19:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:19:11 go: downloading github.com/hashicorp/serf v0.8.2 20:19:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:19:11 go: downloading github.com/go-playground/universal-translator v0.17.0 20:19:11 go: downloading github.com/leodido/go-urn v1.2.0 20:19:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:19:11 go: downloading github.com/go-playground/locales v0.13.0 20:19:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:19:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:19:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:19:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:19:23 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 20:19:23 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 20:19:24 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 20:19:25 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 20:19:25 go: downloading github.com/stretchr/testify v1.6.1 20:19:25 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:19:25 go: downloading github.com/pmezard/go-difflib v1.0.0 20:19:25 go: downloading github.com/davecgh/go-spew v1.1.1 20:19:27 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 20:19:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:19:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:19:28 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 20:19:29 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 20:19:29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:19:31 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 20:19:31 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 20:19:32 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 20:19:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:19:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:19:34 go: downloading github.com/lib/pq v1.9.0 20:19:37 Building version 20:19:38 Staging config-common 20:19:39 Skipping stage go-build-helper (already ran) 20:19:39 Skipping stage static-packages (already ran) 20:19:39 Skipping stage go115 (already ran) 20:19:39 Staging edgex-go 20:19:40 Staging version 20:19:41 Priming config-common 20:19:42 Priming go-build-helper 20:19:43 Priming static-packages 20:19:45 Priming go115 20:19:46 Priming edgex-go 20:19:47 Priming version 20:19:48 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] } 20:20:17 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 20:20:28 Removing intermediate container f8245df0a617 20:20:28 ---> 7705e4dab90b 20:20:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:20:28 ---> Running in 5ab8105d39ef 20:20: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 20:20:31 Removing intermediate container e1fc13715236 20:20:31 ---> 3462671df74c 20:20:31 20:20:31 Step 10/22 : FROM alpine:3.12 20:20:31 3.12: Pulling from library/alpine 20:20:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:20:33 Status: Downloaded newer image for alpine:3.12 20:20:33 ---> afeebe901d6b 20:20:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:20:33 Removing intermediate container 755881d39c1a 20:20:33 ---> d57bcf06e7e0 20:20:33 20:20:33 Step 10/22 : FROM alpine:3.12 20:20:33 ---> afeebe901d6b 20:20:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:20:33 ---> Running in 4f15d649fc5a 20:20:33 ---> Running in 33bb6cb7f05c 20:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:36 Removing intermediate container 5ab8105d39ef 20:20:36 ---> 69c6bab79b83 20:20:36 20:20:36 Step 11/26 : FROM docker:20.10.0 20:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:36 20.10.0: Pulling from library/docker 20:20:37 (1/1) Installing dumb-init (1.2.2-r1) 20:20:37 Executing busybox-1.31.1-r19.trigger 20:20:37 OK: 5 MiB in 15 packages 20:20:37 (1/2) Installing ca-certificates (20191127-r4) 20:20:37 (2/2) Installing dumb-init (1.2.2-r1) 20:20:37 Executing busybox-1.31.1-r19.trigger 20:20:37 Executing ca-certificates-20191127-r4.trigger 20:20:38 OK: 6 MiB in 16 packages 20:20:40 Removing intermediate container 33bb6cb7f05c 20:20:40 ---> 7ba8710624db 20:20:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:20:41 ---> Running in e78697c1895f 20:20:42 Removing intermediate container 4f15d649fc5a 20:20:42 ---> b12bda5c1927 20:20:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:20:42 Removing intermediate container e78697c1895f 20:20:42 ---> b0b0372e89fc 20:20:42 Step 13/22 : ENV APP_PORT=48085 20:20:42 ---> Running in ab88dff32a12 20:20:42 ---> Running in e10129e6ab98 20:20:43 Removing intermediate container ee8053e33be6 20:20:43 ---> e19c2e71d1ba 20:20:43 20:20:43 Step 10/33 : FROM alpine:3.12 20:20:43 ---> afeebe901d6b 20:20:43 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 20:20:43 Removing intermediate container ab88dff32a12 20:20:43 ---> 6e000e4ee41b 20:20:43 Step 13/22 : ENV APP_PORT=48060 20:20:43 ---> Running in 70c5c94e1978 20:20:43 Removing intermediate container e10129e6ab98 20:20:43 ---> d7b09d772cfe 20:20:43 Step 14/22 : EXPOSE $APP_PORT 20:20:43 ---> Running in dff77cdb801e 20:20:43 ---> Running in 8c47d04a4e7b 20:20:44 Removing intermediate container dff77cdb801e 20:20:44 ---> 76e06134ff6e 20:20:44 Step 14/22 : EXPOSE $APP_PORT 20:20:44 Removing intermediate container 8c47d04a4e7b 20:20:44 ---> b97f21fcb37f 20:20:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:45 ---> Running in dd316770b2b3 20:20:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:46 Removing intermediate container dd316770b2b3 20:20:46 ---> a89e349ac32b 20:20:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:46 (1/3) Installing dumb-init (1.2.2-r1) 20:20:46 (2/3) Installing openssl (1.1.1i-r0) 20:20:46 (3/3) Installing su-exec (0.2-r1) 20:20:46 Executing busybox-1.31.1-r19.trigger 20:20:46 OK: 6 MiB in 17 packages 20:20:47 ---> 1494edd1826e 20:20:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:20:47 ---> f3611bff90d1 20:20:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:20:48 Removing intermediate container 70c5c94e1978 20:20:48 ---> 3b86b1a78732 20:20:48 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:20:48 ---> Running in c292a4b26027 20:20:49 ---> 7d221bb691c6 20:20:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:20:49 Removing intermediate container c292a4b26027 20:20:49 ---> 5c6ca723045f 20:20:49 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 20:20:49 ---> 2d960a79b215 20:20:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:20:50 ---> Running in ee33cfa17ed8 20:20:50 ---> b83209be723a 20:20:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:20:50 Removing intermediate container ee33cfa17ed8 20:20:50 ---> c09fcefb562f 20:20:50 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 20:20:51 ---> Running in 9d4fb82bf1ef 20:20:51 ---> Running in c840ca85d0a7 20:20:51 ---> 1203023214ef 20:20:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:20:51 ---> Running in d5f3da47116c 20:20:51 Removing intermediate container 9d4fb82bf1ef 20:20:51 ---> 8c311414d350 20:20:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:52 ---> Running in 3d4b4003a176 20:20:52 Removing intermediate container d5f3da47116c 20:20:52 ---> 9d1b082544cf 20:20:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:52 ---> Running in 8996b72e7da6 20:20:52 Removing intermediate container 3d4b4003a176 20:20:52 ---> 18e1e3574725 20:20:52 Step 20/22 : LABEL arch=arm64 20:20:52 Connecting to github.com (140.82.113.3:443) 20:20:53 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.20.32:443) 20:20:53  ---> Running in c68278339bfb 20:20:53 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 20:20:53 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 20:20:53 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 20:20:53 dockerize 20:20:53 Removing intermediate container 8996b72e7da6 20:20:53 ---> 47f6ea9f66f3 20:20:53 Step 20/22 : LABEL arch=arm64 20:20:53 ---> Running in 85129df2c35f 20:20:53 Removing intermediate container c68278339bfb 20:20:53 ---> 8b31126e64e4 20:20:53 Step 21/22 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:20:54 ---> Running in 1668fc167a6a 20:20:54 Removing intermediate container 85129df2c35f 20:20:54 ---> 3f0df4173a10 20:20:54 Step 21/22 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:20:54 ---> Running in 7333533d7474 20:20:55 Removing intermediate container 1668fc167a6a 20:20:55 ---> d256b879aba4 20:20:55 Step 22/22 : LABEL version=0.0.0 20:20:55 Removing intermediate container 7333533d7474 20:20:55 ---> 0bb27e436e8a 20:20:55 Step 22/22 : LABEL version=0.0.0 20:20:55 ---> Running in 2228f79e6e19 20:20:55 Removing intermediate container c840ca85d0a7 20:20:55 ---> a191dd18bb5d 20:20:55 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 20:20:55 ---> Running in 97192e7f97e1 20:20:55 ---> Running in a3b4541b2f57 20:20:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:20:56 Status: Downloaded newer image for docker:20.10.0 20:20:56 ---> eeaf43b92773 20:20:56 Step 12/26 : RUN apk add --no-cache bash 20:20:56 ---> Running in 083e2f498c1b 20:20:56 Removing intermediate container 2228f79e6e19 20:20:56 ---> ddb3c8132851 20:20:56 20:20:57 Removing intermediate container 97192e7f97e1 20:20:57 ---> f93617e45a87 20:20:57 Removing intermediate container a3b4541b2f57 20:20:57 ---> f5888ee65181 20:20:57 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:20:57 20:20:57 ---> Running in b1fdcf0d4dcd 20:20:57 Successfully built ddb3c8132851 20:20:57 Successfully tagged docker-support-scheduler-go-arm64:latest 20:20:57  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 20:20:57 Removing intermediate container ca3ce0682ea5 20:20:57 ---> 017ede5363f4 20:20:57 20:20:57 Step 10/23 : FROM alpine:3.12 20:20:57 ---> afeebe901d6b 20:20:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:20:57 Successfully built f93617e45a87 20:20:57 Successfully tagged docker-support-notifications-go-arm64:latest 20:20:57 Building docker-core-command-go 20:20:58  Building docker-support-notifications-go ... done  ---> Running in 35e7536ec9d9 20:20:58 Removing intermediate container b1fdcf0d4dcd 20:20:58 ---> f615b79cd1f2 20:20:58 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 20:20:58 ---> Running in 7bd20cebede2 20:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:58 Removing intermediate container 35e7536ec9d9 20:20:58 ---> 927f40fe6a12 20:20:58 Step 12/23 : ENV APP_PORT=48080 20:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:59 ---> Running in 53922f6d4c76 20:20:59 (1/2) Installing readline (8.0.4-r0) 20:20:59 (2/2) Installing bash (5.0.17-r0) 20:20:59 Removing intermediate container 53922f6d4c76 20:20:59 ---> 90c9453ae5f6 20:20:59 Step 13/23 : EXPOSE $APP_PORT 20:20:59 Executing bash-5.0.17-r0.post-install 20:20:59 Executing busybox-1.31.1-r19.trigger 20:20:59 OK: 12 MiB in 22 packages 20:20:59 ---> Running in 2518a0ead53d 20:20:59 Move dockerize executable 20:21:00 Removing intermediate container 2518a0ead53d 20:21:00 ---> 7e8e7e4c71df 20:21:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:00 ---> Running in 069b527ebd54 20:21:01 Removing intermediate container 083e2f498c1b 20:21:01 ---> 7514b3923ae7 20:21:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:21:02 ---> Running in cab5b3a42195 20:21:02 Removing intermediate container 7bd20cebede2 20:21:02 ---> 2d64c719e63c 20:21:02 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 20:21:03 ---> Running in fc8029018c25 20:21:04 Removing intermediate container cab5b3a42195 20:21:04 ---> b37a87001ae2 20:21:04 Step 14/26 : ENV APP_PORT=48090 20:21:04 Removing intermediate container fc8029018c25 20:21:04 ---> 36c00c574996 20:21:04 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:21:04 ---> Running in c60491e73da1 20:21:04 Removing intermediate container 069b527ebd54 20:21:04 ---> 8f67e75b66ad 20:21:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:21:04 ---> Running in 1d98c1bdb476 20:21:04 Removing intermediate container c60491e73da1 20:21:04 ---> 845533a97641 20:21:04 Step 15/26 : EXPOSE $APP_PORT 20:21:05 ---> Running in 69181daec2f4 20:21:05 ---> 2c013442b352 20:21:05 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:21:05 ---> Running in 3d0229f0447f 20:21:05 Removing intermediate container 69181daec2f4 20:21:05 ---> 61a4a089a62d 20:21:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:08 (1/6) Installing dumb-init (1.2.2-r1) 20:21:08 ---> fbab7bd89c09 20:21:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:21:08 (2/6) Installing libgcc (9.3.0-r2) 20:21:08 (3/6) Installing libsodium (1.0.18-r0) 20:21:08 (4/6) Installing libstdc++ (9.3.0-r2) 20:21:09 (5/6) Installing libzmq (4.3.3-r0) 20:21:09 ---> ed89588f5b74 20:21:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:21:09 (6/6) Installing zeromq (4.3.3-r0) 20:21:09 Executing busybox-1.31.1-r19.trigger 20:21:09 OK: 8 MiB in 20 packages 20:21:09 Removing intermediate container 3d0229f0447f 20:21:09 ---> 959d314bb8ac 20:21:09 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:10 ---> 55c3e78c71f4 20:21:10 Step 19/26 : RUN apk --no-cache add py3-pip 20:21:10 ---> Running in bab9e304dac1 20:21:10 ---> e09c86fff151 20:21:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:21:10 Removing intermediate container 1d98c1bdb476 20:21:10 ---> cabb9a7f7d87 20:21:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:12 ---> e8e5dd87c3ab 20:21:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:21:12 ---> bbeacc75ae0b 20:21:12 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:21:13 (1/33) Installing libbz2 (1.0.8-r1) 20:21:13 (2/33) Installing expat (2.2.9-r1) 20:21:13 (3/33) Installing libffi (3.3-r2) 20:21:13 (4/33) Installing gdbm (1.13-r1) 20:21:13 (5/33) Installing xz-libs (5.2.5-r0) 20:21:13 (6/33) Installing sqlite-libs (3.32.1-r0) 20:21:13 (7/33) Installing python3 (3.8.5-r0) 20:21:14 ---> c8ef5d72181e 20:21:14 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:21:15 (8/33) Installing py3-appdirs (1.4.4-r1) 20:21:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:21:15 (10/33) Installing py3-parsing (2.4.7-r0) 20:21:15 (11/33) Installing py3-six (1.15.0-r0) 20:21:15 (12/33) Installing py3-packaging (20.4-r0) 20:21:15 ---> efbaa90c82bb 20:21:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:21:15 (13/33) Installing py3-setuptools (47.0.0-r0) 20:21:15 (14/33) Installing py3-chardet (3.0.4-r4) 20:21:15 (15/33) Installing py3-idna (2.9-r0) 20:21:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:21:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:21:15 (18/33) Installing py3-requests (2.23.0-r0) 20:21:15 (19/33) Installing py3-msgpack (1.0.0-r0) 20:21:15 (20/33) Installing py3-lockfile (0.12.2-r3) 20:21:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:21:16 (22/33) Installing py3-colorama (0.4.3-r0) 20:21:16 (23/33) Installing py3-distlib (0.3.0-r0) 20:21:16 (24/33) Installing py3-distro (1.5.0-r1) 20:21:16 (25/33) Installing py3-webencodings (0.5.1-r3) 20:21:16 (26/33) Installing py3-html5lib (1.0.1-r4) 20:21:16 (27/33) Installing py3-pytoml (0.1.21-r0) 20:21:16 (28/33) Installing py3-pep517 (0.8.2-r0) 20:21:16 (29/33) Installing py3-progress (1.5-r0) 20:21:16 (30/33) Installing py3-toml (0.10.1-r0) 20:21:16 (31/33) Installing py3-retrying (1.3.3-r0) 20:21:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:21:16 (33/33) Installing py3-pip (20.1.1-r0) 20:21:16 Executing busybox-1.31.1-r19.trigger 20:21:16 OK: 71 MiB in 55 packages 20:21:16 ---> 56f905a9995d 20:21:16 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:21:16 ---> c07d7e855d9f 20:21:16 Step 19/23 : ENTRYPOINT ["/core-data"] 20:21:16 ---> Running in 1957408d7680 20:21:17 Removing intermediate container 1957408d7680 20:21:17 ---> 1912dd712a93 20:21:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:17 ---> 0e0669dba55d 20:21:17 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 20:21:18 ---> Running in c51a1fd1746e 20:21:18 ---> Running in d0f6f4413756 20:21:19 Removing intermediate container c51a1fd1746e 20:21:19 ---> 291974a6df11 20:21:19 Step 21/23 : LABEL arch=arm64 20:21:19 ---> Running in a63663ba9f61 20:21:19 Removing intermediate container d0f6f4413756 20:21:19 ---> 147ce8017313 20:21:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:21:20 Removing intermediate container a63663ba9f61 20:21:20 ---> fc5172eba315 20:21:20 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:21:20 ---> Running in b4f6a1297c86 20:21:20 ---> 949bc449cc2b 20:21:20 Step 28/33 : RUN chmod +x /entrypoint.sh 20:21:21 Removing intermediate container b4f6a1297c86 20:21:21 ---> aeac9517185f 20:21:21 Step 23/23 : LABEL version=0.0.0 20:21:21 ---> Running in 0674da02393a 20:21:21 ---> Running in f54792cfd953 20:21:22 Removing intermediate container f54792cfd953 20:21:22 ---> 37afc8608554 20:21:22 20:21:23 Successfully built 37afc8608554 20:21:23 Successfully tagged docker-core-data-go-arm64:latest 20:21:23 Building docker-security-secretstore-setup-go 20:21:25  Building docker-core-data-go ... done Removing intermediate container 0674da02393a 20:21:25 ---> d72c73fe7912 20:21:25 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:21:26 ---> Running in 2fd3de48e690 20:21:27 Removing intermediate container 2fd3de48e690 20:21:27 ---> f3e75475dd97 20:21:27 Step 30/33 : CMD ["gate"] 20:21:27 Removing intermediate container bab9e304dac1 20:21:27 ---> ecff592125dc 20:21:27 Step 20/26 : RUN pip install docker-compose==1.23.2 20:21:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> e39c81a34168 20:21:28 Step 3/23 : WORKDIR /edgex-go 20:21:28 ---> Using cache 20:21:28 ---> 65d40dee92a0 20:21:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:28 ---> Using cache 20:21:28 ---> ef8dccfd87fe 20:21:28 Step 5/23 : RUN apk add --update --no-cache make git 20:21:28 ---> Using cache 20:21:28 ---> 18f137d88490 20:21:28 Step 6/23 : COPY go.mod . 20:21:28 ---> Using cache 20:21:28 ---> f078e6154f2e 20:21:28 Step 7/23 : RUN go mod download 20:21:28 ---> Using cache 20:21:28 ---> 01e8dfaef79f 20:21:28 Step 8/23 : COPY . . 20:21:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> e39c81a34168 20:21:28 Step 3/21 : WORKDIR /edgex-go 20:21:28 ---> Using cache 20:21:28 ---> 65d40dee92a0 20:21:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:28 ---> Using cache 20:21:28 ---> ef8dccfd87fe 20:21:28 Step 5/21 : RUN apk add --update --no-cache make git 20:21:28 ---> Using cache 20:21:28 ---> 18f137d88490 20:21:28 Step 6/21 : COPY go.mod . 20:21:28 ---> Using cache 20:21:28 ---> f078e6154f2e 20:21:28 Step 7/21 : RUN go mod download 20:21:28 ---> Using cache 20:21:28 ---> 01e8dfaef79f 20:21:28 Step 8/21 : COPY . . 20:21:28 ---> Using cache 20:21:28 ---> 2ad9435205bd 20:21:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:21:28 ---> Using cache 20:21:28 ---> 2ad9435205bd 20:21:28 Step 9/23 : RUN make cmd/core-command/core-command 20:21:29 ---> Running in 181903c46601 20:21:30 ---> Running in 729c774ff001 20:21:30 ---> Running in 2feb2ff2e112 20:21:30 ---> Running in 695e0023c995 20:21:30 Removing intermediate container 181903c46601 20:21:30 ---> d49f00768c52 20:21:30 Step 31/33 : LABEL arch=arm64 20:21:32 ---> Running in 0c0b472df6af 20:21:32 Removing intermediate container 0c0b472df6af 20:21:32 ---> 39c58448882e 20:21:32 Step 32/33 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:21: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 20:21:33 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 20:21:33 ---> Running in 5cb9fa07a5e8 20:21:34 Removing intermediate container 5cb9fa07a5e8 20:21:34 ---> 31bc55cae039 20:21:34 Step 33/33 : LABEL version=0.0.0 20:21:35 ---> Running in ecb7900ee61f 20:21:36 Removing intermediate container ecb7900ee61f 20:21:36 ---> dcf463c8b2d6 20:21:36 20:21:37 Successfully built dcf463c8b2d6 20:21:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:21:37 Building docker-core-metadata-go 20:21:38  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 20:21:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:21:40 Collecting jsonschema<3,>=2.5.1 20:21:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:21:41 Collecting cached-property<2,>=1.2.0 20:21:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:21:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:21:41 Collecting docopt<0.7,>=0.6.1 20:21:41 Downloading docopt-0.6.2.tar.gz (25 kB) 20:21:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:21:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:21:45 Collecting texttable<0.10,>=0.9.0 20:21:45 Downloading texttable-0.9.1.tar.gz (11 kB) 20:21:49 Collecting websocket-client<1.0,>=0.32.0 20:21:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:21:49 Collecting docker<4.0,>=3.6.0 20:21:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:21:50 Collecting dockerpty<0.5,>=0.4.1 20:21:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:21:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:21:53 ---> e39c81a34168 20:21:53 Step 3/24 : WORKDIR /edgex-go 20:21:53 ---> Using cache 20:21:53 ---> 65d40dee92a0 20:21:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:53 ---> Using cache 20:21:53 ---> ef8dccfd87fe 20:21:53 Step 5/24 : RUN apk add --update --no-cache make git 20:21:53 ---> Using cache 20:21:53 ---> 18f137d88490 20:21:53 Step 6/24 : COPY go.mod . 20:21:53 ---> Using cache 20:21:53 ---> f078e6154f2e 20:21:53 Step 7/24 : RUN go mod download 20:21:53 ---> Using cache 20:21:53 ---> 01e8dfaef79f 20:21:53 Step 8/24 : COPY . . 20:21:53 ---> Using cache 20:21:53 ---> 2ad9435205bd 20:21:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:21:54 Collecting PyYAML<4,>=3.10 20:21:54 Downloading PyYAML-3.13.tar.gz (270 kB) 20:21:56 ---> Running in 28a46f012f43 20:21:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:22:00 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) 20:22:00 Collecting idna<2.8,>=2.5 20:22:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:22:01 Collecting urllib3<1.25,>=1.21.1 20:22:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:22:02 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) 20:22:02 Collecting docker-pycreds>=0.4.0 20:22:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:22:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:22:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:22:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:22:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:22:04 Installing collected packages: jsonschema, cached-property, docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, docker-compose 20:22:04 Running setup.py install for docopt: started 20:22:08 Running setup.py install for docopt: finished with status 'done' 20:22:08 Attempting uninstall: idna 20:22:08 Found existing installation: idna 2.9 20:22:08 Uninstalling idna-2.9: 20:22:08 Successfully uninstalled idna-2.9 20:22:09 Attempting uninstall: urllib3 20:22:09 Found existing installation: urllib3 1.25.9 20:22:09 Uninstalling urllib3-1.25.9: 20:22:10 Successfully uninstalled urllib3-1.25.9 20:22:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:22:10 ---> e39c81a34168 20:22:10 Step 3/23 : WORKDIR /edgex-go 20:22:10 ---> Using cache 20:22:10 ---> 65d40dee92a0 20:22:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:10 ---> Using cache 20:22:10 ---> ef8dccfd87fe 20:22:10 Step 5/23 : RUN apk add --update --no-cache make git 20:22:10 ---> Using cache 20:22:10 ---> 18f137d88490 20:22:10 Step 6/23 : COPY go.mod . 20:22:10 ---> Using cache 20:22:10 ---> f078e6154f2e 20:22:10 Step 7/23 : RUN go mod download 20:22:10 ---> Using cache 20:22:10 ---> 01e8dfaef79f 20:22:10 Step 8/23 : COPY . . 20:22:10 ---> Using cache 20:22:10 ---> 2ad9435205bd 20:22:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:22:12 Attempting uninstall: requests 20:22:12 Found existing installation: requests 2.23.0 20:22:12 Uninstalling requests-2.23.0: 20:22:12 Successfully uninstalled requests-2.23.0 20:22:12 Running setup.py install for texttable: started 20:22:12 ---> Running in 568ca70a6533 20:22:14 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 20:22:15 Running setup.py install for texttable: finished with status 'done' 20:22:16 Running setup.py install for dockerpty: started 20:22:19 Running setup.py install for dockerpty: finished with status 'done' 20:22:19 Running setup.py install for PyYAML: started 20:22:22 Running setup.py install for PyYAML: finished with status 'done' 20:22:23 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 20:22:28 Removing intermediate container 729c774ff001 20:22:28 ---> c485ce97c2a1 20:22:28 Step 21/26 : RUN apk --no-cache add curl 20:22:28 ---> Running in 836e9c33d3e5 20:22:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:22:31 (2/3) Installing libcurl (7.69.1-r3) 20:22:31 (3/3) Installing curl (7.69.1-r3) 20:22:31 Executing busybox-1.31.1-r19.trigger 20:22:31 OK: 71 MiB in 58 packages 20:22:33 Removing intermediate container 836e9c33d3e5 20:22:33 ---> 65a34b42a63a 20:22:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:22:33 ---> Running in 9fbd74e3aeb6 20:22:34 Removing intermediate container 9fbd74e3aeb6 20:22:34 ---> f9f98174b86a 20:22:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:34 ---> Running in 0e6157b720f0 20:22:35 Removing intermediate container 0e6157b720f0 20:22:35 ---> f116b76ea38e 20:22:35 Step 24/26 : LABEL arch=arm64 20:22:35 ---> Running in e65ef6322022 20:22:36 Removing intermediate container e65ef6322022 20:22:36 ---> 152c4264d449 20:22:36 Step 25/26 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:22:36 ---> Running in bbe0f9a5e7ef 20:22:37 Removing intermediate container bbe0f9a5e7ef 20:22:37 ---> 5ce3a842df0a 20:22:37 Step 26/26 : LABEL version=0.0.0 20:22:37 ---> Running in 04eacb431864 20:22:38 Removing intermediate container 04eacb431864 20:22:38 ---> f7496d46e7de 20:22:38 20:22:38 Successfully built f7496d46e7de 20:22:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:22:48  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:23:07 Removing intermediate container 2feb2ff2e112 20:23:07 ---> e7a4d7e259b3 20:23:07 20:23:07 Step 10/21 : FROM alpine:3.12 20:23:07 ---> afeebe901d6b 20:23:07 Step 11/21 : RUN apk add --update --no-cache curl 20:23:07 Removing intermediate container 695e0023c995 20:23:07 ---> 2f8b273cbc69 20:23:07 20:23:07 Step 10/23 : FROM alpine:3.12 20:23:07 ---> afeebe901d6b 20:23:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:23:07 ---> Using cache 20:23:07 ---> 7ba8710624db 20:23:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:23:07 ---> Using cache 20:23:07 ---> b0b0372e89fc 20:23:07 Step 13/23 : ENV APP_PORT=48082 20:23:07 ---> Running in fcaa89a1dd45 20:23:07 ---> Running in 32667b9a7687 20:23:07 Removing intermediate container 32667b9a7687 20:23:07 ---> 5fa03ef24625 20:23:07 Step 14/23 : EXPOSE $APP_PORT 20:23:07 ---> Running in 92fe75e7d495 20:23:07 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 20:23:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:23:07 Removing intermediate container 92fe75e7d495 20:23:07 ---> 0839126fe932 20:23:07 Step 15/23 : WORKDIR / 20:23:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:23:07 ---> Running in 580f978a232a 20:23:08 (1/4) Installing ca-certificates (20191127-r4) 20:23:08 Removing intermediate container 580f978a232a 20:23:08 ---> 3d5c6576ef59 20:23:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:23:08 (3/4) Installing libcurl (7.69.1-r3) 20:23:08 (4/4) Installing curl (7.69.1-r3) 20:23:08 Executing busybox-1.31.1-r19.trigger 20:23:08 Executing ca-certificates-20191127-r4.trigger 20:23:08 OK: 7 MiB in 18 packages 20:23:09 ---> 3dd0e44632de 20:23:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:23:11 Removing intermediate container fcaa89a1dd45 20:23:11 ---> 5374c51cf255 20:23:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:23:12 ---> 9fbd900f4932 20:23:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:23:12 ---> Running in 7e720edd50f1 20:23:13 Removing intermediate container 7e720edd50f1 20:23:13 ---> 8d46a2f1fa0b 20:23:13 Step 13/21 : WORKDIR /edgex 20:23:13 ---> Running in b34ed6d2e193 20:23:13 ---> 4dabefb664aa 20:23:13 Step 19/23 : ENTRYPOINT ["/core-command"] 20:23:13 ---> Running in d76450174dc9 20:23:13 Removing intermediate container b34ed6d2e193 20:23:13 ---> 2da0662b66c7 20:23:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:23:14 Removing intermediate container d76450174dc9 20:23:14 ---> a8b7d98f2cbc 20:23:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:23:14 ---> Running in d5c23f0c95db 20:23:15 ---> e2bd542bf4b4 20:23:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:23:15 Removing intermediate container d5c23f0c95db 20:23:15 ---> 1fd4949b9f59 20:23:15 Step 21/23 : LABEL arch=arm64 20:23:15 ---> Running in aaeeeb7c26ed 20:23:16 Removing intermediate container aaeeeb7c26ed 20:23:16 ---> f5c6a19ae1f3 20:23:16 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:23:16 ---> aeb62c97eefb 20:23:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:23:17 ---> Running in f6ceacab7287 20:23:18 Removing intermediate container f6ceacab7287 20:23:18 ---> 35a256e2223d 20:23:18 Step 23/23 : LABEL version=0.0.0 20:23:18 ---> Running in 88f7c18bed32 20:23:20 ---> 22599285f8bc 20:23:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:23:20 Removing intermediate container 88f7c18bed32 20:23:20 ---> 74e181d23dd8 20:23:20 20:23:20 ---> Running in 272b90ffe670 20:23:21 Removing intermediate container 28a46f012f43 20:23:21 ---> b84f830d003b 20:23:21 20:23:21 Step 10/24 : FROM alpine:3.12 20:23:21 ---> afeebe901d6b 20:23:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:23:21 Successfully built 74e181d23dd8 20:23:21 Successfully tagged docker-core-command-go-arm64:latest 20:23:21  Building docker-core-command-go ... done  ---> Running in d1a1dd1baf1c 20:23:21 Removing intermediate container 272b90ffe670 20:23:21 ---> bfe426f8340a 20:23:21 Step 18/21 : CMD ["--init=true"] 20:23:21 ---> Running in 4a95d1adb056 20:23:22 Removing intermediate container 4a95d1adb056 20:23:22 ---> aa1b5b509d2c 20:23:22 Step 19/21 : LABEL arch=arm64 20:23:22 ---> Running in 46a6899a928d 20:23:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:23:23 Removing intermediate container 46a6899a928d 20:23:23 ---> 548ef24e46d7 20:23:23 Step 20/21 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:23:23 ---> Running in 324f404c6f6b 20:23:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:23:24 Removing intermediate container 324f404c6f6b 20:23:24 ---> 17a63d270c70 20:23:24 Step 21/21 : LABEL version=0.0.0 20:23:24 (1/5) Installing ca-certificates (20191127-r4) 20:23:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:23:24 (3/5) Installing libcurl (7.69.1-r3) 20:23:24 (4/5) Installing curl (7.69.1-r3) 20:23:24 (5/5) Installing dumb-init (1.2.2-r1) 20:23:24 Executing busybox-1.31.1-r19.trigger 20:23:24 Executing ca-certificates-20191127-r4.trigger 20:23:24 ---> Running in b813f035b694 20:23:24 OK: 7 MiB in 19 packages 20:23:25 Removing intermediate container b813f035b694 20:23:25 ---> 7308ffbb5ede 20:23:25 20:23:25 Successfully built 7308ffbb5ede 20:23:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:23:26  Building docker-security-proxy-setup-go ... done Removing intermediate container d1a1dd1baf1c 20:23:26 ---> cec8d16f38b7 20:23:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:23:26 ---> Running in 33cb72142f16 20:23:27 Removing intermediate container 33cb72142f16 20:23:27 ---> 2a096df88d71 20:23:27 Step 13/24 : WORKDIR / 20:23:27 ---> Running in a830745621bb 20:23:28 Removing intermediate container a830745621bb 20:23:28 ---> 8ccfc669412e 20:23:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:23:28 ---> ace585b5992a 20:23:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:23:30 ---> 79eb726086a8 20:23:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:23:30 ---> 2b4ba03a1813 20:23:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:23:32 ---> 28a5a9fb9de7 20:23:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:23:32 Removing intermediate container 568ca70a6533 20:23:32 ---> 86c199074e64 20:23:32 20:23:32 Step 10/23 : FROM alpine:3.12 20:23:32 ---> afeebe901d6b 20:23:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:23:32 ---> Using cache 20:23:32 ---> 7ba8710624db 20:23:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:23:32 ---> Using cache 20:23:32 ---> b0b0372e89fc 20:23:32 Step 13/23 : ENV APP_PORT=48081 20:23:32 ---> Running in 7ba5be09ffc2 20:23:33 ---> 55f262e49c87 20:23:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:23:33 Removing intermediate container 7ba5be09ffc2 20:23:33 ---> 975956d05fe9 20:23:33 Step 14/23 : EXPOSE $APP_PORT 20:23:33 ---> Running in dfc6d7d45d2c 20:23:34 Removing intermediate container dfc6d7d45d2c 20:23:34 ---> df83e2674373 20:23:34 Step 15/23 : WORKDIR / 20:23:34 ---> 70bfd80479a8 20:23:34 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/ 20:23:34 ---> Running in b72526398726 20:23:34 ---> Running in 4330f11bb2bd 20:23:34 Removing intermediate container b72526398726 20:23:34 ---> a5174a7fbc51 20:23:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:35 ---> 5a7289916b33 20:23:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:23:36 Removing intermediate container 4330f11bb2bd 20:23:36 ---> 9962e46851ad 20:23:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:23:36 ---> 3badce01c9f7 20:23:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:23:36 ---> Running in 3b35d7f1e0dc 20:23:37 Removing intermediate container 3b35d7f1e0dc 20:23:37 ---> f853fe643e21 20:23:37 Step 22/24 : LABEL arch=arm64 20:23:37 ---> Running in ea4822c2f343 20:23:37 ---> 5cb023b0eac4 20:23:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:23:37 ---> Running in 244a45b7a643 20:23:38 Removing intermediate container ea4822c2f343 20:23:38 ---> a28d4608ca0e 20:23:38 Step 23/24 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:23:38 ---> Running in 830b015cd4b6 20:23:38 Removing intermediate container 244a45b7a643 20:23:38 ---> 5f26c8bbfd76 20:23:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:23:38 ---> Running in 2698bcabb46d 20:23:38 Removing intermediate container 830b015cd4b6 20:23:38 ---> b5971c5a31da 20:23:38 Step 24/24 : LABEL version=0.0.0 20:23:38 ---> Running in b874d055244e 20:23:38 Removing intermediate container 2698bcabb46d 20:23:38 ---> 1e73a8bbb2e4 20:23:38 Step 21/23 : LABEL arch=arm64 20:23:39 ---> Running in 478ec26dc129 20:23:39 Removing intermediate container b874d055244e 20:23:39 ---> c5b3cd0bf1a1 20:23:39 20:23:39 Successfully built c5b3cd0bf1a1 20:23:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:23:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container 478ec26dc129 20:23:40 ---> a5042ee30400 20:23:40 Step 22/23 : LABEL git_sha=401c9bf7435003469fd9d13799cd76edd436c468 20:23:40 ---> Running in add57068c16f 20:23:40 Removing intermediate container add57068c16f 20:23:40 ---> 8c192f60ded3 20:23:40 Step 23/23 : LABEL version=0.0.0 20:23:40 ---> Running in 2596d75be5b7 20:23:41 Removing intermediate container 2596d75be5b7 20:23:41 ---> 273a5f07fc9b 20:23:41 20:23:41 Successfully built 273a5f07fc9b 20:23:41 Successfully tagged docker-core-metadata-go-arm64:latest 20:23:41  Building docker-core-metadata-go ... done  [Pipeline] } 20:23:41 $ docker stop --time=1 abb3419e03685a56604b093c35f62045839b325ea33b8de99e238de1c1fa8289 20:23:43 $ docker rm -f abb3419e03685a56604b093c35f62045839b325ea33b8de99e238de1c1fa8289 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:44 + docker images 20:23:44 + grep docker 20:23:44 docker-core-metadata-go-arm64 latest 273a5f07fc9b 4 seconds ago 17.7MB 20:23:44 docker-security-secretstore-setup-go-arm64 latest c5b3cd0bf1a1 5 seconds ago 23.4MB 20:23:44 docker-security-proxy-setup-go-arm64 latest 7308ffbb5ede 20 seconds ago 23.2MB 20:23:44 docker-core-command-go-arm64 latest 74e181d23dd8 25 seconds ago 15.4MB 20:23:44 docker-sys-mgmt-agent-go-arm64 latest f7496d46e7de About a minute ago 300MB 20:23:44 docker-security-bootstrapper-go-arm64 latest dcf463c8b2d6 2 minutes ago 40.3MB 20:23:44 docker-core-data-go-arm64 latest 37afc8608554 2 minutes ago 21MB 20:23:44 docker-support-scheduler-go-arm64 latest ddb3c8132851 2 minutes ago 15.5MB 20:23:44 docker-support-notifications-go-arm64 latest f93617e45a87 2 minutes ago 16MB 20:23:44 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 20:23:47 provisioning config files... 20:23:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/37@tmp/config2765809879531157600tmp [Pipeline] { [Pipeline] sh 20:23:47 + set +x 20:23:47 + curl -s https://codecov.io/bash 20:23:47 + bash -s -- 20:23:48 20:23:48 _____ _ 20:23:48 / ____| | | 20:23:48 | | ___ __| | ___ ___ _____ __ 20:23:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:23:48 | |___| (_) | (_| | __/ (_| (_) \ V / 20:23:48 \_____\___/ \__,_|\___|\___\___/ \_/ 20:23:48 Bash-20210115-cec3c92 20:23:48 20:23:48 20:23:48 ==> git version 2.24.3 found 20:23:48 ==> 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 20:23:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:23:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:23:48 ==> Jenkins CI detected. 20:23:48 project root: . 20:23:48 --> token set from env 20:23:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:23:48 ==> Running gcov in . (disable via -X gcov) 20:23:48 ==> Python coveragepy not found 20:23:48 ==> Searching for coverage reports in: 20:23:48 + . 20:23:48 -> Found 1 reports 20:23:48 ==> Detecting git/mercurial file structure 20:23:48 ==> Reading reports 20:23:48 + ./coverage.out bytes=562928 20:23:48 ==> Appending adjustments 20:23:48 https://docs.codecov.io/docs/fixing-reports 20:23:51 + Found adjustments 20:23:51 ==> Gzipping contents 20:23:51 84K /tmp/codecov.jhP7jE.gz 20:23:51 ==> Uploading reports 20:23:51 url: https://codecov.io 20:23:51 query: branch=PR-2970&commit=401c9bf7435003469fd9d13799cd76edd436c468&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F37%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 20:23:51 -> Pinging Codecov 20:23:51 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=401c9bf7435003469fd9d13799cd76edd436c468&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F37%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 20:23:51 -> Uploading to 20:23:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/401c9bf7435003469fd9d13799cd76edd436c468/4097faf4-62e1-40fe-9d69-3751040d4302.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T202351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e293a862a4bf6b1bce15c50f849ff0261f1568d056b0f50ab3a2822ec26483d 20:23:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:23:51 Dload Upload Total Spent Left Speed 20:23:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85396 0 0 100 85396 0 139k --:--:-- --:--:-- --:--:-- 139k 20:23:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/401c9bf7435003469fd9d13799cd76edd436c468 [Pipeline] } 20:23:52 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 20:23:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:23:55 ---> package-listing.sh 20:23:55 ++ facter osfamily 20:23:55 ++ tr '[:upper:]' '[:lower:]' 20:23:55 + OS_FAMILY=redhat 20:23:55 + workspace=/w/workspace/edgex-go/37 20:23:55 + START_PACKAGES=/tmp/packages_start.txt 20:23:55 + END_PACKAGES=/tmp/packages_end.txt 20:23:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:23:55 + PACKAGES=/tmp/packages_start.txt 20:23:55 + '[' /w/workspace/edgex-go/37 ']' 20:23:55 + PACKAGES=/tmp/packages_end.txt 20:23:55 + case "${OS_FAMILY}" in 20:23:55 + rpm -qa 20:23:55 + sort 20:24:01 + '[' -f /tmp/packages_start.txt ']' 20:24:01 + '[' -f /tmp/packages_end.txt ']' 20:24:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:24:01 + '[' /w/workspace/edgex-go/37 ']' 20:24:01 + mkdir -p /w/workspace/edgex-go/37/archives/ 20:24:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/37/archives/ [Pipeline] echo 20:24:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:24:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:24:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:01 20:24:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:24:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:02 alpine: Pulling from edgex-lftools-log-publisher 20:24:02 df20fa9351a1: Pulling fs layer 20:24:02 36b3adc4ff6f: Pulling fs layer 20:24:02 8ad3a11d3b57: Pulling fs layer 20:24:02 46f8f816bc3b: Pulling fs layer 20:24:02 93b61091891f: Pulling fs layer 20:24:02 93b9cdb0e59b: Pulling fs layer 20:24:02 5e14af77c1be: Pulling fs layer 20:24:02 01666e4c0597: Pulling fs layer 20:24:02 aa168da1d23b: Pulling fs layer 20:24:02 93b61091891f: Waiting 20:24:02 01666e4c0597: Waiting 20:24:02 93b9cdb0e59b: Waiting 20:24:02 aa168da1d23b: Waiting 20:24:02 5e14af77c1be: Waiting 20:24:02 46f8f816bc3b: Waiting 20:24:02 36b3adc4ff6f: Download complete 20:24:02 46f8f816bc3b: Verifying Checksum 20:24:02 46f8f816bc3b: Download complete 20:24:02 df20fa9351a1: Verifying Checksum 20:24:02 93b9cdb0e59b: Verifying Checksum 20:24:02 93b9cdb0e59b: Download complete 20:24:02 93b61091891f: Verifying Checksum 20:24:02 93b61091891f: Download complete 20:24:02 5e14af77c1be: Verifying Checksum 20:24:02 5e14af77c1be: Download complete 20:24:02 01666e4c0597: Verifying Checksum 20:24:02 01666e4c0597: Download complete 20:24:02 df20fa9351a1: Pull complete 20:24:02 36b3adc4ff6f: Pull complete 20:24:03 8ad3a11d3b57: Verifying Checksum 20:24:03 8ad3a11d3b57: Download complete 20:24:04 8ad3a11d3b57: Pull complete 20:24:04 46f8f816bc3b: Pull complete 20:24:05 aa168da1d23b: Verifying Checksum 20:24:05 aa168da1d23b: Download complete 20:24:06 93b61091891f: Pull complete 20:24:06 93b9cdb0e59b: Pull complete 20:24:06 5e14af77c1be: Pull complete 20:24:07 01666e4c0597: Pull complete 20:24:15 aa168da1d23b: Pull complete 20:24:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:24:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:24:15 prd-centos7-docker-4c-2g-22030 does not seem to be running inside a container 20:24:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:24:19 $ docker top 19c7d6297d6d99d178ce8906dd4c7f3e8a2b0a82a026b3814c2d27af8f274666 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:20 + touch /tmp/pre-build-complete [Pipeline] sh 20:24:20 + mkdir -p /var/log/sa [Pipeline] sh 20:24:20 + ls /var/log/sa-host 20:24:20 + sadf -c /var/log/sa-host/sa21 20:24:20 file_magic: OK 20:24:20 HZ: Using current value: 100 20:24:20 file_header: OK 20:24:20 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 20:24:20 Statistics: 20:24:20 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... 20:24:20 File successfully converted to sysstat format version 12.2.1 20:24:20 + sadf -c /var/log/sa-host/sa23 20:24:20 file_magic: OK 20:24:20 HZ: Using current value: 100 20:24:20 file_header: OK 20:24:20 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 20:24:20 Statistics: 20:24:20 Hnuu...uuuununununu... 20:24:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:24:21 provisioning config files... 20:24:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/37@tmp/config1161418346434794763tmp [Pipeline] { [Pipeline] echo 20:24:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:24:21 ---> create-netrc.sh [Pipeline] } 20:24:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:24:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:24:22 ---> python-tools-install.sh [Pipeline] echo 20:24:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:24:22 ---> sudo-logs.sh 20:24:22 Archiving 'sudo' log.. [Pipeline] echo 20:24:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:24:22 ---> job-cost.sh 20:24:22 lf-activate-venv: SKIPPING 20:24:22 INFO: No Stack... 20:24:23 INFO: Retrieving Pricing Info for: v1-standard-2 20:24:24 INFO: Archiving Costs [Pipeline] echo 20:24:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:24:25 ---> logs-deploy.sh 20:24:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/37 20:24:25 INFO: archiving workspace using pattern(s): 20:24:26 Archives upload complete. 20:24:26 INFO: archiving logs to Nexus 20:24:27 ---> uname -a: 20:24:27 Linux prd-centos7-docker-4c-2g-22030.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:24:27 20:24:27 20:24:27 ---> lscpu: 20:24:27 Architecture: x86_64 20:24:27 CPU op-mode(s): 32-bit, 64-bit 20:24:27 Byte Order: Little Endian 20:24:27 Address sizes: 40 bits physical, 48 bits virtual 20:24:27 CPU(s): 4 20:24:27 On-line CPU(s) list: 0-3 20:24:27 Thread(s) per core: 1 20:24:27 Core(s) per socket: 1 20:24:27 Socket(s): 4 20:24:27 NUMA node(s): 1 20:24:27 Vendor ID: GenuineIntel 20:24:27 CPU family: 6 20:24:27 Model: 44 20:24:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:24:27 Stepping: 1 20:24:27 CPU MHz: 2933.442 20:24:27 BogoMIPS: 5866.88 20:24:27 Virtualization: VT-x 20:24:27 Hypervisor vendor: KVM 20:24:27 Virtualization type: full 20:24:27 L1d cache: 128 KiB 20:24:27 L1i cache: 128 KiB 20:24:27 L2 cache: 16 MiB 20:24:27 L3 cache: 64 MiB 20:24:27 NUMA node0 CPU(s): 0-3 20:24:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:24:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:24:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:24:27 Vulnerability Meltdown: Mitigation; PTI 20:24:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:24:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:24:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:24:27 Vulnerability Srbds: Not affected 20:24:27 Vulnerability Tsx async abort: Not affected 20:24:27 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 20:24:27 20:24:27 20:24:27 ---> nproc: 20:24:27 4 20:24:27 20:24:27 20:24:27 ---> df -h: 20:24:27 Filesystem Size Used Available Use% Mounted on 20:24:27 overlay 50.0G 12.6G 37.4G 25% / 20:24:27 tmpfs 64.0M 0 64.0M 0% /dev 20:24:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:24:27 shm 64.0M 0 64.0M 0% /dev/shm 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/37 20:24:27 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/37@tmp 20:24:27 20:24:27 20:24:27 ---> free -m: 20:24:27 total used free shared buff/cache available 20:24:27 Mem: 1837 724 283 0 829 1028 20:24:27 Swap: 1023 64 959 20:24:27 20:24:27 20:24:27 ---> ip addr: 20:24:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:24:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:24:27 inet 127.0.0.1/8 scope host lo 20:24:27 valid_lft forever preferred_lft forever 20:24:27 inet6 ::1/128 scope host 20:24:27 valid_lft forever preferred_lft forever 20:24:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:24:27 link/ether fa:16:3e:2e:c0:bf brd ff:ff:ff:ff:ff:ff 20:24:27 inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 20:24:27 valid_lft 85185sec preferred_lft 85185sec 20:24:27 inet6 fe80::f816:3eff:fe2e:c0bf/64 scope link 20:24:27 valid_lft forever preferred_lft forever 20:24:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:24:27 link/ether 02:42:68:b5:c9:8f brd ff:ff:ff:ff:ff:ff 20:24:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:24:27 valid_lft forever preferred_lft forever 20:24:27 inet6 fe80::42:68ff:feb5:c98f/64 scope link 20:24:27 valid_lft forever preferred_lft forever 20:24:27 20:24:27 20:24:27 ---> sar -b -r -n DEV: 20:24:27 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) 20:24:27 20:24:27 20:04:01 LINUX RESTART (4 CPU) 20:24:27 20:24:27 20:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:24:27 20:06:01 206.18 81.59 124.58 0.00 9893.95 47427.34 0.00 20:24:27 20:07:01 254.98 94.25 160.74 0.00 3506.14 22086.85 0.00 20:24:27 20:08:01 175.94 95.64 80.30 0.00 4228.86 7660.51 0.00 20:24:27 20:09:02 223.04 62.32 160.72 0.00 16491.62 96364.94 0.00 20:24:27 20:10:02 3031.99 2668.74 363.25 0.00 195460.24 204250.82 0.00 20:24:27 20:11:01 802.28 567.48 234.80 0.00 38271.15 51814.53 0.00 20:24:27 20:12:01 2509.30 2127.38 381.92 0.00 143427.21 185183.27 0.00 20:24:27 20:13:01 1260.07 944.63 315.44 0.00 67519.97 87179.88 0.00 20:24:27 20:14:02 129.67 19.61 110.05 0.00 3517.23 16697.24 0.00 20:24:27 20:15:01 5.45 0.64 4.81 0.00 35.22 137.56 0.00 20:24:27 20:16:01 0.95 0.70 0.25 0.00 35.30 3.61 0.00 20:24:27 20:17:01 0.35 0.02 0.33 0.00 0.53 5.28 0.00 20:24:27 20:18:01 0.40 0.02 0.38 0.00 0.27 5.46 0.00 20:24:27 20:19:01 0.65 0.27 0.38 0.00 9.06 5.43 0.00 20:24:27 20:20:01 2.13 1.37 0.77 0.00 47.69 15.08 0.00 20:24:27 20:21:01 0.30 0.00 0.30 0.00 0.00 3.26 0.00 20:24:27 20:22:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 20:24:27 20:23:01 0.18 0.02 0.17 0.00 0.53 1.37 0.00 20:24:27 20:24:01 69.34 67.68 1.66 0.00 5869.77 46.16 0.00 20:24:27 Average: 456.89 354.64 102.26 0.00 25722.43 37900.08 0.00 20:24:27 20:24:27 20:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:24:27 20:06:01 101000 0 661244 35.14 2316 1116984 1329992 45.39 549040 984660 0 20:24:27 20:07:01 211604 0 773916 41.13 900 895124 1747476 59.64 625360 764596 60272 20:24:27 20:08:01 122148 0 923788 49.10 620 834988 1622608 55.38 733936 728940 76148 20:24:27 20:09:02 77820 0 694676 36.92 192 1108856 1356256 46.29 717288 854156 25508 20:24:27 20:10:02 64276 0 856668 45.53 0 960600 2351736 80.26 770896 816592 54556 20:24:27 20:11:01 445504 0 742708 39.47 0 693332 1570032 53.58 477956 708440 0 20:24:27 20:12:01 68152 0 762560 40.53 0 1050832 1958528 66.84 679320 912596 33052 20:24:27 20:13:01 235268 0 687656 36.55 0 958620 1363260 46.53 599556 797936 45332 20:24:27 20:14:02 109560 0 656856 34.91 0 1115128 1212184 41.37 620552 894424 20 20:24:27 20:15:01 109660 0 655768 34.85 0 1116116 1192548 40.70 625044 891536 16 20:24:27 20:16:01 110148 0 654204 34.77 0 1117192 1180212 40.28 624016 892268 12 20:24:27 20:17:01 110076 0 654284 34.77 0 1117184 1180212 40.28 624268 892268 8 20:24:27 20:18:01 110124 0 654212 34.77 0 1117208 1180212 40.28 624152 892284 8 20:24:27 20:19:01 109856 0 654284 34.77 0 1117404 1180660 40.29 624408 892416 8 20:24:27 20:20:01 108520 0 654940 34.81 0 1118084 1180264 40.28 624744 892796 8 20:24:27 20:21:01 108608 0 654816 34.80 0 1118120 1180212 40.28 624420 892828 8 20:24:27 20:22:01 108528 0 654888 34.81 0 1118128 1180212 40.28 624568 892832 8 20:24:27 20:23:01 108732 0 654676 34.79 0 1118136 1180212 40.28 624552 892844 8 20:24:27 20:24:01 77832 0 688900 36.61 0 1114812 1539508 52.54 660516 885272 312 20:24:27 Average: 131443 0 702160 37.32 212 1047729 1404543 47.93 634452 862089 15541 20:24:27 20:24:27 20:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:24:27 20:06:01 eth0 1216.78 1242.46 6202.96 146.68 0.00 0.00 0.00 0.00 20:24:27 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:06:01 docker0 919.72 816.48 73.89 3037.26 0.00 0.00 0.00 0.00 20:24:27 20:07:01 eth0 162.70 123.32 500.10 21.12 0.00 0.00 0.00 0.00 20:24:27 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:07:01 vethb284d98 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:07:01 docker0 104.12 128.90 7.94 469.10 0.00 0.00 0.00 0.00 20:24:27 20:08:01 eth0 34.78 21.67 23.15 69.92 0.00 0.00 0.00 0.00 20:24:27 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:08:01 vethb284d98 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:24:27 20:08:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 20:24:27 20:09:02 vethb7177d2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:09:02 eth0 213.78 169.15 1699.12 26.00 0.00 0.00 0.00 0.00 20:24:27 20:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:10:02 vethb7177d2 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:10:02 eth0 62.13 45.33 164.40 68.57 0.00 0.00 0.00 0.00 20:24:27 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:10:02 docker0 13.54 22.24 0.76 147.17 0.00 0.00 0.00 0.00 20:24:27 20:11:01 vethb7177d2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:11:01 eth0 70.59 43.10 290.81 12.24 0.00 0.00 0.00 0.00 20:24:27 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:11:01 docker0 25.13 39.63 1.38 224.02 0.00 0.00 0.00 0.00 20:24:27 20:12:01 vethb7177d2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:12:01 eth0 89.63 63.38 151.01 95.61 0.00 0.00 0.00 0.00 20:24:27 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:12:01 docker0 11.15 18.64 0.63 116.20 0.00 0.00 0.00 0.00 20:24:27 20:13:01 vethb7177d2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:24:27 20:13:01 eth0 151.77 109.05 1131.13 21.50 0.00 0.00 0.00 0.00 20:24:27 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:13:01 docker0 16.30 22.51 0.87 77.64 0.00 0.00 0.00 0.00 20:24:27 20:14:02 eth0 135.61 90.41 619.29 83.82 0.00 0.00 0.00 0.00 20:24:27 20:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:14:02 docker0 28.10 56.27 1.80 400.19 0.00 0.00 0.00 0.00 20:24:27 20:15:01 eth0 1.25 0.51 0.47 0.28 0.00 0.00 0.00 0.00 20:24:27 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:16:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 20:24:27 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:17:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:27 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:18:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:27 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:19:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:27 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:20:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 20:24:27 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:27 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:22:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:23:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:24:27 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:24:01 eth0 14.60 9.39 14.78 6.78 0.00 0.00 0.00 0.00 20:24:27 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 Average: eth0 113.71 101.26 569.94 29.16 0.00 0.00 0.00 0.00 20:24:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:24:27 Average: docker0 59.02 58.30 4.61 235.83 0.00 0.00 0.00 0.00 20:24:27 20:24:27 20:24:27 ---> sar -P ALL: 20:24:27 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) 20:24:27 20:24:27 20:04:01 LINUX RESTART (4 CPU) 20:24:27 20:24:27 20:05:01 CPU %user %nice %system %iowait %steal %idle 20:24:27 20:06:01 all 16.62 0.00 9.25 1.97 0.06 72.09 20:24:27 20:06:01 0 18.73 0.00 12.83 3.60 0.03 64.80 20:24:27 20:06:01 1 12.72 0.00 7.97 1.56 0.09 77.67 20:24:27 20:06:01 2 15.41 0.00 7.85 1.93 0.07 74.75 20:24:27 20:06:01 3 19.66 0.00 8.39 0.81 0.07 71.07 20:24:27 20:07:01 all 31.57 0.00 10.97 6.88 0.05 50.53 20:24:27 20:07:01 0 31.86 0.00 11.44 7.05 0.07 49.59 20:24:27 20:07:01 1 30.89 0.00 11.07 6.31 0.03 51.70 20:24:27 20:07:01 2 32.07 0.00 10.65 9.30 0.05 47.92 20:24:27 20:07:01 3 31.48 0.00 10.71 4.86 0.05 52.91 20:24:27 20:08:01 all 53.37 0.00 15.56 2.50 0.05 28.52 20:24:27 20:08:01 0 51.87 0.00 15.70 2.12 0.05 30.26 20:24:27 20:08:01 1 53.61 0.00 16.11 2.26 0.03 27.99 20:24:27 20:08:01 2 53.77 0.00 14.95 4.36 0.05 26.86 20:24:27 20:08:01 3 54.24 0.00 15.48 1.26 0.05 28.98 20:24:27 20:09:02 all 22.98 0.00 13.98 8.41 0.03 54.60 20:24:27 20:09:02 0 21.03 0.00 13.28 7.91 0.03 57.75 20:24:27 20:09:02 1 22.59 0.00 13.60 7.09 0.03 56.67 20:24:27 20:09:02 2 22.63 0.00 14.12 10.33 0.02 52.91 20:24:27 20:09:02 3 25.65 0.00 14.94 8.31 0.03 51.06 20:24:27 20:10:02 all 22.34 0.00 29.29 25.20 0.07 23.10 20:24:27 20:10:02 0 21.81 0.00 29.23 27.02 0.09 21.85 20:24:27 20:10:02 1 21.85 0.00 29.16 23.78 0.09 25.12 20:24:27 20:10:02 2 21.91 0.00 29.39 25.09 0.07 23.54 20:24:27 20:10:02 3 23.81 0.00 29.40 24.91 0.04 21.85 20:24:27 20:11:01 all 53.02 0.00 18.10 12.89 0.06 15.93 20:24:27 20:11:01 0 54.79 0.00 17.01 13.17 0.07 14.96 20:24:27 20:11:01 1 53.09 0.00 17.74 13.22 0.07 15.88 20:24:27 20:11:01 2 51.50 0.00 18.98 12.82 0.05 16.64 20:24:27 20:11:01 3 52.67 0.00 18.69 12.33 0.05 16.25 20:24:27 20:12:01 all 17.42 0.00 24.50 29.21 0.07 28.80 20:24:27 20:12:01 0 16.90 0.00 23.91 26.80 0.09 32.31 20:24:27 20:12:01 1 16.93 0.00 24.37 27.23 0.05 31.42 20:24:27 20:12:01 2 17.85 0.00 24.77 33.51 0.09 23.78 20:24:27 20:12:01 3 18.00 0.00 24.97 29.29 0.07 27.67 20:24:27 20:13:01 all 44.67 0.00 20.17 19.42 0.05 15.69 20:24:27 20:13:01 0 45.18 0.00 19.88 18.50 0.05 16.39 20:24:27 20:13:01 1 44.74 0.00 19.74 18.33 0.03 17.16 20:24:27 20:13:01 2 43.72 0.00 20.81 22.44 0.07 12.97 20:24:27 20:13:01 3 45.04 0.00 20.26 18.44 0.05 16.21 20:24:27 20:14:02 all 7.06 0.00 4.72 5.36 0.01 82.85 20:24:27 20:14:02 0 8.33 0.00 4.73 0.30 0.00 86.64 20:24:27 20:14:02 1 6.87 0.00 4.36 9.57 0.02 79.18 20:24:27 20:14:02 2 7.59 0.00 5.52 6.71 0.02 80.16 20:24:27 20:14:02 3 5.45 0.00 4.26 4.83 0.02 85.44 20:24:27 20:15:01 all 0.17 0.00 0.05 0.01 0.00 99.78 20:24:27 20:15:01 0 0.07 0.00 0.05 0.00 0.00 99.88 20:24:27 20:15:01 1 0.03 0.00 0.05 0.03 0.00 99.88 20:24:27 20:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:24:27 20:15:01 3 0.52 0.00 0.05 0.00 0.00 99.42 20:24:27 20:16:01 all 0.17 0.00 0.06 0.00 0.00 99.77 20:24:27 20:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:24:27 20:16:01 1 0.02 0.00 0.05 0.00 0.00 99.93 20:24:27 20:16:01 2 0.08 0.00 0.08 0.00 0.00 99.83 20:24:27 20:16:01 3 0.55 0.00 0.08 0.00 0.00 99.37 20:24:27 20:24:27 20:16:01 CPU %user %nice %system %iowait %steal %idle 20:24:27 20:17:01 all 0.15 0.00 0.04 0.00 0.00 99.81 20:24:27 20:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:24:27 20:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:24:27 20:17:01 2 0.05 0.00 0.08 0.00 0.02 99.85 20:24:27 20:17:01 3 0.50 0.00 0.02 0.00 0.00 99.48 20:24:27 20:18:01 all 0.17 0.00 0.07 0.00 0.00 99.76 20:24:27 20:18:01 0 0.03 0.00 0.07 0.00 0.00 99.90 20:24:27 20:18:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:24:27 20:18:01 2 0.07 0.00 0.13 0.00 0.00 99.80 20:24:27 20:18:01 3 0.53 0.00 0.05 0.00 0.00 99.42 20:24:27 20:19:01 all 0.15 0.00 0.03 0.01 0.00 99.81 20:24:27 20:19:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:24:27 20:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:24:27 20:19:01 2 0.03 0.00 0.03 0.02 0.00 99.92 20:24:27 20:19:01 3 0.50 0.00 0.03 0.02 0.00 99.45 20:24:27 20:20:01 all 0.16 0.00 0.05 0.01 0.00 99.77 20:24:27 20:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:24:27 20:20:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:24:27 20:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:24:27 20:20:01 3 0.53 0.00 0.08 0.05 0.00 99.33 20:24:27 20:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:24:27 20:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:24:27 20:21:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:24:27 20:21:01 2 0.03 0.00 0.07 0.00 0.00 99.90 20:24:27 20:21:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:24:27 20:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:24:27 20:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:24:27 20:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:24:27 20:22:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:24:27 20:22:01 3 0.53 0.00 0.03 0.00 0.00 99.43 20:24:27 20:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 20:24:27 20:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:24:27 20:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:24:27 20:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:24:27 20:23:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:24:27 20:24:01 all 1.90 0.00 1.05 1.72 0.01 95.32 20:24:27 20:24:01 0 0.83 0.00 0.68 0.13 0.00 98.35 20:24:27 20:24:01 1 3.23 0.00 1.91 3.95 0.02 90.90 20:24:27 20:24:01 2 1.22 0.00 0.70 1.28 0.02 96.78 20:24:27 20:24:01 3 2.32 0.00 0.92 1.54 0.00 95.22 20:24:27 Average: all 13.99 0.00 7.59 5.82 0.02 72.58 20:24:27 Average: 0 13.96 0.00 7.65 5.46 0.03 72.91 20:24:27 Average: 1 13.75 0.00 7.52 5.82 0.02 72.88 20:24:27 Average: 2 13.75 0.00 7.60 6.55 0.03 72.08 20:24:27 Average: 3 14.52 0.00 7.58 5.43 0.02 72.45 20:24:27 20:24:27 20:24:27