Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43b882124282ec1afd2baf8b324d969a4719e16c+304d320492d37461b40de67c95ae73491c8494ce (3450780e826e27b29ee1c46d99289e6014912ff2) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-docker-4c-2g-23993’ Running on prd-centos7-docker-4c-2g-23995 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # 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 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:21:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:21:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:21:50 ========================================================= 20:21:50 EdgeX Global Pipelines Version Info 20:21:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3b226467636634dfdaca3a1a4f61fea0c48dc152 # timeout=10 20:21:51 ------------------- 20:21:51 stable info: 20:21:51 ------------------- 20:21:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:21:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:21:51 Message: update stable to v1.0.179 20:21:52 ------------------- 20:21:52 experimental info: 20:21:52 ------------------- 20:21:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:21:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:21:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:21:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:21:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43b882124282ec1afd2baf8b324d969a4719e16c [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43b8821 [Pipeline] echo 20:21:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:21:55 provisioning config files... 20:21:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2260016739857353823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:56 ---> docker-login.sh 20:21:56 nexus3.edgexfoundry.org:10001 20:21:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:56 Configure a credential helper to remove this warning. See 20:21:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:56 20:21:56 Login Succeeded 20:21:56 nexus3.edgexfoundry.org:10002 20:21:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:56 Configure a credential helper to remove this warning. See 20:21:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:56 20:21:56 Login Succeeded 20:21:56 nexus3.edgexfoundry.org:10003 20:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:57 Configure a credential helper to remove this warning. See 20:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:57 20:21:57 Login Succeeded 20:21:57 nexus3.edgexfoundry.org:10004 20:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:57 Configure a credential helper to remove this warning. See 20:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:57 20:21:57 Login Succeeded 20:21:57 docker.io 20:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:21:57 Configure a credential helper to remove this warning. See 20:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:21:57 20:21:57 Login Succeeded 20:21:57 ---> docker-login.sh ends [Pipeline] } 20:21:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:58 ++ 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:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/core-command/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo core-command,cmd/core-command/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/core-data/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo core-data,cmd/core-data/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/core-metadata/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo core-metadata,cmd/core-metadata/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/security-bootstrapper/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/security-proxy-setup/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/support-notifications/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo support-notifications,cmd/support-notifications/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/support-scheduler/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:21:58 + for file in '`ls cmd/**/Dockerfile`' 20:21:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:21:58 ++ cut -d/ -f2 20:21:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:21:58 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:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:59 20:21:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:21:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:59 latest: Pulling from edgex-devops/git-semver 20:21:59 31603596830f: Pulling fs layer 20:21:59 2a8b12db71e7: Pulling fs layer 20:21:59 6ca5941a6612: Pulling fs layer 20:21:59 ecc8261a40a4: Pulling fs layer 20:21:59 ecc8261a40a4: Waiting 20:21:59 2a8b12db71e7: Verifying Checksum 20:21:59 2a8b12db71e7: Download complete 20:21:59 31603596830f: Verifying Checksum 20:21:59 31603596830f: Download complete 20:21:59 6ca5941a6612: Verifying Checksum 20:21:59 6ca5941a6612: Download complete 20:21:59 ecc8261a40a4: Verifying Checksum 20:21:59 ecc8261a40a4: Download complete 20:21:59 31603596830f: Pull complete 20:22:00 2a8b12db71e7: Pull complete 20:22:01 6ca5941a6612: Pull complete 20:22:01 ecc8261a40a4: Pull complete 20:22:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:22:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:22:01 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:22:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:22:04 $ docker top 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:22:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:04 [ssh-agent] Looking for ssh-agent implementation... 20:22:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:04 $ docker exec 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent 20:22:04 SSH_AUTH_SOCK=/tmp/ssh-q4nXIaUloCxS/agent.12 20:22:04 SSH_AGENT_PID=17 20:22:04 Running ssh-add (command line suppressed) 20:22:05 Identity added: /w/workspace/edgex-go/9@tmp/private_key_5851629719553538258.key (/w/workspace/edgex-go/9@tmp/private_key_5851629719553538258.key) 20:22:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:05 + git tag --points-at HEAD [Pipeline] } 20:22:05 $ docker exec --env ******** --env ******** 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent -k 20:22:05 unset SSH_AUTH_SOCK; 20:22:05 unset SSH_AGENT_PID; 20:22:05 echo Agent pid 17 killed; 20:22:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:22:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:05 [ssh-agent] Looking for ssh-agent implementation... 20:22:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:05 $ docker exec 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent 20:22:06 SSH_AUTH_SOCK=/tmp/ssh-3mVr0VtI5dwa/agent.45 20:22:06 SSH_AGENT_PID=51 20:22:06 Running ssh-add (command line suppressed) 20:22:06 Identity added: /w/workspace/edgex-go/9@tmp/private_key_3659782993339673949.key (/w/workspace/edgex-go/9@tmp/private_key_3659782993339673949.key) 20:22:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:06 + git semver init 20:22:06 # -> Open(): unable to determine branch for HEAD 20:22:06 # $GIT_DIR = /w/workspace/edgex-go/9/.git 20:22:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 20:22:06 # $SEMVER_REMOTE_NAME = origin 20:22:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:22:06 # $SEMVER_USER_NAME = edgex-jenkins 20:22:06 # $SEMVER_BRANCH = PR-3075 20:22:06 # $SEMVER_TEMP = /tmp/semver-719929148 20:22:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:22:28 # '/tmp/semver-719929148' -> '/w/workspace/edgex-go/9/.semver' 20:22:28 # -> Force: false 20:22:28 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 20:22:28 $ docker exec --env ******** --env ******** 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 ssh-agent -k 20:22:28 unset SSH_AUTH_SOCK; 20:22:28 unset SSH_AGENT_PID; 20:22:28 echo Agent pid 51 killed; 20:22:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:22:29 + git semver [Pipeline] } 20:22:29 $ docker stop --time=1 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 20:22:31 $ docker rm -f 2739fd2b092cc4b247688b01bf853bc2b16c7cfc200f4272ce0ef8faf122e356 [Pipeline] // withDockerContainer [Pipeline] sh 20:22:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:22:32 Stashed 1 file(s) [Pipeline] echo 20:22:32 [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:22:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:22:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:22:34 + sudo service docker restart 20:22:34 + true 20:22:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:22:34 ========================================================= 20:22:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:22:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:22:34 + 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:22:38 Sending build context to Docker daemon 327.2MB 20:22:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:22:38 Step 2/6 : FROM ${BASE} 20:22:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:22:38 188c0c94c7c5: Pulling fs layer 20:22:38 0ef7d3d256c8: Pulling fs layer 20:22:38 de9db76c5a1d: Pulling fs layer 20:22:38 bca2f99d35d6: Pulling fs layer 20:22:38 93359f2a8cfa: Pulling fs layer 20:22:38 7c6f9722023f: Pulling fs layer 20:22:38 a35cf1a2eb13: Pulling fs layer 20:22:38 bca2f99d35d6: Waiting 20:22:38 93359f2a8cfa: Waiting 20:22:38 7c6f9722023f: Waiting 20:22:38 a35cf1a2eb13: Waiting 20:22:38 de9db76c5a1d: Verifying Checksum 20:22:38 de9db76c5a1d: Download complete 20:22:38 0ef7d3d256c8: Verifying Checksum 20:22:38 0ef7d3d256c8: Download complete 20:22:38 93359f2a8cfa: Download complete 20:22:38 188c0c94c7c5: Verifying Checksum 20:22:38 188c0c94c7c5: Download complete 20:22:38 7c6f9722023f: Verifying Checksum 20:22:38 7c6f9722023f: Download complete 20:22:39 188c0c94c7c5: Pull complete 20:22:39 0ef7d3d256c8: Pull complete 20:22:39 de9db76c5a1d: Pull complete 20:22:40 a35cf1a2eb13: Verifying Checksum 20:22:40 a35cf1a2eb13: Download complete 20:22:41 bca2f99d35d6: Verifying Checksum 20:22:41 bca2f99d35d6: Download complete 20:22:46 bca2f99d35d6: Pull complete 20:22:46 93359f2a8cfa: Pull complete 20:22:46 7c6f9722023f: Pull complete 20:22:47 Still waiting to schedule task 20:22:47 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-23996’ 20:22:50 a35cf1a2eb13: Pull complete 20:22:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:22:51 ---> a62c8e92a672 20:22:51 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:22:51 ---> Running in 7413362be6b2 20:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:53 (1/12) Installing libmagic (5.38-r0) 20:22:53 (2/12) Installing file (5.38-r0) 20:22:53 (3/12) Installing libc-dev (0.7.2-r3) 20:22:53 (4/12) Installing g++ (9.3.0-r2) 20:22:56 (5/12) Installing fortify-headers (1.1-r0) 20:22:57 (6/12) Installing patch (2.7.6-r6) 20:22:57 (7/12) Installing build-base (0.5-r2) 20:22:57 (8/12) Installing libsodium (1.0.18-r0) 20:22:57 (9/12) Installing pkgconf (1.7.2-r0) 20:22:57 (10/12) Installing libsodium-dev (1.0.18-r0) 20:22:57 (11/12) Installing libzmq (4.3.3-r0) 20:22:57 (12/12) Installing zeromq-dev (4.3.3-r0) 20:22:57 Executing busybox-1.31.1-r19.trigger 20:22:57 OK: 233 MiB in 51 packages 20:23:00 Removing intermediate container 7413362be6b2 20:23:00 ---> 0c73751c8213 20:23:00 Step 4/6 : WORKDIR /edgex-go 20:23:00 ---> Running in b7b53970ccf2 20:23:01 Removing intermediate container b7b53970ccf2 20:23:01 ---> 89a54d3ba20f 20:23:01 Step 5/6 : COPY go.mod . 20:23:01 ---> 5b7030b8df9d 20:23:01 Step 6/6 : RUN go mod download 20:23:01 ---> Running in 6f22dbd5f7b3 20:23:23 Removing intermediate container 6f22dbd5f7b3 20:23:23 ---> 0d90d400b77f 20:23:23 Successfully built 0d90d400b77f 20:23:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:23:23 + docker inspect -f . ci-base-image-x86_64 20:23:23 . [Pipeline] withDockerContainer 20:23:24 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat 20:23:25 $ docker top 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:25 + go version 20:23:25 go version go1.15.5 linux/amd64 [Pipeline] } 20:23:25 $ docker stop --time=1 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad 20:23:27 $ docker rm -f 0ab204cc10fca8b8613bf228ded112046475b7ae1a6d58a874cbfa679d7bfdad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:28 + docker inspect -f . ci-base-image-x86_64 20:23:28 . [Pipeline] withDockerContainer 20:23:28 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:23:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat 20:23:28 $ docker top 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb -eo pid,comm [Pipeline] { [Pipeline] echo 20:23:29 ========================================================= 20:23:29 [edgeXBuildGoParallel] Running Tests and Build... 20:23:29 ========================================================= [Pipeline] sh 20:23:29 + make test 20:23:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:23:39 ? github.com/edgexfoundry/edgex-go [no test files] 20:23:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:23:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:24:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:24:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:24:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:24:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:24:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:24:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:24:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:24:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.0% of statements 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:24:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:24:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.060s coverage: 100.0% of statements 20:24:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.1% of statements 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:24:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:24:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:24:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:24:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:24:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:24:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:24:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 43.8% of statements 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.038s coverage: 79.5% of statements 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 20:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 20:24:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 20:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.044s coverage: 94.4% of statements 20:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 20:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 68.9% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 20:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:24:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:24:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 20:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 20:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 20:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 20:24:32 GO111MODULE=on go vet ./... 20:24:59 gofmt -l . 20:24:59 [ "`gofmt -l .`" = "" ] 20:24:59 ./bin/test-go-mod-tidy.sh 20:24:59 ./bin/test-attribution-txt.sh [Pipeline] sh 20:25:01 + ls -al . 20:25:01 total 672 20:25:01 drwxrwxr-x 10 1001 1001 4096 Jan 29 20:25 . 20:25:01 drwxr-xr-x 4 root root 28 Jan 29 20:23 .. 20:25:01 -rw-rw-r-- 1 1001 1001 11 Jan 29 20:21 .dockerignore 20:25:01 drwxrwxr-x 8 1001 1001 179 Jan 29 20:21 .git 20:25:01 drwxrwxr-x 3 1001 1001 125 Jan 29 20:21 .github 20:25:01 -rw-rw-r-- 1 1001 1001 872 Jan 29 20:21 .gitignore 20:25:01 drwx------ 3 1001 1001 60 Jan 29 20:22 .semver 20:25:01 -rw-rw-r-- 1 1001 1001 166 Jan 29 20:21 .sonarcloud.properties 20:25:01 -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:21 Attribution.txt 20:25:01 -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:21 CONTRIBUTING.md 20:25:01 -rw-rw-r-- 1 1001 1001 931 Jan 29 20:21 Dockerfile.build 20:25:01 -rw-rw-r-- 1 1001 1001 863 Jan 29 20:21 Jenkinsfile 20:25:01 -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:21 LICENSE 20:25:01 -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:21 Makefile 20:25:01 -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:21 README.md 20:25:01 -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:21 SECURITY.md 20:25:01 -rw-rw-r-- 1 1001 1001 5 Jan 29 20:22 VERSION 20:25:01 -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:21 ZMQWindows.md 20:25:01 drwxrwxr-x 2 1001 1001 117 Jan 29 20:21 bin 20:25:01 drwxrwxr-x 15 1001 1001 4096 Jan 29 20:21 cmd 20:25:01 -rw-r--r-- 1 root root 568476 Jan 29 20:24 coverage.out 20:25:01 -rw-r--r-- 1 root root 1054 Jan 29 20:24 go.mod 20:25:01 -rw-r--r-- 1 root root 19399 Jan 29 20:24 go.sum 20:25:01 drwxrwxr-x 8 1001 1001 127 Jan 29 20:21 internal 20:25:01 drwxrwxr-x 4 1001 1001 26 Jan 29 20:21 openapi 20:25:01 drwxrwxr-x 4 1001 1001 71 Jan 29 20:21 snap 20:25:01 -rw-rw-r-- 1 1001 1001 168 Jan 29 20:21 version.go [Pipeline] sh 20:25:01 + '[' -e coverage.out ] 20:25:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:25:01 Stashed 1 file(s) [Pipeline] sh 20:25:01 + make build 20:25:01 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:25:06 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:25:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:25:15 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:25:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:25:17 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:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:25:20 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:25:21 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:25:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:23 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:25:25 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:25:26 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:25:28 $ docker stop --time=1 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb 20:25:29 $ docker rm -f 79a52b5b5a2e51f89b1a3babd4a4b07afe0ca9c3b4f6f9b97885bca9d2713cdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:25:31 20:25:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:25:32 latest: Pulling from edgex-devops/edgex-compose 20:25:32 cbdbe7a5bc2a: Pulling fs layer 20:25:32 ca9280d653b3: Pulling fs layer 20:25:32 7e9c9ca2126c: Pulling fs layer 20:25:32 cbdbe7a5bc2a: Download complete 20:25:33 ca9280d653b3: Verifying Checksum 20:25:33 ca9280d653b3: Download complete 20:25:33 cbdbe7a5bc2a: Pull complete 20:25:34 7e9c9ca2126c: Verifying Checksum 20:25:34 7e9c9ca2126c: Download complete 20:25:34 ca9280d653b3: Pull complete 20:25:41 7e9c9ca2126c: Pull complete 20:25:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:25:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:25:41 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:25:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:25:44 $ docker top 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:44 + docker-compose build --help 20:25:44 + grep parallel 20:25:45 --parallel Build images in parallel. [Pipeline] } 20:25:45 $ docker stop --time=1 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 20:25:47 $ docker rm -f 8842b53afe8ffb5f74acad3c4c9375d1aafb619a311f52c7e9f030e33f87d771 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:25:47 . [Pipeline] withDockerContainer 20:25:47 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:25:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:25:48 $ docker top 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:25:50 Building docker-core-command-go ... 20:25:50 Building docker-core-data-go ... 20:25:50 Building docker-core-metadata-go ... 20:25:50 Building docker-security-bootstrapper-go ... 20:25:50 Building docker-security-proxy-setup-go ... 20:25:50 Building docker-security-secretstore-setup-go ... 20:25:50 Building docker-support-notifications-go ... 20:25:50 Building docker-support-scheduler-go ... 20:25:50 Building docker-sys-mgmt-agent-go ... 20:25:50 Building docker-sys-mgmt-agent-go 20:25:50 Building docker-support-notifications-go 20:25:50 Building docker-core-command-go 20:25:50 Building docker-security-secretstore-setup-go 20:25:50 Building docker-security-bootstrapper-go 20:25:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23997 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 20:25:54 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 20:25:58 using credential edgex-jenkins-ssh 20:25:59 Cloning the remote Git repository 20:25:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:25:59 > git init /w/workspace/edgex-go/9 # timeout=10 20:25:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:25:59 > git --version # timeout=10 20:25:59 > git --version # 'git version 2.17.1' 20:25:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:20 Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 20:26:20 Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c 20:26:20 Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) 20:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:26:20 > git config core.sparsecheckout # timeout=10 20:26:20 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 20:26:20 > git remote # timeout=10 20:26:20 > git config --get remote.origin.url # timeout=10 20:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:20 > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 20:26:20 > git rev-parse HEAD^{commit} # timeout=10 20:26:20 > git config core.sparsecheckout # timeout=10 20:26:20 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 20:26:25 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:26:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:26:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:26:27 + sudo service docker restart 20:26:27 + true 20:26:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:26:29 ---> 0d90d400b77f 20:26:29 Step 3/26 : WORKDIR /edgex-go 20:26:29 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:29 Step 2/34 : FROM ${BUILDER_BASE} AS builder 20:26:29 ---> 0d90d400b77f 20:26:29 Step 3/34 : WORKDIR /edgex-go 20:26:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:26:29 ---> 0d90d400b77f 20:26:29 Step 3/22 : WORKDIR /edgex-go 20:26:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:29 ---> 0d90d400b77f 20:26:29 Step 3/23 : WORKDIR /edgex-go 20:26:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:26:29 ---> 0d90d400b77f 20:26:29 Step 3/24 : WORKDIR /edgex-go 20:26:29 ---> Running in 8c33fb464789 20:26:29 ---> Running in a5b95166230d 20:26:29 ---> Running in ef9bdcbad85d 20:26:29 ---> Running in 1c94a07a09a2 20:26:29 ---> Running in 4a7bd6f0c425 20:26:29 Removing intermediate container 8c33fb464789 20:26:29 ---> 0c9453ed39ee 20:26:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:29 Removing intermediate container 1c94a07a09a2 20:26:29 ---> d05e6e3dd661 20:26:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:29 Removing intermediate container 4a7bd6f0c425 20:26:29 ---> f114195b2012 20:26:29 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:29 Removing intermediate container ef9bdcbad85d 20:26:29 ---> 92d1e3819595 20:26:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:29 Removing intermediate container a5b95166230d 20:26:29 ---> b9ceee326eac 20:26:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:29 ---> Running in 123c0d2040f5 20:26:29 ---> Running in 70b10a83a899 20:26:29 ---> Running in 454a4a14d577 20:26:29 ---> Running in 834a2a7914ff 20:26:29 ---> Running in 34725a255a44 20:26:29 Removing intermediate container 70b10a83a899 20:26:29 ---> db3065dc0358 20:26:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:26:29 Removing intermediate container 123c0d2040f5 20:26:29 ---> 2aa6cb281fb1 20:26:29 Step 5/26 : RUN apk add --update --no-cache make bash git 20:26:29 Removing intermediate container 454a4a14d577 20:26:29 ---> 4e44e771f2af 20:26:29 Step 5/34 : RUN apk add --update --no-cache make git 20:26:29 ---> Running in f53051dcfab9 20:26:29 ---> Running in d27f994f9d4e 20:26:29 Removing intermediate container 834a2a7914ff 20:26:29 ---> c3d57a6364f3 20:26:29 Step 5/24 : RUN apk add --update --no-cache make git 20:26:29 ---> Running in 3ced06929147 20:26:29 Removing intermediate container 34725a255a44 20:26:29 ---> e33b993fb816 20:26:29 Step 5/23 : RUN apk add --update --no-cache make git 20:26:29 ---> Running in 846b80c5e4c2 20:26:29 ---> Running in 76d38056d233 20:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:26:29 provisioning config files... 20:26:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config6866170348345120917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 ---> docker-login.sh 20:26:30 nexus3.edgexfoundry.org:10001 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:31 OK: 233 MiB in 51 packages 20:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:31 Configure a credential helper to remove this warning. See 20:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:31 20:26:31 Login Succeeded 20:26:31 nexus3.edgexfoundry.org:10002 20:26:31 OK: 233 MiB in 51 packages 20:26:31 OK: 233 MiB in 51 packages 20:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:31 OK: 233 MiB in 51 packages 20:26:31 Removing intermediate container f53051dcfab9 20:26:31 ---> d9cb5a05ea47 20:26:31 Step 6/22 : COPY go.mod . 20:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:31 Configure a credential helper to remove this warning. See 20:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:31 20:26:31 Login Succeeded 20:26:31 nexus3.edgexfoundry.org:10003 20:26:31 Removing intermediate container 3ced06929147 20:26:31 ---> edb7923d5d9c 20:26:31 Step 6/34 : COPY go.mod . 20:26:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:32 OK: 233 MiB in 51 packages 20:26:32 ---> c0d56dcd57ef 20:26:32 Step 7/22 : RUN go mod download 20:26:32 Removing intermediate container d27f994f9d4e 20:26:32 ---> 508e8ddf2a7d 20:26:32 Step 6/26 : COPY go.mod . 20:26:32 ---> 7912a4430849 20:26:32 Step 7/34 : RUN go mod download 20:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:32 Configure a credential helper to remove this warning. See 20:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:32 20:26:32 Login Succeeded 20:26:32 nexus3.edgexfoundry.org:10004 20:26:32 ---> Running in f9106874d61c 20:26:32 ---> Running in 5f1ed24abc1f 20:26:32 Removing intermediate container 76d38056d233 20:26:32 ---> e83495d62566 20:26:32 Step 6/23 : COPY go.mod . 20:26:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:32 ---> 86f8c56fd1d0 20:26:32 Step 7/26 : RUN go mod download 20:26:32 ---> Running in c049898c9983 20:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:32 Configure a credential helper to remove this warning. See 20:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:32 20:26:32 Login Succeeded 20:26:32 docker.io 20:26:32 ---> c61699b1d8ce 20:26:32 Step 7/23 : RUN go mod download 20:26:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:33 ---> Running in e849f3558702 20:26:33 Removing intermediate container 846b80c5e4c2 20:26:33 ---> 064b891217ac 20:26:33 Step 6/24 : COPY go.mod . 20:26:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:33 Configure a credential helper to remove this warning. See 20:26:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:33 20:26:33 Login Succeeded 20:26:33 ---> docker-login.sh ends [Pipeline] } 20:26:33 Deleting 1 temporary files [Pipeline] // wrap 20:26:33 ---> a7dcc50ba297 20:26:33 Step 7/24 : RUN go mod download 20:26:33 ---> Running in 4345d666c44f [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:26:34 ========================================================= 20:26:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:26:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:26:34 + 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:26:35 Removing intermediate container e849f3558702 20:26:35 ---> 2b27f4f3b600 20:26:35 Step 8/23 : COPY . . 20:26:35 Removing intermediate container f9106874d61c 20:26:35 ---> eb8e12ab98f3 20:26:35 Step 8/22 : COPY . . 20:26:35 Removing intermediate container c049898c9983 20:26:35 ---> d8fc657597d7 20:26:35 Step 8/26 : COPY . . 20:26:35 Removing intermediate container 5f1ed24abc1f 20:26:35 ---> 06a8ee24f265 20:26:35 Step 8/34 : COPY . . 20:26:36 Removing intermediate container 4345d666c44f 20:26:36 ---> 55236fca426e 20:26:36 Step 8/24 : COPY . . 20:26:37 Sending build context to Docker daemon 166MB 20:26:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:26:37 Step 2/6 : FROM ${BASE} 20:26:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:37 5f621e34cdf4: Pulling fs layer 20:26:37 a4357932f1b6: Pulling fs layer 20:26:37 18c013af1878: Pulling fs layer 20:26:37 00ac8860ef70: Pulling fs layer 20:26:37 63d7cb157983: Pulling fs layer 20:26:37 b116817d02f9: Pulling fs layer 20:26:37 745a02a5169b: Pulling fs layer 20:26:37 00ac8860ef70: Waiting 20:26:37 63d7cb157983: Waiting 20:26:37 b116817d02f9: Waiting 20:26:37 745a02a5169b: Waiting 20:26:37 18c013af1878: Verifying Checksum 20:26:37 18c013af1878: Download complete 20:26:37 a4357932f1b6: Verifying Checksum 20:26:37 a4357932f1b6: Download complete 20:26:37 63d7cb157983: Verifying Checksum 20:26:37 63d7cb157983: Download complete 20:26:37 b116817d02f9: Download complete 20:26:37 5f621e34cdf4: Verifying Checksum 20:26:37 5f621e34cdf4: Download complete 20:26:37 5f621e34cdf4: Pull complete 20:26:38 a4357932f1b6: Pull complete 20:26:38 18c013af1878: Pull complete 20:26:40 745a02a5169b: Verifying Checksum 20:26:40 745a02a5169b: Download complete 20:26:41 00ac8860ef70: Verifying Checksum 20:26:41 00ac8860ef70: Download complete 20:26:51 00ac8860ef70: Pull complete 20:26:51 63d7cb157983: Pull complete 20:26:51 b116817d02f9: Pull complete 20:26:56 745a02a5169b: Pull complete 20:26:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:26:56 ---> b7e6874047d6 20:26:56 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:26:59 ---> Running in ee2bdca1613f 20:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:02 (1/12) Installing libmagic (5.38-r0) 20:27:02 (2/12) Installing file (5.38-r0) 20:27:02 (3/12) Installing libc-dev (0.7.2-r3) 20:27:02 (4/12) Installing g++ (9.3.0-r2) 20:27:07 (5/12) Installing fortify-headers (1.1-r0) 20:27:07 (6/12) Installing patch (2.7.6-r6) 20:27:07 (7/12) Installing build-base (0.5-r2) 20:27:07 (8/12) Installing libsodium (1.0.18-r0) 20:27:07 (9/12) Installing pkgconf (1.7.2-r0) 20:27:07 (10/12) Installing libsodium-dev (1.0.18-r0) 20:27:07 (11/12) Installing libzmq (4.3.3-r0) 20:27:07 (12/12) Installing zeromq-dev (4.3.3-r0) 20:27:07 Executing busybox-1.31.1-r19.trigger 20:27:07 OK: 217 MiB in 51 packages 20:27:11 Removing intermediate container ee2bdca1613f 20:27:11 ---> d564deec47d2 20:27:11 Step 4/6 : WORKDIR /edgex-go 20:27:11 ---> Running in 93cbd0005430 20:27:11 Removing intermediate container 93cbd0005430 20:27:11 ---> ba8a0c9fc751 20:27:11 Step 5/6 : COPY go.mod . 20:27:12 ---> 47d4cda5e4a6 20:27:12 Step 6/6 : RUN go mod download 20:27:12 ---> Running in 471c8b996068 20:27:14 ---> 4d84f07395c5 20:27:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:27:14 ---> 36c3a2a6b928 20:27:14 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 20:27:14 ---> 750f30645db7 20:27:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:27:14 ---> 578febe6848b 20:27:14 Step 9/23 : RUN make cmd/core-command/core-command 20:27:14 ---> dc3e2526cc76 20:27:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:27:14 ---> Running in 84604b25f598 20:27:14 ---> Running in b1ecbbaaadb0 20:27:14 ---> Running in 6f4408976ecb 20:27:14 ---> Running in 4d792975759f 20:27:14 ---> Running in b566181d3874 20:27:14 Removing intermediate container b566181d3874 20:27:14 ---> 507b709aa5f2 20:27:14 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 20:27:14 ---> Running in 2e0ec06dc2a9 20:27:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:27:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:27:14 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:27:14 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:27:14 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:27:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:27:39 Removing intermediate container 471c8b996068 20:27:39 ---> cb434e6eccf5 20:27:39 Successfully built cb434e6eccf5 20:27:39 Successfully tagged ci-base-image-arm64:latest 20:27:39 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 [Pipeline] isUnix [Pipeline] sh 20:27:40 + docker inspect -f . ci-base-image-arm64 20:27:40 . [Pipeline] withDockerContainer 20:27:40 prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container 20:27:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:27:42 $ docker top b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c -eo pid,comm [Pipeline] { [Pipeline] sh 20:27:43 + go version 20:27:43 go version go1.15.5 linux/arm64 [Pipeline] } 20:27:43 $ docker stop --time=1 b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c 20:27:43 Removing intermediate container 6f4408976ecb 20:27:43 ---> 9e0e1c45cdbd 20:27:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:27:44 Removing intermediate container 84604b25f598 20:27:44 ---> eae9a2651fbd 20:27:44 20:27:44 Step 10/22 : FROM alpine:3.12 20:27:44 ---> Running in 6d984db314f2 20:27:44 3.12: Pulling from library/alpine 20:27:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:27:44 Status: Downloaded newer image for alpine:3.12 20:27:44 ---> 389fef711851 20:27:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:27:44 + mkdir -p /tmp/build/dist/linux 20:27:44 + cd /tmp/build/dist/linux 20:27:44 + git clone https://github.com/jwilder/dockerize.git . 20:27:45 $ docker rm -f b8a351b15092152f75d9e114af6877ce381c601df37a84b3022b100b8606442c 20:27:45 Cloning into '.'... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:27:45 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 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:27:46 + docker inspect -f . ci-base-image-arm64 20:27:46 . [Pipeline] withDockerContainer 20:27:46 prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container 20:27:46 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:27:47 ---> Running in facb6336bd1e 20:27:47 + go get github.com/robfig/glock 20:27:47 $ docker top 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d -eo pid,comm [Pipeline] { [Pipeline] echo 20:27:48 ========================================================= 20:27:48 [edgeXBuildGoParallel] Running Tests and Build... 20:27:48 ========================================================= [Pipeline] sh 20:27:48 Removing intermediate container 4d792975759f 20:27:48 ---> 2be1373454d7 20:27:48 20:27:48 Step 10/24 : FROM alpine:3.12 20:27:48 ---> 389fef711851 20:27:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:27:48 Removing intermediate container b1ecbbaaadb0 20:27:48 ---> 610056751721 20:27:48 20:27:48 Step 10/23 : FROM alpine:3.12 20:27:48 ---> 389fef711851 20:27:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:27:48 ---> Running in 6d1bae5a13d0 20:27:48 ---> Running in dcdaf93d9edc 20:27:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:48 + make test 20:27:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:27:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:49 Removing intermediate container 6d984db314f2 20:27:49 ---> 9b1fb1b26be1 20:27:49 20:27:49 Step 11/26 : FROM docker:20.10.0 20:27:49 (1/2) Installing ca-certificates (20191127-r4) 20:27:49 (2/2) Installing dumb-init (1.2.2-r1) 20:27:49 Executing busybox-1.31.1-r19.trigger 20:27:49 Executing ca-certificates-20191127-r4.trigger 20:27:49 OK: 6 MiB in 16 packages 20:27:49 20.10.0: Pulling from library/docker 20:27:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:49 (1/5) Installing ca-certificates (20191127-r4) 20:27:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:27:49 (3/5) Installing libcurl (7.69.1-r3) 20:27:49 (4/5) Installing curl (7.69.1-r3) 20:27:49 (5/5) Installing dumb-init (1.2.2-r1) 20:27:49 Executing busybox-1.31.1-r19.trigger 20:27:49 Executing ca-certificates-20191127-r4.trigger 20:27:49 (1/1) Installing dumb-init (1.2.2-r1) 20:27:49 Executing busybox-1.31.1-r19.trigger 20:27:49 OK: 6 MiB in 15 packages 20:27:49 OK: 7 MiB in 19 packages 20:27:53 Removing intermediate container facb6336bd1e 20:27:53 ---> addf6d4e1ab2 20:27:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:27:53 ---> Running in 9be741a6fb7e 20:27:53 Removing intermediate container 6d1bae5a13d0 20:27:53 ---> c42a2037a527 20:27:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:27:58 Removing intermediate container dcdaf93d9edc 20:27:58 ---> 3da4657df758 20:27:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:27:58 Removing intermediate container 9be741a6fb7e 20:27:58 ---> 1bc28d335960 20:27:58 Step 13/22 : ENV APP_PORT=48060 20:27:58 ---> Running in d59e30a87bb8 20:27:59 ---> Running in 2ce659680a9b 20:27:59 ---> Running in dc4c8232d8ca 20:27:59 Removing intermediate container d59e30a87bb8 20:27:59 ---> 56784414f5bd 20:27:59 Step 13/23 : ENV APP_PORT=48082 20:27:59 + glock sync -n 20:27:59 Removing intermediate container dc4c8232d8ca 20:27:59 ---> 20032d7f8fd9 20:27:59 Step 13/24 : WORKDIR / 20:27:59 ---> Running in 110c712e5c4f 20:27:59 Removing intermediate container 2ce659680a9b 20:27:59 ---> 20ecb84d09f3 20:27:59 Step 14/22 : EXPOSE $APP_PORT 20:27:59 ---> Running in 2e9b37bb18e2 20:27:59 ---> Running in 5ed06e883439 20:27:59 Removing intermediate container 110c712e5c4f 20:27:59 ---> d8b6324d45e6 20:27:59 Step 14/23 : EXPOSE $APP_PORT 20:27:59 ---> Running in 3c987110454b 20:28:00 Removing intermediate container 5ed06e883439 20:28:00 ---> ff6dc5d8db6e 20:28:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:28:00 Removing intermediate container 2e9b37bb18e2 20:28:00 ---> 3a57d47c95c8 20:28:00 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:28:00 Status: Downloaded newer image for docker:20.10.0 20:28:00 ---> aefe523efa57 20:28:00 Step 12/26 : RUN apk add --no-cache bash 20:28:00 Removing intermediate container 3c987110454b 20:28:00 ---> 91cce8c0acf3 20:28:00 Step 15/23 : WORKDIR / 20:28:00 ---> Running in c8b9f8b3d880 20:28:00 ---> 772e46f0a00e 20:28:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:28:00 ---> Running in 7f2164fef010 20:28:01 ---> 0eefeea629eb 20:28:01 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:28:01 Removing intermediate container 7f2164fef010 20:28:01 ---> b9d580fdf78c 20:28:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:01 ---> 29e9b3c2e708 20:28:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:28:01 ---> f809d80bd8df 20:28:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:28:01 ---> d8ea32c3e7bd 20:28:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:28:02 (1/2) Installing readline (8.0.4-r0) 20:28:02 (2/2) Installing bash (5.0.17-r0) 20:28:02 Executing bash-5.0.17-r0.post-install 20:28:02 Executing busybox-1.31.1-r19.trigger 20:28:02 OK: 12 MiB in 22 packages 20:28:02 ---> 5753be41a141 20:28:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:28:02 ---> 05042061952b 20:28:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:28:02 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 20:28:02 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 20:28:02 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 20:28:03 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 20:28:03 + git describe '--abbrev=0' --tags 20:28:03 + TAG=v0.6.1 20:28:03 + LDFLAGS='-X main.buildVersion=v0.6.1' 20:28:03 + apk --print-arch 20:28:03 + arch=x86_64 20:28:03 + echo 'building [dockerize] for amd64 ... ' 20:28:03 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 20:28:03 building [dockerize] for amd64 ... 20:28:03 ---> Running in 8efafe35634b 20:28:04 ---> 7b864d24aac8 20:28:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:28:04 ---> 8859fbd3c293 20:28:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:04 Removing intermediate container 8efafe35634b 20:28:04 ---> aa96f7a6fa29 20:28:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:04 Removing intermediate container c8b9f8b3d880 20:28:04 ---> 8d989ae97a17 20:28:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:28:04 ---> Running in 183bf2029482 20:28:06 ---> 374da44e4962 20:28:06 Step 19/23 : ENTRYPOINT ["/core-command"] 20:28:06 ---> Running in b30c57b63ce1 20:28:06 Removing intermediate container 183bf2029482 20:28:06 ---> 90d05c64a6b8 20:28:06 Step 20/22 : LABEL arch=x86_64 20:28:06 ---> 89014bd3e8fd 20:28:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:28:06 ---> Running in 61f774352855 20:28:06 ---> Running in cbf58a11c629 20:28:06 Removing intermediate container b30c57b63ce1 20:28:06 ---> 3846d19fcf86 20:28:06 Step 14/26 : ENV APP_PORT=48090 20:28:06 ---> Running in 438d49ba8a20 20:28:06 Removing intermediate container 61f774352855 20:28:06 ---> 1afe66103a7c 20:28:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:07 ---> 15a012d40714 20:28:07 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:28:07 ---> Running in d24fed66c742 20:28:07 Removing intermediate container cbf58a11c629 20:28:07 ---> d849f2635db3 20:28:07 Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:28:07 Removing intermediate container 438d49ba8a20 20:28:07 ---> 58136592d538 20:28:07 Step 15/26 : EXPOSE $APP_PORT 20:28:07 ---> Running in c4e13051267d 20:28:07 ---> Running in 3632e3bee494 20:28:07 ---> Running in cee2c4cd368e 20:28:07 Removing intermediate container d24fed66c742 20:28:07 ---> 6e2fb1266091 20:28:07 Step 21/23 : LABEL arch=x86_64 20:28:07 Removing intermediate container 3632e3bee494 20:28:07 ---> e34047d03471 20:28:07 Step 22/22 : LABEL version=0.0.0 20:28:07 ---> Running in 6ab3e60986c0 20:28:07 Removing intermediate container cee2c4cd368e 20:28:07 ---> e005a0f9a6c4 20:28:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:28:08 ---> Running in a98bfcb24c4e 20:28:09 Removing intermediate container a98bfcb24c4e 20:28:09 ---> 5762e44dfb70 20:28:09 20:28:09 Removing intermediate container 6ab3e60986c0 20:28:09 ---> 441f1206c951 20:28:09 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:28:09 ---> 05da2f28eb53 20:28:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:28:09 ---> Running in 9ea8321e3af6 20:28:09 Successfully built 5762e44dfb70 20:28:09 Successfully tagged docker-support-notifications-go:latest 20:28:09  Building docker-support-notifications-go ... done Building docker-core-data-go 20:28:10 ---> 806362453aae 20:28:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:28:10 Removing intermediate container 9ea8321e3af6 20:28:10 ---> 6756a548a65c 20:28:10 Step 23/23 : LABEL version=0.0.0 20:28:10 Removing intermediate container c4e13051267d 20:28:10 ---> 897c2d215439 20:28:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:28:10 ---> Running in 998373b47b09 20:28:10 ---> Running in 68618a95ee35 20:28:11 ? github.com/edgexfoundry/edgex-go [no test files] 20:28:12 Removing intermediate container 998373b47b09 20:28:12 ---> 530060b9e964 20:28:12 20:28:14 Successfully built 530060b9e964 20:28:14 ---> faf6401dbf12 20:28:14 Step 19/26 : RUN apk --no-cache add py3-pip 20:28:14 Successfully tagged docker-core-command-go:latest 20:28:14  Building docker-core-command-go ... done Building docker-support-scheduler-go 20:28:17 Removing intermediate container 68618a95ee35 20:28:17 ---> 94e763b2f548 20:28:17 Step 22/24 : LABEL arch=x86_64 20:28:18 ---> Running in f3301d733c16 20:28:20 ---> Running in 15fc6d3d2d5f 20:28:22 Removing intermediate container 15fc6d3d2d5f 20:28:22 ---> 4960b645ebc2 20:28:22 Step 23/24 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:23 ---> Running in b3f4dee688a2 20:28:23 (1/33) Installing libbz2 (1.0.8-r1) 20:28:23 (2/33) Installing expat (2.2.9-r1) 20:28:23 (3/33) Installing libffi (3.3-r2) 20:28:23 (4/33) Installing gdbm (1.13-r1) 20:28:23 (5/33) Installing xz-libs (5.2.5-r0) 20:28:23 (6/33) Installing sqlite-libs (3.32.1-r0) 20:28:23 (7/33) Installing python3 (3.8.5-r0) 20:28:27 Removing intermediate container b3f4dee688a2 20:28:27 ---> e679b47400a9 20:28:27 Step 24/24 : LABEL version=0.0.0 20:28:31 (8/33) Installing py3-appdirs (1.4.4-r1) 20:28:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:28:31 ---> Running in 20a498db246d 20:28:31 (10/33) Installing py3-parsing (2.4.7-r0) 20:28:31 (11/33) Installing py3-six (1.15.0-r0) 20:28:31 (12/33) Installing py3-packaging (20.4-r0) 20:28:31 + date 20:28:31 + echo 'Fri Jan 29 20:28:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 20:28:31 Fri Jan 29 20:28:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 20:28:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:31 ---> 0d90d400b77f 20:28:31 Step 3/23 : WORKDIR /edgex-go 20:28:31 ---> Using cache 20:28:31 ---> b9ceee326eac 20:28:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:31 ---> Using cache 20:28:31 ---> e33b993fb816 20:28:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:28:31 (13/33) Installing py3-setuptools (47.0.0-r0) 20:28:31 (14/33) Installing py3-chardet (3.0.4-r4) 20:28:32 (15/33) Installing py3-idna (2.9-r0) 20:28:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:28:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:28:33 (18/33) Installing py3-requests (2.23.0-r0) 20:28:33 (19/33) Installing py3-msgpack (1.0.0-r0) 20:28:34 (20/33) Installing py3-lockfile (0.12.2-r3) 20:28:34 ---> Running in f4e4c6212712 20:28:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:28:34 Removing intermediate container 20a498db246d 20:28:34 ---> abdc2b4988d1 20:28:34 20:28:34 (22/33) Installing py3-colorama (0.4.3-r0) 20:28:34 (23/33) Installing py3-distlib (0.3.0-r0) 20:28:35 (24/33) Installing py3-distro (1.5.0-r1) 20:28:35 (25/33) Installing py3-webencodings (0.5.1-r3) 20:28:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:35 ---> 0d90d400b77f 20:28:35 Step 3/22 : WORKDIR /edgex-go 20:28:35 ---> Using cache 20:28:35 ---> b9ceee326eac 20:28:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:35 ---> Using cache 20:28:35 ---> e33b993fb816 20:28:35 Step 5/22 : RUN apk add --update --no-cache make git 20:28:35 ---> Using cache 20:28:35 ---> e83495d62566 20:28:35 Step 6/22 : COPY go.mod . 20:28:35 ---> Using cache 20:28:35 ---> c61699b1d8ce 20:28:35 Step 7/22 : RUN go mod download 20:28:35 ---> Using cache 20:28:35 ---> 2b27f4f3b600 20:28:35 Step 8/22 : COPY . . 20:28:35 ---> Using cache 20:28:35 ---> 578febe6848b 20:28:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:28:35 (26/33) Installing py3-html5lib (1.0.1-r4) 20:28:36 Successfully built abdc2b4988d1 20:28:37 (27/33) Installing py3-pytoml (0.1.21-r0) 20:28:37 (28/33) Installing py3-pep517 (0.8.2-r0) 20:28:37 Successfully tagged docker-security-secretstore-setup-go:latest 20:28:37 (29/33) Installing py3-progress (1.5-r0) 20:28:37  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 20:28:37 (30/33) Installing py3-toml (0.10.1-r0) 20:28:38 (31/33) Installing py3-retrying (1.3.3-r0) 20:28:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:28:38 (33/33) Installing py3-pip (20.1.1-r0) 20:28:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:41 OK: 233 MiB in 51 packages 20:28:41 ---> Running in ecfec3d6057c 20:28:42 Executing busybox-1.31.1-r19.trigger 20:28:43 OK: 71 MiB in 55 packages 20:28:46 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:28:48 Removing intermediate container f4e4c6212712 20:28:48 ---> 50f26018965a 20:28:48 Step 6/23 : COPY go.mod . 20:28:49 ---> 13c2dd1621c9 20:28:49 Step 7/23 : RUN go mod download 20:28:51 ---> Running in f51eac54ff4e 20:28:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:28:55 ---> 0d90d400b77f 20:28:55 Step 3/21 : WORKDIR /edgex-go 20:28:55 ---> Using cache 20:28:55 ---> b9ceee326eac 20:28:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:55 ---> Using cache 20:28:55 ---> e33b993fb816 20:28:55 Step 5/21 : RUN apk add --update --no-cache make git 20:28:55 ---> Using cache 20:28:55 ---> e83495d62566 20:28:55 Step 6/21 : COPY go.mod . 20:28:55 ---> Using cache 20:28:55 ---> c61699b1d8ce 20:28:55 Step 7/21 : RUN go mod download 20:28:55 ---> Using cache 20:28:55 ---> 2b27f4f3b600 20:28:55 Step 8/21 : COPY . . 20:28:55 ---> Using cache 20:28:55 ---> 578febe6848b 20:28:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:28:57 ---> Running in f9b70acab82b 20:28:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:28:58 Removing intermediate container f51eac54ff4e 20:28:58 ---> 602d3bb9a9c6 20:28:58 Step 8/23 : COPY . . 20:28:58 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:29:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:29:10 Removing intermediate container f3301d733c16 20:29:10 ---> 869f09298e72 20:29:10 Step 20/26 : RUN pip install docker-compose==1.23.2 20:29:10 Removing intermediate container 2e0ec06dc2a9 20:29:10 ---> 40596c47e27a 20:29:10 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:29:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:29:14 ---> Running in 117598b5dadc 20:29:14 ---> Running in 3b24b2a885f5 20:29:16 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 20:29:16 statically linked 20:29:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:29:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:29:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:29:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:29:22 Collecting docker-compose==1.23.2 20:29:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:29:23 Removing intermediate container ecfec3d6057c 20:29:23 ---> 2504a8c01c43 20:29:23 20:29:23 Step 10/22 : FROM alpine:3.12 20:29:24 ---> 389fef711851 20:29:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:29:24 ---> Using cache 20:29:24 ---> c42a2037a527 20:29:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:24 ---> Using cache 20:29:24 ---> 56784414f5bd 20:29:24 Step 13/22 : ENV APP_PORT=48085 20:29:24 Collecting docopt<0.7,>=0.6.1 20:29:24 Downloading docopt-0.6.2.tar.gz (25 kB) 20:29:24 Removing intermediate container 3b24b2a885f5 20:29:24 ---> af30012a7de9 20:29:24 20:29:24 Step 12/34 : FROM alpine:3.12 20:29:24 ---> 389fef711851 20:29:24 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:29:24 ---> 52330c32fbc6 20:29:24 Step 9/23 : RUN make cmd/core-data/core-data 20:29:24 ---> Running in 6823efba0eda 20:29:24 ---> Running in d0e22fea6486 20:29:24 ---> Running in c7ed41ca51ad 20:29:25 Removing intermediate container 6823efba0eda 20:29:25 ---> 908ba89082ca 20:29:25 Step 14/22 : EXPOSE $APP_PORT 20:29:25 Removing intermediate container d0e22fea6486 20:29:25 ---> 428c596d361c 20:29:25 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 20:29:25 ---> Running in db803cb9ef78 20:29:25 ---> Running in 0f3c311dc151 20:29:25 Removing intermediate container db803cb9ef78 20:29:25 ---> 726378049a7b 20:29:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:29:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:29:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:29:26 ---> 6667a415cc7f 20:29:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:26 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:29:26 Collecting websocket-client<1.0,>=0.32.0 20:29:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:26 Collecting PyYAML<4,>=3.10 20:29:26 Downloading PyYAML-3.13.tar.gz (270 kB) 20:29:26 (1/3) Installing dumb-init (1.2.2-r1) 20:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 46.0% of statements 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.174s coverage: 100.0% of statements 20:29:27 (2/3) Installing openssl (1.1.1i-r0) 20:29:27 (3/3) Installing su-exec (0.2-r1) 20:29:27 Executing busybox-1.31.1-r19.trigger 20:29:27 OK: 6 MiB in 17 packages 20:29:28 Collecting cached-property<2,>=1.2.0 20:29:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:29:29 ---> 812246d79f56 20:29:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:29:29 Collecting docker<4.0,>=3.6.0 20:29:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:29:29 Collecting dockerpty<0.5,>=0.4.1 20:29:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:29:30 Removing intermediate container 0f3c311dc151 20:29:30 ---> 700cf38a8acd 20:29:30 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 20:29:30 Collecting texttable<0.10,>=0.9.0 20:29:30 Downloading texttable-0.9.1.tar.gz (11 kB) 20:29:31 ---> Running in c57b6d92623a 20:29:31 ---> bddcbf0961f7 20:29:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:29:31 Removing intermediate container f9b70acab82b 20:29:31 ---> 98fd673fa641 20:29:31 20:29:31 Step 10/21 : FROM alpine:3.12 20:29:31 ---> 389fef711851 20:29:31 Step 11/21 : RUN apk add --update --no-cache curl 20:29:32 ---> Running in 7ce8cc301ff2 20:29:32 ---> Running in 67434febb783 20:29:32 Removing intermediate container c57b6d92623a 20:29:32 ---> 757f3eb1f4a0 20:29:32 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:29:32 Collecting jsonschema<3,>=2.5.1 20:29:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:29:32 Collecting urllib3<1.25,>=1.21.1 20:29:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:29:32 ---> Running in f283aea3a7a3 20:29:32 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:29:32 Removing intermediate container 7ce8cc301ff2 20:29:32 ---> 745612482f95 20:29:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:32 Collecting idna<2.8,>=2.5 20:29:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:29:33 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:29:33 ---> Running in d8de6e6b3b1b 20:29:33 Removing intermediate container f283aea3a7a3 20:29:33 ---> 485bec7a4950 20:29:33 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:29:33 Collecting docker-pycreds>=0.4.0 20:29:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:29:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:29:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:29:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:29:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:29:33 ---> Running in c3323816dc15 20:29:33 Installing collected packages: docopt, urllib3, idna, requests, websocket-client, PyYAML, cached-property, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose 20:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.1% of statements 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:29:34 Running setup.py install for docopt: started 20:29:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 65.8% of statements 20:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:34 Removing intermediate container d8de6e6b3b1b 20:29:34 ---> 242ed3696225 20:29:34 Step 20/22 : LABEL arch=x86_64 20:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:34 (1/4) Installing ca-certificates (20191127-r4) 20:29:34 ---> Running in 42581c484adc 20:29:34 Running setup.py install for docopt: finished with status 'done' 20:29:34 Attempting uninstall: urllib3 20:29:34 Found existing installation: urllib3 1.25.9 20:29:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:29:34 Uninstalling urllib3-1.25.9: 20:29:34 (3/4) Installing libcurl (7.69.1-r3) 20:29:34 (4/4) Installing curl (7.69.1-r3) 20:29:34 Executing busybox-1.31.1-r19.trigger 20:29:34 Executing ca-certificates-20191127-r4.trigger 20:29:35 OK: 7 MiB in 18 packages 20:29:35 Successfully uninstalled urllib3-1.25.9 20:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.724s coverage: 82.3% of statements 20:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:29:36 Removing intermediate container 42581c484adc 20:29:36 ---> 8e898c16d6a1 20:29:36 Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:29:36 Attempting uninstall: idna 20:29:36 Found existing installation: idna 2.9 20:29:36 Uninstalling idna-2.9: 20:29:36 Successfully uninstalled idna-2.9 20:29:36 ---> Running in ba2441674d22 20:29:36 Attempting uninstall: requests 20:29:36 Found existing installation: requests 2.23.0 20:29:36 Uninstalling requests-2.23.0: 20:29:36 Successfully uninstalled requests-2.23.0 20:29:37 Removing intermediate container ba2441674d22 20:29:37 ---> 07244f0faba6 20:29:37 Step 22/22 : LABEL version=0.0.0 20:29:37 Running setup.py install for PyYAML: started 20:29:37 Removing intermediate container c3323816dc15 20:29:37 ---> df7860328fed 20:29:37 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 20:29:37 ---> Running in 4f186ddb287d 20:29:38 Removing intermediate container 67434febb783 20:29:38 ---> 4d1cffd1d92f 20:29:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:29:38 Running setup.py install for PyYAML: finished with status 'done' 20:29:38 ---> Running in db427c58758a 20:29:39 Removing intermediate container 4f186ddb287d 20:29:39 ---> 3281e9148dfe 20:29:39 20:29:39 ---> Running in 69f734f0ca1b 20:29:39 Successfully built 3281e9148dfe 20:29:39 Successfully tagged docker-support-scheduler-go:latest 20:29:39  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 20:29:39 Running setup.py install for dockerpty: started 20:29:39 Removing intermediate container db427c58758a 20:29:39 ---> 0ebd575c7790 20:29:39 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 20:29:39 Removing intermediate container 69f734f0ca1b 20:29:39 ---> 8d649c5e5fc6 20:29:39 Step 13/21 : WORKDIR /edgex 20:29:40 ---> Running in 596cca64ef71 20:29:40 Running setup.py install for dockerpty: finished with status 'done' 20:29:40 Running setup.py install for texttable: started 20:29:40 Removing intermediate container 596cca64ef71 20:29:40 ---> 521ae5ebc031 20:29:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:29:42 Running setup.py install for texttable: finished with status 'done' 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.084s coverage: 28.6% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:29:45 ---> 525e0e00f164 20:29:45 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:29:47 ---> 73d8aa21b5c0 20:29:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:29:47 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:29:48 ---> bac0cf75b01e 20:29:48 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:29:50 ---> 4dcce9970841 20:29:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:29:51 ---> Running in fefdfb7e7197 20:29:53 ---> 385b26877aba 20:29:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:29:53 ---> Running in ee4743b766ab 20:29:54 Removing intermediate container ee4743b766ab 20:29:54 ---> 079202a6c12f 20:29:54 Step 18/21 : CMD ["--init=true"] 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 43.8% of statements 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 20:29:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:55 ---> 0d90d400b77f 20:29:55 Step 3/23 : WORKDIR /edgex-go 20:29:55 ---> Using cache 20:29:55 ---> b9ceee326eac 20:29:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:55 ---> Using cache 20:29:55 ---> e33b993fb816 20:29:55 Step 5/23 : RUN apk add --update --no-cache make git 20:29:55 ---> Using cache 20:29:55 ---> e83495d62566 20:29:55 Step 6/23 : COPY go.mod . 20:29:55 ---> Using cache 20:29:55 ---> c61699b1d8ce 20:29:55 Step 7/23 : RUN go mod download 20:29:55 ---> Using cache 20:29:55 ---> 2b27f4f3b600 20:29:55 Step 8/23 : COPY . . 20:29:55 ---> Using cache 20:29:55 ---> 578febe6848b 20:29:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:29:56 ---> Running in eace6990c288 20:29:56 ---> Running in 2d5e16b63c54 20:29:56 Removing intermediate container 117598b5dadc 20:29:56 ---> 155af3bb1deb 20:29:56 Step 21/26 : RUN apk --no-cache add curl 20:29:59 Removing intermediate container 2d5e16b63c54 20:29:59 ---> e8af98b1a83b 20:29:59 Step 19/21 : LABEL arch=x86_64 20:29:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:29:59 ---> Running in a86908fd2082 20:30:00 ---> Running in b6206571e295 20:30:00 Removing intermediate container c7ed41ca51ad 20:30:00 ---> cc3745268b88 20:30:00 20:30:00 Step 10/23 : FROM alpine:3.12 20:30:00 ---> 389fef711851 20:30:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:00 Removing intermediate container fefdfb7e7197 20:30:00 ---> 6ebd7876a2e2 20:30:00 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:00 Removing intermediate container b6206571e295 20:30:00 ---> dc6db8349026 20:30:00 Step 20/21 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:30:00 ---> Running in aa219920cceb 20:30:00 ---> Running in 367b52297f2d 20:30:01 Removing intermediate container aa219920cceb 20:30:01 ---> 7d518976b0cf 20:30:01 Step 12/23 : ENV APP_PORT=48080 20:30:01 ---> Running in aa0613dc38c9 20:30:01 Removing intermediate container 367b52297f2d 20:30:01 ---> 5ee19a23afe9 20:30:01 Step 21/21 : LABEL version=0.0.0 20:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:01 ---> af8a7f560449 20:30:01 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:01 ---> Running in 7113a3a51579 20:30:01 Removing intermediate container aa0613dc38c9 20:30:01 ---> 88f450daf68a 20:30:01 Step 13/23 : EXPOSE $APP_PORT 20:30:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:30:01 (2/3) Installing libcurl (7.69.1-r3) 20:30:01 (3/3) Installing curl (7.69.1-r3) 20:30:01 Executing busybox-1.31.1-r19.trigger 20:30:01 ---> Running in a276811f7fc1 20:30:01 OK: 72 MiB in 58 packages 20:30:01 Removing intermediate container 7113a3a51579 20:30:01 ---> 6191411387ea 20:30:01 20:30:02 Successfully built 6191411387ea 20:30:02 Successfully tagged docker-security-proxy-setup-go:latest 20:30:02  Building docker-security-proxy-setup-go ... done Removing intermediate container a276811f7fc1 20:30:02 ---> 5a2fb0eeff40 20:30:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:02 ---> 02d9a301af5a 20:30:02 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:30:02 ---> Running in 41bbdff96106 20:30:03 Removing intermediate container a86908fd2082 20:30:03 ---> 554f351d126f 20:30:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:30:03 ---> Running in dfc8938d4c36 20:30:03 ---> 2d392a5ea7f1 20:30:03 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:30:03 Removing intermediate container dfc8938d4c36 20:30:03 ---> 79f8c82b6c77 20:30:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:03 ---> Running in 1305ae2f4a62 20:30:04 ---> fc0200095445 20:30:04 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:30:04 Removing intermediate container 1305ae2f4a62 20:30:04 ---> dc08993f4192 20:30:04 Step 24/26 : LABEL arch=x86_64 20:30:04 ---> Running in 55da2a9530ab 20:30:04 Removing intermediate container 41bbdff96106 20:30:04 ---> cb6f7d40b702 20:30:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 20:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 20:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:30:04 ---> Running in 8dcaea61860d 20:30:05 ---> f1377c5d655f 20:30:05 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 20:30:06 Removing intermediate container 55da2a9530ab 20:30:06 ---> cff356fc1b2c 20:30:06 Step 25/26 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:30:06 ---> Running in 9c9311abb1ac 20:30:06 ---> Running in 7478f9dea5c7 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 20:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 20:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.2% of statements 20:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.4% of statements 20:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:30:06 Removing intermediate container 9c9311abb1ac 20:30:06 ---> d079846d4a38 20:30:06 Step 26/26 : LABEL version=0.0.0 20:30:06 Removing intermediate container 7478f9dea5c7 20:30:06 ---> f6aa86bcc356 20:30:06 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:30:06 ---> Running in 991e64e392b1 20:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:06 Removing intermediate container 991e64e392b1 20:30:06 ---> 568c4bef83bb 20:30:06 20:30:07 ---> 76b2202f5a0e 20:30:07 Step 29/34 : RUN chmod +x /entrypoint.sh 20:30:07 Successfully built 568c4bef83bb 20:30:07 ---> Running in 5c86b1beb2a4 20:30:07 Successfully tagged docker-sys-mgmt-agent-go:latest 20:30:07  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements 20:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.166s coverage: 100.0% of statements 20:30:07 (1/6) Installing dumb-init (1.2.2-r1) 20:30:07 (2/6) Installing libgcc (9.3.0-r2) 20:30:07 (3/6) Installing libsodium (1.0.18-r0) 20:30:07 (4/6) Installing libstdc++ (9.3.0-r2) 20:30:08 (5/6) Installing libzmq (4.3.3-r0) 20:30:08 (6/6) Installing zeromq (4.3.3-r0) 20:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 20:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 20:30:08 Executing busybox-1.31.1-r19.trigger 20:30:08 OK: 8 MiB in 20 packages 20:30:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 20:30:09 Removing intermediate container 5c86b1beb2a4 20:30:09 ---> d59ba9217a58 20:30:09 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 20:30:09 Removing intermediate container 8dcaea61860d 20:30:09 ---> c45e65991e2d 20:30:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:10 ---> Running in e23ec5981806 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 20:30:10 ---> eaf26c710024 20:30:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:30:10 Removing intermediate container e23ec5981806 20:30:10 ---> 69ec5057263b 20:30:10 Step 31/34 : CMD ["gate"] 20:30:11 ---> Running in 9d218aa754aa 20:30:11 Removing intermediate container 9d218aa754aa 20:30:11 ---> 26a33c3f24be 20:30:11 Step 32/34 : LABEL arch=x86_64 20:30:11 ---> 417f8086bcce 20:30:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:30:11 ---> Running in 57becb1ece6c 20:30:12 Removing intermediate container 57becb1ece6c 20:30:12 ---> 4014f116d3e4 20:30:12 Step 33/34 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:30:12 ---> 17dfbb624f79 20:30:12 Step 19/23 : ENTRYPOINT ["/core-data"] 20:30:12 ---> Running in 53997359c322 20:30:12 ---> Running in 9147709da664 20:30:12 Removing intermediate container 53997359c322 20:30:12 ---> 3947c43d49ef 20:30:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:12 Removing intermediate container 9147709da664 20:30:12 ---> e0723523da21 20:30:12 Step 34/34 : LABEL version=0.0.0 20:30:12 ---> Running in 05118ade37c2 20:30:12 ---> Running in eaada0cfe1c5 20:30:13 Removing intermediate container 05118ade37c2 20:30:13 ---> 9a6494e0a5e5 20:30:13 Step 21/23 : LABEL arch=x86_64 20:30:13 ---> Running in 58b30ae3dec2 20:30:13 Removing intermediate container eaada0cfe1c5 20:30:13 ---> 8d441c2c99ac 20:30:13 20:30:13 Removing intermediate container 58b30ae3dec2 20:30:13 ---> 5568a324a129 20:30:13 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:30:13 Successfully built 8d441c2c99ac 20:30:13 Successfully tagged docker-security-bootstrapper-go:latest 20:30:13  Building docker-security-bootstrapper-go ... done  ---> Running in 7d83afd263a3 20:30:13 Removing intermediate container 7d83afd263a3 20:30:13 ---> bed27747778c 20:30:13 Step 23/23 : LABEL version=0.0.0 20:30:13 ---> Running in 9d255dd01ff6 20:30:14 Removing intermediate container 9d255dd01ff6 20:30:14 ---> 8b8e13ca7647 20:30:14 20:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.911s coverage: 68.9% of statements 20:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:30:14 Successfully built 8b8e13ca7647 20:30:14 Successfully tagged docker-core-data-go:latest 20:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements 20:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.560s coverage: 84.0% of statements 20:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 20:30:16  Building docker-core-data-go ... done Removing intermediate container eace6990c288 20:30:16 ---> 7bc86624d683 20:30:16 20:30:16 Step 10/23 : FROM alpine:3.12 20:30:16 ---> 389fef711851 20:30:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:16 ---> Using cache 20:30:16 ---> c42a2037a527 20:30:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:16 ---> Using cache 20:30:16 ---> 56784414f5bd 20:30:16 Step 13/23 : ENV APP_PORT=48081 20:30:16 ---> Running in befeb1868314 20:30:16 Removing intermediate container befeb1868314 20:30:16 ---> 4634ed49e2a4 20:30:16 Step 14/23 : EXPOSE $APP_PORT 20:30:16 ---> Running in e5ab9ae48fbe 20:30:16 Removing intermediate container e5ab9ae48fbe 20:30:16 ---> f48a8f7fc7a3 20:30:16 Step 15/23 : WORKDIR / 20:30:16 ---> Running in 9386cba328dc 20:30:16 Removing intermediate container 9386cba328dc 20:30:16 ---> f4c3667dfeb2 20:30:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:17 ---> e5fb228d0ad4 20:30:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:17 ---> f184b96f79cc 20:30:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:18 ---> ffcafcad3475 20:30:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:30:18 ---> Running in 216c2ef822c5 20:30:18 Removing intermediate container 216c2ef822c5 20:30:18 ---> 99392831e3ca 20:30:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:18 ---> Running in 5c98696f61f3 20:30:18 Removing intermediate container 5c98696f61f3 20:30:18 ---> 4a1fb3e7f53b 20:30:18 Step 21/23 : LABEL arch=x86_64 20:30:18 ---> Running in 9dd2aa9eda0d 20:30:18 Removing intermediate container 9dd2aa9eda0d 20:30:18 ---> 82bb25b83b0a 20:30:18 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:30:18 ---> Running in 5fb75d4a8fa2 20:30:19 Removing intermediate container 5fb75d4a8fa2 20:30:19 ---> ea1031cb61e6 20:30:19 Step 23/23 : LABEL version=0.0.0 20:30:19 ---> Running in 5b6cd5509b2c 20:30:19 Removing intermediate container 5b6cd5509b2c 20:30:19 ---> 6b233fc3a1b9 20:30:19 20:30:19 Successfully built 6b233fc3a1b9 20:30:19 Successfully tagged docker-core-metadata-go:latest 20:30:19  Building docker-core-metadata-go ... done  [Pipeline] } 20:30:19 $ docker stop --time=1 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 20:30:21 $ docker rm -f 0dd2e73914ac4f2e45c344e732bc58bdfb47b5a25706505bf1b2bca88ad9a242 [Pipeline] // withDockerContainer [Pipeline] sh 20:30:21 + docker images 20:30:21 + grep docker 20:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 20:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:30:22 docker-core-metadata-go latest 6b233fc3a1b9 3 seconds ago 18.8MB 20:30:22 docker-security-bootstrapper-go latest 8d441c2c99ac 9 seconds ago 33.5MB 20:30:22 docker-core-data-go latest 8b8e13ca7647 9 seconds ago 22.3MB 20:30:22 docker-sys-mgmt-agent-go latest 568c4bef83bb 16 seconds ago 313MB 20:30:22 docker-security-proxy-setup-go latest 6191411387ea 21 seconds ago 24.4MB 20:30:22 docker-support-scheduler-go latest 3281e9148dfe 44 seconds ago 17MB 20:30:22 docker-security-secretstore-setup-go latest abdc2b4988d1 About a minute ago 24.6MB 20:30:22 docker-core-command-go latest 530060b9e964 2 minutes ago 16.9MB 20:30:22 docker-support-notifications-go latest 5762e44dfb70 2 minutes ago 16.9MB 20:30:22 docker 20.10.0 aefe523efa57 7 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:30:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.243s coverage: 29.1% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.133s coverage: 100.0% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:30:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:30:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 20:30:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:30:30 GO111MODULE=on go vet ./... 20:30:37 Still waiting to schedule task 20:30:37 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:31:32 Running on prd-ubuntu18.04-docker-8c-8g-23998 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 20:31:33 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 20:31:35 using credential edgex-jenkins-ssh 20:31:35 Cloning the remote Git repository 20:31:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:31:35 > git init /w/workspace/edgex-go/9 # timeout=10 20:31:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:31:35 > git --version # timeout=10 20:31:35 > git --version # 'git version 2.17.1' 20:31:35 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:31:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:31:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:31:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:43 Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 20:31:43 Merge succeeded, producing 43b882124282ec1afd2baf8b324d969a4719e16c 20:31:43 Checking out Revision 43b882124282ec1afd2baf8b324d969a4719e16c (PR-3075) 20:31:43 > git config core.sparsecheckout # timeout=10 20:31:43 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 20:31:43 > git remote # timeout=10 20:31:43 > git config --get remote.origin.url # timeout=10 20:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:43 > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 20:31:43 > git rev-parse HEAD^{commit} # timeout=10 20:31:43 > git config core.sparsecheckout # timeout=10 20:31:43 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 20:31:46 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:48 + echo snap-build.sh 20:31:48 snap-build.sh 20:31:48 + SNAP_BASE_DIR=. 20:31:48 + '[' '!' -z /w/workspace/edgex-go/9 ']' 20:31:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 20:31:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 20:31:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 20:31:48 + cd /w/workspace/edgex-go/9 20:31:48 + sudo apt-get remove -qy --purge lxd lxd-client 20:31:48 Reading package lists... 20:31:48 Building dependency tree... 20:31:48 Reading state information... 20:31:48 The following packages were automatically installed and are no longer required: 20:31:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:31:48 uidmap xdelta3 20:31:48 Use 'sudo apt autoremove' to remove them. 20:31:48 The following packages will be REMOVED: 20:31:48 lxd* lxd-client* 20:31:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:31:49 After this operation, 31.7 MB disk space will be freed. 20:31:50 (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:31:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:31:51 Removing lxd dnsmasq configuration 20:31:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:31:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:31:52 gofmt -l . 20:31:52 [ "`gofmt -l .`" = "" ] 20:31:52 ./bin/test-go-mod-tidy.sh 20:31:52 ./bin/test-attribution-txt.sh [Pipeline] sh 20:31:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:31:52 + ls -al . 20:31:52 total 700 20:31:52 drwxrwxr-x 9 1001 1001 4096 Jan 29 20:31 . 20:31:52 drwxr-xr-x 4 root root 4096 Jan 29 20:27 .. 20:31:52 -rw-rw-r-- 1 1001 1001 11 Jan 29 20:26 .dockerignore 20:31:52 drwxrwxr-x 8 1001 1001 4096 Jan 29 20:26 .git 20:31:52 drwxrwxr-x 3 1001 1001 4096 Jan 29 20:26 .github 20:31:52 -rw-rw-r-- 1 1001 1001 872 Jan 29 20:26 .gitignore 20:31:52 -rw-rw-r-- 1 1001 1001 166 Jan 29 20:26 .sonarcloud.properties 20:31:52 -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:26 Attribution.txt 20:31:52 -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:26 CONTRIBUTING.md 20:31:52 -rw-rw-r-- 1 1001 1001 931 Jan 29 20:26 Dockerfile.build 20:31:52 -rw-rw-r-- 1 1001 1001 863 Jan 29 20:26 Jenkinsfile 20:31:52 -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:26 LICENSE 20:31:52 -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:26 Makefile 20:31:52 -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:26 README.md 20:31:52 -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:26 SECURITY.md 20:31:52 -rw-rw-r-- 1 1001 1001 5 Jan 29 20:22 VERSION 20:31:52 -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:26 ZMQWindows.md 20:31:52 drwxrwxr-x 2 1001 1001 4096 Jan 29 20:26 bin 20:31:52 drwxrwxr-x 15 1001 1001 4096 Jan 29 20:26 cmd 20:31:52 -rw-r--r-- 1 root root 568476 Jan 29 20:30 coverage.out 20:31:52 -rw-r--r-- 1 root root 1054 Jan 29 20:31 go.mod 20:31:52 -rw-r--r-- 1 root root 19399 Jan 29 20:31 go.sum 20:31:52 drwxrwxr-x 8 1001 1001 4096 Jan 29 20:26 internal 20:31:52 drwxrwxr-x 4 1001 1001 4096 Jan 29 20:26 openapi 20:31:52 drwxrwxr-x 4 1001 1001 4096 Jan 29 20:26 snap 20:31:52 -rw-rw-r-- 1 1001 1001 168 Jan 29 20:26 version.go [Pipeline] sh 20:31:52 (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:31:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:31:53 + '[' -e coverage.out ] 20:31:53 + chown 1001:1001 coverage.out [Pipeline] stash 20:31:53 Warning: overwriting stash ‘coverage-report’ 20:31:54 Processing triggers for systemd (237-3ubuntu10.42) ... 20:31:54 Processing triggers for ureadahead (0.100.0-21) ... 20:31:54 Stashed 1 file(s) [Pipeline] sh 20:31:55 + make build 20:31:55 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:31:55 + sudo snap remove --purge lxd 20:31:55 snap "lxd" is not installed 20:31:55 + sudo groupadd --force --system lxd 20:31:55 ++ whoami 20:31:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:31:55 + newgrp - lxd 20:31:55 + sudo snap install lxd 20:32:06 2021-01-29T20:32:03Z INFO Waiting for automatic snapd restart... 20:32:07 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:32:21 lxd 4.10 from Canonical* installed 20:32:21 + sudo lxd init --auto 20:32:29 + sudo snap install --classic snapcraft 20:32:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:32:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:32:35 snapcraft 4.4.4 from Canonical* installed 20:32:35 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:32:35 + patch --verbose -p1 20:32:35 Hmm... Looks like a unified diff to me... 20:32:35 The text leading up to this was: 20:32:35 -------------------------- 20:32:35 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:32:35 |From: Tony Espy 20:32:35 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:32:35 |Subject: [PATCH] optimize snap build for pipeline CI check 20:32:35 | 20:32:35 |This patch is used by the EdgeX CI pipeline builds to 20:32:35 |optimize the snap CI check run for pull requests. When 20:32:35 |applied, it essentially strips out everything (apps and 20:32:35 |parts) from the snapcraft.yaml file except those required 20:32:35 |to build edgex-go, as the whole idea of the CI check is to 20:32:35 |catch changes to edgex-go that break the snap build. 20:32:35 | 20:32:35 |In general, anyone updating snapcraft.yaml will also need 20:32:35 |to update this patch file, otherwise it may fail to apply, 20:32:35 |resulting in a failed snap build CI check in the associated 20:32:35 |pull request. 20:32:35 | 20:32:35 |Note - in addition to applying this patch, the pipeline also 20:32:35 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:32:35 |need to build the finally binary .snap file (and it won't 20:32:35 |work with the patch applied). This further reduces the build 20:32:35 |time. 20:32:35 |--- 20:32:35 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:32:35 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:32:35 | 20:32:35 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:32:35 |index 1e537489..faf42425 100644 20:32:35 |--- a/snap/snapcraft.yaml 20:32:35 |+++ b/snap/snapcraft.yaml 20:32:35 -------------------------- 20:32:35 patching file snap/snapcraft.yaml 20:32:35 Using Plan A... 20:32:35 Hunk #1 succeeded at 73. 20:32:35 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 20:32:35 Hunk #3 succeeded at 214 (offset -1 lines). 20:32:35 Hunk #4 succeeded at 222 (offset -1 lines). 20:32:35 Hunk #5 succeeded at 229 (offset -1 lines). 20:32:35 Hunk #6 succeeded at 256 (offset -1 lines). 20:32:35 Hunk #7 succeeded at 290 (offset -1 lines). 20:32:35 Hunk #8 succeeded at 342. 20:32:35 Hmm... Ignoring the trailing garbage. 20:32:35 done 20:32:35 + sudo snapcraft prime --use-lxd 20:32:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:32:37 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:32:37 - README.md 20:32:37 - snapcraft.yaml.orig 20:32:37 20:32:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:32:38 Launching a container. 20:32:38 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:32:39 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:32:44 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:32:48 Waiting for container to be ready 20:32:48 To start your first instance, try: lxc launch ubuntu:18.04 20:32:48 20:32:49 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:32:52 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:32:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:32:53 Waiting for network to be ready... 20:32:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:32:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:32:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:32:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 20:32:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:32:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:32:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 20:32:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:32:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:32:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 20:32:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:32:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 20:32:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 20:32:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:32:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:32:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:32:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:32:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 20:32:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:32:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 20:32:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 20:32:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:32:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:32:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:32:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:32:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 20:32:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 20:32:57 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:32:57 Fetched 23.9 MB in 4s (5502 kB/s) 20:32:58 Reading package lists... 20:32:58 Reading package lists... 20:32:58 Building dependency tree... 20:32:58 Reading state information... 20:32:58 The following additional packages will be installed: 20:32:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:32:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:32:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:32:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:32:58 Suggested packages: 20:32:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:32:58 Recommended packages: 20:32:58 gnupg libsasl2-modules 20:32:58 The following NEW packages will be installed: 20:32:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:32:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:32:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:32:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:32:58 The following packages will be upgraded: 20:32:59 gpg gpg-agent gpgconf libudev1 20:32:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:32:59 Need to get 3533 kB of archives. 20:32:59 After this operation, 13.3 MB of additional disk space will be used. 20:32:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:32:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:32:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:32:59 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:32:59 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:32:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 20:32:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 20:32:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 20:32:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:32:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 20:33:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:33:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:33:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:33:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:33:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:33:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:33:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:33:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:33:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:33:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:33:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:33:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:33:00 debconf: delaying package configuration, since apt-utils is not installed 20:33:00 Fetched 3533 kB in 1s (3627 kB/s) 20:33:00 (Reading database ... 12511 files and directories currently installed.) 20:33:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 20:33:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:33:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 20:33:00 Selecting previously unselected package udev. 20:33:00 (Reading database ... 12511 files and directories currently installed.) 20:33:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 20:33:00 Unpacking udev (237-3ubuntu10.44) ... 20:33:00 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:33:00 Selecting previously unselected package libfuse2:amd64. 20:33:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:33:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:33:00 Selecting previously unselected package fuse. 20:33:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:33:00 Unpacking fuse (2.9.7-1ubuntu1) ... 20:33:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:33:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:33:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:33:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:33:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:33:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:33:01 Selecting previously unselected package libksba8:amd64. 20:33:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:33:01 Unpacking libksba8:amd64 (1.3.5-2) ... 20:33:01 Selecting previously unselected package libroken18-heimdal:amd64. 20:33:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:33:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:33:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:33:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:01 Selecting previously unselected package libwind0-heimdal:amd64. 20:33:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:33:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:33:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:33:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:33:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:02 Selecting previously unselected package libsasl2-modules-db:amd64. 20:33:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:33:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:02 Selecting previously unselected package libsasl2-2:amd64. 20:33:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:33:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:02 Selecting previously unselected package libldap-common. 20:33:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 20:33:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:33:02 Selecting previously unselected package libldap-2.4-2:amd64. 20:33:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 20:33:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:33:02 Selecting previously unselected package dirmngr. 20:33:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:33:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:33:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:33:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:33:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:33:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:33:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:03 Setting up libksba8:amd64 (1.3.5-2) ... 20:33:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:03 Setting up udev (237-3ubuntu10.44) ... 20:33:03 invoke-rc.d: policy-rc.d denied execution of start. 20:33:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:03 Processing triggers for systemd (237-3ubuntu10) ... 20:33:03 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:33:04 Setting up fuse (2.9.7-1ubuntu1) ... 20:33:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:33:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:33:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:33:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:33:04 settings in the [Install] section, and DefaultInstance for template units). 20:33:04 This means they are not meant to be enabled using systemctl. 20:33:04 Possible reasons for having this kind of units are: 20:33:04 1) A unit may be statically enabled by being symlinked from another unit's 20:33:04 .wants/ or .requires/ directory. 20:33:04 2) A unit's purpose may be to act as a helper for some other unit which has 20:33:04 a requirement dependency on it. 20:33:04 3) A unit may be started when needed via activation (socket, path, timer, 20:33:04 D-Bus, udev, scripted systemctl call, ...). 20:33:04 4) In case of template units, the unit is meant to be enabled with some 20:33:04 instance name specified. 20:33:05 Reading package lists... 20:33:05 Building dependency tree... 20:33:05 Reading state information... 20:33:05 The following additional packages will be installed: 20:33:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:33:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:33:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:33:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:33:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:33:05 Suggested packages: 20:33:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:33:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:33:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:33:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:33:05 systemd-container policykit-1 20:33:05 Recommended packages: 20:33:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:33:05 The following NEW packages will be installed: 20:33:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:33:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:33:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:33:05 multiarch-support openssh-client python3 python3-minimal python3.6 20:33:05 python3.6-minimal snapd squashfs-tools sudo 20:33:05 The following packages will be upgraded: 20:33:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:33:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:33:05 Need to get 35.2 MB of archives. 20:33:05 After this operation, 141 MB of additional disk space will be used. 20:33:05 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 20:33:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:33:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:33:06 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:33:06 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:33:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:33:06 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:33:06 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:33:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 20:33:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:33:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:33:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:33:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:33:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:33:06 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:33:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:33:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:33:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:33:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:33:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:33:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:33:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:33:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:33:06 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:33:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:33:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:33:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:33:06 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:33:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:33:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:33:07 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:33:08 debconf: delaying package configuration, since apt-utils is not installed 20:33:08 Fetched 35.2 MB in 2s (16.4 MB/s) 20:33:08 (Reading database ... 12757 files and directories currently installed.) 20:33:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 20:33:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:33:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 20:33:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:33:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 20:33:08 (Reading database ... 12757 files and directories currently installed.) 20:33:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:33:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:33:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:33:09 (Reading database ... 12757 files and directories currently installed.) 20:33:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:33:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:33:09 Setting up apt (1.6.12ubuntu0.2) ... 20:33:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:33:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:33:10 (Reading database ... 12764 files and directories currently installed.) 20:33:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:33:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:33:10 Selecting previously unselected package libpython3.6-minimal:amd64. 20:33:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:33:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:33:10 Selecting previously unselected package libexpat1:amd64. 20:33:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:33:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:33:10 Selecting previously unselected package python3.6-minimal. 20:33:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:33:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:33:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:33:11 Checking for services that may need to be restarted...done. 20:33:11 Checking for services that may need to be restarted...done. 20:33:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:33:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:33:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:33:11 Selecting previously unselected package python3-minimal. 20:33:11 (Reading database ... 13012 files and directories currently installed.) 20:33:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:33:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:33:11 Selecting previously unselected package mime-support. 20:33:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:33:11 Unpacking mime-support (3.60ubuntu1) ... 20:33:12 Selecting previously unselected package libmpdec2:amd64. 20:33:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:33:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:33:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:33:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:33:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:33:12 Selecting previously unselected package python3.6. 20:33:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:33:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } 20:33:12 $ docker stop --time=1 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d 20:33:13 Selecting previously unselected package libpython3-stdlib:amd64. 20:33:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:33:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:33:13 Setting up python3-minimal (3.6.7-1~18.04) ... 20:33:13 Selecting previously unselected package python3. 20:33:13 (Reading database ... 13442 files and directories currently installed.) 20:33:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:33:13 Unpacking python3 (3.6.7-1~18.04) ... 20:33:13 Selecting previously unselected package multiarch-support. 20:33:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:33:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:33:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:33:13 Selecting previously unselected package liblzo2-2:amd64. 20:33:14 (Reading database ... 13479 files and directories currently installed.) 20:33:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:33:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:33:14 Selecting previously unselected package libbsd0:amd64. 20:33:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:33:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:33:14 Selecting previously unselected package sudo. 20:33:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:33:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:33:14 Selecting previously unselected package apparmor. 20:33:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:33:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:33:14 Selecting previously unselected package libedit2:amd64. 20:33:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:33:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:33:14 Selecting previously unselected package libkrb5support0:amd64. 20:33:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:33:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:33:14 Selecting previously unselected package libk5crypto3:amd64. 20:33:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:33:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:33:15 Selecting previously unselected package libkeyutils1:amd64. 20:33:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:33:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:33:15 Selecting previously unselected package libkrb5-3:amd64. 20:33:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:33:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:33:15 $ docker rm -f 103da69adf6872d0188c5e662de18727a8a790ff5bb9f8cd0726ebd9bc14d02d 20:33:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:33:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:33:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:33:15 Selecting previously unselected package libssl1.0.0:amd64. 20:33:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:33:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:33:15 Selecting previously unselected package openssh-client. 20:33:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:33:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:15 Selecting previously unselected package squashfs-tools. 20:33:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:33:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:33:15 Selecting previously unselected package snapd. 20:33:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:33:15 Unpacking snapd (2.48+18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:33:16 20:33:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:33:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:33:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:33:17 latest: Pulling from edgex-devops/edgex-compose-arm64 20:33:17 29e5d40040c1: Pulling fs layer 20:33:17 1ce36da41761: Pulling fs layer 20:33:17 25b303627fd3: Pulling fs layer 20:33:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:33:18 Setting up mime-support (3.60ubuntu1) ... 20:33:18 29e5d40040c1: Download complete 20:33:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:33:19 1ce36da41761: Verifying Checksum 20:33:19 1ce36da41761: Download complete 20:33:19 29e5d40040c1: Pull complete 20:33:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:33:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:33:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:19 Setting up systemd (237-3ubuntu10.44) ... 20:33:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:33:20 1ce36da41761: Pull complete 20:33:20 25b303627fd3: Download complete 20:33:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:33:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:33:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:33:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:33:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:33:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:33:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:33:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:33:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:33:21 Setting up python3 (3.6.7-1~18.04) ... 20:33:21 running python rtupdate hooks for python3.6... 20:33:21 running python post-rtupdate hooks for python3.6... 20:33:21 Setting up apparmor (2.12-4ubuntu5.1) ... 20:33:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:33:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:33:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:23 Setting up snapd (2.48+18.04) ... 20:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:33:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:33:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:33:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:33:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:33:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:33:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:33:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:33:24 /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:33:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:25 Processing triggers for systemd (237-3ubuntu10.44) ... 20:33:26 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:33:26 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:33:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:33:27 Reading package lists... 20:33:27 Reading package lists... 20:33:27 Building dependency tree... 20:33:27 Reading state information... 20:33:28 Calculating upgrade... 20:33:28 The following packages will be upgraded: 20:33:28 advancecomp base-files bash binutils binutils-common 20:33:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:33:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:33:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:33:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:33:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:33:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:33:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:33:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:33:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:33:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:33:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:33:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:33:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:33:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:33:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:33:28 Need to get 63.8 MB of archives. 20:33:28 After this operation, 5205 kB of additional disk space will be used. 20:33:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 20:33:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:33:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:33:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:33:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:33:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:33:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:33:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:33:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:33:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:33:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:33:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:33:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:33:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:33:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:33:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:33:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:33:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:33:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:33:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:33:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:33:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:33:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:33:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:33:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:33:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:33:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:33:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:33:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:33:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:33:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:33:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:33:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:33:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:33:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:33:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:33:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:33:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:33:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:33:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:33:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:33:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 20:33:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:33:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:33:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:33:28 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:33:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:33:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:33:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 20:33:28 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:33:28 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:33:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:33:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:33:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:33:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:33:28 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:33:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:33:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:33:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:33:29 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:33:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:33:29 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:33:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:33:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:33:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:33:29 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:33:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:33:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:33:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:33:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:33:29 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:33:29 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:33:29 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:33:29 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:33:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:33:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:33:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:33:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:33:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:33:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:33:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:33:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:33:30 Get:83 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:33:30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:33:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 20:33:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:33:30 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:33:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:33:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:33:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:33:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:33:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:33:30 Get:93 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:33:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:33:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:33:30 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:33:30 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:33:30 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:33:30 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:33:30 debconf: delaying package configuration, since apt-utils is not installed 20:33:30 Fetched 63.8 MB in 2s (29.2 MB/s) 20:33:30 (Reading database ... 13912 files and directories currently installed.) 20:33:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:33:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:30 25b303627fd3: Pull complete 20:33:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:33:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:33:30 prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container 20:33:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:33:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:33:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 20:33:31 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 20:33:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:33:33 (Reading database ... 13911 files and directories currently installed.) 20:33:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:33:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:33:33 (Reading database ... 13911 files and directories currently installed.) 20:33:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:33:33 (Reading database ... 13911 files and directories currently installed.) 20:33:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:33:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:34 $ docker top 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 -eo pid,comm 20:33:34 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh 20:33:34 (Reading database ... 13911 files and directories currently installed.) 20:33:34 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:33:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:33:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:33:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:33:35 Setting up base-files (10.1ubuntu2.10) ... 20:33:35 Installing new version of config file /etc/issue ... 20:33:35 Installing new version of config file /etc/issue.net ... 20:33:35 Installing new version of config file /etc/lsb-release ... 20:33:35 + docker-compose build --help 20:33:35 + grep parallel 20:33:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:33:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:33:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:33:35 Removing obsolete conffile /etc/default/motd-news ... 20:33:35 (Reading database ... 13912 files and directories currently installed.) 20:33:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:33:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:33:35 Setting up bash (4.4.18-2ubuntu1.2) ... 20:33:35 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:33:36 (Reading database ... 13912 files and directories currently installed.) 20:33:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:33:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:33:36 (Reading database ... 13912 files and directories currently installed.) 20:33:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:33:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:33:36 Setting up tar (1.29b-2ubuntu0.2) ... 20:33:36 (Reading database ... 13912 files and directories currently installed.) 20:33:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:33:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:33:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:33:37 (Reading database ... 13912 files and directories currently installed.) 20:33:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:33:37 (Reading database ... 13912 files and directories currently installed.) 20:33:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:33:37 (Reading database ... 13912 files and directories currently installed.) 20:33:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:33:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:33:37 Setting up grep (3.1-2build1) ... 20:33:37 (Reading database ... 13912 files and directories currently installed.) 20:33:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:33:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:33:38 Setting up login (1:4.5-1ubuntu2) ... 20:33:38 (Reading database ... 13912 files and directories currently installed.) 20:33:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:33:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:33:38 (Reading database ... 13912 files and directories currently installed.) 20:33:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:33:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:38 --parallel Build images in parallel. 20:33:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:33:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [Pipeline] } 20:33:39 $ docker stop --time=1 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 20:33:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:33:39 (Reading database ... 13912 files and directories currently installed.) 20:33:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:33:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:33:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:33:40 $ docker rm -f 7b611e1c1f5518bfe673f1a1d0b6c6578395e9bf4ba811bcfde8af9fd965cf25 20:33:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:33:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:33:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [Pipeline] // withDockerContainer 20:33:41 (Reading database ... 13912 files and directories currently installed.) 20:33:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:33:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:33:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:41 (Reading database ... 13912 files and directories currently installed.) 20:33:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:33:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:33:41 . [Pipeline] withDockerContainer 20:33:41 (Reading database ... 13912 files and directories currently installed.) 20:33:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:33:41 prd-ubuntu18.04-docker-arm64-4c-16g-23997 does not seem to be running inside a container 20:33:42 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:33:42 (Reading database ... 13912 files and directories currently installed.) 20:33:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:33:42 (Reading database ... 13912 files and directories currently installed.) 20:33:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:33:42 (Reading database ... 13912 files and directories currently installed.) 20:33:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:33:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:33:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:33:42 (Reading database ... 13912 files and directories currently installed.) 20:33:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:33:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:33:43 (Reading database ... 13912 files and directories currently installed.) 20:33:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:33:43 (Reading database ... 13912 files and directories currently installed.) 20:33:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:33:43 $ docker top 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 -eo pid,comm 20:33:43 (Reading database ... 13912 files and directories currently installed.) 20:33:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] { [Pipeline] sh 20:33:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:33:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:33:44 + docker-compose -f ./docker-compose-build.yml build --parallel 20:33:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:33:44 (Reading database ... 13912 files and directories currently installed.) 20:33:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:33:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:33:45 (Reading database ... 13912 files and directories currently installed.) 20:33:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:33:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:33:45 (Reading database ... 13914 files and directories currently installed.) 20:33:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:33:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:33:45 Setting up debconf (1.5.66ubuntu1) ... 20:33:45 (Reading database ... 13914 files and directories currently installed.) 20:33:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:33:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:33:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:33:46 (Reading database ... 13914 files and directories currently installed.) 20:33:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:33:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:33:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:33:46 (Reading database ... 13914 files and directories currently installed.) 20:33:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:33:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:33:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:33:46 (Reading database ... 13914 files and directories currently installed.) 20:33:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:33:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:33:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:33:47 (Reading database ... 13914 files and directories currently installed.) 20:33:47 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:33:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:33:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:33:47 (Reading database ... 13914 files and directories currently installed.) 20:33:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:33:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 20:33:47 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:33:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:33:47 (Reading database ... 13914 files and directories currently installed.) 20:33:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:33:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:33:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:33:48 (Reading database ... 13914 files and directories currently installed.) 20:33:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:33:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:33:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:33:48 (Reading database ... 13914 files and directories currently installed.) 20:33:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:48 Building docker-core-command-go ... 20:33:48 Building docker-core-data-go ... 20:33:48 Building docker-core-metadata-go ... 20:33:48 Building docker-security-bootstrapper-go ... 20:33:48 Building docker-security-proxy-setup-go ... 20:33:48 Building docker-security-secretstore-setup-go ... 20:33:48 Building docker-support-notifications-go ... 20:33:48 Building docker-support-scheduler-go ... 20:33:48 Building docker-sys-mgmt-agent-go ... 20:33:48 Building docker-support-notifications-go 20:33:48 Building docker-core-command-go 20:33:48 Building docker-core-data-go 20:33:48 Building docker-support-scheduler-go 20:33:48 Building docker-sys-mgmt-agent-go 20:33:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:33:48 (Reading database ... 13914 files and directories currently installed.) 20:33:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:33:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:33:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:33:49 (Reading database ... 13914 files and directories currently installed.) 20:33:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:33:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:33:49 Setting up passwd (1:4.5-1ubuntu2) ... 20:33:49 (Reading database ... 13914 files and directories currently installed.) 20:33:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:33:49 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:33:50 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:33:50 (Reading database ... 13914 files and directories currently installed.) 20:33:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:33:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:33:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:33:50 (Reading database ... 13914 files and directories currently installed.) 20:33:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:33:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:33:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:33:51 (Reading database ... 13914 files and directories currently installed.) 20:33:51 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:33:51 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:33:51 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:33:51 (Reading database ... 13914 files and directories currently installed.) 20:33:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:33:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:33:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:33:51 (Reading database ... 13914 files and directories currently installed.) 20:33:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:33:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:33:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:33:51 (Reading database ... 13914 files and directories currently installed.) 20:33:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:33:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:33:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:33:51 (Reading database ... 13915 files and directories currently installed.) 20:33:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:33:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:33:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:33:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:33:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:33:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:33:52 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 20:33:52 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 20:33:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:33:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:33:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:33:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:33:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:33:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:33:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:33:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:33:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:33:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:33:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:33:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:33:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:33:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:33:53 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:33:53 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:33:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:33:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:33:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:33:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:33:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:33:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:33:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:33:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:33:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:33:55 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:33:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:33:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:33:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:56 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:56 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:58 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:33:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:33:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:34:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:34:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:34:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:34:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:34:00 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:34:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:01 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:34:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:34:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:34:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:01 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:34:01 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:34:01 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:34:01 20:34:01 Current default time zone: 'Etc/UTC' 20:34:01 Local time is now: Fri Jan 29 20:34:01 UTC 2021. 20:34:01 Universal Time is now: Fri Jan 29 20:34:01 UTC 2021. 20:34:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:34:01 20:34:01 Setting up systemd-sysv (237-3ubuntu10.44) ... 20:34:01 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:01 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 20:34:01 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:34:01 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:34:01 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:34:01 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:34:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:34:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:34:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:34:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:34:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:34:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:02 Setting up patch (2.7.6-2ubuntu1.1) ... 20:34:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:34:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:34:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:34:02 Installing new version of config file /etc/ssl/openssl.cnf ... 20:34:02 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:34:02 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:34:02 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 20:34:04 Updating certificates in /etc/ssl/certs... 20:34:05 22 added, 17 removed; done. 20:34:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:34:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:05 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:34:05 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:34:05 Setting up pkgbinarymangler (138.18.04.1) ... 20:34:05 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:05 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:34:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:34:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:06 Setting up perl (5.26.1-6ubuntu0.5) ... 20:34:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:34:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:34:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:34:06 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:34:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:34:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:34:06 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:34:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:34:06 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:34:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:34:06 Processing triggers for systemd (237-3ubuntu10.44) ... 20:34:06 Processing triggers for mime-support (3.60ubuntu1) ... 20:34:06 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 20:34:06 Updating certificates in /etc/ssl/certs... 20:34:07 0 added, 0 removed; done. 20:34:07 Running hooks in /etc/ca-certificates/update.d... 20:34:07 done. 20:34:07 Reading package lists... 20:34:07 Building dependency tree... 20:34:07 Reading state information... 20:34:07 The following NEW packages will be installed: 20:34:07 apt-transport-https 20:34:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:34:07 Need to get 1696 B of archives. 20:34:07 After this operation, 153 kB of additional disk space will be used. 20:34:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:34:08 debconf: delaying package configuration, since apt-utils is not installed 20:34:08 Fetched 1696 B in 0s (25.9 kB/s) 20:34:08 Selecting previously unselected package apt-transport-https. 20:34:08 (Reading database ... 13929 files and directories currently installed.) 20:34:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:34:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:34:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:34:08 Waiting for network to be ready... 20:34:13 2021-01-29T20:34:11Z INFO Waiting for automatic snapd restart... 20:34:14 snapd 2.48.2 from Canonical* installed 20:34:15 "snapd" switched to the "latest/stable" channel 20:34:15 20:34:17 core18 20201210 from Canonical* installed 20:34:18 "core18" switched to the "latest/stable" channel 20:34:18 20:34:21 snapcraft 4.4.4 from Canonical* installed 20:34:21 "snapcraft" switched to the "latest/stable" channel 20:34:21 20:34:25 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:34:25 - README.md 20:34:25 - snapcraft.yaml.orig 20:34:25 20:34:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:34:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:34:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:34:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:34:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:34:32 Reading package lists... 20:34:33 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:34:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:34:40 Reading package lists... 20:34:40 Building dependency tree... 20:34:40 Reading state information... 20:34:40 Suggested packages: 20:34:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:34:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:34:40 Recommended packages: 20:34:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:34:40 The following NEW packages will be installed: 20:34:40 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:34:40 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:34:40 pkg-config zip 20:34:40 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:34:40 Need to get 7655 kB of archives. 20:34:40 After this operation, 43.7 MB of additional disk space will be used. 20:34:40 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:34:40 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:34:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:34:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:34:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:34:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:34:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:34:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:34:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:34:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:34:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:34:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:34:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:34:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:34:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:34:40 debconf: delaying package configuration, since apt-utils is not installed 20:34:40 Fetched 7655 kB in 1s (11.5 MB/s) 20:34:40 Selecting previously unselected package libglib2.0-0:amd64. 20:34:40 (Reading database ... 13933 files and directories currently installed.) 20:34:40 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:34:40 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:34:40 Selecting previously unselected package libpsl5:amd64. 20:34:40 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:34:40 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:34:40 Selecting previously unselected package libnghttp2-14:amd64. 20:34:40 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:34:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:34:41 Selecting previously unselected package librtmp1:amd64. 20:34:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:34:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:34:41 Selecting previously unselected package libcurl3-gnutls:amd64. 20:34:41 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:34:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:34:41 Selecting previously unselected package liberror-perl. 20:34:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:34:41 Unpacking liberror-perl (0.17025-1) ... 20:34:41 Selecting previously unselected package git-man. 20:34:41 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:34:41 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:34:41 Selecting previously unselected package git. 20:34:41 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:34:41 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:34:42 Selecting previously unselected package libnorm1:amd64. 20:34:42 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:34:42 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:34:42 Selecting previously unselected package libpgm-5.2-0:amd64. 20:34:42 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:34:42 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:34:42 Selecting previously unselected package libsodium23:amd64. 20:34:42 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:34:42 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:34:42 Selecting previously unselected package libzmq5:amd64. 20:34:42 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:34:42 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:34:42 Selecting previously unselected package libzmq3-dev:amd64. 20:34:42 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:34:42 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:34:42 Selecting previously unselected package pkg-config. 20:34:42 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:34:42 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:34:42 Selecting previously unselected package zip. 20:34:42 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:34:42 Unpacking zip (3.0-11build1) ... 20:34:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:34:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:34:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:34:43 Setting up liberror-perl (0.17025-1) ... 20:34:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:34:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:34:43 No schema files found: doing nothing. 20:34:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:34:43 Setting up zip (3.0-11build1) ... 20:34:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:34:43 Setting up libsodium23:amd64 (1.0.16-2) ... 20:34:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:34:43 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:34:43 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:34:43 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:34:43 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:34:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:34:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:34:50 git set to automatically installed. 20:34:50 git-man set to automatically installed. 20:34:50 libcurl3-gnutls set to automatically installed. 20:34:50 liberror-perl set to automatically installed. 20:34:50 libglib2.0-0 set to automatically installed. 20:34:50 libnghttp2-14 set to automatically installed. 20:34:50 libnorm1 set to automatically installed. 20:34:50 libpgm-5.2-0 set to automatically installed. 20:34:50 libpsl5 set to automatically installed. 20:34:50 librtmp1 set to automatically installed. 20:34:50 libsodium23 set to automatically installed. 20:34:50 libzmq3-dev set to automatically installed. 20:34:50 libzmq5 set to automatically installed. 20:34:50 pkg-config set to automatically installed. 20:34:50 zip set to automatically installed. 20:34:52 snapd is not logged in, snap install commands will use sudo 20:34:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:34:58 snap "core18" has no updates available 20:35:00 Pulling config-common 20:35:01 Pulling go-build-helper 20:35:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:35:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> cb434e6eccf5 20:35:10 Step 3/23 : WORKDIR /edgex-go 20:35:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:35:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> cb434e6eccf5 20:35:10 Step 3/23 : WORKDIR /edgex-go 20:35:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:35:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> cb434e6eccf5 20:35:10 Step 3/22 : WORKDIR /edgex-go 20:35:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:35:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> cb434e6eccf5 20:35:10 Step 3/26 : WORKDIR /edgex-go 20:35:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:35:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> cb434e6eccf5 20:35:10 Step 3/22 : WORKDIR /edgex-go 20:35:10 ---> Running in bd3a6e94fb17 20:35:10 ---> Running in 869d5a15fc36 20:35:10 ---> Running in f4f105dffcff 20:35:10 ---> Running in e56b8f9a213b 20:35:10 ---> Running in 8c0eba64ab1c 20:35:10 Removing intermediate container 8c0eba64ab1c 20:35:10 ---> ef2e43d4dc8b 20:35:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 Removing intermediate container e56b8f9a213b 20:35:10 ---> 9f8ca6c9a31b 20:35:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 Removing intermediate container f4f105dffcff 20:35:10 ---> e8be7a107cf4 20:35:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container bd3a6e94fb17 20:35:10 20:35:10 ---> a91c001c68bc 20:35:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 Removing intermediate container 869d5a15fc36 20:35:10 ---> 64d6dc1537ec 20:35:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 ---> Running in 3d25900703f6 20:35:10 ---> Running in cc28227f5b8a 20:35:10 ---> Running in 3d75eb6d99bb 20:35:10 ---> Running in 03a86dda012f 20:35:10 ---> Running in 78581ab66f38 20:35:10 Removing intermediate container cc28227f5b8a 20:35:10 ---> 8ed423c42de9 20:35:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:35:10 ---> Running in 80ec4fcae2e3 20:35:10 Removing intermediate container 3d75eb6d99bb 20:35:10 ---> f462a2ceff26 20:35:10 Step 5/26 : RUN apk add --update --no-cache make bash git 20:35:10 Removing intermediate container 03a86dda012f 20:35:10 ---> f62232174412 20:35:10 Step 5/22 : RUN apk add --update --no-cache make git 20:35:10 Removing intermediate container 3d25900703f6 20:35:10 ---> 406f9a27a875 20:35:10 Step 5/23 : RUN apk add --update --no-cache make git 20:35:10 ---> Running in 4bfe8ffaa0a2 20:35:10 Removing intermediate container 78581ab66f38 20:35:10 ---> 4a1356a29252 20:35:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:35:10 ---> Running in af99ad54e1f8 20:35:10 ---> Running in 59eada1cef14 20:35:10 ---> Running in a0d64d07972d 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:10 OK: 217 MiB in 51 packages 20:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:35:11 OK: 217 MiB in 51 packages 20:35:11 OK: 217 MiB in 51 packages 20:35:12 Removing intermediate container 80ec4fcae2e3 20:35:12 ---> 88612304b2ac 20:35:12 Step 6/23 : COPY go.mod . 20:35:12 OK: 217 MiB in 51 packages 20:35:12 OK: 217 MiB in 51 packages 20:35:13 ---> 508768bc504c 20:35:13 Step 7/23 : RUN go mod download 20:35:13 Removing intermediate container af99ad54e1f8 20:35:13 ---> f85353977d5b 20:35:13 Step 6/22 : COPY go.mod . 20:35:13 ---> Running in f847bf9f8183 20:35:13 Removing intermediate container 4bfe8ffaa0a2 20:35:13 ---> 6b8054b9d03c 20:35:13 Step 6/26 : COPY go.mod . 20:35:14 Removing intermediate container 59eada1cef14 20:35:14 ---> 1e730b7cd645 20:35:14 Step 6/23 : COPY go.mod . 20:35:14 Removing intermediate container a0d64d07972d 20:35:14 ---> b2d1539e2850 20:35:14 Step 6/22 : COPY go.mod . 20:35:14 ---> 92971c4cafe5 20:35:14 Step 7/22 : RUN go mod download 20:35:15 ---> Running in 4685e07e51d7 20:35:15 ---> 27004799f3ad 20:35:15 Step 7/26 : RUN go mod download 20:35:15 ---> 37544998c199 20:35:15 Step 7/23 : RUN go mod download 20:35:15 ---> Running in d6576217302e 20:35:15 ---> Running in d69fbc5308c7 20:35:15 ---> 4f37d499f89d 20:35:15 Step 7/22 : RUN go mod download 20:35:15 ---> Running in 79b2a4cb77d3 20:35:17 Removing intermediate container f847bf9f8183 20:35:17 ---> c0599130d1fd 20:35:17 Step 8/23 : COPY . . 20:35:19 Removing intermediate container 4685e07e51d7 20:35:19 ---> d96ad4c6ada0 20:35:19 Step 8/22 : COPY . . 20:35:20 Removing intermediate container d6576217302e 20:35:20 ---> 906600cd51b7 20:35:20 Step 8/26 : COPY . . 20:35:21 Removing intermediate container d69fbc5308c7 20:35:21 ---> 80d102ed06d4 20:35:21 Step 8/23 : COPY . . 20:35:21 Removing intermediate container 79b2a4cb77d3 20:35:21 ---> 08e100d68871 20:35:21 Step 8/22 : COPY . . 20:35:22 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:35:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:35:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:35:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:35:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 20:35:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:35:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:35:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:35:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:35:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:35:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:35:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:35:22 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 20:35:22 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 20:35:22 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:35:22 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:35:22 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:35:22 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:35:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 20:35:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 20:35:22 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 20:35:22 Get:22 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:35:22 Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:35:22 Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 20:35:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 20:35:22 Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 20:35:22 Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 20:35:22 Fetched 23.9 MB in 0s (0 B/s) 20:35:22 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:35:22 Fetched 96.5 kB in 0s (0 B/s) 20:35:22 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:35:22 Fetched 279 kB in 0s (0 B/s) 20:35:22 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:35:22 Fetched 122 kB in 0s (0 B/s) 20:35:22 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:35:22 Fetched 77.8 kB in 0s (0 B/s) 20:35:22 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:35:22 Fetched 8848 B in 0s (0 B/s) 20:35:22 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:35:22 Fetched 47.8 kB in 0s (0 B/s) 20:35:22 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:35:22 Fetched 45.6 kB in 0s (0 B/s) 20:35:22 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:35:22 Fetched 15.0 kB in 0s (0 B/s) 20:35:22 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:35:22 Fetched 214 kB in 0s (0 B/s) 20:35:22 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 20:35:22 Fetched 155 kB in 0s (0 B/s) 20:35:22 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:35:22 Fetched 50.6 kB in 0s (0 B/s) 20:35:22 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:35:22 Fetched 14.8 kB in 0s (0 B/s) 20:35:22 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:35:22 Fetched 41.8 kB in 0s (0 B/s) 20:35:22 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:35:22 Fetched 499 kB in 0s (0 B/s) 20:35:22 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:35:22 Fetched 111 kB in 0s (0 B/s) 20:35:22 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:35:22 Fetched 240 kB in 0s (0 B/s) 20:35:22 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:35:22 Fetched 29.3 kB in 0s (0 B/s) 20:35:22 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:35:22 Fetched 85.5 kB in 0s (0 B/s) 20:35:22 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:35:22 Fetched 24.5 kB in 0s (0 B/s) 20:35:22 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:35:22 Fetched 49.2 kB in 0s (0 B/s) 20:35:22 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:35:22 Fetched 54.2 kB in 0s (0 B/s) 20:35:22 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:35:22 Fetched 30.8 kB in 0s (0 B/s) 20:35:22 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 20:35:22 Fetched 17.0 kB in 0s (0 B/s) 20:35:22 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:35:22 Fetched 85.9 kB in 0s (0 B/s) 20:35:22 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:35:22 Fetched 8720 B in 0s (0 B/s) 20:35:22 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:35:22 Fetched 137 kB in 0s (0 B/s) 20:35:22 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:35:22 Fetched 119 kB in 0s (0 B/s) 20:35:22 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:35:22 Fetched 109 kB in 0s (0 B/s) 20:35:22 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:35:22 Fetched 11.1 kB in 0s (0 B/s) 20:35:22 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:35:22 Fetched 645 kB in 0s (0 B/s) 20:35:22 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:35:22 Fetched 41.3 kB in 0s (0 B/s) 20:35:22 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:35:22 Fetched 17.9 kB in 0s (0 B/s) 20:35:22 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:35:22 Fetched 368 kB in 0s (0 B/s) 20:35:22 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:35:22 Fetched 187 kB in 0s (0 B/s) 20:35:22 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:35:22 Fetched 175 kB in 0s (0 B/s) 20:35:22 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:35:27 Fetched 206 kB in 0s (0 B/s) 20:35:27 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:35:27 Fetched 1301 kB in 0s (0 B/s) 20:35:27 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:35:27 Fetched 36.2 kB in 0s (0 B/s) 20:35:27 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:35:27 Fetched 159 kB in 0s (0 B/s) 20:35:27 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:35:27 Fetched 107 kB in 0s (0 B/s) 20:35:27 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:35:27 Fetched 48.7 kB in 0s (0 B/s) 20:35:27 Pulling static-packages 20:35:27 'go115' has dependencies that need to be staged: static-packages go-build-helper 20:35:27 Skipping pull go-build-helper (already ran) 20:35:27 Skipping pull static-packages (already ran) 20:35:27 Building go-build-helper 20:35:31 Building static-packages 20:35:33 Staging go-build-helper 20:35:33 Staging static-packages 20:35:34 Pulling go115 20:35:35 'edgex-go' has dependencies that need to be staged: go115 20:35:35 Skipping pull go115 (already ran) 20:35:35 Building go115 20:35:35 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:35 Dload Upload Total Spent Left Speed 20:35:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 115M 38 44.1M 0 0 42.6M 0 0:00:02 0:00:01 0:00:01 42.5M 70 115M 70 80.9M 0 0 40.0M 0 0:00:02 0:00:02 --:--:-- 40.0M 100 115M 100 115M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M 20:35:39 go1.15.2.linux-amd64.tar.gz: OK 20:35:43 Staging go115 20:35:48 ---> d8ae4c1cad81 20:35:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:35:48 ---> 2c18d2b23d39 20:35:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:35:48 ---> 363bc94ca224 20:35:48 Step 9/23 : RUN make cmd/core-data/core-data 20:35:48 ---> c8b8c92130a5 20:35:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:35:48 ---> Running in aa2981ccb080 20:35:48 ---> Running in 9d14e0bb75d8 20:35:48 ---> Running in 15294270d5e1 20:35:48 ---> Running in aacbbfbbe155 20:35:48 ---> a3a687429369 20:35:48 Step 9/23 : RUN make cmd/core-command/core-command 20:35:48 ---> Running in 73363c3055bd 20:35:48 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:35:48 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:35:48 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:35:48 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:35:48 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:35:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:35:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:35:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:35:48 Fetched 0 B in 0s (0 B/s) 20:35:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:35:48 Fetched 224 kB in 0s (0 B/s) 20:35:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:35:48 Fetched 157 kB in 0s (0 B/s) 20:35:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:35:48 Fetched 221 kB in 0s (0 B/s) 20:35:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:35:48 Fetched 143 kB in 0s (0 B/s) 20:35:48 Pulling edgex-go 20:35:49 Pulling version 20:35:50 Building config-common 20:35:53 Skipping build go-build-helper (already ran) 20:35:53 Skipping build static-packages (already ran) 20:35:53 Skipping build go115 (already ran) 20:35:53 Building edgex-go 20:35:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:35:54 go: downloading github.com/gorilla/mux v1.8.0 20:35:54 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:35:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 20:35:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 20:35:54 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 20:35:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:35:54 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 20:35:54 go: downloading github.com/google/uuid v1.2.0 20:35:54 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 20:35:54 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 20:35:54 go: downloading github.com/x448/float16 v0.8.4 20:35:54 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:35:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:35:54 go: downloading github.com/pelletier/go-toml v1.2.0 20:35:54 go: downloading github.com/hashicorp/consul/api v1.1.0 20:35:54 go: downloading github.com/BurntSushi/toml v0.3.1 20:35:54 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:35:54 go: downloading github.com/pkg/errors v0.8.1 20:35:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:35:54 go: downloading gopkg.in/yaml.v2 v2.4.0 20:35:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:35:54 go: downloading github.com/imdario/mergo v0.3.11 20:35:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:35:54 go: downloading github.com/pebbe/zmq4 v1.2.2 20:35:54 go: downloading github.com/go-kit/kit v0.8.0 20:35:54 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:35:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:35:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:35:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:35:54 go: downloading github.com/mitchellh/copystructure v1.0.0 20:35:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:35:54 go: downloading github.com/leodido/go-urn v1.2.0 20:35:54 go: downloading github.com/go-playground/universal-translator v0.17.0 20:35:54 go: downloading github.com/hashicorp/serf v0.8.2 20:35:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:35:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:35:55 go: downloading github.com/go-playground/locales v0.13.0 20:35:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:35:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:35:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:36:02 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:36:06 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:36:08 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:36:09 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:36:09 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:36:09 go: downloading github.com/stretchr/testify v1.7.0 20:36:09 go: downloading github.com/pmezard/go-difflib v1.0.0 20:36:09 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:36:09 go: downloading github.com/davecgh/go-spew v1.1.1 20:36: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:36:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:36:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:36:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:36:13 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:36:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:36:15 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:36:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:36:17 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:36:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:36:18 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:36:18 go: downloading github.com/lib/pq v1.9.0 20:36:21 Building version 20:36:23 Staging config-common 20:36:24 Skipping stage go-build-helper (already ran) 20:36:24 Skipping stage static-packages (already ran) 20:36:24 Skipping stage go115 (already ran) 20:36:24 Staging edgex-go 20:36:25 Staging version 20:36:26 Priming config-common 20:36:27 Priming go-build-helper 20:36:27 Priming static-packages 20:36:30 Priming go115 20:36:31 Priming edgex-go 20:36:32 Priming version 20:36:33 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:37:25 Removing intermediate container 9d14e0bb75d8 20:37:25 ---> 2d1e2cb30689 20:37:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:37:25 ---> Running in 8157103b72ec 20:37:26 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:37:28 Removing intermediate container aacbbfbbe155 20:37:28 ---> d3020bc38984 20:37:28 20:37:28 Step 10/22 : FROM alpine:3.12 20:37:28 3.12: Pulling from library/alpine 20:37:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:37:29 Status: Downloaded newer image for alpine:3.12 20:37:29 ---> afeebe901d6b 20:37:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:37:30 ---> Running in 84c350dbddfa 20:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:32 Removing intermediate container 8157103b72ec 20:37:32 ---> d3c93996ade5 20:37:32 20:37:32 Step 11/26 : FROM docker:20.10.0 20:37:32 20.10.0: Pulling from library/docker 20:37:33 (1/2) Installing ca-certificates (20191127-r4) 20:37:33 (2/2) Installing dumb-init (1.2.2-r1) 20:37:33 Executing busybox-1.31.1-r19.trigger 20:37:33 Executing ca-certificates-20191127-r4.trigger 20:37:34 OK: 6 MiB in 16 packages 20:37:38 Removing intermediate container 84c350dbddfa 20:37:38 ---> 3bba154adf65 20:37:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:37:39 ---> Running in 5f7cad740e62 20:37:40 Removing intermediate container 5f7cad740e62 20:37:40 ---> 68fdc3d68507 20:37:40 Step 13/22 : ENV APP_PORT=48060 20:37:41 ---> Running in 02392030d539 20:37:41 Removing intermediate container aa2981ccb080 20:37:41 ---> 40a94bd6a684 20:37:41 20:37:41 Step 10/22 : FROM alpine:3.12 20:37:41 ---> afeebe901d6b 20:37:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:37:42 Removing intermediate container 73363c3055bd 20:37:42 ---> 26d8fb6e0b93 20:37:42 20:37:42 Step 10/23 : FROM alpine:3.12 20:37:42 ---> afeebe901d6b 20:37:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:37:42 ---> Running in 8fe4c2be4fbd 20:37:42 Removing intermediate container 02392030d539 20:37:42 ---> b86cdfe89549 20:37:42 Step 14/22 : EXPOSE $APP_PORT 20:37:42 ---> Running in a4b52d4f00c7 20:37:43 ---> Running in 85956f1b3fe0 20:37:44 Removing intermediate container 85956f1b3fe0 20:37:44 ---> 0f6eb2bfb79f 20:37:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:45 (1/1) Installing dumb-init (1.2.2-r1) 20:37:45 Executing busybox-1.31.1-r19.trigger 20:37:45 (1/1) Installing dumb-init (1.2.2-r1) 20:37:45 Executing busybox-1.31.1-r19.trigger 20:37:45 OK: 5 MiB in 15 packages 20:37:45 OK: 5 MiB in 15 packages 20:37:46 ---> f59bcd94ef89 20:37:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:37:48 Removing intermediate container a4b52d4f00c7 20:37:48 ---> cadf930dd884 20:37:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:37:49 Removing intermediate container 8fe4c2be4fbd 20:37:49 ---> 960e46330d8d 20:37:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:37:49 ---> Running in 89d885a09c00 20:37:49 ---> 5a12a018ec32 20:37:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:37:49 ---> Running in f8eb3d607136 20:37:50 Removing intermediate container 89d885a09c00 20:37:50 ---> ce7bcf646672 20:37:50 Step 13/23 : ENV APP_PORT=48082 20:37:51 ---> Running in 2d85c82aac3c 20:37:51 Removing intermediate container f8eb3d607136 20:37:51 ---> c9cf002472fc 20:37:51 Step 13/22 : ENV APP_PORT=48085 20:37:51 ---> 56a33909ed95 20:37:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:37:51 ---> Running in 9d1eb836f3f2 20:37:51 ---> Running in 70fa4e97a95b 20:37:51 Removing intermediate container 2d85c82aac3c 20:37:51 ---> 3299cc1fdfb1 20:37:51 Step 14/23 : EXPOSE $APP_PORT 20:37:51 ---> Running in a199f0d4ea5b 20:37:52 Removing intermediate container 9d1eb836f3f2 20:37:52 ---> 73bfc78ae73e 20:37:52 Step 14/22 : EXPOSE $APP_PORT 20:37:52 Removing intermediate container 70fa4e97a95b 20:37:52 ---> 0a9855ca79b8 20:37:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:53 ---> Running in faf4888a6d4f 20:37:53 ---> Running in 279c454668e3 20:37:53 Removing intermediate container a199f0d4ea5b 20:37:53 ---> 84ee43a67a7e 20:37:53 Step 15/23 : WORKDIR / 20:37:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:37:53 Status: Downloaded newer image for docker:20.10.0 20:37:53 ---> eeaf43b92773 20:37:53 Step 12/26 : RUN apk add --no-cache bash 20:37:53 ---> Running in c13f9fd8c2c7 20:37:53 ---> Running in 3494b248165e 20:37:54 Removing intermediate container faf4888a6d4f 20:37:54 ---> 38bcb5ec483c 20:37:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:54 Removing intermediate container 279c454668e3 20:37:54 ---> 26df914aa15c 20:37:54 Step 20/22 : LABEL arch=arm64 20:37:54 ---> Running in 673f26829cef 20:37:54 Removing intermediate container 15294270d5e1 20:37:54 ---> 57fd8eabdbe6 20:37:54 20:37:54 Step 10/23 : FROM alpine:3.12 20:37:54 ---> afeebe901d6b 20:37:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:37:54 Removing intermediate container c13f9fd8c2c7 20:37:54 ---> 32ec8c908a38 20:37:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:54 ---> Running in e6dc119d91e3 20:37:55 Removing intermediate container 673f26829cef 20:37:55 ---> cbe4bab072d7 20:37:55 Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:37:55 ---> d07977ec7060 20:37:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:37:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:55 ---> Running in 57c356a97d78 20:37:55 Removing intermediate container e6dc119d91e3 20:37:55 ---> b32e44b55c3d 20:37:55 Step 12/23 : ENV APP_PORT=48080 20:37:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:55 ---> 9b02c18b64e7 20:37:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:37:55 ---> Running in 3246324783a4 20:37:56 Removing intermediate container 57c356a97d78 20:37:56 ---> 13a6e7b62dda 20:37:56 Step 22/22 : LABEL version=0.0.0 20:37:56 (1/2) Installing readline (8.0.4-r0) 20:37:56 (2/2) Installing bash (5.0.17-r0) 20:37:56 Executing bash-5.0.17-r0.post-install 20:37:56 ---> Running in 1fa6f6d4a395 20:37:56 Executing busybox-1.31.1-r19.trigger 20:37:56 OK: 12 MiB in 22 packages 20:37:56 Removing intermediate container 3246324783a4 20:37:56 ---> a911ac3ee65d 20:37:56 Step 13/23 : EXPOSE $APP_PORT 20:37:57 ---> f1b78e9f0bd9 20:37:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:37:57 ---> Running in b5d1783ffd9c 20:37:57 Removing intermediate container 1fa6f6d4a395 20:37:57 ---> 06b31a8e3339 20:37:57 20:37:57 ---> dee47669c756 20:37:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:37:57 Removing intermediate container b5d1783ffd9c 20:37:57 ---> 13694bfc5535 20:37:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:58 Successfully built 06b31a8e3339 20:37:58 Successfully tagged docker-support-notifications-go-arm64:latest 20:37:58  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 20:37:58 ---> Running in 4ebf63c39a0d 20:37:58 ---> 6e1f68541152 20:37:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:37:58 Removing intermediate container 3494b248165e 20:37:58 ---> f6df570def2d 20:37:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:37:58 ---> 8c2f0cd5a22e 20:37:58 Step 19/23 : ENTRYPOINT ["/core-command"] 20:37:58 ---> Running in edaa66a414bc 20:37:58 ---> Running in 85eef1af7931 20:37:59 ---> Running in 579b104d5e9c 20:37:59 Removing intermediate container edaa66a414bc 20:37:59 ---> 4395386db537 20:37:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:59 Removing intermediate container 85eef1af7931 20:37:59 ---> 5b36330e7e37 20:37:59 Step 14/26 : ENV APP_PORT=48090 20:37:59 Removing intermediate container 579b104d5e9c 20:37:59 ---> a48dbbc22cf5 20:37:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:38:00 ---> Running in be2188447e3a 20:38:00 ---> Running in 1f9d08fe6dad 20:38:00 ---> Running in 49fe0e2af4a9 20:38:01 Removing intermediate container be2188447e3a 20:38:01 Removing intermediate container 1f9d08fe6dad 20:38:01 ---> 3a4dd6346480 20:38:01 ---> e2529f532062 20:38:01 Removing intermediate container 49fe0e2af4a9 20:38:01 Step 20/22 : LABEL arch=arm64Step 15/26 : EXPOSE $APP_PORT 20:38:01 20:38:01 ---> b4e40ec98854 20:38:01 Step 21/23 : LABEL arch=arm64 20:38:02 Removing intermediate container 4ebf63c39a0d 20:38:02 ---> fdf552b0d4bb 20:38:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:38:02 ---> Running in fb7e2f5dc059 20:38:02 ---> Running in 266eb5b9075d 20:38:02 ---> Running in e6084d601497 20:38:02 ---> Running in 141b71d22e5a 20:38:03 Removing intermediate container fb7e2f5dc059 20:38:03 Removing intermediate container e6084d601497 20:38:03 ---> 91c1f0c42c5f 20:38:03 Step 21/22 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:38:03 ---> 909ab28c5f5b 20:38:03 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:38:03 Removing intermediate container 266eb5b9075d 20:38:03 ---> dd4075eea2c4 20:38:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:38:03 ---> Running in 446ed4f23ac3 20:38:03 ---> Running in 49437cfaf925 20:38:04 Removing intermediate container 446ed4f23ac3 20:38:04 ---> eb2358cb8170 20:38:04 Step 23/23 : LABEL version=0.0.0 20:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:05 Removing intermediate container 49437cfaf925 20:38:05 ---> 2c3e8b942bea 20:38:05 Step 22/22 : LABEL version=0.0.0 20:38:05 ---> Running in 90f5736beeb8 20:38:05 ---> 87c6fa7ac3ac 20:38:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:38:05 ---> Running in 57a9fa0c064b 20:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:05 Removing intermediate container 57a9fa0c064b 20:38:05 ---> 32236b1870a8 20:38:05 20:38:05 Removing intermediate container 90f5736beeb8 20:38:05 ---> 3ab23f63b5ec 20:38:05 20:38:06 ---> 76f6698e5c4e 20:38:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:38:06 Successfully built 32236b1870a8 20:38:06 Successfully tagged docker-support-scheduler-go-arm64:latest 20:38:06  Building docker-support-scheduler-go ... done Successfully built 3ab23f63b5ec 20:38:06 Building docker-security-proxy-setup-go 20:38:06 Successfully tagged docker-core-command-go-arm64:latest 20:38:06  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 20:38:06 (1/6) Installing dumb-init (1.2.2-r1) 20:38:06 (2/6) Installing libgcc (9.3.0-r2) 20:38:06 (3/6) Installing libsodium (1.0.18-r0) 20:38:07 (4/6) Installing libstdc++ (9.3.0-r2) 20:38:07 (5/6) Installing libzmq (4.3.3-r0) 20:38:07 (6/6) Installing zeromq (4.3.3-r0) 20:38:07 ---> 8eb202ace94b 20:38:07 Step 19/26 : RUN apk --no-cache add py3-pip 20:38:07 Executing busybox-1.31.1-r19.trigger 20:38:07 OK: 8 MiB in 20 packages 20:38:07 ---> Running in 50dd3104c848 20:38:09 Removing intermediate container 141b71d22e5a 20:38:09 ---> e75fe661b1ee 20:38:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:09 (1/33) Installing libbz2 (1.0.8-r1) 20:38:09 (2/33) Installing expat (2.2.9-r1) 20:38:09 (3/33) Installing libffi (3.3-r2) 20:38:09 (4/33) Installing gdbm (1.13-r1) 20:38:09 (5/33) Installing xz-libs (5.2.5-r0) 20:38:09 (6/33) Installing sqlite-libs (3.32.1-r0) 20:38:09 (7/33) Installing python3 (3.8.5-r0) 20:38:10 ---> 5989be263dfb 20:38:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:38:11 (8/33) Installing py3-appdirs (1.4.4-r1) 20:38:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:38:11 (10/33) Installing py3-parsing (2.4.7-r0) 20:38:11 (11/33) Installing py3-six (1.15.0-r0) 20:38:11 (12/33) Installing py3-packaging (20.4-r0) 20:38:11 (13/33) Installing py3-setuptools (47.0.0-r0) 20:38:11 (14/33) Installing py3-chardet (3.0.4-r4) 20:38:12 (15/33) Installing py3-idna (2.9-r0) 20:38:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:38:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:38:12 (18/33) Installing py3-requests (2.23.0-r0) 20:38:12 (19/33) Installing py3-msgpack (1.0.0-r0) 20:38:12 (20/33) Installing py3-lockfile (0.12.2-r3) 20:38:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:38:12 (22/33) Installing py3-colorama (0.4.3-r0) 20:38:12 (23/33) Installing py3-distlib (0.3.0-r0) 20:38:12 (24/33) Installing py3-distro (1.5.0-r1) 20:38:12 (25/33) Installing py3-webencodings (0.5.1-r3) 20:38:12 (26/33) Installing py3-html5lib (1.0.1-r4) 20:38:12 (27/33) Installing py3-pytoml (0.1.21-r0) 20:38:12 (28/33) Installing py3-pep517 (0.8.2-r0) 20:38:12 (29/33) Installing py3-progress (1.5-r0) 20:38:12 (30/33) Installing py3-toml (0.10.1-r0) 20:38:12 (31/33) Installing py3-retrying (1.3.3-r0) 20:38:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:38:12 (33/33) Installing py3-pip (20.1.1-r0) 20:38:12 Executing busybox-1.31.1-r19.trigger 20:38:12 OK: 71 MiB in 55 packages 20:38:14 ---> 5e0b179dd707 20:38:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:38:16 ---> 86b0e25b71eb 20:38:16 Step 19/23 : ENTRYPOINT ["/core-data"] 20:38:16 ---> Running in 3e03f470263e 20:38:17 Removing intermediate container 3e03f470263e 20:38:17 ---> 840975fa42cc 20:38:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:38:19 ---> Running in 2a01342308b7 20:38:20 Removing intermediate container 2a01342308b7 20:38:20 ---> 718897d67a16 20:38:20 Step 21/23 : LABEL arch=arm64 20:38:21 ---> Running in ba8784760e30 20:38:21 Removing intermediate container 50dd3104c848 20:38:21 ---> 75a7aef85174 20:38:21 Step 20/26 : RUN pip install docker-compose==1.23.2 20:38:22 Removing intermediate container ba8784760e30 20:38:22 ---> 2c5c9d534bc6 20:38:22 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:38:22 ---> Running in d5c7d0c00b55 20:38:22 ---> Running in 03b3fbb155bd 20:38:22 Removing intermediate container 03b3fbb155bd 20:38:22 ---> 842309682a3f 20:38:22 Step 23/23 : LABEL version=0.0.0 20:38:23 ---> Running in 1bb22d894bc6 20:38:23 Removing intermediate container 1bb22d894bc6 20:38:23 ---> 9ea0f2d6467a 20:38:23 20:38:24 Successfully built 9ea0f2d6467a 20:38:24 Successfully tagged docker-core-data-go-arm64:latest 20:38:24  Building docker-core-data-go ... done Building docker-core-metadata-go 20:38:27 Collecting docker-compose==1.23.2 20:38:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:38:28 Collecting websocket-client<1.0,>=0.32.0 20:38:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:38:29 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:29 Step 2/34 : FROM ${BUILDER_BASE} AS builder 20:38:29 ---> cb434e6eccf5 20:38:29 Step 3/34 : WORKDIR /edgex-go 20:38:29 ---> Using cache 20:38:29 ---> 64d6dc1537ec 20:38:29 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:29 ---> Using cache 20:38:29 ---> 4a1356a29252 20:38:29 Step 5/34 : RUN apk add --update --no-cache make git 20:38:30 Collecting PyYAML<4,>=3.10 20:38:30 Downloading PyYAML-3.13.tar.gz (270 kB) 20:38:30 ---> Running in 0b6b3449b8dc 20:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:34 OK: 217 MiB in 51 packages 20:38:35 Collecting jsonschema<3,>=2.5.1 20:38:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:38:36 Collecting dockerpty<0.5,>=0.4.1 20:38:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:38:37 Removing intermediate container 0b6b3449b8dc 20:38:37 ---> cdf2157bf9c8 20:38:37 Step 6/34 : COPY go.mod . 20:38:39 ---> b16201df9e9f 20:38:39 Step 7/34 : RUN go mod download 20:38:39 Collecting docopt<0.7,>=0.6.1 20:38:39 Downloading docopt-0.6.2.tar.gz (25 kB) 20:38:39 ---> Running in 37b9b9648422 20:38:42 Collecting cached-property<2,>=1.2.0 20:38:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:38:43 Collecting texttable<0.10,>=0.9.0 20:38:43 Downloading texttable-0.9.1.tar.gz (11 kB) 20:38:44 Removing intermediate container 37b9b9648422 20:38:44 ---> f4119c48ef5e 20:38:44 Step 8/34 : COPY . . 20:38:45 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:38:46 Collecting docker<4.0,>=3.6.0 20:38:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:38:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:38:47 ---> cb434e6eccf5 20:38:47 Step 3/21 : WORKDIR /edgex-go 20:38:47 ---> Using cache 20:38:47 ---> 64d6dc1537ec 20:38:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:47 ---> Using cache 20:38:47 ---> 4a1356a29252 20:38:47 Step 5/21 : RUN apk add --update --no-cache make git 20:38:47 ---> Using cache 20:38:47 ---> cdf2157bf9c8 20:38:47 Step 6/21 : COPY go.mod . 20:38:47 ---> Using cache 20:38:47 ---> b16201df9e9f 20:38:47 Step 7/21 : RUN go mod download 20:38:47 ---> Using cache 20:38:47 ---> f4119c48ef5e 20:38:47 Step 8/21 : COPY . . 20:38:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:38:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:38:48 Collecting docker-pycreds>=0.4.0 20:38:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:38:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:38:48 ---> cb434e6eccf5 20:38:48 Step 3/24 : WORKDIR /edgex-go 20:38:48 ---> Using cache 20:38:48 ---> 64d6dc1537ec 20:38:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:48 ---> Using cache 20:38:48 ---> 4a1356a29252 20:38:48 Step 5/24 : RUN apk add --update --no-cache make git 20:38:48 ---> Using cache 20:38:48 ---> cdf2157bf9c8 20:38:48 Step 6/24 : COPY go.mod . 20:38:48 ---> Using cache 20:38:48 ---> b16201df9e9f 20:38:48 Step 7/24 : RUN go mod download 20:38:48 ---> Using cache 20:38:48 ---> f4119c48ef5e 20:38:48 Step 8/24 : COPY . . 20:38:48 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:38:49 Collecting idna<2.8,>=2.5 20:38:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:38:50 Collecting urllib3<1.25,>=1.21.1 20:38:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:38:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:38:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:38:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:38:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:38:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:38:51 Installing collected packages: websocket-client, PyYAML, jsonschema, dockerpty, docopt, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose 20:38:51 Running setup.py install for PyYAML: started 20:38:54 Running setup.py install for PyYAML: finished with status 'done' 20:38:54 Running setup.py install for dockerpty: started 20:38:57 Running setup.py install for dockerpty: finished with status 'done' 20:38:57 Running setup.py install for docopt: started 20:38:59 Running setup.py install for docopt: finished with status 'done' 20:38:59 Running setup.py install for texttable: started 20:38:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:38:59 ---> cb434e6eccf5 20:38:59 Step 3/23 : WORKDIR /edgex-go 20:38:59 ---> Using cache 20:38:59 ---> 64d6dc1537ec 20:38:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:59 ---> Using cache 20:38:59 ---> 4a1356a29252 20:38:59 Step 5/23 : RUN apk add --update --no-cache make git 20:38:59 ---> Using cache 20:38:59 ---> cdf2157bf9c8 20:38:59 Step 6/23 : COPY go.mod . 20:38:59 ---> Using cache 20:38:59 ---> b16201df9e9f 20:38:59 Step 7/23 : RUN go mod download 20:38:59 ---> Using cache 20:38:59 ---> f4119c48ef5e 20:38:59 Step 8/23 : COPY . . 20:39:01 Running setup.py install for texttable: finished with status 'done' 20:39:01 Attempting uninstall: idna 20:39:01 Found existing installation: idna 2.9 20:39:01 Uninstalling idna-2.9: 20:39:01 Successfully uninstalled idna-2.9 20:39:02 Attempting uninstall: urllib3 20:39:02 Found existing installation: urllib3 1.25.9 20:39:02 Uninstalling urllib3-1.25.9: 20:39:02 Successfully uninstalled urllib3-1.25.9 20:39:03 Attempting uninstall: requests 20:39:03 Found existing installation: requests 2.23.0 20:39:03 Uninstalling requests-2.23.0: 20:39:03 Successfully uninstalled requests-2.23.0 20:39:10 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:39:18 ---> 1f260ec401c1 20:39:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:39:18 ---> 3ba58f0092f4 20:39:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:39:18 ---> d79d4aabb889 20:39:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:39:18 ---> dc1330c79888 20:39:18 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 20:39:18 ---> Running in e13e33724954 20:39:18 ---> Running in ec67758aec78 20:39:18 ---> Running in 6a6940eaf5d4 20:39:18 ---> Running in cdc44fdbdefa 20:39:19 Removing intermediate container 6a6940eaf5d4 20:39:19 ---> 8113e374019a 20:39:19 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 20:39:19 Removing intermediate container d5c7d0c00b55 20:39:19 ---> 8aa7e43c8c08 20:39:19 Step 21/26 : RUN apk --no-cache add curl 20:39:19 ---> Running in 42fd7b1254a4 20:39:19 ---> Running in 549393e420c7 20:39:20 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:39: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:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:39:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:39:22 (2/3) Installing libcurl (7.69.1-r3) 20:39:22 (3/3) Installing curl (7.69.1-r3) 20:39:22 Executing busybox-1.31.1-r19.trigger 20:39:22 OK: 71 MiB in 58 packages 20:39:24 Removing intermediate container 549393e420c7 20:39:24 ---> 87b1db646283 20:39:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:39:24 ---> Running in 59457e6d5b2a 20:39:24 Removing intermediate container 59457e6d5b2a 20:39:24 ---> bd84a1d65073 20:39:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:24 ---> Running in 6cbb288a96ef 20:39:25 Removing intermediate container 6cbb288a96ef 20:39:25 ---> 3e96b6930f1b 20:39:25 Step 24/26 : LABEL arch=arm64 20:39:25 ---> Running in 1aac7e0a4666 20:39:26 Removing intermediate container 1aac7e0a4666 20:39:26 ---> 313aa62a102d 20:39:26 Step 25/26 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:39:26 ---> Running in ec77e8fe29ce 20:39:27 Removing intermediate container ec77e8fe29ce 20:39:27 ---> bf1f40c7532d 20:39:27 Step 26/26 : LABEL version=0.0.0 20:39:27 ---> Running in b6c59776e932 20:39:28 Removing intermediate container b6c59776e932 20:39:28 ---> ba33c65a5fb0 20:39:28 20:39:28 Successfully built ba33c65a5fb0 20:39:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:40:25  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:40:25 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:40:25 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:40:36 Removing intermediate container e13e33724954 20:40:36 ---> c7c370c5b10d 20:40:36 20:40:36 Step 10/24 : FROM alpine:3.12 20:40:36 ---> afeebe901d6b 20:40:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:40:36 ---> Running in 3daa02cf271c 20:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:38 (1/5) Installing ca-certificates (20191127-r4) 20:40:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:40:38 (3/5) Installing libcurl (7.69.1-r3) 20:40:38 (4/5) Installing curl (7.69.1-r3) 20:40:38 (5/5) Installing dumb-init (1.2.2-r1) 20:40:38 Executing busybox-1.31.1-r19.trigger 20:40:38 Executing ca-certificates-20191127-r4.trigger 20:40:38 OK: 7 MiB in 19 packages 20:40:39 Removing intermediate container ec67758aec78 20:40:39 ---> 26e1eb12fecc 20:40:39 20:40:39 Step 10/21 : FROM alpine:3.12 20:40:39 ---> afeebe901d6b 20:40:39 Step 11/21 : RUN apk add --update --no-cache curl 20:40:40 ---> Running in e667ec625cdd 20:40:40 + mkdir -p /tmp/build/dist/linux 20:40:40 + cd /tmp/build/dist/linux 20:40:40 + git clone https://github.com/jwilder/dockerize.git . 20:40:40 Cloning into '.'... 20:40:41 + go get github.com/robfig/glock 20:40:41 Removing intermediate container 3daa02cf271c 20:40:41 ---> c9e5ace8b368 20:40:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:40:41 ---> Running in f0a61ee11e12 20:40:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:42 Removing intermediate container f0a61ee11e12 20:40:42 ---> 17c4b10da9b1 20:40:42 Step 13/24 : WORKDIR / 20:40:42 ---> Running in fba6119aed64 20:40:42 (1/4) Installing ca-certificates (20191127-r4) 20:40:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:40:42 (3/4) Installing libcurl (7.69.1-r3) 20:40:42 (4/4) Installing curl (7.69.1-r3) 20:40:42 Executing busybox-1.31.1-r19.trigger 20:40:43 Executing ca-certificates-20191127-r4.trigger 20:40:43 Removing intermediate container fba6119aed64 20:40:43 ---> f99b0c05ae69 20:40:43 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:40:43 OK: 7 MiB in 18 packages 20:40:44 ---> 759574e66a11 20:40:44 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:40:45 ---> e2a2ece5f417 20:40:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:40:45 Removing intermediate container e667ec625cdd 20:40:45 ---> 228b347194eb 20:40:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:40:46 ---> Running in c41707a6851a 20:40:46 Removing intermediate container c41707a6851a 20:40:46 ---> 5ff0018ecfd6 20:40:46 Step 13/21 : WORKDIR /edgex 20:40:46 ---> f14a209bbf10 20:40:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:40:47 ---> Running in 0b38cddea59f 20:40:48 Removing intermediate container 0b38cddea59f 20:40:48 ---> 01c08ada12a9 20:40:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:40:48 ---> 6015fb29a5e0 20:40:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:40:50 ---> a887efccaa63 20:40:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:40:50 ---> 668840c25919 20:40:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:40:51 ---> 316e0515cb7a 20:40:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:40:51 ---> 1b2176a72a09 20:40:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:40:52 ---> Running in e857d0315273 20:40:53 ---> 8ac888971157 20:40:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:40:53 ---> Running in 96d32081ebba 20:40:53 Removing intermediate container cdc44fdbdefa 20:40:53 ---> fe627675838a 20:40:53 20:40:53 Step 10/23 : FROM alpine:3.12 20:40:53 ---> afeebe901d6b 20:40:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:40:53 ---> Using cache 20:40:53 ---> 960e46330d8d 20:40:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:40:53 ---> Using cache 20:40:53 ---> c9cf002472fc 20:40:53 Step 13/23 : ENV APP_PORT=48081 20:40:53 ---> Running in 9eb67750cdb7 20:40:54 Removing intermediate container 96d32081ebba 20:40:54 ---> 65b3f8bab49b 20:40:54 Step 18/21 : CMD ["--init=true"] 20:40:54 ---> Running in 659637213e03 20:40:55 Removing intermediate container 9eb67750cdb7 20:40:55 ---> 0d22ced67d0d 20:40:55 Step 14/23 : EXPOSE $APP_PORT 20:40:55 ---> Running in a89c20edc44d 20:40:55 Removing intermediate container 659637213e03 20:40:55 ---> 787869a08aa2 20:40:55 Step 19/21 : LABEL arch=arm64 20:40:55 ---> Running in 8e54c91e46c0 20:40:56 Removing intermediate container e857d0315273 20:40:56 ---> b148f9151f9e 20:40:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:40:56 ---> Running in 25674cee3456 20:40:56 Removing intermediate container a89c20edc44d 20:40:56 ---> ad79d35c0ff6 20:40:56 Step 15/23 : WORKDIR / 20:40:56 Removing intermediate container 8e54c91e46c0 20:40:56 ---> 9a324afd7c89 20:40:56 Step 20/21 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:40:56 ---> Running in 8a9a82396aac 20:40:57 ---> Running in 6e0bc29da12d 20:40:57 Removing intermediate container 25674cee3456 20:40:57 ---> 5ff74151b48c 20:40:57 Step 22/24 : LABEL arch=arm64 20:40:57 ---> Running in bcac04ce6363 20:40:57 Removing intermediate container 8a9a82396aac 20:40:57 ---> b1a6b9bd8f63 20:40:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:57 Removing intermediate container 6e0bc29da12d 20:40:57 ---> b2f07553899c 20:40:57 Step 21/21 : LABEL version=0.0.0 20:40:57 ---> Running in b442962080c9 20:40:58 Removing intermediate container bcac04ce6363 20:40:58 ---> e5eece2b3ff9 20:40:58 Step 23/24 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:40:58 ---> Running in d4615c1091a7 20:40:58 Removing intermediate container b442962080c9 20:40:58 ---> 078efbcc1ab3 20:40:58 20:40:58 ---> 36bf634b2998 20:40:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:40:59 Removing intermediate container d4615c1091a7 20:40:59 ---> cd2b7e68d00f 20:40:59 Step 24/24 : LABEL version=0.0.0 20:40:59 Successfully built 078efbcc1ab3 20:40:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:40:59  Building docker-security-proxy-setup-go ... done  ---> Running in cab74a28eaed 20:40:59 Removing intermediate container cab74a28eaed 20:40:59 ---> 4711f5cc798c 20:40:59 20:41:00 ---> bc97972ba047 20:41:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:41:00 Successfully built 4711f5cc798c 20:41:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:41:00  Building docker-security-secretstore-setup-go ... done + glock sync -n 20:41:01  ---> aac7f9805b03 20:41:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:41:01 ---> Running in 949da820a441 20:41:01 Removing intermediate container 949da820a441 20:41:01 ---> c4cc3a1033ae 20:41:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:41:01 ---> Running in 98d98364cb10 20:41:02 Removing intermediate container 98d98364cb10 20:41:02 ---> 74d89cd023f5 20:41:02 Step 21/23 : LABEL arch=arm64 20:41:02 ---> Running in 25016672c999 20:41:02 Removing intermediate container 25016672c999 20:41:02 ---> 38984ea8d2be 20:41:02 Step 22/23 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:41:02 ---> Running in 2f31ea378e3e 20:41:03 Removing intermediate container 2f31ea378e3e 20:41:03 ---> b211af0f9a36 20:41:03 Step 23/23 : LABEL version=0.0.0 20:41:03 ---> Running in a55259d1ba39 20:41:04 Removing intermediate container a55259d1ba39 20:41:04 ---> 62ee23a73144 20:41:04 20:41:04 Successfully built 62ee23a73144 20:41:04 Successfully tagged docker-core-metadata-go-arm64:latest 20:41:06  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 20:41:06 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 20:41:06 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 20:41:06 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 20:41:06 + git describe '--abbrev=0' --tags 20:41:06 + TAG=v0.6.1 20:41:06 + LDFLAGS='-X main.buildVersion=v0.6.1' 20:41:06 + apk --print-arch 20:41:06 + arch=aarch64 20:41:06 + echo 'building [dockerize] for arm64 ... ' 20:41:06 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 20:41:06 building [dockerize] for arm64 ... 20:41:09 + date 20:41:09 + echo 'Fri Jan 29 20:41:09 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 20:41:09 Fri Jan 29 20:41:09 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 20:41:18 Removing intermediate container 42fd7b1254a4 20:41:18 ---> 669228bf4ae6 20:41:18 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 20:41:18 ---> Running in 5ccade764504 20:41:19 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 20:41:19 statically linked 20:41:21 Removing intermediate container 5ccade764504 20:41:21 ---> 573a3e08a2ef 20:41:21 20:41:21 Step 12/34 : FROM alpine:3.12 20:41:21 ---> afeebe901d6b 20:41:21 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:41:21 ---> Running in dc32bd5b8d0a 20:41:21 Removing intermediate container dc32bd5b8d0a 20:41:21 ---> 821bc78453c4 20:41:21 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 20:41:21 ---> Running in 4ec602420243 20:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:24 (1/3) Installing dumb-init (1.2.2-r1) 20:41:24 (2/3) Installing openssl (1.1.1i-r0) 20:41:24 (3/3) Installing su-exec (0.2-r1) 20:41:24 Executing busybox-1.31.1-r19.trigger 20:41:24 OK: 6 MiB in 17 packages 20:41:26 Removing intermediate container 4ec602420243 20:41:26 ---> a5b548b91d05 20:41:26 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 20:41:26 ---> Running in f4659f3c4cfb 20:41:26 Removing intermediate container f4659f3c4cfb 20:41:26 ---> 89e13c8b256f 20:41:26 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:41:26 ---> Running in c5b0f7592166 20:41:27 Removing intermediate container c5b0f7592166 20:41:27 ---> 9deeadae5a74 20:41:27 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:41:27 ---> Running in 66aa2134f7e9 20:41:30 Removing intermediate container 66aa2134f7e9 20:41:30 ---> 384d5b546873 20:41:30 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 20:41:30 ---> Running in cd72fb7dd724 20:41:30 Removing intermediate container cd72fb7dd724 20:41:30 ---> 6a4eb2952248 20:41:30 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 20:41:31 ---> 538b5b6dcc37 20:41:31 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:41:32 ---> 18abcae2eab0 20:41:32 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:41:32 ---> Running in fc6b91b89d29 20:41:35 Removing intermediate container fc6b91b89d29 20:41:35 ---> db2d52d98c4a 20:41:35 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:36 ---> 66d27e814bbc 20:41:36 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:41:37 ---> 8b02616fbf4d 20:41:37 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:41:37 ---> 668b0c7f0738 20:41:37 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:41:39 ---> 399941c83a81 20:41:39 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:41:40 ---> a8cf7388f657 20:41:40 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 20:41:40 ---> Running in 8574be15a2d6 20:41:40 Removing intermediate container 8574be15a2d6 20:41:40 ---> 76edb60c2a86 20:41:40 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:41:41 ---> 7e2611d47d86 20:41:41 Step 29/34 : RUN chmod +x /entrypoint.sh 20:41:42 ---> Running in 300510ac46a7 20:41:44 Removing intermediate container 300510ac46a7 20:41:44 ---> 8620861f0f97 20:41:44 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 20:41:44 ---> Running in f52f0d3b6cb1 20:41:45 Removing intermediate container f52f0d3b6cb1 20:41:45 ---> 66f635494afe 20:41:45 Step 31/34 : CMD ["gate"] 20:41:45 ---> Running in 65f74652627c 20:41:46 Removing intermediate container 65f74652627c 20:41:46 ---> d496139f905c 20:41:46 Step 32/34 : LABEL arch=arm64 20:41:46 ---> Running in 9db1aa24665d 20:41:47 Removing intermediate container 9db1aa24665d 20:41:47 ---> dbf204a589bd 20:41:47 Step 33/34 : LABEL git_sha=43b882124282ec1afd2baf8b324d969a4719e16c 20:41:47 ---> Running in 8ee4c8671783 20:41:48 Removing intermediate container 8ee4c8671783 20:41:48 ---> 7be038383b99 20:41:48 Step 34/34 : LABEL version=0.0.0 20:41:48 ---> Running in 9a5b12c52986 20:41:49 Removing intermediate container 9a5b12c52986 20:41:49 ---> 41e0d96f2ebb 20:41:49 20:41:49 Successfully built 41e0d96f2ebb 20:41:49 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:41:50  Building docker-security-bootstrapper-go ... done  [Pipeline] } 20:41:50 $ docker stop --time=1 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 20:41:52 $ docker rm -f 48bf1361794cac9fc7d883eedca15e1ceeff24e4fbf4cedee161a59df11e9595 [Pipeline] // withDockerContainer [Pipeline] sh 20:41:52 + + docker images 20:41:52 grep docker 20:41:53 docker-security-bootstrapper-go-arm64 latest 41e0d96f2ebb 4 seconds ago 31.9MB 20:41:53 docker-core-metadata-go-arm64 latest 62ee23a73144 49 seconds ago 17.7MB 20:41:53 docker-security-secretstore-setup-go-arm64 latest 4711f5cc798c 53 seconds ago 23.4MB 20:41:53 docker-security-proxy-setup-go-arm64 latest 078efbcc1ab3 54 seconds ago 23.2MB 20:41:53 docker-sys-mgmt-agent-go-arm64 latest ba33c65a5fb0 2 minutes ago 300MB 20:41:53 docker-core-data-go-arm64 latest 9ea0f2d6467a 3 minutes ago 21MB 20:41:53 docker-core-command-go-arm64 latest 3ab23f63b5ec 3 minutes ago 16MB 20:41:53 docker-support-scheduler-go-arm64 latest 32236b1870a8 3 minutes ago 16.1MB 20:41:53 docker-support-notifications-go-arm64 latest 06b31a8e3339 3 minutes ago 16MB 20:41:53 docker 20.10.0 eeaf43b92773 7 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:41:55 provisioning config files... 20:41:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config7959831877248859174tmp [Pipeline] { [Pipeline] sh 20:41:55 + set +x 20:41:55 + curl -s https://codecov.io/bash 20:41:55 + bash -s -- 20:41:56 20:41:56 _____ _ 20:41:56 / ____| | | 20:41:56 | | ___ __| | ___ ___ _____ __ 20:41:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:41:56 | |___| (_) | (_| | __/ (_| (_) \ V / 20:41:56 \_____\___/ \__,_|\___|\___\___/ \_/ 20:41:56 Bash-20210129-7c25fce 20:41:56 20:41:56 20:41:56 ==> git version 2.24.3 found 20:41:56 ==> 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:41:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:41:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:41:56 ==> Jenkins CI detected. 20:41:56 project root: . 20:41:56 --> token set from env 20:41:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:41:56 ==> Running gcov in . (disable via -X gcov) 20:41:56 ==> Python coveragepy not found 20:41:56 ==> Searching for coverage reports in: 20:41:56 + . 20:41:56 -> Found 1 reports 20:41:56 ==> Detecting git/mercurial file structure 20:41:56 ==> Reading reports 20:41:56 + ./coverage.out bytes=568476 20:41:56 ==> Appending adjustments 20:41:56 https://docs.codecov.io/docs/fixing-reports 20:41:59 + Found adjustments 20:41:59 ==> Gzipping contents 20:41:59 88K /tmp/codecov.RNzkEM.gz 20:41:59 ==> Uploading reports 20:41:59 url: https://codecov.io 20:41:59 query: branch=PR-3075&commit=43b882124282ec1afd2baf8b324d969a4719e16c&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 20:41:59 -> Pinging Codecov 20:41:59 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=43b882124282ec1afd2baf8b324d969a4719e16c&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 20:42:00 -> Uploading to 20:42:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/43b882124282ec1afd2baf8b324d969a4719e16c/286014fe-b7fc-4eef-9379-1e058177bf23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T204200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=663d81cb389f742cd09272afc5bfe268190a344fbc79b78c9f238e8d16eabf78 20:42:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:42:00 Dload Upload Total Spent Left Speed 20:42:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 86200 0 0 57 49152 0 170k --:--:-- --:--:-- --:--:-- 170k 100 86200 0 0 100 86200 0 154k --:--:-- --:--:-- --:--:-- 154k 20:42:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/43b882124282ec1afd2baf8b324d969a4719e16c [Pipeline] } 20:42:00 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:42:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:42:04 ---> package-listing.sh 20:42:04 ++ facter osfamily 20:42:04 ++ tr '[:upper:]' '[:lower:]' 20:42:04 + OS_FAMILY=redhat 20:42:04 + workspace=/w/workspace/edgex-go/9 20:42:04 + START_PACKAGES=/tmp/packages_start.txt 20:42:04 + END_PACKAGES=/tmp/packages_end.txt 20:42:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:42:04 + PACKAGES=/tmp/packages_start.txt 20:42:04 + '[' /w/workspace/edgex-go/9 ']' 20:42:04 + PACKAGES=/tmp/packages_end.txt 20:42:04 + case "${OS_FAMILY}" in 20:42:04 + rpm -qa 20:42:04 + sort 20:42:09 + '[' -f /tmp/packages_start.txt ']' 20:42:09 + '[' -f /tmp/packages_end.txt ']' 20:42:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:42:09 + '[' /w/workspace/edgex-go/9 ']' 20:42:09 + mkdir -p /w/workspace/edgex-go/9/archives/ 20:42:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 20:42:09 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:42:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:10 20:42:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:42:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:10 alpine: Pulling from edgex-lftools-log-publisher 20:42:10 df20fa9351a1: Pulling fs layer 20:42:10 36b3adc4ff6f: Pulling fs layer 20:42:10 8ad3a11d3b57: Pulling fs layer 20:42:10 46f8f816bc3b: Pulling fs layer 20:42:10 93b61091891f: Pulling fs layer 20:42:10 93b9cdb0e59b: Pulling fs layer 20:42:10 5e14af77c1be: Pulling fs layer 20:42:10 01666e4c0597: Pulling fs layer 20:42:10 aa168da1d23b: Pulling fs layer 20:42:10 93b61091891f: Waiting 20:42:10 5e14af77c1be: Waiting 20:42:10 46f8f816bc3b: Waiting 20:42:10 01666e4c0597: Waiting 20:42:10 aa168da1d23b: Waiting 20:42:10 93b9cdb0e59b: Waiting 20:42:10 36b3adc4ff6f: Verifying Checksum 20:42:10 36b3adc4ff6f: Download complete 20:42:10 46f8f816bc3b: Verifying Checksum 20:42:10 46f8f816bc3b: Download complete 20:42:10 df20fa9351a1: Verifying Checksum 20:42:10 df20fa9351a1: Download complete 20:42:10 93b9cdb0e59b: Verifying Checksum 20:42:10 93b9cdb0e59b: Download complete 20:42:10 5e14af77c1be: Verifying Checksum 20:42:10 5e14af77c1be: Download complete 20:42:10 93b61091891f: Verifying Checksum 20:42:10 93b61091891f: Download complete 20:42:10 01666e4c0597: Verifying Checksum 20:42:10 01666e4c0597: Download complete 20:42:11 df20fa9351a1: Pull complete 20:42:11 36b3adc4ff6f: Pull complete 20:42:11 8ad3a11d3b57: Verifying Checksum 20:42:11 8ad3a11d3b57: Download complete 20:42:12 8ad3a11d3b57: Pull complete 20:42:12 46f8f816bc3b: Pull complete 20:42:13 aa168da1d23b: Verifying Checksum 20:42:14 93b61091891f: Pull complete 20:42:15 93b9cdb0e59b: Pull complete 20:42:15 5e14af77c1be: Pull complete 20:42:15 01666e4c0597: Pull complete 20:42:30 aa168da1d23b: Pull complete 20:42:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:42:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:42:30 prd-centos7-docker-4c-2g-23995 does not seem to be running inside a container 20:42:30 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:42:34 $ docker top 25d46b943121a85086fc32a9ace3b6a580c2577c1ce6b4c4038259e41b766618 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:35 + touch /tmp/pre-build-complete [Pipeline] sh 20:42:35 + mkdir -p /var/log/sa [Pipeline] sh 20:42:36 + ls /var/log/sa-host 20:42:36 + sadf -c /var/log/sa-host/sa23 20:42:36 file_magic: OK 20:42:36 HZ: Using current value: 100 20:42:36 file_header: OK 20:42:36 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:42:36 Statistics: 20:42:36 Hnuu...uuuununununu... 20:42:36 File successfully converted to sysstat format version 12.2.1 20:42:36 + sadf -c /var/log/sa-host/sa29 20:42:36 file_magic: OK 20:42:36 HZ: Using current value: 100 20:42:36 file_header: OK 20:42:36 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:42:36 Statistics: 20:42:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:42:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:42:36 provisioning config files... 20:42:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config4666567365917048308tmp [Pipeline] { [Pipeline] echo 20:42:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:42:36 ---> create-netrc.sh [Pipeline] } 20:42:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:42:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:42:37 ---> python-tools-install.sh [Pipeline] echo 20:42:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:42:37 ---> sudo-logs.sh 20:42:37 Archiving 'sudo' log.. [Pipeline] echo 20:42:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:42:37 ---> job-cost.sh 20:42:37 lf-activate-venv: SKIPPING 20:42:37 INFO: No Stack... 20:42:39 INFO: Retrieving Pricing Info for: v1-standard-2 20:42:39 INFO: Archiving Costs [Pipeline] echo 20:42:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:42:39 ---> logs-deploy.sh 20:42:39 lf-activate-venv: SKIPPING 20:42:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/9 20:42:39 INFO: archiving workspace using pattern(s): 20:42:41 Archives upload complete. 20:42:41 INFO: archiving logs to Nexus