Pull request #3391 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 435fc41d67987ddff12c535146ad4fc35898d092+03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 (c81ec297047c4d031464e9e6ac16de19407c172b) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1817’ Running on prd-centos7-docker-4c-2g-1826 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 Commit message: "fix: address PR feedback/comments" First time build. Skipping changelog. > git rev-list --no-walk 0777a43d301daa0545bfa71874cf4f7ad0190c79 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:01:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:01:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:01:41 ========================================================= 17:01:41 EdgeX Global Pipelines Version Info 17:01:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:01:43 ------------------- 17:01:43 stable info: 17:01:43 ------------------- 17:01:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:01:43 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:01:43 Message: update stable to v1.0.186 17:01:44 ------------------- 17:01:44 experimental info: 17:01:44 ------------------- 17:01:44 Commited By: **** collab-it+edgex@linuxfoundation.org 17:01:44 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 17:01:44 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 435fc41d67987ddff12c535146ad4fc35898d092 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 435fc41 [Pipeline] echo 17:01:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:01:44 provisioning config files... 17:01:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8264203107059373944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:45 ---> docker-login.sh 17:01:45 nexus3.edgexfoundry.org:10001 17:01:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:45 Configure a credential helper to remove this warning. See 17:01:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:45 17:01:45 Login Succeeded 17:01:45 nexus3.edgexfoundry.org:10002 17:01:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:46 Configure a credential helper to remove this warning. See 17:01:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:46 17:01:46 Login Succeeded 17:01:46 nexus3.edgexfoundry.org:10003 17:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:46 Configure a credential helper to remove this warning. See 17:01:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:46 17:01:46 Login Succeeded 17:01:46 nexus3.edgexfoundry.org:10004 17:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:46 Configure a credential helper to remove this warning. See 17:01:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:46 17:01:46 Login Succeeded 17:01:46 docker.io 17:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:46 Configure a credential helper to remove this warning. See 17:01:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:46 17:01:46 Login Succeeded 17:01:46 ---> docker-login.sh ends [Pipeline] } 17:01:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:47 ++ 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 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/core-command/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo core-command,cmd/core-command/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/core-data/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo core-data,cmd/core-data/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/core-metadata/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo core-metadata,cmd/core-metadata/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/security-bootstrapper/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/security-proxy-setup/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/support-notifications/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo support-notifications,cmd/support-notifications/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/support-scheduler/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:01:47 + for file in '`ls cmd/**/Dockerfile`' 17:01:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:01:47 ++ cut -d/ -f2 17:01:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:01:47 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 17:01:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:48 17:01:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:01:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:49 latest: Pulling from edgex-devops/git-semver 17:01:49 31603596830f: Pulling fs layer 17:01:49 2a8b12db71e7: Pulling fs layer 17:01:49 6ca5941a6612: Pulling fs layer 17:01:49 ecc8261a40a4: Pulling fs layer 17:01:49 ecc8261a40a4: Waiting 17:01:49 2a8b12db71e7: Download complete 17:01:49 31603596830f: Download complete 17:01:49 ecc8261a40a4: Verifying Checksum 17:01:49 ecc8261a40a4: Download complete 17:01:49 6ca5941a6612: Verifying Checksum 17:01:49 6ca5941a6612: Download complete 17:01:49 31603596830f: Pull complete 17:01:49 2a8b12db71e7: Pull complete 17:01:50 6ca5941a6612: Pull complete 17:01:50 ecc8261a40a4: Pull complete 17:01:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:01:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:01:50 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:01:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:53 $ docker top a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:53 [ssh-agent] Looking for ssh-agent implementation... 17:01:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:54 $ docker exec a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent 17:01:54 SSH_AUTH_SOCK=/tmp/ssh-ZLxpJ3R3m4EH/agent.12 17:01:54 SSH_AGENT_PID=17 17:01:54 Running ssh-add (command line suppressed) 17:01:54 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4232899023344794909.key (/w/workspace/edgex-go/7@tmp/private_key_4232899023344794909.key) 17:01:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:54 + git tag --points-at HEAD [Pipeline] } 17:01:54 $ docker exec --env ******** --env ******** a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent -k 17:01:54 unset SSH_AUTH_SOCK; 17:01:54 unset SSH_AGENT_PID; 17:01:54 echo Agent pid 17 killed; 17:01:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:01:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:55 [ssh-agent] Looking for ssh-agent implementation... 17:01:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:55 $ docker exec a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent 17:01:55 SSH_AUTH_SOCK=/tmp/ssh-2MWJ6Fc7Bvbm/agent.46 17:01:55 SSH_AGENT_PID=51 17:01:55 Running ssh-add (command line suppressed) 17:01:55 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8018982187895275608.key (/w/workspace/edgex-go/7@tmp/private_key_8018982187895275608.key) 17:01:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:55 + git semver init 17:01:55 # -> Open(): unable to determine branch for HEAD 17:01:55 # $GIT_DIR = /w/workspace/edgex-go/7/.git 17:01:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 17:01:55 # $SEMVER_REMOTE_NAME = origin 17:01:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:55 # $SEMVER_USER_NAME = edgex-jenkins 17:01:55 # $SEMVER_BRANCH = PR-3391 17:01:55 # $SEMVER_TEMP = /tmp/semver-495613727 17:01:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:02:17 # '/tmp/semver-495613727' -> '/w/workspace/edgex-go/7/.semver' 17:02:17 # -> Force: false 17:02:17 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 17:02:17 $ docker exec --env ******** --env ******** a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent -k 17:02:18 unset SSH_AUTH_SOCK; 17:02:18 unset SSH_AGENT_PID; 17:02:18 echo Agent pid 51 killed; 17:02:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:18 + git semver [Pipeline] } 17:02:18 $ docker stop --time=1 a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 17:02:20 $ docker rm -f a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 [Pipeline] // withDockerContainer [Pipeline] sh 17:02:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:02:21 Stashed 1 file(s) [Pipeline] echo 17:02:21 [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 17:02:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:02:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:02:22 + sudo service docker restart 17:02:22 + true 17:02:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:02:22 ========================================================= 17:02:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:02:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:02:23 + 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 . 17:02:27 Sending build context to Docker daemon 329.8MB 17:02:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:02:27 Step 2/6 : FROM ${BASE} 17:02:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:02:27 188c0c94c7c5: Pulling fs layer 17:02:27 0ef7d3d256c8: Pulling fs layer 17:02:27 de9db76c5a1d: Pulling fs layer 17:02:27 bca2f99d35d6: Pulling fs layer 17:02:27 93359f2a8cfa: Pulling fs layer 17:02:27 7c6f9722023f: Pulling fs layer 17:02:27 a35cf1a2eb13: Pulling fs layer 17:02:27 93359f2a8cfa: Waiting 17:02:27 7c6f9722023f: Waiting 17:02:27 a35cf1a2eb13: Waiting 17:02:27 bca2f99d35d6: Waiting 17:02:27 de9db76c5a1d: Verifying Checksum 17:02:27 de9db76c5a1d: Download complete 17:02:27 0ef7d3d256c8: Verifying Checksum 17:02:27 0ef7d3d256c8: Download complete 17:02:27 93359f2a8cfa: Verifying Checksum 17:02:27 93359f2a8cfa: Download complete 17:02:27 7c6f9722023f: Verifying Checksum 17:02:27 7c6f9722023f: Download complete 17:02:27 188c0c94c7c5: Verifying Checksum 17:02:27 188c0c94c7c5: Download complete 17:02:28 188c0c94c7c5: Pull complete 17:02:28 0ef7d3d256c8: Pull complete 17:02:28 de9db76c5a1d: Pull complete 17:02:29 a35cf1a2eb13: Verifying Checksum 17:02:29 a35cf1a2eb13: Download complete 17:02:30 bca2f99d35d6: Download complete 17:02:35 bca2f99d35d6: Pull complete 17:02:35 93359f2a8cfa: Pull complete 17:02:35 7c6f9722023f: Pull complete 17:02:36 Still waiting to schedule task 17:02:36 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1824’ 17:02:39 a35cf1a2eb13: Pull complete 17:02:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:02:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:02:39 ---> a62c8e92a672 17:02:39 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 17:02:39 ---> Running in e3737b22f451 17:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:41 (1/12) Installing libmagic (5.38-r0) 17:02:42 (2/12) Installing file (5.38-r0) 17:02:42 (3/12) Installing libc-dev (0.7.2-r3) 17:02:42 (4/12) Installing g++ (9.3.0-r2) 17:02:46 (5/12) Installing fortify-headers (1.1-r0) 17:02:46 (6/12) Installing patch (2.7.6-r6) 17:02:46 (7/12) Installing build-base (0.5-r2) 17:02:46 (8/12) Installing libsodium (1.0.18-r0) 17:02:46 (9/12) Installing pkgconf (1.7.2-r0) 17:02:47 (10/12) Installing libsodium-dev (1.0.18-r0) 17:02:47 (11/12) Installing libzmq (4.3.3-r0) 17:02:47 (12/12) Installing zeromq-dev (4.3.3-r0) 17:02:47 Executing busybox-1.31.1-r19.trigger 17:02:47 OK: 233 MiB in 51 packages 17:02:51 Removing intermediate container e3737b22f451 17:02:51 ---> 46daa464ec9e 17:02:51 Step 4/6 : WORKDIR /edgex-go 17:02:51 ---> Running in f089e223c8f4 17:02:51 Removing intermediate container f089e223c8f4 17:02:51 ---> cb93cb19d30b 17:02:51 Step 5/6 : COPY go.mod . 17:02:51 ---> 72aa9f1ccaeb 17:02:51 Step 6/6 : RUN go mod download 17:02:51 ---> Running in 4e57224f0bab 17:03:13 Removing intermediate container 4e57224f0bab 17:03:13 ---> 1325f7d83af3 17:03:13 Successfully built 1325f7d83af3 17:03:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:03:13 + docker inspect -f . ci-base-image-x86_64 17:03:13 . [Pipeline] withDockerContainer 17:03:14 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:03:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:03:15 $ docker top 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:15 + go version 17:03:15 go version go1.15.5 linux/amd64 [Pipeline] } 17:03:15 $ docker stop --time=1 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d 17:03:16 $ docker rm -f 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:17 + docker inspect -f . ci-base-image-x86_64 17:03:17 . [Pipeline] withDockerContainer 17:03:17 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:03:18 $ docker top ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:18 ========================================================= 17:03:18 [edgeXBuildGoParallel] Running Tests and Build... 17:03:18 ========================================================= [Pipeline] sh 17:03:19 + make test 17:03:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:03:29 ? github.com/edgexfoundry/edgex-go [no test files] 17:03:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:03:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:03:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:03:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:03:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:03:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:03:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:03:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:03:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:03:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:03:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:03:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:03:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements 17:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 17:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.213s coverage: 27.1% of statements 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:04:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements 17:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:04:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements 17:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.173s coverage: 86.7% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 93.0% of statements 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.9% of statements 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 17:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 17:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 17:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 17:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.216s coverage: 81.9% of statements 17:04:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.2% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 64.4% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.382s coverage: 66.9% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 41.5% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 88.6% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 28.7% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements 17:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.138s coverage: 95.6% of statements 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 17:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:04:34 GO111MODULE=on go vet ./... 17:05:06 gofmt -l . 17:05:06 [ "`gofmt -l .`" = "" ] 17:05:06 ./bin/test-go-mod-tidy.sh 17:05:06 ./bin/test-attribution-txt.sh [Pipeline] sh 17:05:07 + ls -al . 17:05:07 total 820 17:05:07 drwxrwxr-x 10 1001 1001 4096 Apr 26 17:05 . 17:05:07 drwxr-xr-x 4 root root 28 Apr 26 17:03 .. 17:05:07 -rw-rw-r-- 1 1001 1001 11 Apr 26 17:01 .dockerignore 17:05:07 drwxrwxr-x 8 1001 1001 179 Apr 26 17:01 .git 17:05:07 drwxrwxr-x 3 1001 1001 125 Apr 26 17:01 .github 17:05:07 -rw-rw-r-- 1 1001 1001 818 Apr 26 17:01 .gitignore 17:05:07 drwx------ 3 1001 1001 60 Apr 26 17:02 .semver 17:05:07 -rw-rw-r-- 1 1001 1001 166 Apr 26 17:01 .sonarcloud.properties 17:05:07 -rw-rw-r-- 1 1001 1001 8609 Apr 26 17:01 Attribution.txt 17:05:07 -rw-rw-r-- 1 1001 1001 3804 Apr 26 17:01 CONTRIBUTING.md 17:05:07 -rw-rw-r-- 1 1001 1001 931 Apr 26 17:01 Dockerfile.build 17:05:07 -rw-rw-r-- 1 1001 1001 863 Apr 26 17:01 Jenkinsfile 17:05:07 -rw-rw-r-- 1 1001 1001 10775 Apr 26 17:01 LICENSE 17:05:07 -rw-rw-r-- 1 1001 1001 5774 Apr 26 17:01 Makefile 17:05:07 -rw-rw-r-- 1 1001 1001 7978 Apr 26 17:01 README.md 17:05:07 -rw-rw-r-- 1 1001 1001 6755 Apr 26 17:01 SECURITY.md 17:05:07 -rw-rw-r-- 1 1001 1001 5 Apr 26 17:02 VERSION 17:05:07 -rw-rw-r-- 1 1001 1001 4131 Apr 26 17:01 ZMQWindows.md 17:05:07 drwxrwxr-x 2 1001 1001 117 Apr 26 17:01 bin 17:05:07 drwxrwxr-x 14 1001 1001 4096 Apr 26 17:01 cmd 17:05:07 -rw-r--r-- 1 root root 712626 Apr 26 17:04 coverage.out 17:05:07 -rw-r--r-- 1 root root 1060 Apr 26 17:05 go.mod 17:05:07 -rw-r--r-- 1 root root 22420 Apr 26 17:05 go.sum 17:05:07 drwxrwxr-x 8 1001 1001 127 Apr 26 17:01 internal 17:05:07 drwxrwxr-x 4 1001 1001 26 Apr 26 17:01 openapi 17:05:07 drwxrwxr-x 4 1001 1001 71 Apr 26 17:01 snap 17:05:07 -rw-rw-r-- 1 1001 1001 168 Apr 26 17:01 version.go [Pipeline] sh 17:05:07 + '[' -e coverage.out ] 17:05:07 + chown 1001:1001 coverage.out [Pipeline] stash 17:05:07 Stashed 1 file(s) [Pipeline] sh 17:05:08 + make build 17:05:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:05:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:05:22 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 17:05:23 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 17:05:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:05:25 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 17:05:27 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 17:05:28 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 17:05:29 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 17:05:30 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 17:05:32 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] } 17:05:34 $ docker stop --time=1 ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 17:05:36 $ docker rm -f ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:05:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:05:40 17:05:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:05:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:05:41 latest: Pulling from edgex-devops/edgex-compose 17:05:41 cbdbe7a5bc2a: Pulling fs layer 17:05:41 ca9280d653b3: Pulling fs layer 17:05:41 7e9c9ca2126c: Pulling fs layer 17:05:41 cbdbe7a5bc2a: Verifying Checksum 17:05:41 cbdbe7a5bc2a: Download complete 17:05:41 cbdbe7a5bc2a: Pull complete 17:05:42 ca9280d653b3: Verifying Checksum 17:05:42 ca9280d653b3: Download complete 17:05:42 7e9c9ca2126c: Verifying Checksum 17:05:42 7e9c9ca2126c: Download complete 17:05:43 ca9280d653b3: Pull complete 17:05:48 7e9c9ca2126c: Pull complete 17:05:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:05:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:05:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:05:48 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:05:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:05:50 $ docker top f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:50 + docker-compose build --help 17:05:50 + grep parallel 17:05:51 --parallel Build images in parallel. [Pipeline] } 17:05:51 $ docker stop --time=1 f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 17:05:53 $ docker rm -f f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:05:53 . [Pipeline] withDockerContainer 17:05:53 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:05:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:05:54 $ docker top d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:55 + docker-compose -f ./docker-compose-build.yml build --parallel 17:05:55 Building docker-core-command-go ... 17:05:55 Building docker-core-data-go ... 17:05:55 Building docker-core-metadata-go ... 17:05:55 Building docker-security-bootstrapper-go ... 17:05:55 Building docker-security-proxy-setup-go ... 17:05:55 Building docker-security-secretstore-setup-go ... 17:05:55 Building docker-support-notifications-go ... 17:05:55 Building docker-support-scheduler-go ... 17:05:55 Building docker-sys-mgmt-agent-go ... 17:05:55 Building docker-security-proxy-setup-go 17:05:55 Building docker-core-metadata-go 17:05:55 Building docker-support-scheduler-go 17:05:55 Building docker-security-bootstrapper-go 17:05:55 Building docker-support-notifications-go 17:06:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1828 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 17:06:16 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 17:06:21 using credential edgex-jenkins-ssh 17:06:21 Cloning the remote Git repository 17:06:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:06:22 > git init /w/workspace/edgex-go/7 # timeout=10 17:06:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:06:22 > git --version # timeout=10 17:06:22 > git --version # 'git version 2.17.1' 17:06:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:06:34 ---> 1325f7d83af3 17:06:34 Step 3/22 : WORKDIR /edgex-go 17:06:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:06:34 ---> 1325f7d83af3 17:06:34 Step 3/23 : WORKDIR /edgex-go 17:06:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:06:34 ---> 1325f7d83af3 17:06:34 Step 3/31 : WORKDIR /edgex-go 17:06:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:06:34 ---> 1325f7d83af3 17:06:34 Step 3/22 : WORKDIR /edgex-go 17:06:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:06:34 ---> 1325f7d83af3 17:06:34 Step 3/21 : WORKDIR /edgex-go 17:06:34 ---> Running in c38eb11c2f7c 17:06:34 ---> Running in 0124d5a51314 17:06:34 ---> Running in 9b77cb3670bb 17:06:34 ---> Running in 349c4331a0bb 17:06:34 ---> Running in 692ccd9d9fba 17:06:34 Removing intermediate container 9b77cb3670bb 17:06:34 ---> 0761398ad5c1 17:06:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:34 Removing intermediate container 0124d5a51314 17:06:34 ---> cf90fd95554e 17:06:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:34 Removing intermediate container 692ccd9d9fba 17:06:34 ---> fe9741bbac07 17:06:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:34 Removing intermediate container 349c4331a0bb 17:06:34 ---> 846a1005afbe 17:06:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:34 Removing intermediate container c38eb11c2f7c 17:06:34 ---> 6e1c9b996f06 17:06:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:34 ---> Running in 4a45a6931c9d 17:06:34 ---> Running in ee4b05d99450 17:06:34 ---> Running in ef2aa7e64eed 17:06:34 ---> Running in 1e24ac313ed7 17:06:34 ---> Running in bf9198cc3b9d 17:06:34 Removing intermediate container ee4b05d99450 17:06:34 ---> 808ab57daf30 17:06:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:06:34 ---> Running in 8b931f7ab948 17:06:34 Removing intermediate container 4a45a6931c9d 17:06:34 ---> f1019a09ca73 17:06:34 Step 5/31 : RUN apk add --update --no-cache make git 17:06:34 ---> Running in c07f998213ac 17:06:35 Removing intermediate container ef2aa7e64eed 17:06:35 ---> 8bcedd790f3c 17:06:35 Step 5/22 : RUN apk add --update --no-cache make git 17:06:35 Removing intermediate container 1e24ac313ed7 17:06:35 ---> 8adf958ba8f6 17:06:35 Step 5/21 : RUN apk add --update --no-cache make git 17:06:35 Removing intermediate container bf9198cc3b9d 17:06:35 ---> 8a5e38a8fe9e 17:06:35 Step 5/23 : RUN apk add --update --no-cache make git 17:06:35 ---> Running in 196fff155478 17:06:35 ---> Running in 2ec2799a7e9a 17:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:35 ---> Running in 1e6476298af6 17:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:36 OK: 233 MiB in 51 packages 17:06:36 OK: 233 MiB in 51 packages 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:37 OK: 233 MiB in 51 packages 17:06:37 OK: 233 MiB in 51 packages 17:06:37 OK: 233 MiB in 51 packages 17:06:37 Removing intermediate container c07f998213ac 17:06:37 ---> 1ed1acb037c2 17:06:37 Step 6/31 : COPY go.mod . 17:06:38 Removing intermediate container 8b931f7ab948 17:06:38 ---> 11e3e8bf263c 17:06:38 Step 6/22 : COPY go.mod . 17:06:38 ---> 85797f4ca8ae 17:06:38 Step 7/31 : RUN go mod download 17:06:38 Removing intermediate container 196fff155478 17:06:38 ---> f867ca040802 17:06:38 Step 6/22 : COPY go.mod . 17:06:38 ---> 984e750527de 17:06:38 Step 7/22 : RUN go mod download 17:06:38 ---> Running in 8e3c5c79fa58 17:06:38 Removing intermediate container 1e6476298af6 17:06:38 ---> e35b06ea8378 17:06:38 Step 6/23 : COPY go.mod . 17:06:38 Removing intermediate container 2ec2799a7e9a 17:06:38 ---> f9456ddff69a 17:06:38 Step 6/21 : COPY go.mod . 17:06:38 ---> Running in a50173fa4ae7 17:06:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:06:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:06:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:06:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:06:38 ---> 234d58eefdaf 17:06:38 Step 7/22 : RUN go mod download 17:06:39 ---> Running in 424982995cca 17:06:39 ---> 6ba4ab9d092a 17:06:39 Step 7/23 : RUN go mod download 17:06:39 ---> ac8a58c67a56 17:06:39 Step 7/21 : RUN go mod download 17:06:39 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 17:06:39 ---> Running in 944a31f0a3f1 17:06:39 ---> Running in 9cd5d6e7cf83 17:06:39 Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 17:06:39 Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) 17:06:39 > git config core.sparsecheckout # timeout=10 17:06:39 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 17:06:39 > git remote # timeout=10 17:06:39 > git config --get remote.origin.url # timeout=10 17:06:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:39 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 17:06:39 > git rev-parse HEAD^{commit} # timeout=10 17:06:39 > git config core.sparsecheckout # timeout=10 17:06:39 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 17:06:41 Removing intermediate container a50173fa4ae7 17:06:41 ---> bd7942408223 17:06:41 Step 8/22 : COPY . . 17:06:41 Removing intermediate container 8e3c5c79fa58 17:06:41 ---> 3646fbdced87 17:06:41 Step 8/31 : COPY . . 17:06:41 Removing intermediate container 424982995cca 17:06:41 ---> 34cb6d7fa688 17:06:41 Step 8/22 : COPY . . 17:06:44 Commit message: "fix: address PR feedback/comments" 17:06:44 Removing intermediate container 944a31f0a3f1 17:06:44 ---> cca02d4121da 17:06:44 Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:06:45 Removing intermediate container 9cd5d6e7cf83 17:06:45 ---> 7412630d2621 17:06:45 Step 8/21 : COPY . . 17:06:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:06:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:06:46 + + sudo service dockertrue restart 17:06:46 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:06:48 provisioning config files... 17:06:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5327265302175649481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:49 ---> docker-login.sh 17:06:49 nexus3.edgexfoundry.org:10001 17:06:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:50 Configure a credential helper to remove this warning. See 17:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:50 17:06:50 Login Succeeded 17:06:50 nexus3.edgexfoundry.org:10002 17:06:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:50 Configure a credential helper to remove this warning. See 17:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:50 17:06:50 Login Succeeded 17:06:50 nexus3.edgexfoundry.org:10003 17:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:51 Configure a credential helper to remove this warning. See 17:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:51 17:06:51 Login Succeeded 17:06:51 nexus3.edgexfoundry.org:10004 17:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:51 Configure a credential helper to remove this warning. See 17:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:51 17:06:51 Login Succeeded 17:06:51 docker.io 17:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:52 Configure a credential helper to remove this warning. See 17:06:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:52 17:06:52 Login Succeeded 17:06:52 ---> docker-login.sh ends [Pipeline] } 17:06:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:06:52 ========================================================= 17:06:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:06:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:06:53 + 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 . 17:06:55 Sending build context to Docker daemon 167.6MB 17:06:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:06:55 Step 2/6 : FROM ${BASE} 17:06:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:06:55 5f621e34cdf4: Pulling fs layer 17:06:55 a4357932f1b6: Pulling fs layer 17:06:55 18c013af1878: Pulling fs layer 17:06:55 00ac8860ef70: Pulling fs layer 17:06:55 63d7cb157983: Pulling fs layer 17:06:55 b116817d02f9: Pulling fs layer 17:06:55 745a02a5169b: Pulling fs layer 17:06:55 00ac8860ef70: Waiting 17:06:55 63d7cb157983: Waiting 17:06:55 b116817d02f9: Waiting 17:06:55 745a02a5169b: Waiting 17:06:55 18c013af1878: Verifying Checksum 17:06:55 18c013af1878: Download complete 17:06:55 a4357932f1b6: Verifying Checksum 17:06:55 a4357932f1b6: Download complete 17:06:55 63d7cb157983: Download complete 17:06:55 b116817d02f9: Verifying Checksum 17:06:55 b116817d02f9: Download complete 17:06:55 5f621e34cdf4: Download complete 17:06:56 5f621e34cdf4: Pull complete 17:06:57 a4357932f1b6: Pull complete 17:06:57 18c013af1878: Pull complete 17:06:58 745a02a5169b: Verifying Checksum 17:06:58 745a02a5169b: Download complete 17:06:59 00ac8860ef70: Verifying Checksum 17:06:59 00ac8860ef70: Download complete 17:07:09 00ac8860ef70: Pull complete 17:07:09 63d7cb157983: Pull complete 17:07:09 b116817d02f9: Pull complete 17:07:13 745a02a5169b: Pull complete 17:07:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:07:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:07:13 ---> b7e6874047d6 17:07:13 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 17:07:17 ---> Running in cc803d9595e1 17:07:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:19 (1/12) Installing libmagic (5.38-r0) 17:07:20 (2/12) Installing file (5.38-r0) 17:07:20 (3/12) Installing libc-dev (0.7.2-r3) 17:07:20 (4/12) Installing g++ (9.3.0-r2) 17:07:24 ---> dd8e981c8626 17:07:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:07:24 ---> bd184223fb3b 17:07:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:07:24 (5/12) Installing fortify-headers (1.1-r0) 17:07:24 (6/12) Installing patch (2.7.6-r6) 17:07:24 (7/12) Installing build-base (0.5-r2) 17:07:24 (8/12) Installing libsodium (1.0.18-r0) 17:07:24 (9/12) Installing pkgconf (1.7.2-r0) 17:07:24 (10/12) Installing libsodium-dev (1.0.18-r0) 17:07:24 (11/12) Installing libzmq (4.3.3-r0) 17:07:24 (12/12) Installing zeromq-dev (4.3.3-r0) 17:07:24 Executing busybox-1.31.1-r19.trigger 17:07:24 OK: 217 MiB in 51 packages 17:07:25 ---> Running in df255e234dd5 17:07:25 ---> Running in ee29781bbf65 17:07:26 ---> 42676244f68a 17:07:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:07:26 ---> 86d1dd056c55 17:07:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:07:26 ---> a670a536be7f 17:07:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:07:26 ---> Running in c843d76f6ff1 17:07:26 ---> Running in 1570866a46fa 17:07:26 ---> Running in 5aa30e7c5427 17:07:27 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 17:07:27 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 17:07:27 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 17:07:27 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 17:07:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:07:29 Removing intermediate container cc803d9595e1 17:07:29 ---> 91c5e12abbdb 17:07:29 Step 4/6 : WORKDIR /edgex-go 17:07:29 ---> Running in 09f6fe186f13 17:07:29 Removing intermediate container 09f6fe186f13 17:07:29 ---> e27201a62717 17:07:29 Step 5/6 : COPY go.mod . 17:07:30 ---> f07b5674b25f 17:07:30 Step 6/6 : RUN go mod download 17:07:30 ---> Running in ad14fb9278cf 17:07:57 Removing intermediate container ad14fb9278cf 17:07:57 ---> d7bfffea3bda 17:07:57 Successfully built d7bfffea3bda 17:07:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:07:57 + docker inspect -f . ci-base-image-arm64 17:07:57 . [Pipeline] withDockerContainer 17:07:58 prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container 17:07:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:07:59 $ docker top c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:00 + go version 17:08:00 go version go1.15.5 linux/arm64 [Pipeline] } 17:08:00 $ docker stop --time=1 c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 17:08:01 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 17:08:02 $ docker rm -f c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:03 + docker inspect -f . ci-base-image-arm64 17:08:03 . [Pipeline] withDockerContainer 17:08:03 prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container 17:08:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:08:05 $ docker top 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b -eo pid,comm [Pipeline] { [Pipeline] echo 17:08:05 ========================================================= 17:08:05 [edgeXBuildGoParallel] Running Tests and Build... 17:08:05 ========================================================= [Pipeline] sh 17:08:06 + make test 17:08:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:08:09 Removing intermediate container ee29781bbf65 17:08:09 ---> 08fa2a82ea16 17:08:09 17:08:09 Step 10/31 : FROM alpine:3.12 17:08:09 3.12: Pulling from library/alpine 17:08:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:08:09 Status: Downloaded newer image for alpine:3.12 17:08:09 ---> 13621d1b12d4 17:08:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:08:10 ---> Running in a720033c7c1f 17:08:14 Removing intermediate container c843d76f6ff1 17:08:14 ---> a1734229f67e 17:08:14 17:08:14 Step 10/21 : FROM alpine:3.12 17:08:14 ---> 13621d1b12d4 17:08:14 Step 11/21 : RUN apk add --update --no-cache curl 17:08:14 Removing intermediate container a720033c7c1f 17:08:14 ---> 2f0bb1d6c80f 17:08:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:08:14 Removing intermediate container 1570866a46fa 17:08:14 ---> 8c1474f6b303 17:08:14 17:08:14 Step 10/22 : FROM alpine:3.12 17:08:14 ---> 13621d1b12d4 17:08:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:08:15 Removing intermediate container df255e234dd5 17:08:15 ---> f93e7ac8a133 17:08:15 17:08:15 Step 10/22 : FROM alpine:3.12 17:08:15 ---> 13621d1b12d4 17:08:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:08:15 Removing intermediate container 5aa30e7c5427 17:08:15 ---> 4cbe7be3d0ea 17:08:15 17:08:15 Step 10/23 : FROM alpine:3.12 17:08:15 ---> 13621d1b12d4 17:08:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:08:15 ---> Running in 364cbfed2624 17:08:15 ---> Running in ff7e5f2849e4 17:08:15 ---> Running in 4fba6da8131a 17:08:15 ---> Running in 89498768ce12 17:08:15 ---> Running in 0b8010e7f73e 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:16 (1/2) Installing dumb-init (1.2.2-r1) 17:08:16 (2/2) Installing su-exec (0.2-r1) 17:08:16 Executing busybox-1.31.1-r20.trigger 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:16 (1/4) Installing ca-certificates (20191127-r4) 17:08:16 OK: 6 MiB in 16 packages 17:08:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:08:16 (3/4) Installing libcurl (7.76.1-r0) 17:08:16 (4/4) Installing curl (7.76.1-r0) 17:08:16 Executing busybox-1.31.1-r20.trigger 17:08:16 Executing ca-certificates-20191127-r4.trigger 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:16 (1/1) Installing dumb-init (1.2.2-r1) 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:16 Executing busybox-1.31.1-r20.trigger 17:08:16 OK: 6 MiB in 15 packages 17:08:16 OK: 7 MiB in 18 packages 17:08:16 (1/2) Installing ca-certificates (20191127-r4) 17:08:16 (2/2) Installing dumb-init (1.2.2-r1) 17:08:16 Executing busybox-1.31.1-r20.trigger 17:08:17 (1/1) Installing dumb-init (1.2.2-r1) 17:08:17 Executing ca-certificates-20191127-r4.trigger 17:08:17 Executing busybox-1.31.1-r20.trigger 17:08:17 OK: 6 MiB in 15 packages 17:08:17 OK: 6 MiB in 16 packages 17:08:18 Removing intermediate container ff7e5f2849e4 17:08:18 ---> c5d2e518b91a 17:08:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:08:18 Removing intermediate container 4fba6da8131a 17:08:18 ---> d6587785f7ae 17:08:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:08:19 ---> Running in 7ae918677c8a 17:08:19 ---> Running in faa118a975dc 17:08:19 Removing intermediate container 364cbfed2624 17:08:19 ---> 44a01c33b908 17:08:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:08:19 Removing intermediate container 0b8010e7f73e 17:08:19 ---> 6d80eeb74c1b 17:08:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:08:20 ---> Running in c8e4b04e82f0 17:08:20 ---> Running in 944cd87b9991 17:08:20 Removing intermediate container 7ae918677c8a 17:08:20 ---> 2b570ec9de06 17:08:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:08:20 Removing intermediate container 89498768ce12 17:08:20 ---> ed37d851d8d6 17:08:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:08:20 Removing intermediate container faa118a975dc 17:08:20 ---> d84c8a4192f5 17:08:20 Step 13/22 : ENV APP_PORT=48085 17:08:20 ---> Running in 725432d384d3 17:08:20 ---> Running in f9a5a5548b51 17:08:20 ---> Running in fe719df9abb5 17:08:20 Removing intermediate container c8e4b04e82f0 17:08:20 ---> f7ee17477264 17:08:20 Step 13/21 : WORKDIR /edgex 17:08:20 Removing intermediate container 944cd87b9991 17:08:20 ---> e8ba70aca413 17:08:20 Step 13/23 : ENV APP_PORT=48081 17:08:20 ---> Running in 69362d4b2cef 17:08:20 Removing intermediate container 725432d384d3 17:08:20 ---> 4fcbc4412e09 17:08:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:08:20 ---> Running in dc1e29d7cc17 17:08:20 Removing intermediate container f9a5a5548b51 17:08:20 ---> 29eef44dc42a 17:08:20 Step 14/22 : EXPOSE $APP_PORT 17:08:20 Removing intermediate container fe719df9abb5 17:08:20 ---> 3c0f3ace913b 17:08:20 Step 13/22 : ENV APP_PORT=48060 17:08:20 ---> Running in 8d3c9edddeb1 17:08:20 ---> Running in 3e060e5c738e 17:08:21 ---> Running in a1f5a9a9e109 17:08:21 Removing intermediate container 69362d4b2cef 17:08:21 ---> a945d72bcfde 17:08:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:08:21 Removing intermediate container dc1e29d7cc17 17:08:21 ---> 458a73aa7313 17:08:21 Step 14/23 : EXPOSE $APP_PORT 17:08:21 ---> Running in d2ce5e912fd7 17:08:21 Removing intermediate container 3e060e5c738e 17:08:21 ---> 06ef78b7d5ba 17:08:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:21 Removing intermediate container a1f5a9a9e109 17:08:21 ---> 2409407401fb 17:08:21 Step 14/22 : EXPOSE $APP_PORT 17:08:21 ---> 05ed97a62891 17:08:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:08:22 ---> Running in 58fd6ddf6be9 17:08:22 ---> 827df447e2b6 17:08:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:08:22 Removing intermediate container d2ce5e912fd7 17:08:22 ---> 60326d088b7b 17:08:22 Step 15/23 : WORKDIR / 17:08:22 ---> Running in 501ea80ece4e 17:08:22 Removing intermediate container 58fd6ddf6be9 17:08:22 ---> 5b827c0910ec 17:08:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:22 ---> 897556760e5d 17:08:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:08:22 ---> 85ba583293a0 17:08:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:08:23 Removing intermediate container 501ea80ece4e 17:08:23 ---> 3791c9bff6ee 17:08:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:23 Removing intermediate container 8d3c9edddeb1 17:08:23 ---> fd925be96be9 17:08:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:08:23 ---> fcd07802b390 17:08:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:08:23 ---> 2ad9f413bdd0 17:08:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:08:23 ---> Running in 04975b7549c4 17:08:23 ---> 32167aef3bcf 17:08:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:08:23 ---> Running in 3a1e47daf856 17:08:23 ---> 273bc9b4bfcf 17:08:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:08:23 ---> Running in 7a9c4777b7cc 17:08:23 Removing intermediate container 3a1e47daf856 17:08:23 ---> 1046fb411086 17:08:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:23 Removing intermediate container 04975b7549c4 17:08:23 ---> ec41bcafafe3 17:08:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:08:24 ---> Running in c25bfae12618 17:08:24 Removing intermediate container 7a9c4777b7cc 17:08:24 ---> a8e6549519af 17:08:24 Step 18/21 : CMD ["--init=true"] 17:08:24 ---> b91e18ba94f0 17:08:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:08:24 ---> Running in 2eddc6eca965 17:08:24 ---> dad65522dba9 17:08:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:08:24 ---> 3d3ed29ca42a 17:08:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:08:24 Removing intermediate container c25bfae12618 17:08:24 ---> 882293d099a4 17:08:24 Step 20/22 : LABEL arch=x86_64 17:08:24 ---> 95fa74c3bb4f 17:08:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:08:25 ---> Running in 17f3d68bf8e6 17:08:25 ---> Running in cd90fab1641f 17:08:25 ---> Running in 03277a10aef1 17:08:25 Removing intermediate container 2eddc6eca965 17:08:25 ---> f9214c44f985 17:08:25 Step 19/21 : LABEL arch=x86_64 17:08:25 ---> 1a8c3af05160 17:08:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:08:25 ---> Running in d429a1c1ca9d 17:08:25 Removing intermediate container cd90fab1641f 17:08:25 ---> fbec72323e4a 17:08:25 Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:08:25 Removing intermediate container 03277a10aef1 17:08:25 ---> 8db328f7a981 17:08:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:25 ---> Running in 75251fbe9afe 17:08:25 ---> Running in 928ba5620ce4 17:08:25 ---> Running in 5b881dc0862d 17:08:25 Removing intermediate container d429a1c1ca9d 17:08:25 ---> d0385cf7872b 17:08:25 Step 20/21 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:08:25 ---> Running in 21513f2fdc6c 17:08:26 Removing intermediate container 75251fbe9afe 17:08:26 ---> 86d407b5cdcf 17:08:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:26 Removing intermediate container 5b881dc0862d 17:08:26 ---> 7f75f9d19513 17:08:26 Step 20/22 : LABEL arch=x86_64 17:08:26 Removing intermediate container 928ba5620ce4 17:08:26 ---> 1c7545355248 17:08:26 Step 22/22 : LABEL version=0.0.0 17:08:26 ---> Running in 4e73a813c92c 17:08:26 ---> Running in 48a23eceb20c 17:08:26 ---> Running in 3f589510c5d5 17:08:26 Removing intermediate container 21513f2fdc6c 17:08:26 ---> d66e1b666039 17:08:26 Step 21/21 : LABEL version=0.0.0 17:08:26 ---> Running in eadc4846f431 17:08:26 Removing intermediate container 4e73a813c92c 17:08:26 ---> 7cc657ecc401 17:08:26 Step 21/23 : LABEL arch=x86_64 17:08:26 Removing intermediate container 48a23eceb20c 17:08:26 ---> 4c413392a7dc 17:08:26 Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:08:26 Removing intermediate container 3f589510c5d5 17:08:26 ---> fde98c3c7fc7 17:08:26 17:08:26 Removing intermediate container 17f3d68bf8e6 17:08:26 ---> 4304c2c3e0af 17:08:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:26 ---> Running in 082670446fbf 17:08:26 ---> Running in 072e475dae46 17:08:27 Removing intermediate container eadc4846f431 17:08:27 ---> 2d4f55d5df64 17:08:27 17:08:27 Successfully built fde98c3c7fc7 17:08:27 Successfully built 2d4f55d5df64 17:08:27 Successfully tagged docker-support-scheduler-go:latest 17:08:27  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:08:27 Successfully tagged docker-security-proxy-setup-go:latest 17:08:27 Building docker-core-command-go 17:08:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 072e475dae46 17:08:27 ---> 9dae37e7cd3d 17:08:27 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:08:27 Removing intermediate container 082670446fbf 17:08:27 ---> f74a1280a900 17:08:27 Step 22/22 : LABEL version=0.0.0 17:08:27 ---> 57903646fd1f 17:08:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:08:27 ---> Running in bf641d1d7822 17:08:27 ---> Running in 9842489f266b 17:08:27 Removing intermediate container 9842489f266b 17:08:27 ---> ca0abe416235 17:08:27 17:08:27 Removing intermediate container bf641d1d7822 17:08:27 ---> 7ebdb01ab86c 17:08:27 Step 23/23 : LABEL version=0.0.0 17:08:28 ---> Running in 58d523a7eb07 17:08:28 Successfully built ca0abe416235 17:08:28 Successfully tagged docker-support-notifications-go:latest 17:08:28 Building docker-core-data-go 17:08:28  Building docker-support-notifications-go ... done  ---> 613f245e33d0 17:08:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:08:28 ? github.com/edgexfoundry/edgex-go [no test files] 17:08:28 Removing intermediate container 58d523a7eb07 17:08:28 ---> 58d6ddf1ec2d 17:08:28 17:08:28 Successfully built 58d6ddf1ec2d 17:08:28 Successfully tagged docker-core-metadata-go:latest 17:08:28 Building docker-security-secretstore-setup-go 17:08:28  Building docker-core-metadata-go ... done  ---> 74e3baf29b10 17:08:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:08:29 ---> 5e68a87878a0 17:08:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:08:29 ---> 184662578ae4 17:08:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:08:29 ---> Running in 09339eafcf93 17:08:34 Removing intermediate container 09339eafcf93 17:08:34 ---> 7b7fa204bac6 17:08:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:08:37 ---> 41b08df2d495 17:08:37 Step 26/31 : RUN chmod +x /entrypoint.sh 17:08:37 ---> Running in 1a69e4812c64 17:08:42 Removing intermediate container 1a69e4812c64 17:08:42 ---> 14629f2508db 17:08:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:08:42 ---> Running in 64c11b33f899 17:08:47 Removing intermediate container 64c11b33f899 17:08:47 ---> 9521eb35d89b 17:08:47 Step 28/31 : CMD ["gate"] 17:08:53 ---> Running in 2cb1ab0432c5 17:08:55 Removing intermediate container 2cb1ab0432c5 17:08:55 ---> b287d02191e8 17:08:55 Step 29/31 : LABEL arch=x86_64 17:08:55 ---> Running in fee631037e31 17:08:57 Removing intermediate container fee631037e31 17:08:57 ---> a347b4de6923 17:08:57 Step 30/31 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:08:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:08:58 ---> 1325f7d83af3 17:08:58 Step 3/23 : WORKDIR /edgex-go 17:08:58 ---> Using cache 17:08:58 ---> 6e1c9b996f06 17:08:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> Using cache 17:08:58 17:08:58 Step 2/25 : FROM ${BUILDER_BASE} AS builder ---> 8a5e38a8fe9e 17:08:58 17:08:58 17:08:58 ---> 1325f7d83af3 17:08:58 Step 3/25 : WORKDIR /edgex-go 17:08:58 ---> Using cache 17:08:58 ---> 6e1c9b996f06 17:08:58 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:58 ---> Using cache 17:08:58 ---> 8a5e38a8fe9e 17:08:58 Step 5/25 : RUN apk add --update --no-cache make git 17:08:58 ---> Using cache 17:08:58 ---> e35b06ea8378 17:08:58 Step 6/25 : COPY go.mod . 17:08:58 ---> 1325f7d83af3 17:08:58 Step 3/23 : WORKDIR /edgex-go 17:08:58 ---> Using cache 17:08:58 ---> 6e1c9b996f06 17:08:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:58 ---> Using cache 17:08:58 Step 5/23 : RUN apk add --update --no-cache make bash git ---> 8a5e38a8fe9e 17:08:58 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 5/23 : RUN apk add --update --no-cache make git 17:08:58 17:08:58 17:08:58 ---> Using cache 17:08:58 ---> 1325f7d83af3 17:08:58 ---> e35b06ea8378 17:08:58 Step 3/23 : WORKDIR /edgex-goStep 6/23 : COPY go.mod . 17:08:58 17:08:58 ---> Using cache 17:08:58 ---> 6e1c9b996f06 17:08:58 ---> Using cache 17:08:58 ---> Using cache 17:08:58 ---> 6ba4ab9d092a 17:08:58 Step 7/23 : RUN go mod download 17:08:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6ba4ab9d092a 17:08:58 17:08:58 Step 7/25 : RUN go mod download ---> Using cache 17:08:58 17:08:58 ---> 8a5e38a8fe9e 17:08:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:08:58 ---> Using cache 17:08:58 ---> Using cache 17:08:58 ---> cca02d4121da 17:08:58 ---> cca02d4121da 17:08:58 Step 8/25 : COPY . . 17:08:58 Step 8/23 : COPY . . 17:08:58 ---> Using cache 17:08:58 ---> Using cache 17:08:58 ---> a670a536be7f 17:08:58 ---> a670a536be7f 17:08:58 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/23 : RUN make cmd/core-command/core-command 17:08:58 17:08:59 ---> Running in deca1940a034 17:08:59 ---> Running in 49f7a9de05a2 17:08:59 ---> Running in dd25198f242d 17:08:59 ---> Running in 1493225e7fdd 17:08:59 ---> Running in d742df327a51 17:09:00 Removing intermediate container deca1940a034 17:09:00 ---> 6bc50d57f4f2 17:09:00 Step 31/31 : LABEL version=0.0.0 17:09:00 ---> Running in 6f1dbc87ec15 17:09:00 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 17:09:00 Removing intermediate container 6f1dbc87ec15 17:09:00 ---> 85c6141817dc 17:09:00 17:09:00 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 17:09:01 Successfully built 85c6141817dc 17:09:01 Successfully tagged docker-security-bootstrapper-go:latest 17:09:01  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:02 OK: 233 MiB in 51 packages 17:09:03 OK: 233 MiB in 51 packages 17:09:03 Removing intermediate container 1493225e7fdd 17:09:03 ---> 6c76d5f427c8 17:09:03 Step 6/23 : COPY go.mod . 17:09:03 ---> 67a15a6c9d0b 17:09:03 Step 7/23 : RUN go mod download 17:09:04 ---> Running in f29d3fb64b68 17:09:04 Removing intermediate container d742df327a51 17:09:04 ---> ae33e38ade70 17:09:04 Step 6/23 : COPY go.mod . 17:09:04 ---> 6557bb90024a 17:09:04 Step 7/23 : RUN go mod download 17:09:05 ---> Running in 465c1c9524e8 17:09:06 Removing intermediate container f29d3fb64b68 17:09:06 ---> e04b2848b1f2 17:09:06 Step 8/23 : COPY . . 17:09:10 Removing intermediate container 465c1c9524e8 17:09:10 ---> 873ebc0b0d02 17:09:10 Step 8/23 : COPY . . 17:09:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:09:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:09:32 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 17:09:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:09:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:09:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:09:39 ---> c820a4ff7dfb 17:09:39 Step 9/23 : RUN make cmd/core-data/core-data 17:09:39 ---> f92250a60ec7 17:09:39 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:09:39 ---> Running in 42e0f6992c4a 17:09:39 ---> Running in d1e6cef47f53 17:09:39 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 17:09: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 17:09:44 Removing intermediate container dd25198f242d 17:09:44 ---> fa0e0335092e 17:09:44 17:09:44 Step 10/23 : FROM alpine:3.12 17:09:44 ---> 13621d1b12d4 17:09:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:09:44 ---> Using cache 17:09:44 ---> 6d80eeb74c1b 17:09:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:09:44 ---> Using cache 17:09:44 ---> e8ba70aca413 17:09:44 Step 13/23 : ENV APP_PORT=48082 17:09:45 Removing intermediate container 49f7a9de05a2 17:09:45 ---> cc8697fe70a7 17:09:45 17:09:45 Step 10/25 : FROM alpine:3.12 17:09:45 ---> 13621d1b12d4 17:09:45 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:09:45 ---> Running in 60333d64bd09 17:09:45 ---> Running in 93c2fdb154c8 17:09:45 Removing intermediate container 60333d64bd09 17:09:45 ---> 250e68525550 17:09:45 Step 14/23 : EXPOSE $APP_PORT 17:09:46 ---> Running in ab53b287b845 17:09:46 Removing intermediate container ab53b287b845 17:09:46 ---> a92770aec1b7 17:09:46 Step 15/23 : WORKDIR / 17:09:46 ---> Running in 0ae277be445e 17:09:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:09:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:09:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:09:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:47 Removing intermediate container 0ae277be445e 17:09:47 ---> 7402d6681965 17:09:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:47 (1/6) Installing ca-certificates (20191127-r4) 17:09:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:09:47 (3/6) Installing libcurl (7.76.1-r0) 17:09:47 (4/6) Installing curl (7.76.1-r0) 17:09:47 (5/6) Installing dumb-init (1.2.2-r1) 17:09:47 (6/6) Installing su-exec (0.2-r1) 17:09:47 Executing busybox-1.31.1-r20.trigger 17:09:47 Executing ca-certificates-20191127-r4.trigger 17:09:48 OK: 7 MiB in 20 packages 17:09:48 ---> f09f93bf470f 17:09:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:09:50 Removing intermediate container 93c2fdb154c8 17:09:50 ---> e81db415ca0c 17:09:50 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:09:50 ---> 179ca3a19193 17:09:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:09:50 ---> Running in 6253d2c16764 17:09:50 Removing intermediate container 6253d2c16764 17:09:50 ---> 80eb8f5e082f 17:09:50 Step 13/25 : WORKDIR / 17:09:50 ---> 2723fe05acab 17:09:50 Step 19/23 : ENTRYPOINT ["/core-command"] 17:09:50 ---> Running in ed00328c578b 17:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.309s coverage: 45.9% of statements 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.194s coverage: 19.8% of statements 17:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements 17:09:52 ---> Running in a0c42fbc1918 17:09:52 Removing intermediate container ed00328c578b 17:09:52 ---> abb4d289fc04 17:09:52 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:09:52 Removing intermediate container a0c42fbc1918 17:09:52 ---> 80526cc52d08 17:09:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:52 ---> Running in d4b2119f48bd 17:09:53 ---> ca9bc40cb330 17:09:53 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:09:53 Removing intermediate container d4b2119f48bd 17:09:53 ---> 61d3cf2639f5 17:09:53 Step 21/23 : LABEL arch=x86_64 17:09:53 ---> Running in f61c5897d5d3 17:09:53 ---> eebf0bf82edf 17:09:53 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:09:53 Removing intermediate container f61c5897d5d3 17:09:53 ---> 9ce9bda62b3b 17:09:53 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:09:53 ---> Running in 59cbd5fbaf8a 17:09:53 ---> 65d055b5dff8 17:09:53 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:09:53 Removing intermediate container 59cbd5fbaf8a 17:09:53 ---> b472b5276ff0 17:09:53 Step 23/23 : LABEL version=0.0.0 17:09:54 ---> Running in 62017ef09a6f 17:09:54 ---> 7e66fdf05a35 17:09:54 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:09:54 Removing intermediate container 62017ef09a6f 17:09:54 ---> 4c0b838ea2bb 17:09:54 17:09:54 Successfully built 4c0b838ea2bb 17:09:55 Successfully tagged docker-core-command-go:latest 17:09:55  Building docker-core-command-go ... done  ---> 2a07f8259dbd 17:09:55 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:09:56 ---> 6148bb8e8114 17:09:56 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:09:57 ---> 129c5e617493 17:09:57 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:09:57 ---> Running in 02eb0853fa5d 17:09:59 Removing intermediate container 02eb0853fa5d 17:09:59 ---> 39fea300daa0 17:09:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:09:59 ---> Running in 4a7406d8b12f 17:09:59 Removing intermediate container 4a7406d8b12f 17:09:59 ---> 82903f750541 17:09:59 Step 23/25 : LABEL arch=x86_64 17:09:59 ---> Running in a7e80c2f118c 17:10:00 Removing intermediate container a7e80c2f118c 17:10:00 ---> f776b6cf122b 17:10:00 Step 24/25 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:10:00 ---> Running in 2b88ea7c9f73 17:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.430s coverage: 27.1% of statements 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 71.3% of statements 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:10:01 Removing intermediate container 2b88ea7c9f73 17:10:01 ---> bca38b37b98c 17:10:01 Step 25/25 : LABEL version=0.0.0 17:10:02 ---> Running in ad2a72aded49 17:10:02 Removing intermediate container d1e6cef47f53 17:10:02 ---> e05da666c417 17:10:02 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:10:02 ---> Running in f99354a5fed3 17:10:02 Removing intermediate container ad2a72aded49 17:10:02 ---> 6776e999eb98 17:10:02 17:10:02 Successfully built 6776e999eb98 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 82.9% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 78.9% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:10:02 Successfully tagged docker-security-secretstore-setup-go:latest 17:10:02  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:10:04 Removing intermediate container f99354a5fed3 17:10:04 ---> 23d7e93b1172 17:10:04 17:10:04 Step 11/23 : FROM docker:20.10.0 17:10:04 20.10.0: Pulling from library/docker 17:10:11 Removing intermediate container 42e0f6992c4a 17:10:11 ---> 841932d465f3 17:10:11 17:10:11 Step 10/23 : FROM alpine:3.12 17:10:11 ---> 13621d1b12d4 17:10:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:10:11 ---> Running in b54c5c930357 17:10:11 Removing intermediate container b54c5c930357 17:10:11 ---> 4d948d5f18a3 17:10:11 Step 12/23 : ENV APP_PORT=48080 17:10:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:10:11 Status: Downloaded newer image for docker:20.10.0 17:10:11 ---> aefe523efa57 17:10:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:10:11 ---> Running in 4c499414adc8 17:10:11 ---> Running in 389a3f92294f 17:10:11 Removing intermediate container 4c499414adc8 17:10:11 ---> 53ea293ec06f 17:10:11 Step 13/23 : EXPOSE $APP_PORT 17:10:11 Removing intermediate container 389a3f92294f 17:10:11 ---> a9263a317eb7 17:10:11 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 17:10:11 ---> Running in c2f5856a3949 17:10:11 ---> Running in e02061b4480c 17:10:11 Removing intermediate container c2f5856a3949 17:10:11 ---> a1f3bfcd43bc 17:10:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:11 ---> Running in b4d8b9c793e8 17:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:12 (1/39) Installing readline (8.0.4-r0) 17:10:12 (2/39) Installing bash (5.0.17-r0) 17:10:12 Executing bash-5.0.17-r0.post-install 17:10:12 (3/39) Installing nghttp2-libs (1.41.0-r0) 17:10:12 (4/39) Installing libcurl (7.76.1-r0) 17:10:12 (5/39) Installing curl (7.76.1-r0) 17:10:12 (6/39) Installing dumb-init (1.2.2-r1) 17:10:12 (7/39) Installing libbz2 (1.0.8-r1) 17:10:12 (8/39) Installing expat (2.2.9-r1) 17:10:12 (9/39) Installing libffi (3.3-r2) 17:10:12 (10/39) Installing gdbm (1.13-r1) 17:10:12 (11/39) Installing xz-libs (5.2.5-r0) 17:10:12 (12/39) Installing sqlite-libs (3.32.1-r0) 17:10:12 (13/39) Installing python3 (3.8.8-r0) 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.227s coverage: 100.0% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.425s coverage: 86.7% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.394s coverage: 97.5% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.283s coverage: 78.3% of statements 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:10:16 Removing intermediate container b4d8b9c793e8 17:10:16 ---> ed2b8b236115 17:10:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:10:16 ---> Running in 31c2da6eaf2e 17:10:16 (14/39) Installing py3-appdirs (1.4.4-r1) 17:10:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 17:10:16 (16/39) Installing py3-parsing (2.4.7-r0) 17:10:16 (17/39) Installing py3-six (1.15.0-r0) 17:10:16 (18/39) Installing py3-packaging (20.4-r0) 17:10:16 (19/39) Installing py3-setuptools (47.0.0-r0) 17:10:16 (20/39) Installing py3-chardet (3.0.4-r4) 17:10:16 (21/39) Installing py3-idna (2.9-r0) 17:10:16 (22/39) Installing py3-certifi (2020.4.5.1-r0) 17:10:16 (23/39) Installing py3-urllib3 (1.25.9-r0) 17:10:16 (24/39) Installing py3-requests (2.23.0-r0) 17:10:16 (25/39) Installing py3-msgpack (1.0.0-r0) 17:10:16 (26/39) Installing py3-lockfile (0.12.2-r3) 17:10:16 (27/39) Installing py3-cachecontrol (0.12.6-r0) 17:10:16 (28/39) Installing py3-colorama (0.4.3-r0) 17:10:16 (29/39) Installing py3-distlib (0.3.0-r0) 17:10:16 (30/39) Installing py3-distro (1.5.0-r1) 17:10:16 (31/39) Installing py3-webencodings (0.5.1-r3) 17:10:16 (32/39) Installing py3-html5lib (1.0.1-r4) 17:10:16 (33/39) Installing py3-pytoml (0.1.21-r0) 17:10:16 (34/39) Installing py3-pep517 (0.8.2-r0) 17:10:16 (35/39) Installing py3-progress (1.5-r0) 17:10:16 (36/39) Installing py3-toml (0.10.1-r0) 17:10:16 (37/39) Installing py3-retrying (1.3.3-r0) 17:10:17 (38/39) Installing py3-contextlib2 (0.6.0-r0) 17:10:17 (39/39) Installing py3-pip (20.1.1-r0) 17:10:18 Executing busybox-1.31.1-r19.trigger 17:10:18 OK: 72 MiB in 59 packages 17:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:19 Collecting docker-compose==1.23.2 17:10:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:10:19 (1/6) Installing dumb-init (1.2.2-r1) 17:10:19 Collecting cached-property<2,>=1.2.0 17:10:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:10:19 (2/6) Installing libgcc (9.3.0-r2) 17:10:19 Collecting dockerpty<0.5,>=0.4.1 17:10:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:10:19 (3/6) Installing libsodium (1.0.18-r0) 17:10:19 (4/6) Installing libstdc++ (9.3.0-r2) 17:10:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:10:19 Collecting docopt<0.7,>=0.6.1 17:10:19 Downloading docopt-0.6.2.tar.gz (25 kB) 17:10:20 (5/6) Installing libzmq (4.3.3-r0) 17:10:20 (6/6) Installing zeromq (4.3.3-r0) 17:10:20 Executing busybox-1.31.1-r20.trigger 17:10:20 OK: 8 MiB in 20 packages 17:10:20 Collecting websocket-client<1.0,>=0.32.0 17:10:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:10:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:10:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 93.0% of statements 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.269s coverage: 0.9% of statements 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.167s coverage: 47.1% of statements 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.150s coverage: 79.5% of statements 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements 17:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements 17:10:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements 17:10:22 Collecting docker<4.0,>=3.6.0 17:10:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:10:22 Removing intermediate container 31c2da6eaf2e 17:10:22 ---> 2a83ad69cb8c 17:10:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:22 Collecting jsonschema<3,>=2.5.1 17:10:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:10:22 ---> ed4f884afefa 17:10:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:10:22 Collecting PyYAML<4,>=3.10 17:10:22 Downloading PyYAML-3.13.tar.gz (270 kB) 17:10:25 Collecting texttable<0.10,>=0.9.0 17:10:25 ---> 3f4793086d20 17:10:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:10:25 Downloading texttable-0.9.1.tar.gz (11 kB) 17:10:25 ---> 5167e3eb19a2 17:10:25 Step 19/23 : ENTRYPOINT ["/core-data"] 17:10:25 ---> Running in 408aeb914fc8 17:10:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:10:25 Removing intermediate container 408aeb914fc8 17:10:25 ---> ac74dacea678 17:10:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:25 Collecting urllib3<1.25,>=1.21.1 17:10:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:10:25 ---> Running in 7253f874f84a 17:10:25 Collecting idna<2.8,>=2.5 17:10:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:10:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:10:25 Collecting docker-pycreds>=0.4.0 17:10:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:10:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:10:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:10:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:10:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:10:25 Removing intermediate container 7253f874f84a 17:10:25 ---> 65c3933e2ec3 17:10:25 Step 21/23 : LABEL arch=x86_64 17:10:25 ---> Running in 426f076b8282 17:10:25 Installing collected packages: cached-property, dockerpty, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, texttable, docker-compose 17:10:25 Running setup.py install for dockerpty: started 17:10:26 Removing intermediate container 426f076b8282 17:10:26 ---> 87d27815a3bd 17:10:26 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:10:26 ---> Running in 09ed608955ba 17:10:26 Removing intermediate container 09ed608955ba 17:10:26 ---> 35fd1da7f05e 17:10:26 Step 23/23 : LABEL version=0.0.0 17:10:26 ---> Running in 87c2937a32f9 17:10:26 Running setup.py install for dockerpty: finished with status 'done' 17:10:26 Running setup.py install for docopt: started 17:10:26 Removing intermediate container 87c2937a32f9 17:10:26 ---> 76383aa92149 17:10:26 17:10:27 Successfully built 76383aa92149 17:10:27 Successfully tagged docker-core-data-go:latest 17:10:27  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' 17:10:27 Attempting uninstall: urllib3 17:10:27 Found existing installation: urllib3 1.25.9 17:10:27 Uninstalling urllib3-1.25.9: 17:10:27 Successfully uninstalled urllib3-1.25.9 17:10:27 Attempting uninstall: idna 17:10:27 Found existing installation: idna 2.9 17:10:27 Uninstalling idna-2.9: 17:10:27 Successfully uninstalled idna-2.9 17:10:27 Attempting uninstall: requests 17:10:27 Found existing installation: requests 2.23.0 17:10:27 Uninstalling requests-2.23.0: 17:10:27 Successfully uninstalled requests-2.23.0 17:10:28 Running setup.py install for PyYAML: started 17:10:28 Running setup.py install for PyYAML: finished with status 'done' 17:10:28 Running setup.py install for texttable: started 17:10:29 Running setup.py install for texttable: finished with status 'done' 17:10:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 17:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements 17:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 17:10:39 Removing intermediate container e02061b4480c 17:10:39 ---> b8d51053ebe5 17:10:39 Step 14/23 : ENV APP_PORT=48090 17:10:39 ---> Running in dd7175c0cca5 17:10:39 Removing intermediate container dd7175c0cca5 17:10:39 ---> 3558950c0df7 17:10:39 Step 15/23 : EXPOSE $APP_PORT 17:10:39 ---> Running in b4399fb881e3 17:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.524s coverage: 81.9% of statements 17:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:10:39 Removing intermediate container b4399fb881e3 17:10:39 ---> 06cf004001ae 17:10:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:10:40 ---> e2f96e7acd5d 17:10:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:10:40 ---> 0480e43cfc1d 17:10:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:10:40 ---> 8cb06aae702f 17:10:40 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 17:10:40 ---> Running in 27832a291525 17:10:41 Removing intermediate container 27832a291525 17:10:41 ---> bd2e3bc90ff0 17:10:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:41 ---> Running in 988c738298d1 17:10:41 Removing intermediate container 988c738298d1 17:10:41 ---> 0ae0b2ab5266 17:10:41 Step 21/23 : LABEL arch=x86_64 17:10:41 ---> Running in 6fb11150d796 17:10:41 Removing intermediate container 6fb11150d796 17:10:41 ---> 9c8865930e1a 17:10:41 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:10:41 ---> Running in 6e88a1cb83be 17:10:41 Removing intermediate container 6e88a1cb83be 17:10:41 ---> d76404ec3af6 17:10:41 Step 23/23 : LABEL version=0.0.0 17:10:41 ---> Running in c07eeb083f34 17:10:41 Removing intermediate container c07eeb083f34 17:10:41 ---> 8bc4f7f0f6f9 17:10:41 17:10:42 Successfully built 8bc4f7f0f6f9 17:10:42 Successfully tagged docker-sys-mgmt-agent-go:latest 17:10:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:10:42 $ docker stop --time=1 d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 17:10:44 $ docker rm -f d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 [Pipeline] // withDockerContainer [Pipeline] sh 17:10:44 + docker images 17:10:44 + grep docker 17:10:44 docker-sys-mgmt-agent-go latest 8bc4f7f0f6f9 3 seconds ago 312MB 17:10:44 docker-core-data-go latest 76383aa92149 18 seconds ago 22.9MB 17:10:44 docker-security-secretstore-setup-go latest 6776e999eb98 42 seconds ago 26.5MB 17:10:44 docker-core-command-go latest 4c0b838ea2bb 50 seconds ago 17.5MB 17:10:44 docker-security-bootstrapper-go latest 85c6141817dc About a minute ago 19.3MB 17:10:44 docker-core-metadata-go latest 58d6ddf1ec2d 2 minutes ago 19.2MB 17:10:44 docker-support-notifications-go latest ca0abe416235 2 minutes ago 18.2MB 17:10:44 docker-security-proxy-setup-go latest 2d4f55d5df64 2 minutes ago 26.1MB 17:10:44 docker-support-scheduler-go latest fde98c3c7fc7 2 minutes ago 17.7MB 17:10:44 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.176s coverage: 92.9% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 79.1% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.0% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.215s coverage: 85.4% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 64.4% of statements 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:10:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 17:10:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 17:10:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 66.9% of statements 17:10:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:10:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:10:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:10:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 41.5% of statements 17:10:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:10:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:10:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements 17:10:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:10:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.079s coverage: 84.8% of statements 17:11:00 Still waiting to schedule task 17:11:00 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:11:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:11:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:11:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:11:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.140s coverage: 9.6% of statements 17:11:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:11:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.423s coverage: 88.6% of statements 17:11:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:11:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:11:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.152s coverage: 28.7% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.159s coverage: 64.6% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.382s coverage: 95.6% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:11:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:11:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 17:11:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 28.1% of statements 17:11:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 17:11:16 GO111MODULE=on go vet ./... 17:11:52 Running on prd-ubuntu18.04-docker-8c-8g-1829 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 17:11:52 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 17:11:54 using credential edgex-jenkins-ssh 17:11:54 Cloning the remote Git repository 17:11:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:11:54 > git init /w/workspace/edgex-go/7 # timeout=10 17:11:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:54 > git --version # timeout=10 17:11:54 > git --version # 'git version 2.17.1' 17:11:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:06 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 17:12:06 Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 17:12:06 Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) 17:12:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:12:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:12:06 > git config core.sparsecheckout # timeout=10 17:12:06 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 17:12:06 > git remote # timeout=10 17:12:06 > git config --get remote.origin.url # timeout=10 17:12:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:06 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 17:12:06 > git rev-parse HEAD^{commit} # timeout=10 17:12:06 > git config core.sparsecheckout # timeout=10 17:12:06 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 17:12:10 Commit message: "fix: address PR feedback/comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:11 + echo snap-build.sh 17:12:11 snap-build.sh 17:12:11 + SNAP_BASE_DIR=. 17:12:11 + '[' '!' -z /w/workspace/edgex-go/7 ']' 17:12:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 17:12:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 17:12:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 17:12:11 + cd /w/workspace/edgex-go/7 17:12:11 + sudo apt-get remove -qy --purge lxd lxd-client 17:12:11 Reading package lists... 17:12:11 Building dependency tree... 17:12:11 Reading state information... 17:12:11 The following packages were automatically installed and are no longer required: 17:12:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:12:11 uidmap xdelta3 17:12:11 Use 'sudo apt autoremove' to remove them. 17:12:11 The following packages will be REMOVED: 17:12:11 lxd* lxd-client* 17:12:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:12:11 After this operation, 31.7 MB disk space will be freed. 17:12:12 (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.) 17:12:12 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:12:13 Removing lxd dnsmasq configuration 17:12:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:12:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:12:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:12:15 (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.) 17:12:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:12:16 Processing triggers for systemd (237-3ubuntu10.42) ... 17:12:16 Processing triggers for ureadahead (0.100.0-21) ... 17:12:17 + sudo snap remove --purge lxd 17:12:17 snap "lxd" is not installed 17:12:17 + sudo groupadd --force --system lxd 17:12:17 ++ whoami 17:12:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:12:17 + newgrp - lxd 17:12:17 + sudo snap install lxd 17:12:25 2021-04-26T17:12:22Z INFO Waiting for automatic snapd restart... 17:12:38 lxd 4.13 from Canonical* installed 17:12:38 + sudo lxd init --auto 17:12:38 gofmt -l . 17:12:38 [ "`gofmt -l .`" = "" ] 17:12:38 ./bin/test-go-mod-tidy.sh 17:12:38 ./bin/test-attribution-txt.sh [Pipeline] sh 17:12:40 + ls -al . 17:12:40 total 848 17:12:40 drwxrwxr-x 9 1001 1001 4096 Apr 26 17:12 . 17:12:40 drwxr-xr-x 4 root root 4096 Apr 26 17:08 .. 17:12:40 -rw-rw-r-- 1 1001 1001 11 Apr 26 17:06 .dockerignore 17:12:40 drwxrwxr-x 8 1001 1001 4096 Apr 26 17:06 .git 17:12:40 drwxrwxr-x 3 1001 1001 4096 Apr 26 17:06 .github 17:12:40 -rw-rw-r-- 1 1001 1001 818 Apr 26 17:06 .gitignore 17:12:40 -rw-rw-r-- 1 1001 1001 166 Apr 26 17:06 .sonarcloud.properties 17:12:40 -rw-rw-r-- 1 1001 1001 8609 Apr 26 17:06 Attribution.txt 17:12:40 -rw-rw-r-- 1 1001 1001 3804 Apr 26 17:06 CONTRIBUTING.md 17:12:40 -rw-rw-r-- 1 1001 1001 931 Apr 26 17:06 Dockerfile.build 17:12:40 -rw-rw-r-- 1 1001 1001 863 Apr 26 17:06 Jenkinsfile 17:12:40 -rw-rw-r-- 1 1001 1001 10775 Apr 26 17:06 LICENSE 17:12:40 -rw-rw-r-- 1 1001 1001 5774 Apr 26 17:06 Makefile 17:12:40 -rw-rw-r-- 1 1001 1001 7978 Apr 26 17:06 README.md 17:12:40 -rw-rw-r-- 1 1001 1001 6755 Apr 26 17:06 SECURITY.md 17:12:40 -rw-rw-r-- 1 1001 1001 5 Apr 26 17:02 VERSION 17:12:40 -rw-rw-r-- 1 1001 1001 4131 Apr 26 17:06 ZMQWindows.md 17:12:40 drwxrwxr-x 2 1001 1001 4096 Apr 26 17:06 bin 17:12:40 drwxrwxr-x 14 1001 1001 4096 Apr 26 17:06 cmd 17:12:40 -rw-r--r-- 1 root root 712626 Apr 26 17:11 coverage.out 17:12:40 -rw-r--r-- 1 root root 1060 Apr 26 17:12 go.mod 17:12:40 -rw-r--r-- 1 root root 22420 Apr 26 17:12 go.sum 17:12:40 drwxrwxr-x 8 1001 1001 4096 Apr 26 17:06 internal 17:12:40 drwxrwxr-x 4 1001 1001 4096 Apr 26 17:06 openapi 17:12:40 drwxrwxr-x 4 1001 1001 4096 Apr 26 17:06 snap 17:12:40 -rw-rw-r-- 1 1001 1001 168 Apr 26 17:06 version.go [Pipeline] sh 17:12:40 + '[' -e coverage.out ] 17:12:40 + chown 1001:1001 coverage.out [Pipeline] stash 17:12:40 Warning: overwriting stash ‘coverage-report’ 17:12:42 Stashed 1 file(s) [Pipeline] sh 17:12:42 + make build 17:12:42 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 17:12:48 + sudo snap install --classic snapcraft 17:12:52 snapcraft 4.6.2 from Canonical* installed 17:12:52 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:12:52 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:12:52 % Total % Received % Xferd Average Speed Time Time Time Current 17:12:52 Dload Upload Total Spent Left Speed 17:12:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4180 0 --:--:-- --:--:-- --:--:-- 4180 17:12:52 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M 17:12:52 ./yq_linux_amd64 17:12:52 + sudo snapcraft prime --use-lxd 17:12:53 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 17:12:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:12:53 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: 17:12:53 - README.md 17:12:53 17:12:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:12:54 Launching a container. 17:13:06 Waiting for container to be ready 17:13:07 To start your first instance, try: lxc launch ubuntu:18.04 17:13:07 17:13:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:13:11 Waiting for network to be ready... 17:13:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:13:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 17:13:11 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:13:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 17:13:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 17:13:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:13:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 17:13:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 17:13:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 17:13:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 17:13:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:13:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:13:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:13:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:13:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:13:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:13:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:13:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:13:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:13:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 17:13:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 17:13:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 17:13:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:13:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 17:13:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 17:13:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 17:13:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 17:13:15 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 17:13:16 Fetched 24.4 MB in 4s (5762 kB/s) 17:13:16 Reading package lists... 17:13:16 Reading package lists... 17:13:16 Building dependency tree... 17:13:16 Reading state information... 17:13:16 The following additional packages will be installed: 17:13:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:13:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:13:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:13:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:13:16 Suggested packages: 17:13:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:13:16 Recommended packages: 17:13:16 gnupg libsasl2-modules 17:13:16 The following NEW packages will be installed: 17:13:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:13:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:13:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:13:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:13:16 The following packages will be upgraded: 17:13:16 gpg gpg-agent gpgconf libudev1 17:13:17 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 17:13:17 Need to get 3529 kB of archives. 17:13:17 After this operation, 13.3 MB of additional disk space will be used. 17:13:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:13:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 17:13:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:13:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:13:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:13:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 17:13:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:13:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:13:18 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:13:18 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:13:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:13:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:13:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:13:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:13:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:13:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:13:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:13:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:13:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:13:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:13:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:13:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:13:18 debconf: delaying package configuration, since apt-utils is not installed 17:13:18 Fetched 3529 kB in 1s (3178 kB/s) 17:13:18 (Reading database ... 12511 files and directories currently installed.) 17:13:18 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 17:13:18 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 17:13:18 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 17:13:18 Selecting previously unselected package udev. 17:13:18 (Reading database ... 12511 files and directories currently installed.) 17:13:18 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 17:13:18 Unpacking udev (237-3ubuntu10.46) ... 17:13:19 Selecting previously unselected package libfuse2:amd64. 17:13:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:13:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:13:19 Selecting previously unselected package fuse. 17:13:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:13:19 Unpacking fuse (2.9.7-1ubuntu1) ... 17:13:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:13:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:13:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:13:19 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:13:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:13:19 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:13:19 Selecting previously unselected package libksba8:amd64. 17:13:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:13:19 Unpacking libksba8:amd64 (1.3.5-2) ... 17:13:19 Selecting previously unselected package libroken18-heimdal:amd64. 17:13:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:13:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:13:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:13:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libwind0-heimdal:amd64. 17:13:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:13:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:13:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:13:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:13:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:13:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:20 Selecting previously unselected package libsasl2-modules-db:amd64. 17:13:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:13:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:13:20 Selecting previously unselected package libsasl2-2:amd64. 17:13:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:13:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:13:21 Selecting previously unselected package libldap-common. 17:13:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:13:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:13:21 Selecting previously unselected package libldap-2.4-2:amd64. 17:13:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:13:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:13:21 Selecting previously unselected package dirmngr. 17:13:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:13:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:13:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:13:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:13:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:13:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:13:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:13:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:13:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:21 Setting up libksba8:amd64 (1.3.5-2) ... 17:13:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:21 Setting up udev (237-3ubuntu10.46) ... 17:13:21 invoke-rc.d: policy-rc.d denied execution of start. 17:13:22 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 17:13:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Processing triggers for systemd (237-3ubuntu10) ... 17:13:22 Setting up fuse (2.9.7-1ubuntu1) ... 17:13:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:13:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:13:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:13:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:13:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:13:23 settings in the [Install] section, and DefaultInstance for template units). 17:13:23 This means they are not meant to be enabled using systemctl. 17:13:23 Possible reasons for having this kind of units are: 17:13:23 1) A unit may be statically enabled by being symlinked from another unit's 17:13:23 .wants/ or .requires/ directory. 17:13:23 2) A unit's purpose may be to act as a helper for some other unit which has 17:13:23 a requirement dependency on it. 17:13:23 3) A unit may be started when needed via activation (socket, path, timer, 17:13:23 D-Bus, udev, scripted systemctl call, ...). 17:13:23 4) In case of template units, the unit is meant to be enabled with some 17:13:23 instance name specified. 17:13:23 Reading package lists... 17:13:23 Building dependency tree... 17:13:23 Reading state information... 17:13:23 The following additional packages will be installed: 17:13:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:13:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:13:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:13:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:13:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:13:23 Suggested packages: 17:13:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:13:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:13:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:13:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:13:23 systemd-container policykit-1 17:13:23 Recommended packages: 17:13:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:13:23 The following NEW packages will be installed: 17:13:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:13:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:13:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:13:23 multiarch-support openssh-client python3 python3-minimal python3.6 17:13:23 python3.6-minimal snapd squashfs-tools sudo 17:13:23 The following packages will be upgraded: 17:13:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:13:23 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 17:13:23 Need to get 35.2 MB of archives. 17:13:23 After this operation, 141 MB of additional disk space will be used. 17:13:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 17:13:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 17:13:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:13:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:13:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:13:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:13:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:13:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:13:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:13:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:13:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:13:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:13:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:13:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:13:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:13:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:13:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:13:25 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 17:13:25 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 17:13:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 17:13:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:13:25 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:13:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:13:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:13:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:13:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:13:25 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:13:25 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:13:25 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:13:25 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:13:25 debconf: delaying package configuration, since apt-utils is not installed 17:13:25 Fetched 35.2 MB in 1s (24.3 MB/s) 17:13:25 (Reading database ... 12757 files and directories currently installed.) 17:13:25 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 17:13:25 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 17:13:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 17:13:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 17:13:26 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 17:13: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 17:13:26 (Reading database ... 12757 files and directories currently installed.) 17:13:26 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 17:13:26 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 17:13:26 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 17:13:26 (Reading database ... 12757 files and directories currently installed.) 17:13:26 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 17:13:26 Unpacking apt (1.6.13) over (1.6.1) ... 17:13:27 Setting up apt (1.6.13) ... 17:13:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:13:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:13:27 (Reading database ... 12764 files and directories currently installed.) 17:13:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 17:13:27 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 17:13:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 17:13:27 Selecting previously unselected package libpython3.6-minimal:amd64. 17:13:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:13:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:13:28 Selecting previously unselected package libexpat1:amd64. 17:13:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:13:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:13:28 Selecting previously unselected package python3.6-minimal. 17:13:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:13:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:13:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 17:13:28 Checking for services that may need to be restarted...done. 17:13:28 Checking for services that may need to be restarted...done. 17:13:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:13:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:13:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:13:29 Selecting previously unselected package python3-minimal. 17:13:29 (Reading database ... 13012 files and directories currently installed.) 17:13:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:13:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:13:29 Selecting previously unselected package mime-support. 17:13:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:13:29 Unpacking mime-support (3.60ubuntu1) ... 17:13:29 Selecting previously unselected package libmpdec2:amd64. 17:13:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:13:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:13:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:13:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:13:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:13:30 Selecting previously unselected package python3.6. 17:13:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:13:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:13:30 Selecting previously unselected package libpython3-stdlib:amd64. 17:13:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:13:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:13:30 Setting up python3-minimal (3.6.7-1~18.04) ... 17:13:30 Selecting previously unselected package python3. 17:13:30 (Reading database ... 13442 files and directories currently installed.) 17:13:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:13:30 Unpacking python3 (3.6.7-1~18.04) ... 17:13:30 Selecting previously unselected package multiarch-support. 17:13:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:13:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:13:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:13:30 Selecting previously unselected package liblzo2-2:amd64. 17:13:30 (Reading database ... 13479 files and directories currently installed.) 17:13:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:13:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:13:30 Selecting previously unselected package libbsd0:amd64. 17:13:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:13:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:13:30 Selecting previously unselected package sudo. 17:13:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:13:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:13:30 Selecting previously unselected package apparmor. 17:13:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:13:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:13:31 Selecting previously unselected package libedit2:amd64. 17:13:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:13:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:13:31 Selecting previously unselected package libkrb5support0:amd64. 17:13:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:13:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:13:31 Selecting previously unselected package libk5crypto3:amd64. 17:13:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:13:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:13:31 Selecting previously unselected package libkeyutils1:amd64. 17:13:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:13:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:13:31 Selecting previously unselected package libkrb5-3:amd64. 17:13:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:13:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:13:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:13:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:13:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:13:32 Selecting previously unselected package libssl1.0.0:amd64. 17:13:32 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:13:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:13:32 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 17:13:32 Selecting previously unselected package openssh-client. 17:13:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:13:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:13:32 Selecting previously unselected package squashfs-tools. 17:13:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:13:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:13:32 Selecting previously unselected package snapd. 17:13:32 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:13:32 Unpacking snapd (2.48.3+18.04) ... 17:13:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:13:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:13:34 Setting up mime-support (3.60ubuntu1) ... 17:13:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:13:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:13:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:13:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:34 Setting up systemd (237-3ubuntu10.46) ... 17:13:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:13:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:13:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:13:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:13:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:13:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:13:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:13:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:13:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:13:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:13:37 Setting up python3 (3.6.7-1~18.04) ... 17:13:37 running python rtupdate hooks for python3.6... 17:13:37 running python post-rtupdate hooks for python3.6... 17:13:37 Setting up apparmor (2.12-4ubuntu5.1) ... 17:13:38 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 17:13:39 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:13:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:13:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:13:39 Setting up snapd (2.48.3+18.04) ... 17:13:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:13:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:13:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:13:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:13:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:13:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:13:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:13:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:13:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:13:41 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:13:41 /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' 17:13:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:41 Processing triggers for systemd (237-3ubuntu10.46) ... 17:13:42 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:13:42 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:13:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:13:43 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 17:13:43 Reading package lists... 17:13:43 Reading package lists... 17:13:43 Building dependency tree... 17:13:43 Reading state information... 17:13:43 Calculating upgrade... 17:13:44 The following packages will be upgraded: 17:13:44 advancecomp base-files bash binutils binutils-common 17:13:44 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:13:44 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:13:44 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:13:44 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:13:44 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:13:44 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:13:44 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 17:13:44 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 17:13:44 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 17:13:44 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 17:13:44 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 17:13:44 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 17:13:44 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 17:13:44 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:13:44 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:13:44 Need to get 64.0 MB of archives. 17:13:44 After this operation, 5034 kB of additional disk space will be used. 17:13:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 17:13:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:13:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:13:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:13:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:13:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:13:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:13:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:13:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:13:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:13:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:13:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:13:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:13:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:13:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:13:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:13:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:13:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:13:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:13:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:13:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:13:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:13:44 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:13:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:13:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:13:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:13:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:13:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:13:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:13:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:13:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:13:44 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:13:44 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:13:44 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:13:44 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:13:44 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:13:44 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 17:13:44 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 17:13:44 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:13:44 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:13:44 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 17:13:44 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:13:44 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:13:44 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:13:44 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:13:44 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:13:44 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:13:44 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:13:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 17:13:44 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:13:44 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:13:44 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:13:44 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:13:44 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:13:44 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:13:44 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:13:44 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:13:44 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:13:44 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:13:44 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:13:45 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:13:45 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:13:45 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:13:45 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:13:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:13:45 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:13:45 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:13:45 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:13:45 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:13:45 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:13:45 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:13:45 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:13:45 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:13:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:13:45 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:13:45 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:13:45 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:13:45 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:13:45 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:13:45 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:13:45 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:13:45 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:13:45 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] 17:13:45 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:13:45 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 17:13:45 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] 17:13:45 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:13:45 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:13:45 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:13:45 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:13:45 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 17:13:45 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 17:13:45 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:13:45 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:13:45 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:13:45 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:13:45 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:13:45 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:13:45 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:13:45 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:13:45 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:13:46 debconf: delaying package configuration, since apt-utils is not installed 17:13:46 Fetched 64.0 MB in 2s (33.6 MB/s) 17:13:46 (Reading database ... 13912 files and directories currently installed.) 17:13:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:13:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:13:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:13:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:13:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 17:13:47 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 17:13:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:48 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:48 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:48 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 17:13:48 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:49 (Reading database ... 13911 files and directories currently installed.) 17:13:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:13:49 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:13:49 (Reading database ... 13911 files and directories currently installed.) 17:13:49 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:49 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:49 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:49 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:50 (Reading database ... 13911 files and directories currently installed.) 17:13:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:13:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:13:50 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:13:50 (Reading database ... 13911 files and directories currently installed.) 17:13:50 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:13:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:13:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:13:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:13:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:13:51 Setting up base-files (10.1ubuntu2.10) ... 17:13:51 Installing new version of config file /etc/issue ... 17:13:51 Installing new version of config file /etc/issue.net ... 17:13:51 Installing new version of config file /etc/lsb-release ... 17:13:51 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:13:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:13:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:13:51 Removing obsolete conffile /etc/default/motd-news ... 17:13:51 (Reading database ... 13912 files and directories currently installed.) 17:13:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:13:51 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:13:51 Setting up bash (4.4.18-2ubuntu1.2) ... 17:13:52 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 17:13:52 (Reading database ... 13912 files and directories currently installed.) 17:13:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:13:52 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:13:52 (Reading database ... 13912 files and directories currently installed.) 17:13:52 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:13:52 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:13:52 Setting up tar (1.29b-2ubuntu0.2) ... 17:13:52 (Reading database ... 13912 files and directories currently installed.) 17:13:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:13:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:13:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:13:53 (Reading database ... 13912 files and directories currently installed.) 17:13:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:53 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:13:53 (Reading database ... 13912 files and directories currently installed.) 17:13:53 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:53 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:53 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:13:53 (Reading database ... 13912 files and directories currently installed.) 17:13:53 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:13:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:13:53 Setting up grep (3.1-2build1) ... 17:13:53 (Reading database ... 13912 files and directories currently installed.) 17:13:53 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:13:53 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:13:54 Setting up login (1:4.5-1ubuntu2) ... 17:13:54 (Reading database ... 13912 files and directories currently installed.) 17:13:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:54 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:13:54 (Reading database ... 13912 files and directories currently installed.) 17:13:54 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:54 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:13:55 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:13:55 (Reading database ... 13912 files and directories currently installed.) 17:13:55 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:13:55 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:56 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:13:56 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:13:56 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:13:56 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:13:56 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:13:56 (Reading database ... 13912 files and directories currently installed.) 17:13:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:13:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:13:57 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:13:57 (Reading database ... 13912 files and directories currently installed.) 17:13:57 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:57 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:57 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:57 (Reading database ... 13912 files and directories currently installed.) 17:13:57 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:57 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:57 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:57 (Reading database ... 13912 files and directories currently installed.) 17:13:57 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:57 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:57 (Reading database ... 13912 files and directories currently installed.) 17:13:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:58 (Reading database ... 13912 files and directories currently installed.) 17:13:58 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:58 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:58 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:58 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:58 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:13:58 (Reading database ... 13912 files and directories currently installed.) 17:13:58 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:58 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:58 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:13:58 (Reading database ... 13912 files and directories currently installed.) 17:13:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:58 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:58 (Reading database ... 13912 files and directories currently installed.) 17:13:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:58 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:13:59 (Reading database ... 13912 files and directories currently installed.) 17:13:59 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:59 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:14:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:14:00 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:14:00 (Reading database ... 13912 files and directories currently installed.) 17:14:00 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:14:00 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:14:00 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:14:00 (Reading database ... 13912 files and directories currently installed.) 17:14:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:14:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:14:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:14:01 (Reading database ... 13914 files and directories currently installed.) 17:14:01 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:14:01 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:14:01 Setting up debconf (1.5.66ubuntu1) ... 17:14:01 (Reading database ... 13914 files and directories currently installed.) 17:14:01 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:14:01 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:14:01 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:14:01 (Reading database ... 13914 files and directories currently installed.) 17:14:01 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:14:01 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:14:01 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [Pipeline] } 17:14:02 $ docker stop --time=1 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b 17:14:02 (Reading database ... 13914 files and directories currently installed.) 17:14:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:14:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:14:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:14:02 (Reading database ... 13914 files and directories currently installed.) 17:14:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:14:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:14:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:14:02 (Reading database ... 13914 files and directories currently installed.) 17:14:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:14:02 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:14:02 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:14:03 (Reading database ... 13914 files and directories currently installed.) 17:14:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:14:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:14:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 17:14:03 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 17:14:03 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:14:03 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:14:03 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:14:03 (Reading database ... 13914 files and directories currently installed.) 17:14:03 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:14:03 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:14:03 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:14:03 (Reading database ... 13914 files and directories currently installed.) 17:14:03 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:14:03 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:14:03 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:14:04 (Reading database ... 13914 files and directories currently installed.) 17:14:04 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:14:04 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:14:04 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:14:04 (Reading database ... 13914 files and directories currently installed.) 17:14:04 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:14:04 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:14:04 $ docker rm -f 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b 17:14:04 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:14:04 (Reading database ... 13914 files and directories currently installed.) 17:14:04 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:14:04 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:14:05 Setting up passwd (1:4.5-1ubuntu2) ... 17:14:05 (Reading database ... 13914 files and directories currently installed.) 17:14:05 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:14:05 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:14:05 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:14:05 (Reading database ... 13914 files and directories currently installed.) 17:14:05 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 17:14:05 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 17:14:05 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 17:14:05 (Reading database ... 13914 files and directories currently installed.) 17:14:05 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 17:14:05 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:06 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 17:14:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:06 17:14:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:06 (Reading database ... 13914 files and directories currently installed.) 17:14:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:14:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:14:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] isUnix [Pipeline] sh 17:14:06 (Reading database ... 13914 files and directories currently installed.) 17:14:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:14:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:14:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:07 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:14:07 (Reading database ... 13914 files and directories currently installed.) 17:14:07 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:14:07 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:14:07 latest: Pulling from edgex-devops/edgex-compose-arm64 17:14:07 29e5d40040c1: Pulling fs layer 17:14:07 1ce36da41761: Pulling fs layer 17:14:07 25b303627fd3: Pulling fs layer 17:14:07 29e5d40040c1: Verifying Checksum 17:14:07 29e5d40040c1: Download complete 17:14:07 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:14:07 (Reading database ... 13914 files and directories currently installed.) 17:14:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:14:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:14:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:14:07 (Reading database ... 13914 files and directories currently installed.) 17:14:07 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 17:14:07 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 17:14:07 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 17:14:07 (Reading database ... 13914 files and directories currently installed.) 17:14:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 17:14:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 17:14:08 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 17:14:08 (Reading database ... 13915 files and directories currently installed.) 17:14:08 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:14:08 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:14:08 29e5d40040c1: Pull complete 17:14:08 1ce36da41761: Verifying Checksum 17:14:08 1ce36da41761: Download complete 17:14:08 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:14:08 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:14:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 17:14:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 17:14:08 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:14:08 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:14:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:14:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:14:09 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:14:09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:14:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:14:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:14:09 1ce36da41761: Pull complete 17:14:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:14:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:14:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:14:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:14:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:14:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:14:09 25b303627fd3: Verifying Checksum 17:14:09 25b303627fd3: Download complete 17:14:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:14:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:14:10 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:14:10 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:14:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:14:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:14:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:14:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:14:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:14:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:14:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:14:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:14:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:14:12 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:14:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:14:12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:14:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:15 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:14:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:14:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:14:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:14:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:14:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:14:17 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:14:17 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:14:17 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:14:17 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:14:17 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:14:17 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:14:17 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:14:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:14:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:14:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:14:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:14:18 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:14:18 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:14:18 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:14:18 17:14:18 Current default time zone: 'Etc/UTC' 17:14:18 Local time is now: Mon Apr 26 17:14:18 UTC 2021. 17:14:18 Universal Time is now: Mon Apr 26 17:14:18 UTC 2021. 17:14:18 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:14:18 17:14:18 Setting up systemd-sysv (237-3ubuntu10.46) ... 17:14:18 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 17:14:18 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:14:18 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:14:18 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:14:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:14:18 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:14:18 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:14:18 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:14:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:14:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:19 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:14:19 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:19 Setting up patch (2.7.6-2ubuntu1.1) ... 17:14:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:14:19 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:14:19 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 17:14:19 Installing new version of config file /etc/ssl/openssl.cnf ... 17:14:19 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:14:19 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:14:19 Setting up ca-certificates (20210119~18.04.1) ... 17:14:20 25b303627fd3: Pull complete 17:14:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:14:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:14:20 prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container 17:14:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:14:21 Updating certificates in /etc/ssl/certs... 17:14:22 23 added, 27 removed; done. 17:14:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:14:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:14:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:14:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:14:22 Setting up pkgbinarymangler (138.18.04.1) ... 17:14:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:14:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up perl (5.26.1-6ubuntu0.5) ... 17:14:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:14:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:14:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:14:22 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:14:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:14:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:14:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:14:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:14:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:14:23 Processing triggers for systemd (237-3ubuntu10.46) ... 17:14:23 Processing triggers for mime-support (3.60ubuntu1) ... 17:14:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:14:23 Updating certificates in /etc/ssl/certs... 17:14:23 $ docker top 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:23 0 added, 0 removed; done. 17:14:23 Running hooks in /etc/ca-certificates/update.d... 17:14:23 done. 17:14:24 + grep parallel 17:14:24 + docker-compose build --help 17:14:24 Reading package lists... 17:14:24 Building dependency tree... 17:14:24 Reading state information... 17:14:24 The following NEW packages will be installed: 17:14:24 apt-transport-https 17:14:24 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:14:24 Need to get 1692 B of archives. 17:14:24 After this operation, 154 kB of additional disk space will be used. 17:14:24 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 17:14:24 debconf: delaying package configuration, since apt-utils is not installed 17:14:24 Fetched 1692 B in 0s (8531 B/s) 17:14:24 Selecting previously unselected package apt-transport-https. 17:14:24 (Reading database ... 13920 files and directories currently installed.) 17:14:24 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 17:14:24 Unpacking apt-transport-https (1.6.13) ... 17:14:24 Setting up apt-transport-https (1.6.13) ... 17:14:25 Waiting for network to be ready... 17:14:27 --parallel Build images in parallel. [Pipeline] } 17:14:27 $ docker stop --time=1 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 17:14:29 $ docker rm -f 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:30 . [Pipeline] withDockerContainer 17:14:30 prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container 17:14:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:14:31 2021-04-26T17:14:28Z INFO Waiting for automatic snapd restart... 17:14:31 snapd 2.49.2 from Canonical* installed 17:14:32 "snapd" switched to the "latest/stable" channel 17:14:32 17:14:32 $ docker top 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:33 + docker-compose -f ./docker-compose-build.yml build --parallel 17:14:35 core18 20210309 from Canonical* installed 17:14:35 "core18" switched to the "latest/stable" channel 17:14:35 17:14:36 Building docker-core-command-go ... 17:14:36 Building docker-core-data-go ... 17:14:36 Building docker-core-metadata-go ... 17:14:36 Building docker-security-bootstrapper-go ... 17:14:36 Building docker-security-proxy-setup-go ... 17:14:36 Building docker-security-secretstore-setup-go ... 17:14:36 Building docker-support-notifications-go ... 17:14:36 Building docker-support-scheduler-go ... 17:14:36 Building docker-sys-mgmt-agent-go ... 17:14:36 Building docker-support-scheduler-go 17:14:36 Building docker-security-proxy-setup-go 17:14:36 Building docker-security-secretstore-setup-go 17:14:36 Building docker-core-command-go 17:14:36 Building docker-support-notifications-go 17:14:38 snapcraft 4.6.2 from Canonical* installed 17:14:38 "snapcraft" switched to the "latest/stable" channel 17:14:38 17:14:42 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: 17:14:42 - README.md 17:14:42 17:14:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:14:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:14:49 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:14:49 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:14:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:14:50 Reading package lists... 17:14:50 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 17:14:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:14:57 Reading package lists... 17:14:57 Building dependency tree... 17:14:57 Reading state information... 17:14:57 Suggested packages: 17:14:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:14:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:14:57 Recommended packages: 17:14:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:14:57 The following NEW packages will be installed: 17:14:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:14:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:14:57 pkg-config zip 17:14:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:14:57 Need to get 7663 kB of archives. 17:14:57 After this operation, 43.8 MB of additional disk space will be used. 17:14:57 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:14:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:14:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:14:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:14:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:14:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:14:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:14:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:14:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:14:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:14:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 17:14:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:14:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:14:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:14:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:14:57 debconf: delaying package configuration, since apt-utils is not installed 17:14:57 Fetched 7663 kB in 1s (7329 kB/s) 17:14:57 Selecting previously unselected package libglib2.0-0:amd64. 17:14:57 (Reading database ... 13924 files and directories currently installed.) 17:14:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:14:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:14:58 Selecting previously unselected package libpsl5:amd64. 17:14:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:14:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:14:58 Selecting previously unselected package libnghttp2-14:amd64. 17:14:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:14:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:14:58 Selecting previously unselected package librtmp1:amd64. 17:14:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:14:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:14:58 Selecting previously unselected package libcurl3-gnutls:amd64. 17:14:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 17:14:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:14:58 Selecting previously unselected package liberror-perl. 17:14:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:14:58 Unpacking liberror-perl (0.17025-1) ... 17:14:58 Selecting previously unselected package git-man. 17:14:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:14:58 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:14:59 Selecting previously unselected package git. 17:14:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:14:59 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:14:59 Selecting previously unselected package libnorm1:amd64. 17:14:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:14:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:14:59 Selecting previously unselected package libpgm-5.2-0:amd64. 17:14:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:14:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:14:59 Selecting previously unselected package libsodium23:amd64. 17:14:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:14:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:15:00 Selecting previously unselected package libzmq5:amd64. 17:15:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:15:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:15:00 Selecting previously unselected package libzmq3-dev:amd64. 17:15:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:15:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:15:00 Selecting previously unselected package pkg-config. 17:15:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:15:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:15:00 Selecting previously unselected package zip. 17:15:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:15:00 Unpacking zip (3.0-11build1) ... 17:15:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:15:00 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:15:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:15:00 Setting up liberror-perl (0.17025-1) ... 17:15:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:15:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:15:00 No schema files found: doing nothing. 17:15:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:15:00 Setting up zip (3.0-11build1) ... 17:15:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:15:00 Setting up libsodium23:amd64 (1.0.16-2) ... 17:15:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:15:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:15:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:15:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:15:00 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:15:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:15:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:15:07 git set to automatically installed. 17:15:07 git-man set to automatically installed. 17:15:07 libcurl3-gnutls set to automatically installed. 17:15:07 liberror-perl set to automatically installed. 17:15:07 libglib2.0-0 set to automatically installed. 17:15:07 libnghttp2-14 set to automatically installed. 17:15:07 libnorm1 set to automatically installed. 17:15:07 libpgm-5.2-0 set to automatically installed. 17:15:07 libpsl5 set to automatically installed. 17:15:07 librtmp1 set to automatically installed. 17:15:07 libsodium23 set to automatically installed. 17:15:07 libzmq3-dev set to automatically installed. 17:15:07 libzmq5 set to automatically installed. 17:15:07 pkg-config set to automatically installed. 17:15:07 zip set to automatically installed. 17:15:09 snapd is not logged in, snap install commands will use sudo 17:15:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:15:28 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:15:28 snapd is not logged in, snap install commands will use sudo 17:15:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:15:34 snap "core18" has no updates available 17:15:34 Pulling go-build-helper 17:15:34 + snapcraftctl pull 17:15:36 'app-service-config' has dependencies that need to be staged: go-build-helper 17:15:36 Skipping pull go-build-helper (already ran) 17:15:36 Building go-build-helper 17:15:36 + snapcraftctl build 17:15:38 Staging go-build-helper 17:15:38 + snapcraftctl stage 17:15:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:15:48 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:15:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 17:15:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:15:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:15:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:15:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:15:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:15:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 17:15:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:15:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:15:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:15:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 17:15:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:15:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 17:15:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 17:15:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 17:15:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 17:15:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:15:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 17:15:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 17:15:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 17:15:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:15:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 17:15:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 17:15:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 17:15:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 17:15:48 Fetched 24.4 MB in 0s (0 B/s) 17:15:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:15:48 Fetched 224 kB in 0s (0 B/s) 17:15:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:15:48 Fetched 157 kB in 0s (0 B/s) 17:15:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:15:48 Fetched 221 kB in 0s (0 B/s) 17:15:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:15:48 Fetched 143 kB in 0s (0 B/s) 17:15:48 Pulling app-service-config 17:15:48 + snapcraftctl pull 17:15:48 Cloning into '/root/parts/app-service-config/src'... 17:15:49 Pulling config-common 17:15:49 + snapcraftctl pull 17:15:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:15:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:15:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:15:53 Fetched 0 B in 0s (0 B/s) 17:15:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:15:53 Fetched 0 B in 0s (0 B/s) 17:15:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:15:53 Fetched 0 B in 0s (0 B/s) 17:15:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:15:53 Fetched 0 B in 0s (0 B/s) 17:15:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:15:53 Fetched 0 B in 0s (0 B/s) 17:15:53 Pulling edgex-go 17:15:53 + snapcraftctl pull 17:15:58 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:58 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:15:58 ---> d7bfffea3bda 17:15:58 Step 3/25 : WORKDIR /edgex-go 17:15:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:15:58 ---> d7bfffea3bda 17:15:58 Step 3/23 : WORKDIR /edgex-go 17:15:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:58 ---> d7bfffea3bda 17:15:58 Step 3/22 : WORKDIR /edgex-go 17:15:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:15:58 ---> d7bfffea3bda 17:15:58 Step 3/21 : WORKDIR /edgex-go 17:15:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:58 ---> d7bfffea3bda 17:15:58 Step 3/22 : WORKDIR /edgex-go 17:15:58 ---> Running in 89980f3bd008 17:15:58 ---> Running in ef6ff2e61e85 17:15:58 ---> Running in 5b3d18b19257 17:15:58 ---> Running in 6149116a0400 17:15:58 ---> Running in 9bbd34126c76 17:15:58 Removing intermediate container 89980f3bd008 17:15:58 ---> 614bb1225d88 17:15:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:58 Removing intermediate container 6149116a0400 17:15:58 ---> 6c3c1c47a4e2 17:15:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:58 Removing intermediate container 9bbd34126c76 17:15:58 ---> a2b2cbc89a6e 17:15:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:58 Removing intermediate container ef6ff2e61e85 17:15:58 ---> 6c16384730e9 17:15:58 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:58 Removing intermediate container 5b3d18b19257 17:15:58 ---> 6773f782efd9 17:15:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:58 ---> Running in 53e94dbf626d 17:15:58 ---> Running in 1bbe33a88405 17:15:58 ---> Running in 85e1c4e9967e 17:15:58 ---> Running in ab7d14d5028b 17:15:58 ---> Running in 27120616352d 17:15:58 Removing intermediate container 53e94dbf626d 17:15:58 ---> d55c2a026ba8 17:15:58 Step 5/23 : RUN apk add --update --no-cache make git 17:15:58 Removing intermediate container 1bbe33a88405 17:15:58 ---> e1c07026e9f7 17:15:58 Step 5/21 : RUN apk add --update --no-cache make git 17:15:58 ---> Running in 0b92b9342586 17:15:59 Removing intermediate container 85e1c4e9967e 17:15:59 ---> Running in 0885756c106e 17:15:59 ---> 08193ce66ab1 17:15:59 Step 5/25 : RUN apk add --update --no-cache make git 17:15:59 ---> Running in 18f7d5aa643f 17:15:59 Removing intermediate container ab7d14d5028b 17:15:59 ---> 973f17f2d340 17:15:59 Step 5/22 : RUN apk add --update --no-cache make git 17:15:59 Removing intermediate container 27120616352d 17:15:59 ---> 331ec3c15add 17:15:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:16:00 ---> Running in 115bfc7e207c 17:16:00 ---> Running in f5e40404e6aa 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:02 OK: 217 MiB in 51 packages 17:16:02 OK: 217 MiB in 51 packages 17:16:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:03 OK: 217 MiB in 51 packages 17:16:03 OK: 217 MiB in 51 packages 17:16:03 OK: 217 MiB in 51 packages 17:16:04 Removing intermediate container 0885756c106e 17:16:04 ---> bfc13c21c847 17:16:04 Step 6/21 : COPY go.mod . 17:16:04 Removing intermediate container 0b92b9342586 17:16:04 ---> 274fb5a9ddb0 17:16:04 Step 6/23 : COPY go.mod . 17:16:05 Removing intermediate container 18f7d5aa643f 17:16:05 ---> 3479913c6334 17:16:05 Step 6/25 : COPY go.mod . 17:16:05 ---> b2341fe47600 17:16:05 Step 7/21 : RUN go mod download 17:16:05 Removing intermediate container 115bfc7e207c 17:16:05 ---> 601d19735808 17:16:05 Step 6/22 : COPY go.mod . 17:16:05 ---> Running in a4b188972a98 17:16:05 Removing intermediate container f5e40404e6aa 17:16:05 ---> fe64e6c896a2 17:16:05 Step 6/22 : COPY go.mod . 17:16:05 ---> 9e8b92bd1116 17:16:05 Step 7/23 : RUN go mod download 17:16:05 ---> Running in 824bb46ead5e 17:16:06 ---> a5b36f646b3c 17:16:06 Step 7/25 : RUN go mod download 17:16:06 ---> Running in 39698c50f6f4 17:16:06 ---> bb33cb01ab1f 17:16:06 Step 7/22 : RUN go mod download 17:16:06 ---> 83be30db6ed6 17:16:06 Step 7/22 : RUN go mod download 17:16:06 ---> Running in 343af5268d5f 17:16:07 ---> Running in e1a94705f22b 17:16:10 Removing intermediate container a4b188972a98 17:16:10 ---> e60597a2560d 17:16:10 Step 8/21 : COPY . . 17:16:10 Removing intermediate container 39698c50f6f4 17:16:10 ---> ceed81262113 17:16:10 Step 8/25 : COPY . . 17:16:10 Removing intermediate container 824bb46ead5e 17:16:10 ---> 2a815a6aa372 17:16:10 Step 8/23 : COPY . . 17:16:11 Removing intermediate container 343af5268d5f 17:16:11 ---> bbb50f191703 17:16:11 Step 8/22 : COPY . . 17:16:12 Removing intermediate container e1a94705f22b 17:16:12 ---> a30de2368fe7 17:16:12 Step 8/22 : COPY . . 17:16:39 ---> af90731d6964 17:16:39 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:16:39 ---> 9928fe05ef88 17:16:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:16:39 ---> aa32401f02fe 17:16:39 Step 9/23 : RUN make cmd/core-command/core-command 17:16:39 ---> ee7f5e73b24f 17:16:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:16:39 ---> 8e26eadbbea6 17:16:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:16:39 ---> Running in bd595f909e91 17:16:39 ---> Running in b32d0501dbbb 17:16:39 ---> Running in 202b72cb4ad7 17:16:39 ---> Running in b95ebc229bd6 17:16:39 ---> Running in 4da44836450e 17:16:40 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 17:16:40 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 17:16:40 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 17:16:40 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 17:16:40 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 17:16:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:16:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:16:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:16:49 Fetched 0 B in 0s (0 B/s) 17:16:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:16:49 Fetched 96.5 kB in 0s (0 B/s) 17:16:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:16:49 Fetched 279 kB in 0s (0 B/s) 17:16:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:16:49 Fetched 122 kB in 0s (0 B/s) 17:16:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:16:49 Fetched 77.8 kB in 0s (0 B/s) 17:16:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:16:49 Fetched 8848 B in 0s (0 B/s) 17:16:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:16:49 Fetched 47.8 kB in 0s (0 B/s) 17:16:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:16:49 Fetched 45.6 kB in 0s (0 B/s) 17:16:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:16:49 Fetched 15.0 kB in 0s (0 B/s) 17:16:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 17:16:49 Fetched 219 kB in 0s (0 B/s) 17:16:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:16:49 Fetched 154 kB in 0s (0 B/s) 17:16:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:16:49 Fetched 50.6 kB in 0s (0 B/s) 17:16:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:16:49 Fetched 14.8 kB in 0s (0 B/s) 17:16:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:16:49 Fetched 41.8 kB in 0s (0 B/s) 17:16:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:16:49 Fetched 499 kB in 0s (0 B/s) 17:16:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:16:49 Fetched 111 kB in 0s (0 B/s) 17:16:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:16:49 Fetched 240 kB in 0s (0 B/s) 17:16:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:16:49 Fetched 29.3 kB in 0s (0 B/s) 17:16:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:16:49 Fetched 85.5 kB in 0s (0 B/s) 17:16:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:16:49 Fetched 24.5 kB in 0s (0 B/s) 17:16:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:16:49 Fetched 49.2 kB in 6s (402 B/s) 17:16:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:16:49 Fetched 54.2 kB in 0s (0 B/s) 17:16:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:16:49 Fetched 30.8 kB in 0s (0 B/s) 17:16:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:16:49 Fetched 15.8 kB in 0s (0 B/s) 17:16:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:16:49 Fetched 85.9 kB in 0s (0 B/s) 17:16:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:16:49 Fetched 8720 B in 0s (0 B/s) 17:16:49 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 17:16:49 Fetched 137 kB in 0s (0 B/s) 17:16:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:16:49 Fetched 119 kB in 0s (0 B/s) 17:16:49 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 17:16:49 Fetched 110 kB in 0s (0 B/s) 17:16:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:16:49 Fetched 11.1 kB in 0s (0 B/s) 17:16:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:16:49 Fetched 645 kB in 0s (0 B/s) 17:16:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:16:49 Fetched 41.3 kB in 0s (0 B/s) 17:16:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:16:49 Fetched 17.9 kB in 0s (0 B/s) 17:16:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:16:49 Fetched 368 kB in 0s (0 B/s) 17:16:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:16:49 Fetched 187 kB in 0s (0 B/s) 17:16:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:16:49 Fetched 175 kB in 0s (0 B/s) 17:16:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:16:49 Fetched 206 kB in 0s (0 B/s) 17:16:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 17:16:49 Fetched 1301 kB in 0s (0 B/s) 17:16:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:16:49 Fetched 36.2 kB in 0s (0 B/s) 17:16:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 17:16:49 Fetched 159 kB in 0s (0 B/s) 17:16:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:16:49 Fetched 107 kB in 0s (0 B/s) 17:16:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:16:49 Fetched 48.7 kB in 0s (0 B/s) 17:16:49 Pulling static-packages 17:16:49 + snapcraftctl pull 17:16:49 Pulling version 17:16:49 + cd /root/project 17:16:49 + [ -f VERSION ] 17:16:49 + PROJECT_VERSION=local-dev 17:16:49 + git rev-parse --short HEAD 17:16:49 + GIT_REVISION=435fc41d 17:16:49 + snapcraftctl set-version local-dev 17:16:49 Skipping build go-build-helper (already ran) 17:16:49 Building app-service-config 17:16:49 + make build 17:16:49 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:16:49 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 17:16:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 17:16:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 17:16:49 go: downloading github.com/google/uuid v1.2.0 17:16:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 17:16:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 17:16:49 go: downloading github.com/go-kit/kit v0.8.0 17:16:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 17:16:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 17:16:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:16:49 go: downloading github.com/pelletier/go-toml v1.2.0 17:16:49 go: downloading github.com/hashicorp/consul/api v1.8.1 17:16:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:16:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:16:49 go: downloading github.com/x448/float16 v0.8.4 17:16:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:16:49 go: downloading github.com/hashicorp/serf v0.9.5 17:16:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:16:49 go: downloading github.com/mitchellh/copystructure v1.0.0 17:16:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:16:49 go: downloading github.com/BurntSushi/toml v0.3.1 17:16:49 go: downloading github.com/go-playground/validator/v10 v10.4.1 17:16:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:16:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:16:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:16:49 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:16:49 go: downloading github.com/go-playground/universal-translator v0.17.0 17:16:49 go: downloading github.com/leodido/go-urn v1.2.0 17:16:49 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 17:16:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:16:49 go: downloading github.com/go-playground/locales v0.13.0 17:16:49 go: downloading github.com/fatih/color v1.9.0 17:16:49 go: downloading github.com/mattn/go-isatty v0.0.12 17:16:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:16:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 17:16:49 go: downloading github.com/gorilla/mux v1.8.0 17:16:49 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:16:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:16:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:16:49 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:16:49 go: downloading github.com/mattn/go-colorable v0.1.6 17:16:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:16:49 go: downloading github.com/pebbe/zmq4 v1.2.7 17:16:49 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:16:49 go: downloading github.com/gorilla/websocket v1.4.2 17:16:56 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:16:56 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:16:56 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:16:56 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:16:57 Building config-common 17:16:57 + snapcraftctl build 17:16:59 Building edgex-go 17:16:59 + cd /root/parts/edgex-go/src 17:16:59 + make build 17:16:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:16:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 17:16:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 17:16:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 17:16:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 17:16:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:16:59 go: downloading github.com/imdario/mergo v0.3.12 17:16:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 17:16:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 17:16:59 go: downloading github.com/go-playground/validator/v10 v10.5.0 17:16:59 go: downloading github.com/pelletier/go-toml v1.9.0 17:16:59 go: downloading github.com/pkg/errors v0.8.1 17:16:59 go: downloading golang.org/x/text v0.3.2 17:17:04 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 17:17:04 go: downloading gopkg.in/yaml.v2 v2.4.0 17:17:09 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 17:17:10 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 17:17:11 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 17:17:12 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 17:17:12 go: downloading github.com/stretchr/testify v1.7.0 17:17:13 go: downloading github.com/davecgh/go-spew v1.1.1 17:17:13 go: downloading github.com/pmezard/go-difflib v1.0.0 17:17:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:17:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:17:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:17:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:17:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:17:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:17:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:17:19 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 17:17:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:17:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:17:21 go: downloading github.com/lib/pq v1.10.1 17:17:23 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:17:23 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:17:23 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:17:23 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:17:23 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:17:23 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:17:23 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:17:23 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:17:23 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:17:23 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:17:23 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:17:23 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:17:23 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:17:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:17:23 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:17:23 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:17:23 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:17:23 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 17:17:23 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:17:23 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:17:23 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 17:17:23 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:17:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:17:23 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:17:23 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:17:23 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:17:26 Building static-packages 17:17:26 + snapcraftctl build 17:17:28 Building version 17:17:28 + snapcraftctl build 17:17:30 Skipping stage go-build-helper (already ran) 17:17:30 Staging app-service-config 17:17:30 + snapcraftctl stage 17:17:31 Staging config-common 17:17:31 + snapcraftctl stage 17:17:32 Staging edgex-go 17:17:32 + snapcraftctl stage 17:17:33 Staging static-packages 17:17:33 + snapcraftctl stage 17:17:34 Staging version 17:17:34 + snapcraftctl stage 17:17:35 Priming go-build-helper 17:17:35 + snapcraftctl prime 17:17:36 Priming app-service-config 17:17:36 + snapcraftctl prime 17:17:37 Priming config-common 17:17:37 + snapcraftctl prime 17:17:38 Priming edgex-go 17:17:38 + snapcraftctl prime 17:17:39 Priming static-packages 17:17:39 + snapcraftctl prime 17:17:42 Priming version 17:17:42 + snapcraftctl prime 17:17:43 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] } 17:18:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:18:18 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 17:18:33 Removing intermediate container bd595f909e91 17:18:33 ---> 77a1c25b6402 17:18:33 17:18:33 Step 10/25 : FROM alpine:3.12 17:18:33 3.12: Pulling from library/alpine 17:18:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:18:35 Status: Downloaded newer image for alpine:3.12 17:18:35 ---> 9852663dfa18 17:18:35 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:18:36 ---> Running in 507518960b95 17:18:38 Removing intermediate container b32d0501dbbb 17:18:38 ---> 84a866b4ac92 17:18:38 17:18:38 Step 10/21 : FROM alpine:3.12 17:18:38 ---> 9852663dfa18 17:18:38 Step 11/21 : RUN apk add --update --no-cache curl 17:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:38 ---> Running in a6f47553aae3 17:18:39 (1/6) Installing ca-certificates (20191127-r4) 17:18:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:18:39 (3/6) Installing libcurl (7.76.1-r0) 17:18:39 (4/6) Installing curl (7.76.1-r0) 17:18:39 (5/6) Installing dumb-init (1.2.2-r1) 17:18:39 (6/6) Installing su-exec (0.2-r1) 17:18:39 Executing busybox-1.31.1-r20.trigger 17:18:39 Executing ca-certificates-20191127-r4.trigger 17:18:39 OK: 7 MiB in 20 packages 17:18:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:42 (1/4) Installing ca-certificates (20191127-r4) 17:18:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:18:42 (3/4) Installing libcurl (7.76.1-r0) 17:18:42 (4/4) Installing curl (7.76.1-r0) 17:18:42 Executing busybox-1.31.1-r20.trigger 17:18:42 Executing ca-certificates-20191127-r4.trigger 17:18:42 OK: 7 MiB in 18 packages 17:18:44 Removing intermediate container 507518960b95 17:18:44 ---> c343e287bdd1 17:18:44 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:18:44 ---> Running in 1a17286d5d8b 17:18:44 Removing intermediate container b95ebc229bd6 17:18:44 ---> 568af077f930 17:18:44 17:18:44 Step 10/23 : FROM alpine:3.12 17:18:44 Removing intermediate container 202b72cb4ad7 17:18:44 ---> 068a488299f7 17:18:44 17:18:44 Step 10/22 : FROM alpine:3.12 17:18:44 ---> 9852663dfa18 17:18:44 ---> 9852663dfa18 17:18:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:18:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:18:44 Removing intermediate container 4da44836450e 17:18:44 ---> 3e4db08e9027 17:18:44 17:18:44 Step 10/22 : FROM alpine:3.12 17:18:44 ---> 9852663dfa18 17:18:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:18:45 ---> Running in e21282b18ed2 17:18:45 ---> Running in 2815dab2d13f 17:18:45 ---> Running in bcc55118f96c 17:18:45 Removing intermediate container 1a17286d5d8b 17:18:45 ---> 3b65b454a6a2 17:18:45 Step 13/25 : WORKDIR / 17:18:45 Removing intermediate container a6f47553aae3 17:18:45 ---> 68c639e36234 17:18:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:18:45 ---> Running in bbffa2b692d2 17:18:45 ---> Running in 4f7cf6e8a6cc 17:18:46 Removing intermediate container 4f7cf6e8a6cc 17:18:46 ---> 68e557abd711 17:18:46 Step 13/21 : WORKDIR /edgex 17:18:46 Removing intermediate container bbffa2b692d2 17:18:46 ---> 8197b137b1a3 17:18:46 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:18:46 ---> Running in 96a73ec6cae6 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:47 Removing intermediate container 96a73ec6cae6 17:18:47 ---> 31dae082a4c2 17:18:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:47 ---> 16fb40b9ca3e 17:18:47 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:18:47 (1/1) Installing dumb-init (1.2.2-r1) 17:18:47 Executing busybox-1.31.1-r20.trigger 17:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:47 OK: 5 MiB in 15 packages 17:18:48 (1/1) Installing dumb-init (1.2.2-r1) 17:18:48 Executing busybox-1.31.1-r20.trigger 17:18:48 OK: 5 MiB in 15 packages 17:18:48 (1/2) Installing ca-certificates (20191127-r4) 17:18:48 (2/2) Installing dumb-init (1.2.2-r1) 17:18:48 Executing busybox-1.31.1-r20.trigger 17:18:48 Executing ca-certificates-20191127-r4.trigger 17:18:49 OK: 6 MiB in 16 packages 17:18:49 ---> 5e0fabbbaa4e 17:18:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:18:49 ---> 5a9610d664e5 17:18:49 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:18:50 Removing intermediate container e21282b18ed2 17:18:50 ---> 50536909f048 17:18:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:18:50 Removing intermediate container bcc55118f96c 17:18:50 ---> 073334aaa555 17:18:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:18:50 ---> Running in 6de059b34275 17:18:50 ---> Running in c3583cdb7b87 17:18:50 ---> 2a26851e1184 17:18:50 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:18:50 Removing intermediate container 2815dab2d13f 17:18:50 ---> 8c54a91d89fa 17:18:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:18:51 ---> d1a0e63adaa5 17:18:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:18:51 ---> Running in 5c964e912eb0 17:18:51 Removing intermediate container 6de059b34275 17:18:51 ---> f34246ef1acd 17:18:51 Step 13/23 : ENV APP_PORT=48082 17:18:51 Removing intermediate container c3583cdb7b87 17:18:51 ---> 00e98c2695cd 17:18:51 Step 13/22 : ENV APP_PORT=48085 17:18:51 ---> Running in 9196405fac19 17:18:51 ---> Running in c6f6e1066424 17:18:51 ---> 0e7cf6232d41 17:18:51 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:18:52 Removing intermediate container 5c964e912eb0 17:18:52 ---> e192c30ed87d 17:18:52 Step 13/22 : ENV APP_PORT=48060 17:18:52 Removing intermediate container 9196405fac19 17:18:52 ---> ba0f74542c17 17:18:52 Step 14/22 : EXPOSE $APP_PORT 17:18:52 Removing intermediate container c6f6e1066424 17:18:52 ---> c28ea43eb28c 17:18:52 Step 14/23 : EXPOSE $APP_PORT 17:18:52 ---> Running in 0836b87b8c0d 17:18:52 ---> Running in 9c7d61658c35 17:18:52 ---> Running in bacdf92f5ae2 17:18:52 ---> 41f153111f82 17:18:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:18:53 ---> 0ed1db5f0957 17:18:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:18:53 ---> Running in 4fefcc196ed6 17:18:53 Removing intermediate container 0836b87b8c0d 17:18:53 ---> 05d746947b0a 17:18:53 Step 14/22 : EXPOSE $APP_PORT 17:18:53 Removing intermediate container bacdf92f5ae2 17:18:53 ---> c6e3bbde47c7 17:18:53 Step 15/23 : WORKDIR / 17:18:53 Removing intermediate container 9c7d61658c35 17:18:53 ---> 1471377a7672 17:18:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:18:53 ---> Running in 66868d39c06c 17:18:53 ---> Running in 7218c2755594 17:18:53 Removing intermediate container 4fefcc196ed6 17:18:53 ---> f9cfe516eb4a 17:18:53 Step 18/21 : CMD ["--init=true"] 17:18:54 ---> Running in 8b220feca2c1 17:18:54 Removing intermediate container 66868d39c06c 17:18:54 ---> f80398421795 17:18:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:18:54 Removing intermediate container 7218c2755594 17:18:54 ---> 4c3ea9f5eec4 17:18:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:18:54 ---> ef87462a99fc 17:18:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:18:54 ---> ea67e4a99b8f 17:18:54 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:18:54 Removing intermediate container 8b220feca2c1 17:18:54 ---> 5d5bc00d54c6 17:18:54 Step 19/21 : LABEL arch=arm64 17:18:55 ---> Running in 62bf61c81e6f 17:18:55 ---> b58073b1b441 17:18:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:18:55 Removing intermediate container 62bf61c81e6f 17:18:55 ---> 517b5ad5a76f 17:18:55 Step 20/21 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:18:55 ---> 7fc2f0cb7df9 17:18:55 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:18:56 ---> 6bfe5bea6afc 17:18:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:18:56 ---> Running in 57b14ba6687c 17:18:56 ---> Running in 5f431a1ef6dc 17:18:56 ---> 707038b19224 17:18:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:18:57 Removing intermediate container 57b14ba6687c 17:18:57 ---> 2b81f75ffb8d 17:18:57 Step 21/21 : LABEL version=0.0.0 17:18:57 ---> 5e28eabd299b 17:18:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:18:57 ---> Running in 4d179bbe21d6 17:18:57 ---> cc78ebe930c0 17:18:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:18:57 ---> Running in 0c5c25c51202 17:18:58 Removing intermediate container 4d179bbe21d6 17:18:58 ---> 377620ef308e 17:18:58 17:18:58 ---> abe730b52ba7 17:18:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:18:58 ---> 2ba691092ee3 17:18:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:18:58 Removing intermediate container 0c5c25c51202 17:18:58 ---> ccf3be04f210 17:18:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:18:59 ---> Running in ffa91d08c526 17:18:59 Successfully built 377620ef308e 17:18:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:18:59  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 17:18:59 ---> Running in 7afa976260bf 17:18:59 ---> 2e2b2d9862ab 17:18:59 Step 19/23 : ENTRYPOINT ["/core-command"] 17:18:59 ---> Running in 0bb157b01b0b 17:18:59 Removing intermediate container 5f431a1ef6dc 17:18:59 ---> 4713d37cac09 17:18:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:18:59 Removing intermediate container ffa91d08c526 17:18:59 ---> 8b7b2e1b8e1b 17:18:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:18:59 Removing intermediate container 7afa976260bf 17:18:59 ---> c5fd7e42e5c5 17:18:59 Step 20/22 : LABEL arch=arm64 17:18:59 ---> Running in f9ffb1b0003f 17:18:59 ---> Running in adc1ca67a2b7 17:18:59 ---> Running in a988e31231a1 17:19:00 Removing intermediate container 0bb157b01b0b 17:19:00 ---> 1d842aff3cfc 17:19:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:00 ---> Running in 952232689f8b 17:19:00 Removing intermediate container f9ffb1b0003f 17:19:00 ---> e640b955a38e 17:19:00 Step 23/25 : LABEL arch=arm64 17:19:00 Removing intermediate container a988e31231a1 17:19:00 ---> 923a64b34ff3 17:19:00 Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:19:00 Removing intermediate container adc1ca67a2b7 17:19:00 ---> 0738bd213008 17:19:00 Step 20/22 : LABEL arch=arm64 17:19:00 ---> Running in f4f5561b2d51 17:19:00 ---> Running in 6c8fb7c5d094 17:19:00 ---> Running in bf5feb94ffd5 17:19:01 Removing intermediate container 952232689f8b 17:19:01 ---> 159a822256ae 17:19:01 Step 21/23 : LABEL arch=arm64 17:19:01 Removing intermediate container f4f5561b2d51 17:19:01 ---> 9f58f29587c5 17:19:01 Step 24/25 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:19:02 Removing intermediate container 6c8fb7c5d094 17:19:02 ---> 5edd52d5c4e5 17:19:02 Step 22/22 : LABEL version=0.0.0 17:19:02 Removing intermediate container bf5feb94ffd5 17:19:02 ---> Running in 0a01b9115879 17:19:02 ---> 7b6d164bb6f9 17:19:02 Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:19:02 ---> Running in 943d2cda9709 17:19:03 ---> Running in b0955eeb8ead 17:19:03 ---> Running in c4e86a0b9178 17:19:03 Removing intermediate container 0a01b9115879 17:19:03 ---> ff0b925cbc2d 17:19:03 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:19:03 Removing intermediate container 943d2cda9709 17:19:03 ---> e2d815e1a8c3 17:19:03 Step 25/25 : LABEL version=0.0.0 17:19:03 ---> Running in 74c78c004de1 17:19:03 ---> Running in 7e0e90e0eb53 17:19:03 Removing intermediate container c4e86a0b9178 17:19:03 ---> 88b5a2decd7a 17:19:03 17:19:03 Removing intermediate container b0955eeb8ead 17:19:03 ---> b3c7535e59da 17:19:03 Step 22/22 : LABEL version=0.0.0 17:19:04 Removing intermediate container 74c78c004de1 17:19:04 ---> 22eb4a558359 17:19:04 Step 23/23 : LABEL version=0.0.0 17:19:04 Successfully built 88b5a2decd7a 17:19:04 ---> Running in 55a43795d22d 17:19:04 Successfully tagged docker-support-scheduler-go-arm64:latest 17:19:04  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:19:04 ---> Running in 4216ad4c6d98 17:19:04 Removing intermediate container 7e0e90e0eb53 17:19:04 ---> ff2f1c37b51e 17:19:04 17:19:05 Removing intermediate container 55a43795d22d 17:19:05 ---> 308080b5ca06 17:19:05 17:19:05 Removing intermediate container 4216ad4c6d98 17:19:05 ---> 8a7f1b591b73 17:19:05 17:19:05 Successfully built ff2f1c37b51e 17:19:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:19:05  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 17:19:05 Successfully built 308080b5ca06 17:19:05 Successfully tagged docker-support-notifications-go-arm64:latest 17:19:05  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 17:19:05 Successfully built 8a7f1b591b73 17:19:05 Successfully tagged docker-core-command-go-arm64:latest 17:19:52  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:19:52 ---> d7bfffea3bda 17:19:52 Step 3/23 : WORKDIR /edgex-go 17:19:52 ---> Using cache 17:19:52 ---> 6773f782efd9 17:19:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:52 ---> Using cache 17:19:52 ---> 331ec3c15add 17:19:52 Step 5/23 : RUN apk add --update --no-cache make git 17:19:56 ---> Running in 740b53579ea6 17:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:58 OK: 217 MiB in 51 packages 17:20:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:20:00 ---> d7bfffea3bda 17:20:00 Step 3/23 : WORKDIR /edgex-go 17:20:00 ---> Using cache 17:20:00 ---> 6773f782efd9 17:20:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:00 ---> Using cache 17:20:00 ---> 331ec3c15add 17:20:00 Step 5/23 : RUN apk add --update --no-cache make bash git 17:20:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:20:00 ---> d7bfffea3bda 17:20:00 Step 3/23 : WORKDIR /edgex-go 17:20:00 ---> Using cache 17:20:00 ---> 6773f782efd9 17:20:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:00 ---> Using cache 17:20:00 ---> 331ec3c15add 17:20:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:20:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:20:01 ---> d7bfffea3bda 17:20:01 Step 3/31 : WORKDIR /edgex-go 17:20:01 ---> Using cache 17:20:01 ---> 6773f782efd9 17:20:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:01 ---> Using cache 17:20:01 ---> 331ec3c15add 17:20:01 Step 5/31 : RUN apk add --update --no-cache make git 17:20:01 ---> Running in b02e6ad9bebf 17:20:01 ---> Running in 2926429f50ca 17:20:01 ---> Running in 9c18ba3fae09 17:20:02 Removing intermediate container 740b53579ea6 17:20:02 ---> 59f74d3b8ab7 17:20:02 Step 6/23 : COPY go.mod . 17:20:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:03 ---> 52204c4efb3e 17:20:03 Step 7/23 : RUN go mod download 17:20:03 ---> Running in 203e447f7f3f 17:20:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:04 OK: 217 MiB in 51 packages 17:20:04 OK: 217 MiB in 51 packages 17:20:05 OK: 217 MiB in 51 packages 17:20:06 Removing intermediate container 2926429f50ca 17:20:06 ---> 75686909e0ea 17:20:06 Step 6/23 : COPY go.mod . 17:20:06 Removing intermediate container b02e6ad9bebf 17:20:06 ---> 19b1d62f692c 17:20:06 Removing intermediate container 9c18ba3fae09 17:20:06 ---> 423d258d1efa 17:20:06 Step 6/23 : COPY go.mod . 17:20:06 Step 6/31 : COPY go.mod . 17:20:07 Removing intermediate container 203e447f7f3f 17:20:07 ---> 4de96452e81c 17:20:07 Step 8/23 : COPY . . 17:20:07 ---> 336baa7e1313 17:20:07 Step 7/23 : RUN go mod download 17:20:07 ---> Running in 7506a7ba3542 17:20:07 ---> ba0e4311751f 17:20:07 Step 7/31 : RUN go mod download 17:20:07 ---> 4f35495686a6 17:20:07 Step 7/23 : RUN go mod download 17:20:07 ---> Running in 124cd9296d73 17:20:07 ---> Running in 73d438a6c851 17:20:12 Removing intermediate container 7506a7ba3542 17:20:12 ---> c1745df2a38c 17:20:12 Step 8/23 : COPY . . 17:20:12 Removing intermediate container 124cd9296d73 17:20:12 ---> 2cb179bf24c6 17:20:12 Step 8/31 : COPY . . 17:20:12 Removing intermediate container 73d438a6c851 17:20:12 ---> dcdf2e7ca357 17:20:12 Step 8/23 : COPY . . 17:20:34 ---> ef763a395efe 17:20:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:20:34 ---> 5557c15df8be 17:20:34 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:20:34 ---> da96d553fd59 17:20:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:20:34 ---> Running in 46db8b3352d5 17:20:34 ---> Running in 8bf262e29297 17:20:34 ---> Running in c342812930b5 17:20:34 ---> 14f1d03d8f4c 17:20:34 Step 9/23 : RUN make cmd/core-data/core-data 17:20:34 ---> Running in 6b1271b4d79d 17:20:34 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 17:20:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:20:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:20:34 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 17:22:11 Removing intermediate container c342812930b5 17:22:11 ---> 6934efcbfa8b 17:22:11 17:22:11 Step 10/31 : FROM alpine:3.12 17:22:11 ---> 9852663dfa18 17:22:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:22:11 Removing intermediate container 8bf262e29297 17:22:11 ---> 83624e673f6e 17:22:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:22:11 ---> Running in ccf85d5ef2e3 17:22:11 ---> Running in 5036238a8aa7 17:22:11 Removing intermediate container ccf85d5ef2e3 17:22:11 ---> 1205af01041b 17:22:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:22:11 ---> Running in 3ef067e9754d 17:22:11 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 17:22:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:13 (1/2) Installing dumb-init (1.2.2-r1) 17:22:13 (2/2) Installing su-exec (0.2-r1) 17:22:13 Executing busybox-1.31.1-r20.trigger 17:22:13 OK: 5 MiB in 16 packages 17:22:14 Removing intermediate container 3ef067e9754d 17:22:14 ---> 1c27ad41cfbc 17:22:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:22:15 ---> Running in 932041f3bd0a 17:22:16 Removing intermediate container 932041f3bd0a 17:22:16 ---> 9326e04e9bc2 17:22:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:22:16 ---> Running in ca19652f1b97 17:22:16 Removing intermediate container 5036238a8aa7 17:22:16 ---> 14c28c783b94 17:22:16 17:22:16 Step 11/23 : FROM docker:20.10.0 17:22:16 20.10.0: Pulling from library/docker 17:22:16 Removing intermediate container ca19652f1b97 17:22:16 ---> ca77257547e5 17:22:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:22:17 ---> Running in 9397caf2c033 17:22:22 Removing intermediate container 9397caf2c033 17:22:22 ---> e2b32f50c0c5 17:22:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:22:22 ---> Running in 46d7bf8b587a 17:22:23 Removing intermediate container 46db8b3352d5 17:22:23 ---> 8818607570a2 17:22:23 17:22:23 Step 10/23 : FROM alpine:3.12 17:22:23 ---> 9852663dfa18 17:22:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:22:23 ---> Using cache 17:22:23 ---> 073334aaa555 17:22:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:22:23 ---> Using cache 17:22:23 ---> 00e98c2695cd 17:22:23 Step 13/23 : ENV APP_PORT=48081 17:22:23 Removing intermediate container 46d7bf8b587a 17:22:23 ---> 9fc9ca1686ff 17:22:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:22:23 ---> Running in 9ccd1b20b679 17:22:24 Removing intermediate container 9ccd1b20b679 17:22:24 ---> 04620b3d23be 17:22:24 Step 14/23 : EXPOSE $APP_PORT 17:22:25 ---> 11ef26003156 17:22:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:22:25 ---> Running in 5a2dc3878869 17:22:25 ---> Running in 06ea999b7f19 17:22:26 Removing intermediate container 5a2dc3878869 17:22:26 ---> 7b68b261239d 17:22:26 Step 15/23 : WORKDIR / 17:22:26 ---> Running in 1e4b99189674 17:22:27 Removing intermediate container 1e4b99189674 17:22:27 ---> c6426a2c7415 17:22:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:22:29 ---> 7865c43d35a0 17:22:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:22:29 Removing intermediate container 06ea999b7f19 17:22:29 ---> fc564b3d4b43 17:22:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:22:31 ---> c8c3ea454d2d 17:22:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:22:31 ---> 74a7ac6463ec 17:22:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:22:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:22:31 Removing intermediate container 6b1271b4d79d 17:22:31 ---> 60c017683daa 17:22:31 17:22:31 Step 10/23 : FROM alpine:3.12 17:22:31 ---> 9852663dfa18 17:22:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:22:31 Status: Downloaded newer image for docker:20.10.0 17:22:31 ---> eeaf43b92773 17:22:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:22:32 ---> Running in 309cb7f80583 17:22:32 ---> Running in d183dd526712 17:22:32 ---> 9af92b3abd98 17:22:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:22:32 ---> Running in 269d13734902 17:22:32 Removing intermediate container 309cb7f80583 17:22:32 ---> ed9d900459de 17:22:32 Step 12/23 : ENV APP_PORT=48080 17:22:32 Removing intermediate container d183dd526712 17:22:32 ---> 5b712d598c0d 17:22:32 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 17:22:32 ---> ee5bcf6b577e 17:22:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:22:32 ---> Running in 2b01f02278f5 17:22:33 ---> Running in c35358dbc446 17:22:33 Removing intermediate container 269d13734902 17:22:33 ---> d936f51eceac 17:22:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:33 ---> Running in 5ea2ec4939aa 17:22:33 Removing intermediate container 2b01f02278f5 17:22:33 ---> 3a3f7e1b3a52 17:22:33 Step 13/23 : EXPOSE $APP_PORT 17:22:34 ---> Running in 813072a16ea2 17:22:34 ---> f21b23ddf8e7 17:22:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:22:34 Removing intermediate container 5ea2ec4939aa 17:22:34 ---> 8dee19e145b8 17:22:34 Step 21/23 : LABEL arch=arm64 17:22:34 ---> Running in e711b08e5ba4 17:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 Removing intermediate container 813072a16ea2 17:22:34 ---> f3dc5db5a69f 17:22:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:34 ---> Running in 8a612f1c5e39 17:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:34 ---> 475ead6cc053 17:22:34 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:22:35 Removing intermediate container e711b08e5ba4 17:22:35 ---> 21ca2867efa7 17:22:35 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:22:35 ---> Running in 69ee2ad0b279 17:22:35 (1/39) Installing readline (8.0.4-r0) 17:22:35 (2/39) Installing bash (5.0.17-r0) 17:22:35 Executing bash-5.0.17-r0.post-install 17:22:35 (3/39) Installing nghttp2-libs (1.41.0-r0) 17:22:35 (4/39) Installing libcurl (7.76.1-r0) 17:22:35 (5/39) Installing curl (7.76.1-r0) 17:22:35 (6/39) Installing dumb-init (1.2.2-r1) 17:22:35 (7/39) Installing libbz2 (1.0.8-r1) 17:22:35 (8/39) Installing expat (2.2.9-r1) 17:22:35 (9/39) Installing libffi (3.3-r2) 17:22:35 (10/39) Installing gdbm (1.13-r1) 17:22:35 (11/39) Installing xz-libs (5.2.5-r0) 17:22:35 (12/39) Installing sqlite-libs (3.32.1-r0) 17:22:35 (13/39) Installing python3 (3.8.8-r0) 17:22:36 ---> 79541e942efa 17:22:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:22:36 Removing intermediate container 69ee2ad0b279 17:22:36 ---> 16330e886ef9 17:22:36 Step 23/23 : LABEL version=0.0.0 17:22:37 ---> Running in f7c56746a624 17:22:37 ---> Running in 58a432192453 17:22:37 (14/39) Installing py3-appdirs (1.4.4-r1) 17:22:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 17:22:37 (16/39) Installing py3-parsing (2.4.7-r0) 17:22:37 (17/39) Installing py3-six (1.15.0-r0) 17:22:37 (18/39) Installing py3-packaging (20.4-r0) 17:22:37 Removing intermediate container 58a432192453 17:22:37 ---> b435cbb2b29b 17:22:37 17:22:37 Removing intermediate container f7c56746a624 17:22:37 ---> 1ecc1200f43d 17:22:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:22:37 (19/39) Installing py3-setuptools (47.0.0-r0) 17:22:38 Removing intermediate container 8a612f1c5e39 17:22:38 ---> 20093c3a680f 17:22:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:22:38 (20/39) Installing py3-chardet (3.0.4-r4) 17:22:38 (21/39) Installing py3-idna (2.9-r0) 17:22:38 (22/39) Installing py3-certifi (2020.4.5.1-r0) 17:22:38 (23/39) Installing py3-urllib3 (1.25.9-r0) 17:22:38 (24/39) Installing py3-requests (2.23.0-r0) 17:22:38 (25/39) Installing py3-msgpack (1.0.0-r0) 17:22:38 (26/39) Installing py3-lockfile (0.12.2-r3) 17:22:38 (27/39) Installing py3-cachecontrol (0.12.6-r0) 17:22:38 ---> Running in 0190b95330a6 17:22:38 (28/39) Installing py3-colorama (0.4.3-r0) 17:22:38 (29/39) Installing py3-distlib (0.3.0-r0) 17:22:38 (30/39) Installing py3-distro (1.5.0-r1) 17:22:38 (31/39) Installing py3-webencodings (0.5.1-r3) 17:22:38 (32/39) Installing py3-html5lib (1.0.1-r4) 17:22:38 (33/39) Installing py3-pytoml (0.1.21-r0) 17:22:38 (34/39) Installing py3-pep517 (0.8.2-r0) 17:22:38 (35/39) Installing py3-progress (1.5-r0) 17:22:38 (36/39) Installing py3-toml (0.10.1-r0) 17:22:38 Successfully built b435cbb2b29b 17:22:38 (37/39) Installing py3-retrying (1.3.3-r0) 17:22:38 (38/39) Installing py3-contextlib2 (0.6.0-r0) 17:22:38 (39/39) Installing py3-pip (20.1.1-r0) 17:22:38 Successfully tagged docker-core-metadata-go-arm64:latest 17:22:38  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 17:22:39 OK: 72 MiB in 59 packages 17:22:39 ---> cd4bcb5beee0 17:22:39 Step 26/31 : RUN chmod +x /entrypoint.sh 17:22:39 ---> Running in 570df5f920d9 17:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:41 (1/6) Installing dumb-init (1.2.2-r1) 17:22:41 (2/6) Installing libgcc (9.3.0-r2) 17:22:41 (3/6) Installing libsodium (1.0.18-r0) 17:22:41 (4/6) Installing libstdc++ (9.3.0-r2) 17:22:41 (5/6) Installing libzmq (4.3.3-r0) 17:22:42 (6/6) Installing zeromq (4.3.3-r0) 17:22:42 Executing busybox-1.31.1-r20.trigger 17:22:42 Removing intermediate container 570df5f920d9 17:22:42 ---> 807a0769032c 17:22:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:22:42 OK: 8 MiB in 20 packages 17:22:42 ---> Running in 0407ca20fd81 17:22:42 Removing intermediate container 0407ca20fd81 17:22:42 ---> 0cec71192bad 17:22:42 Step 28/31 : CMD ["gate"] 17:22:43 ---> Running in b3914369d986 17:22:43 Removing intermediate container 0190b95330a6 17:22:43 ---> ef8b64e06f3e 17:22:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:22:43 Collecting docker-compose==1.23.2 17:22:43 Removing intermediate container b3914369d986 17:22:43 ---> 803c305ef6ec 17:22:43 Step 29/31 : LABEL arch=arm64 17:22:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:22:44 ---> Running in cb18423f6fd2 17:22:44 ---> 2284c6b3d08b 17:22:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:22:44 Collecting texttable<0.10,>=0.9.0 17:22:44 Downloading texttable-0.9.1.tar.gz (11 kB) 17:22:44 Removing intermediate container cb18423f6fd2 17:22:44 ---> e37309ca6e9d 17:22:44 Step 30/31 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:22:45 ---> Running in c32375aba14c 17:22:45 ---> 381f97ac44f9 17:22:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:22:45 Removing intermediate container c32375aba14c 17:22:45 ---> e41d0201503f 17:22:45 Step 31/31 : LABEL version=0.0.0 17:22:46 ---> Running in e93020663568 17:22:46 Removing intermediate container e93020663568 17:22:46 ---> e535068af510 17:22:46 17:22:46 ---> adf250422b6e 17:22:46 Step 19/23 : ENTRYPOINT ["/core-data"] 17:22:46 Collecting cached-property<2,>=1.2.0 17:22:46 ---> Running in 8a0234fc35d4 17:22:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:22:47 Successfully built e535068af510 17:22:47 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:22:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 8a0234fc35d4 17:22:47 ---> 86bb2be54d3d 17:22:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:47 ---> Running in 7687d076dae9 17:22:47 Collecting docker<4.0,>=3.6.0 17:22:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:22:48 Removing intermediate container 7687d076dae9 17:22:48 ---> a547257eeb98 17:22:48 Step 21/23 : LABEL arch=arm64 17:22:48 ---> Running in c0bc70f21a59 17:22:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:22:48 Removing intermediate container c0bc70f21a59 17:22:48 ---> 25c198021679 17:22:48 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:22:48 ---> Running in dd6027c6c9f4 17:22:48 Collecting jsonschema<3,>=2.5.1 17:22:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:22:49 Removing intermediate container dd6027c6c9f4 17:22:49 ---> 2a16d14f81c7 17:22:49 Step 23/23 : LABEL version=0.0.0 17:22:49 ---> Running in 0dd02d618f8d 17:22:49 Removing intermediate container 0dd02d618f8d 17:22:49 ---> d5155ab1766c 17:22:49 17:22:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:22:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:22:50 Successfully built d5155ab1766c 17:22:50 Successfully tagged docker-core-data-go-arm64:latest 17:22:50  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 17:22:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:22:51 Collecting PyYAML<4,>=3.10 17:22:51 Downloading PyYAML-3.13.tar.gz (270 kB) 17:22:54 Collecting dockerpty<0.5,>=0.4.1 17:22:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:22:56 Collecting docopt<0.7,>=0.6.1 17:22:56 Downloading docopt-0.6.2.tar.gz (25 kB) 17:22:58 Collecting docker-pycreds>=0.4.0 17:22:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:22:58 Collecting urllib3<1.25,>=1.21.1 17:22:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:22:58 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) 17:22:59 Collecting idna<2.8,>=2.5 17:22:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:22:59 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) 17:22:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:22:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:22:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:22:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:23:00 Installing collected packages: texttable, cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, docopt, docker-compose 17:23:00 Running setup.py install for texttable: started 17:23:01 Running setup.py install for texttable: finished with status 'done' 17:23:02 Attempting uninstall: urllib3 17:23:02 Found existing installation: urllib3 1.25.9 17:23:02 Uninstalling urllib3-1.25.9: 17:23:02 Successfully uninstalled urllib3-1.25.9 17:23:02 Attempting uninstall: idna 17:23:02 Found existing installation: idna 2.9 17:23:02 Uninstalling idna-2.9: 17:23:03 Successfully uninstalled idna-2.9 17:23:03 Attempting uninstall: requests 17:23:03 Found existing installation: requests 2.23.0 17:23:03 Uninstalling requests-2.23.0: 17:23:03 Successfully uninstalled requests-2.23.0 17:23:05 Running setup.py install for PyYAML: started 17:23:07 Running setup.py install for PyYAML: finished with status 'done' 17:23:07 Running setup.py install for dockerpty: started 17:23:09 Running setup.py install for dockerpty: finished with status 'done' 17:23:09 Running setup.py install for docopt: started 17:23:10 Running setup.py install for docopt: finished with status 'done' 17:23:11 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.58.0 17:23:19 Removing intermediate container c35358dbc446 17:23:19 ---> f8d263041ab4 17:23:19 Step 14/23 : ENV APP_PORT=48090 17:23:19 ---> Running in 614e47a263fc 17:23:20 Removing intermediate container 614e47a263fc 17:23:20 ---> 9c720af30920 17:23:20 Step 15/23 : EXPOSE $APP_PORT 17:23:20 ---> Running in c914a12b7f4b 17:23:20 Removing intermediate container c914a12b7f4b 17:23:20 ---> 5587d135c61b 17:23:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:23:21 ---> 7186048b4ebb 17:23:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:23:22 ---> d470965a63bf 17:23:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:23:23 ---> 9dab34633c13 17:23:23 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 17:23:23 ---> Running in dfc4b857af28 17:23:23 Removing intermediate container dfc4b857af28 17:23:23 ---> beea3b88fde5 17:23:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:24 ---> Running in 3cc66ffc9182 17:23:24 Removing intermediate container 3cc66ffc9182 17:23:24 ---> dfe48790eee4 17:23:24 Step 21/23 : LABEL arch=arm64 17:23:24 ---> Running in 6a40d1e9347a 17:23:25 Removing intermediate container 6a40d1e9347a 17:23:25 ---> 6f7ec1c3d985 17:23:25 Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 17:23:25 ---> Running in d0fa12d88ee9 17:23:25 Removing intermediate container d0fa12d88ee9 17:23:25 ---> 9437362ac363 17:23:25 Step 23/23 : LABEL version=0.0.0 17:23:25 ---> Running in 5850ec2740fa 17:23:26 Removing intermediate container 5850ec2740fa 17:23:26 ---> 8c707f739a91 17:23:26 17:23:26 Successfully built 8c707f739a91 17:23:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:23:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:23:27 $ docker stop --time=1 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 17:23:29 $ docker rm -f 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:29 + + dockergrep images docker 17:23:29 17:23:30 docker-sys-mgmt-agent-go-arm64 latest 8c707f739a91 4 seconds ago 299MB 17:23:30 docker-core-data-go-arm64 latest d5155ab1766c 41 seconds ago 21.6MB 17:23:30 docker-security-bootstrapper-go-arm64 latest e535068af510 44 seconds ago 18.2MB 17:23:30 docker-core-metadata-go-arm64 latest b435cbb2b29b 53 seconds ago 18.1MB 17:23:30 docker-core-command-go-arm64 latest 8a7f1b591b73 4 minutes ago 16.5MB 17:23:30 docker-support-notifications-go-arm64 latest 308080b5ca06 4 minutes ago 17.2MB 17:23:30 docker-security-secretstore-setup-go-arm64 latest ff2f1c37b51e 4 minutes ago 25MB 17:23:30 docker-support-scheduler-go-arm64 latest 88b5a2decd7a 4 minutes ago 16.6MB 17:23:30 docker-security-proxy-setup-go-arm64 latest 377620ef308e 4 minutes ago 24.7MB 17:23:30 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:23:31 ---> job-cost.sh 17:23:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hDy9 17:24:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:25:46 lf-activate-venv(): INFO: Adding /tmp/venv-hDy9/bin to PATH 17:25:46 INFO: No Stack... 17:25:46 INFO: Retrieving Pricing Info for: lf-standard-4 17:25:46 INFO: Archiving Costs [Pipeline] sh 17:25:47 + cat /w/workspace/edgex-go/7/archives/cost.csv 17:25:47 + cut -d, -f6 [Pipeline] lock 17:25:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] 17:25:47 Resource [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] did not exist. Created. 17:25:47 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:25:47 + echo total: 0.20999999344348907 [Pipeline] stash 17:25:48 Stashed 1 file(s) [Pipeline] } 17:25:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:25:48 provisioning config files... 17:25:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8294348927980816369tmp [Pipeline] { [Pipeline] sh 17:25:49 + set +x 17:25:49 + curl -s https://codecov.io/bash 17:25:49 + bash -s -- 17:25:49 17:25:49 _____ _ 17:25:49 / ____| | | 17:25:49 | | ___ __| | ___ ___ _____ __ 17:25:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:25:49 | |___| (_) | (_| | __/ (_| (_) \ V / 17:25:49 \_____\___/ \__,_|\___|\___\___/ \_/ 17:25:49 Bash-1.0.2 17:25:49 17:25:49 17:25:49 ==> git version 2.24.3 found 17:25:49 ==> 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 17:25:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:25:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:25:49 ==> Jenkins CI detected. 17:25:49 project root: . 17:25:49 --> token set from env 17:25:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:25:49 ==> Running gcov in . (disable via -X gcov) 17:25:49 ==> Python coveragepy not found 17:25:49 ==> Searching for coverage reports in: 17:25:49 + . 17:25:49 -> Found 1 reports 17:25:49 ==> Detecting git/mercurial file structure 17:25:50 ==> Reading reports 17:25:50 + ./coverage.out bytes=712626 17:25:50 ==> Appending adjustments 17:25:50 https://docs.codecov.io/docs/fixing-reports 17:25:54 + Found adjustments 17:25:54 ==> Gzipping contents 17:25:54 100K /tmp/codecov.Gd4kr4.gz 17:25:54 ==> Uploading reports 17:25:54 url: https://codecov.io 17:25:54 query: branch=PR-3391&commit=435fc41d67987ddff12c535146ad4fc35898d092&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 17:25:54 -> Pinging Codecov 17:25:54 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=435fc41d67987ddff12c535146ad4fc35898d092&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 17:25:54 -> Uploading to 17:25:54 https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/435fc41d67987ddff12c535146ad4fc35898d092/0a8ba012-fe5b-4635-b1a5-384a86a520ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T172554Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=208c5359a0596f2fb01895fa9da580f62a719fdb4d37c23a70912da6dd863848 17:25:54 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:54 Dload Upload Total Spent Left Speed 17:25:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 192k --:--:-- --:--:-- --:--:-- 192k 100 99k 0 0 100 99k 0 192k --:--:-- --:--:-- --:--:-- 192k 17:25:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/435fc41d67987ddff12c535146ad4fc35898d092 [Pipeline] } 17:25:54 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] { (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 17:25:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:25:57 ---> package-listing.sh 17:25:57 ++ facter osfamily 17:25:57 ++ tr '[:upper:]' '[:lower:]' 17:25:57 + OS_FAMILY=redhat 17:25:57 + workspace=/w/workspace/edgex-go/7 17:25:57 + START_PACKAGES=/tmp/packages_start.txt 17:25:57 + END_PACKAGES=/tmp/packages_end.txt 17:25:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:25:57 + PACKAGES=/tmp/packages_start.txt 17:25:57 + '[' /w/workspace/edgex-go/7 ']' 17:25:57 + PACKAGES=/tmp/packages_end.txt 17:25:57 + case "${OS_FAMILY}" in 17:25:57 + rpm -qa 17:25:57 + sort 17:26:02 + '[' -f /tmp/packages_start.txt ']' 17:26:02 + '[' -f /tmp/packages_end.txt ']' 17:26:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:26:02 + '[' /w/workspace/edgex-go/7 ']' 17:26:02 + mkdir -p /w/workspace/edgex-go/7/archives/ 17:26:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 17:26:02 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:26:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:02 17:26:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:26:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:03 alpine: Pulling from edgex-lftools-log-publisher 17:26:03 df20fa9351a1: Pulling fs layer 17:26:03 36b3adc4ff6f: Pulling fs layer 17:26:03 8ad3a11d3b57: Pulling fs layer 17:26:03 46f8f816bc3b: Pulling fs layer 17:26:03 93b61091891f: Pulling fs layer 17:26:03 93b9cdb0e59b: Pulling fs layer 17:26:03 5e14af77c1be: Pulling fs layer 17:26:03 01666e4c0597: Pulling fs layer 17:26:03 aa168da1d23b: Pulling fs layer 17:26:03 93b9cdb0e59b: Waiting 17:26:03 5e14af77c1be: Waiting 17:26:03 01666e4c0597: Waiting 17:26:03 aa168da1d23b: Waiting 17:26:03 46f8f816bc3b: Waiting 17:26:03 93b61091891f: Waiting 17:26:03 36b3adc4ff6f: Verifying Checksum 17:26:03 36b3adc4ff6f: Download complete 17:26:03 46f8f816bc3b: Verifying Checksum 17:26:03 46f8f816bc3b: Download complete 17:26:03 df20fa9351a1: Download complete 17:26:03 93b9cdb0e59b: Verifying Checksum 17:26:03 93b9cdb0e59b: Download complete 17:26:03 93b61091891f: Verifying Checksum 17:26:03 93b61091891f: Download complete 17:26:03 5e14af77c1be: Verifying Checksum 17:26:03 5e14af77c1be: Download complete 17:26:03 01666e4c0597: Verifying Checksum 17:26:03 01666e4c0597: Download complete 17:26:03 8ad3a11d3b57: Verifying Checksum 17:26:03 8ad3a11d3b57: Download complete 17:26:03 df20fa9351a1: Pull complete 17:26:04 36b3adc4ff6f: Pull complete 17:26:04 8ad3a11d3b57: Pull complete 17:26:04 46f8f816bc3b: Pull complete 17:26:05 aa168da1d23b: Verifying Checksum 17:26:05 aa168da1d23b: Download complete 17:26:06 93b61091891f: Pull complete 17:26:07 93b9cdb0e59b: Pull complete 17:26:07 5e14af77c1be: Pull complete 17:26:07 01666e4c0597: Pull complete 17:26:17 aa168da1d23b: Pull complete 17:26:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:26:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:26:17 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 17:26:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:26:22 $ docker top beb069a8fbdd73b4574839c4100e4e487f10393a60cfc0a1566ee5d251c93b66 -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:23 + touch /tmp/pre-build-complete [Pipeline] sh 17:26:23 + mkdir -p /var/log/sa [Pipeline] sh 17:26:23 + ls /var/log/sa-host 17:26:23 + sadf -c /var/log/sa-host/sa23 17:26:23 file_magic: OK 17:26:23 HZ: Using current value: 100 17:26:23 file_header: OK 17:26:23 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 17:26:23 Statistics: 17:26:23 Hnuu...uuuununununu... 17:26:23 File successfully converted to sysstat format version 12.2.1 17:26:23 + sadf -c /var/log/sa-host/sa26 17:26:23 file_magic: OK 17:26:23 HZ: Using current value: 100 17:26:23 file_header: OK 17:26:23 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 17:26:23 Statistics: 17:26:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:26:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:26:24 provisioning config files... 17:26:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1358218229400911353tmp [Pipeline] { [Pipeline] echo 17:26:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:26:24 ---> create-netrc.sh [Pipeline] } 17:26:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:26:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:25 ---> python-tools-install.sh [Pipeline] echo 17:26:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:26:25 ---> sudo-logs.sh 17:26:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:26:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:26:25 ---> job-cost.sh 17:26:25 lf-activate-venv: SKIPPING 17:26:25 DEBUG: total: 0.20999999344348907 17:26:25 INFO: Retrieving Stack Cost... 17:26:27 INFO: Retrieving Pricing Info for: v1-standard-2 17:26:27 INFO: Archiving Costs [Pipeline] echo 17:26:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:26:27 ---> logs-deploy.sh 17:26:27 lf-activate-venv: SKIPPING 17:26:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/7 17:26:27 INFO: archiving workspace using pattern(s): 17:26:29 Archives upload complete. 17:26:29 INFO: archiving logs to Nexus