Branch indexing 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 9fd562e3a2eea215d457574d6ccae0c8b46a1516+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (d00d84f48e55d859d1b8a6d4bd54e8f5806d6e95) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26170 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 Merge succeeded, producing 68c823812e4aea1e7702eddd2e1ab6db2090771f Checking out Revision 68c823812e4aea1e7702eddd2e1ab6db2090771f (PR-3164) > 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/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68c823812e4aea1e7702eddd2e1ab6db2090771f # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:35 ========================================================= 00:30:35 EdgeX Global Pipelines Version Info 00:30:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:36 ------------------- 00:30:36 stable info: 00:30:36 ------------------- 00:30:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:36 Message: update stable to v1.0.179 00:30:37 ------------------- 00:30:37 experimental info: 00:30:37 ------------------- 00:30:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:37 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68c823812e4aea1e7702eddd2e1ab6db2090771f [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68c8238 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:40 provisioning config files... 00:30:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5454269660666092810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:41 ---> docker-login.sh 00:30:41 nexus3.edgexfoundry.org:10001 00:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:41 Configure a credential helper to remove this warning. See 00:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:41 00:30:41 Login Succeeded 00:30:41 nexus3.edgexfoundry.org:10002 00:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:41 Configure a credential helper to remove this warning. See 00:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:41 00:30:41 Login Succeeded 00:30:41 nexus3.edgexfoundry.org:10003 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 nexus3.edgexfoundry.org:10004 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 docker.io 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 ---> docker-login.sh ends [Pipeline] } 00:30:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:43 ++ 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 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-command/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-command,cmd/core-command/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-data/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-data,cmd/core-data/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-metadata/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/support-notifications/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/support-scheduler/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:43 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 00:30:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:44 00:30:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:44 latest: Pulling from edgex-devops/git-semver 00:30:44 31603596830f: Pulling fs layer 00:30:44 2a8b12db71e7: Pulling fs layer 00:30:44 6ca5941a6612: Pulling fs layer 00:30:44 ecc8261a40a4: Pulling fs layer 00:30:44 ecc8261a40a4: Waiting 00:30:44 2a8b12db71e7: Verifying Checksum 00:30:44 2a8b12db71e7: Download complete 00:30:44 31603596830f: Download complete 00:30:45 ecc8261a40a4: Verifying Checksum 00:30:45 ecc8261a40a4: Download complete 00:30:45 6ca5941a6612: Verifying Checksum 00:30:45 6ca5941a6612: Download complete 00:30:45 31603596830f: Pull complete 00:30:45 2a8b12db71e7: Pull complete 00:30:46 6ca5941a6612: Pull complete 00:30:46 ecc8261a40a4: Pull complete 00:30:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:46 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:49 $ docker top 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:50 [ssh-agent] Looking for ssh-agent implementation... 00:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:50 $ docker exec 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent 00:30:50 SSH_AUTH_SOCK=/tmp/ssh-cXIEWR7FqQMf/agent.11 00:30:50 SSH_AGENT_PID=16 00:30:50 Running ssh-add (command line suppressed) 00:30:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4509531773118635347.key (/w/workspace/edgex-go/2@tmp/private_key_4509531773118635347.key) 00:30:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:51 + git tag --points-at HEAD [Pipeline] } 00:30:51 $ docker exec --env ******** --env ******** 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent -k 00:30:51 unset SSH_AUTH_SOCK; 00:30:51 unset SSH_AGENT_PID; 00:30:51 echo Agent pid 16 killed; 00:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:51 [ssh-agent] Looking for ssh-agent implementation... 00:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:51 $ docker exec 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent 00:30:52 SSH_AUTH_SOCK=/tmp/ssh-0nG9makUDEYT/agent.45 00:30:52 SSH_AGENT_PID=50 00:30:52 Running ssh-add (command line suppressed) 00:30:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6076698048872360235.key (/w/workspace/edgex-go/2@tmp/private_key_6076698048872360235.key) 00:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:52 + git semver init 00:30:52 # -> Open(): unable to determine branch for HEAD 00:30:52 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:52 # $SEMVER_REMOTE_NAME = origin 00:30:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:52 # $SEMVER_USER_NAME = edgex-jenkins 00:30:52 # $SEMVER_BRANCH = PR-3164 00:30:52 # $SEMVER_TEMP = /tmp/semver-153338104 00:30:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:14 # '/tmp/semver-153338104' -> '/w/workspace/edgex-go/2/.semver' 00:31:16 # -> Force: false 00:31:16 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:16 $ docker exec --env ******** --env ******** 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 ssh-agent -k 00:31:16 unset SSH_AUTH_SOCK; 00:31:16 unset SSH_AGENT_PID; 00:31:16 echo Agent pid 50 killed; 00:31:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:17 + git semver [Pipeline] } 00:31:17 $ docker stop --time=1 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 00:31:18 $ docker rm -f 4b07f5f29e1fe74c65c8e9edcaaaab51bed977b817a67835faf101ec4eb7c106 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:19 Stashed 1 file(s) [Pipeline] echo 00:31:20 [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 00:31:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:21 + sudo service docker restart 00:31:21 + true 00:31:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:22 ========================================================= 00:31:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:22 + 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 . 00:31:25 Sending build context to Docker daemon 327.8MB 00:31:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:26 Step 2/6 : FROM ${BASE} 00:31:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:26 188c0c94c7c5: Pulling fs layer 00:31:26 0ef7d3d256c8: Pulling fs layer 00:31:26 de9db76c5a1d: Pulling fs layer 00:31:26 bca2f99d35d6: Pulling fs layer 00:31:26 93359f2a8cfa: Pulling fs layer 00:31:26 7c6f9722023f: Pulling fs layer 00:31:26 a35cf1a2eb13: Pulling fs layer 00:31:26 93359f2a8cfa: Waiting 00:31:26 7c6f9722023f: Waiting 00:31:26 bca2f99d35d6: Waiting 00:31:26 a35cf1a2eb13: Waiting 00:31:26 de9db76c5a1d: Download complete 00:31:26 0ef7d3d256c8: Verifying Checksum 00:31:26 0ef7d3d256c8: Download complete 00:31:26 93359f2a8cfa: Verifying Checksum 00:31:26 93359f2a8cfa: Download complete 00:31:26 7c6f9722023f: Verifying Checksum 00:31:26 7c6f9722023f: Download complete 00:31:26 188c0c94c7c5: Verifying Checksum 00:31:26 188c0c94c7c5: Download complete 00:31:26 188c0c94c7c5: Pull complete 00:31:27 0ef7d3d256c8: Pull complete 00:31:27 de9db76c5a1d: Pull complete 00:31:28 a35cf1a2eb13: Verifying Checksum 00:31:28 a35cf1a2eb13: Download complete 00:31:28 bca2f99d35d6: Verifying Checksum 00:31:28 bca2f99d35d6: Download complete 00:31:34 bca2f99d35d6: Pull complete 00:31:34 93359f2a8cfa: Pull complete 00:31:34 7c6f9722023f: Pull complete 00:31:35 Still waiting to schedule task 00:31:35 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26163’ 00:31:39 a35cf1a2eb13: Pull complete 00:31:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:39 ---> a62c8e92a672 00:31: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 00:31:39 ---> Running in 6bb2bff8f664 00:31:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:41 (1/12) Installing libmagic (5.38-r0) 00:31:41 (2/12) Installing file (5.38-r0) 00:31:41 (3/12) Installing libc-dev (0.7.2-r3) 00:31:41 (4/12) Installing g++ (9.3.0-r2) 00:31:48 (5/12) Installing fortify-headers (1.1-r0) 00:31:48 (6/12) Installing patch (2.7.6-r6) 00:31:48 (7/12) Installing build-base (0.5-r2) 00:31:48 (8/12) Installing libsodium (1.0.18-r0) 00:31:48 (9/12) Installing pkgconf (1.7.2-r0) 00:31:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:48 (11/12) Installing libzmq (4.3.3-r0) 00:31:48 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:48 Executing busybox-1.31.1-r19.trigger 00:31:48 OK: 233 MiB in 51 packages 00:31:51 Removing intermediate container 6bb2bff8f664 00:31:51 ---> d4d876926489 00:31:51 Step 4/6 : WORKDIR /edgex-go 00:31:51 ---> Running in 319a9f07475a 00:31:51 Removing intermediate container 319a9f07475a 00:31:51 ---> 27cbb6abdae7 00:31:51 Step 5/6 : COPY go.mod . 00:31:52 ---> ab1b775f2da7 00:31:52 Step 6/6 : RUN go mod download 00:31:52 ---> Running in 85adaddd3f44 00:32:14 Removing intermediate container 85adaddd3f44 00:32:14 ---> 7a9e2f822a15 00:32:14 Successfully built 7a9e2f822a15 00:32:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . ci-base-image-x86_64 00:32:15 . [Pipeline] withDockerContainer 00:32:15 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:32:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:16 $ docker top 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:16 + go version 00:32:16 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:16 $ docker stop --time=1 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf 00:32:18 $ docker rm -f 72b6be6b5655540e31191f545a8483ecc222f41f71dcc7a1f511dfccde6b6caf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:18 + docker inspect -f . ci-base-image-x86_64 00:32:18 . [Pipeline] withDockerContainer 00:32:19 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:32:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:19 $ docker top cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:20 ========================================================= 00:32:20 [edgeXBuildGoParallel] Running Tests and Build... 00:32:20 ========================================================= [Pipeline] sh 00:32:20 + make test 00:32:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:30 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.112s coverage: 100.0% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 82.3% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.324s coverage: 28.6% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.467s coverage: 92.8% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 68.9% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:35 GO111MODULE=on go vet ./... 00:34:02 gofmt -l . 00:34:02 [ "`gofmt -l .`" = "" ] 00:34:03 ./bin/test-go-mod-tidy.sh 00:34:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:04 + ls -al . 00:34:04 total 704 00:34:04 drwxrwxr-x 10 1001 1001 4096 Feb 12 00:34 . 00:34:04 drwxr-xr-x 4 root root 28 Feb 12 00:32 .. 00:34:04 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:30 .dockerignore 00:34:04 drwxrwxr-x 8 1001 1001 179 Feb 12 00:30 .git 00:34:04 drwxrwxr-x 3 1001 1001 125 Feb 12 00:30 .github 00:34:04 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:30 .gitignore 00:34:04 drwx------ 3 1001 1001 60 Feb 12 00:31 .semver 00:34:04 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:30 .sonarcloud.properties 00:34:04 -rw-rw-r-- 1 1001 1001 8475 Feb 12 00:30 Attribution.txt 00:34:04 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:30 CONTRIBUTING.md 00:34:04 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:30 Dockerfile.build 00:34:04 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:30 Jenkinsfile 00:34:04 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:30 LICENSE 00:34:04 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:30 Makefile 00:34:04 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:30 README.md 00:34:04 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:30 SECURITY.md 00:34:04 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:31 VERSION 00:34:04 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:30 ZMQWindows.md 00:34:04 drwxrwxr-x 2 1001 1001 117 Feb 12 00:30 bin 00:34:04 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:30 cmd 00:34:04 -rw-r--r-- 1 root root 595676 Feb 12 00:33 coverage.out 00:34:04 -rw-r--r-- 1 root root 1054 Feb 12 00:34 go.mod 00:34:04 -rw-r--r-- 1 root root 19290 Feb 12 00:34 go.sum 00:34:04 drwxrwxr-x 8 1001 1001 127 Feb 12 00:30 internal 00:34:04 drwxrwxr-x 4 1001 1001 26 Feb 12 00:30 openapi 00:34:04 drwxrwxr-x 4 1001 1001 71 Feb 12 00:30 snap 00:34:04 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:30 version.go [Pipeline] sh 00:34:05 + '[' -e coverage.out ] 00:34:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:05 Stashed 1 file(s) [Pipeline] sh 00:34:05 + make build 00:34:05 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 00:34: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 00:34:19 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 00:34:20 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 00:34:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34: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 00:34: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 00:34:26 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 00:34: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 00:34: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 00:34: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 00:34:31 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] } 00:34:33 $ docker stop --time=1 cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c 00:34:35 $ docker rm -f cda8f26074b38b9e768f8c486d211274cd6d473f93b4a4e59ba906893ae5171c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:38 00:34:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:39 latest: Pulling from edgex-devops/edgex-compose 00:34:39 cbdbe7a5bc2a: Pulling fs layer 00:34:39 ca9280d653b3: Pulling fs layer 00:34:39 7e9c9ca2126c: Pulling fs layer 00:34:40 cbdbe7a5bc2a: Verifying Checksum 00:34:40 cbdbe7a5bc2a: Download complete 00:34:40 ca9280d653b3: Verifying Checksum 00:34:40 ca9280d653b3: Download complete 00:34:40 cbdbe7a5bc2a: Pull complete 00:34:41 ca9280d653b3: Pull complete 00:34:41 7e9c9ca2126c: Verifying Checksum 00:34:41 7e9c9ca2126c: Download complete 00:34:48 7e9c9ca2126c: Pull complete 00:34:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:48 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:34:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:51 $ docker top aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:52 + docker-compose build --help 00:34:52 + grep parallel 00:34:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26178 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 00:34:52 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:53 --parallel Build images in parallel. [Pipeline] } 00:34:53 $ docker stop --time=1 aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 00:34:54 $ docker rm -f aebbdfa4c319f66365baeb4b7cfec5cc91b4d53478c73eca348655c3fc7c9aa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:55 . [Pipeline] withDockerContainer 00:34:55 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:34:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:56 $ docker top 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:56 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:57 using credential edgex-jenkins-ssh 00:34:57 Building docker-core-command-go ... 00:34:57 Building docker-core-data-go ... 00:34:57 Building docker-core-metadata-go ... 00:34:57 Building docker-security-bootstrapper-go ... 00:34:57 Building docker-security-proxy-setup-go ... 00:34:57 Building docker-security-secretstore-setup-go ... 00:34:57 Building docker-support-notifications-go ... 00:34:57 Building docker-support-scheduler-go ... 00:34:57 Building docker-sys-mgmt-agent-go ... 00:34:57 Building docker-support-notifications-go 00:34:57 Building docker-core-metadata-go 00:34:57 Building docker-security-proxy-setup-go 00:34:57 Building docker-support-scheduler-go 00:34:57 Building docker-core-command-go 00:34:57 Cloning the remote Git repository 00:34:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:58 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:58 > git --version # timeout=10 00:34:58 > git --version # 'git version 2.17.1' 00:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:14 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 00:35:15 Merge succeeded, producing 89093093283cdee46739519229fb39f6e0923e6c 00:35:15 Checking out Revision 89093093283cdee46739519229fb39f6e0923e6c (PR-3164) 00:35:14 > git config core.sparsecheckout # timeout=10 00:35:14 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 00:35:15 > git remote # timeout=10 00:35:15 > git config --get remote.origin.url # timeout=10 00:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:15 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:35:15 > git rev-parse HEAD^{commit} # timeout=10 00:35:15 > git config core.sparsecheckout # timeout=10 00:35:15 > git checkout -f 89093093283cdee46739519229fb39f6e0923e6c # timeout=10 00:35:20 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:35:20 > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:22 + true 00:35:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:24 provisioning config files... 00:35:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3747009011361040982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:25 ---> docker-login.sh 00:35:25 nexus3.edgexfoundry.org:10001 00:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:26 Configure a credential helper to remove this warning. See 00:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:26 00:35:26 Login Succeeded 00:35:26 nexus3.edgexfoundry.org:10002 00:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:27 Configure a credential helper to remove this warning. See 00:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:27 00:35:27 Login Succeeded 00:35:27 nexus3.edgexfoundry.org:10003 00:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:27 Configure a credential helper to remove this warning. See 00:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:27 00:35:27 Login Succeeded 00:35:27 nexus3.edgexfoundry.org:10004 00:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:28 Configure a credential helper to remove this warning. See 00:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:28 00:35:28 Login Succeeded 00:35:28 docker.io 00:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:29 Configure a credential helper to remove this warning. See 00:35:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:29 00:35:29 Login Succeeded 00:35:29 ---> docker-login.sh ends [Pipeline] } 00:35:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:29 ========================================================= 00:35:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:30 + 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 . 00:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 7a9e2f822a15 00:35:30 Step 3/22 : WORKDIR /edgex-go 00:35:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> 7a9e2f822a15 00:35:31 Step 3/22 : WORKDIR /edgex-go 00:35:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> 7a9e2f822a15 00:35:31 Step 3/23 : WORKDIR /edgex-go 00:35:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> 7a9e2f822a15 00:35:32 Step 3/23 : WORKDIR /edgex-go 00:35:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> 7a9e2f822a15 00:35:32 Step 3/21 : WORKDIR /edgex-go 00:35:32 Sending build context to Docker daemon 166.3MB 00:35:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:32 Step 2/6 : FROM ${BASE} 00:35:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:33 5f621e34cdf4: Pulling fs layer 00:35:33 a4357932f1b6: Pulling fs layer 00:35:33 18c013af1878: Pulling fs layer 00:35:33 00ac8860ef70: Pulling fs layer 00:35:33 63d7cb157983: Pulling fs layer 00:35:33 b116817d02f9: Pulling fs layer 00:35:33 745a02a5169b: Pulling fs layer 00:35:33 00ac8860ef70: Waiting 00:35:33 63d7cb157983: Waiting 00:35:33 b116817d02f9: Waiting 00:35:33 745a02a5169b: Waiting 00:35:33 18c013af1878: Verifying Checksum 00:35:33 18c013af1878: Download complete 00:35:33 a4357932f1b6: Verifying Checksum 00:35:33 a4357932f1b6: Download complete 00:35:33 63d7cb157983: Verifying Checksum 00:35:33 63d7cb157983: Download complete 00:35:33 5f621e34cdf4: Download complete 00:35:33 b116817d02f9: Verifying Checksum 00:35:33 b116817d02f9: Download complete 00:35:33 ---> Running in 4e88cab5c0f3 00:35:33 ---> Running in 05b80c854e91 00:35:33 ---> Running in d91ef375ba7d 00:35:33 ---> Running in 607481ac9fe4 00:35:33 ---> Running in b9394e9e5180 00:35:34 Removing intermediate container 4e88cab5c0f3 00:35:34 ---> 472f46733caf 00:35:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:34 Removing intermediate container b9394e9e5180 00:35:34 ---> 698cea71b041 00:35:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:34 Removing intermediate container 607481ac9fe4 00:35:34 ---> ba58cd2b6aa5 00:35:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:34 Removing intermediate container d91ef375ba7d 00:35:34 ---> 148226689e72 00:35:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:34 Removing intermediate container 05b80c854e91 00:35:34 ---> 840e7517a782 00:35:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:34 ---> Running in ec2e772f3b2f 00:35:34 ---> Running in ea6c7ed5fcb6 00:35:34 ---> Running in c62ce0aef883 00:35:34 ---> Running in ab3abb77478c 00:35:34 5f621e34cdf4: Pull complete 00:35:34 ---> Running in e61c2433e714 00:35:34 a4357932f1b6: Pull complete 00:35:35 18c013af1878: Pull complete 00:35:36 Removing intermediate container ea6c7ed5fcb6 00:35:36 ---> f7815f147be4 00:35:36 Step 5/21 : RUN apk add --update --no-cache make git 00:35:36 Removing intermediate container ec2e772f3b2f 00:35:36 ---> a599afffee02 00:35:36 Step 5/23 : RUN apk add --update --no-cache make git 00:35:36 ---> Running in b0de4220e675 00:35:36 745a02a5169b: Verifying Checksum 00:35:36 745a02a5169b: Download complete 00:35:36 ---> Running in 2c15e3869542 00:35:36 Removing intermediate container c62ce0aef883 00:35:36 ---> 44395f056d29 00:35:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:36 Removing intermediate container ab3abb77478c 00:35:36 ---> 1865f77923e8 00:35:36 Step 5/23 : RUN apk add --update --no-cache make git 00:35:36 00ac8860ef70: Verifying Checksum 00:35:36 00ac8860ef70: Download complete 00:35:36 Removing intermediate container e61c2433e714 00:35:36 ---> 543c08c1ac5d 00:35:36 Step 5/22 : RUN apk add --update --no-cache make git 00:35:36 ---> Running in 13ce0fc4ece7 00:35:36 ---> Running in 516b832b185b 00:35:37 ---> Running in 6d05b33c7f7c 00:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:38 OK: 233 MiB in 51 packages 00:35:39 OK: 233 MiB in 51 packages 00:35:39 Removing intermediate container b0de4220e675 00:35:39 ---> e8f4d09f9cf6 00:35:39 Step 6/21 : COPY go.mod . 00:35:39 OK: 233 MiB in 51 packages 00:35:39 OK: 233 MiB in 51 packages 00:35:39 OK: 233 MiB in 51 packages 00:35:39 ---> 9d33a3fd1fbe 00:35:39 Step 7/21 : RUN go mod download 00:35:39 ---> Running in 8605a07456ae 00:35:39 Removing intermediate container 13ce0fc4ece7 00:35:39 ---> cd012a06294d 00:35:39 Step 6/23 : COPY go.mod . 00:35:40 ---> eaa33162d0e1 00:35:40 Step 7/23 : RUN go mod download 00:35:40 Removing intermediate container 516b832b185b 00:35:40 ---> 5d1dabe8351b 00:35:40 Step 6/22 : COPY go.mod . 00:35:40 ---> Running in 3714d8548c27 00:35:40 Removing intermediate container 2c15e3869542 00:35:40 ---> 4a0cbe4631f4 00:35:40 Step 6/23 : COPY go.mod . 00:35:40 Removing intermediate container 6d05b33c7f7c 00:35:40 ---> 62485fc8a666 00:35:40 Step 6/22 : COPY go.mod . 00:35:41 ---> 5ebb80606f20 00:35:41 Step 7/22 : RUN go mod download 00:35:41 ---> 1f369dff8339 00:35:41 Step 7/23 : RUN go mod download 00:35:41 ---> 5a6ee1626f65 00:35:41 Step 7/22 : RUN go mod download 00:35:41 ---> Running in 522b04b30bc4 00:35:41 ---> Running in c6f5a8a8dc68 00:35:41 ---> Running in c98741f89765 00:35:42 Removing intermediate container 8605a07456ae 00:35:42 ---> e79136350116 00:35:42 Step 8/21 : COPY . . 00:35:42 Removing intermediate container 3714d8548c27 00:35:42 ---> db0067328db2 00:35:42 Step 8/23 : COPY . . 00:35:49 00ac8860ef70: Pull complete 00:35:49 63d7cb157983: Pull complete 00:35:49 b116817d02f9: Pull complete 00:35:49 Removing intermediate container 522b04b30bc4 00:35:49 ---> 0d78eabab85d 00:35:49 Step 8/22 : COPY . . 00:35:50 Removing intermediate container c6f5a8a8dc68 00:35:50 ---> 456d1cbb330c 00:35:50 Step 8/23 : COPY . . 00:35:51 745a02a5169b: Pull complete 00:35:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:51 ---> b7e6874047d6 00:35:51 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:52 Removing intermediate container c98741f89765 00:35:52 ---> 684558ac281c 00:35:52 Step 8/22 : COPY . . 00:35:56 ---> Running in c9acb21dac5b 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:58 (1/12) Installing libmagic (5.38-r0) 00:35:59 (2/12) Installing file (5.38-r0) 00:35:59 (3/12) Installing libc-dev (0.7.2-r3) 00:35:59 (4/12) Installing g++ (9.3.0-r2) 00:36:03 (5/12) Installing fortify-headers (1.1-r0) 00:36:03 (6/12) Installing patch (2.7.6-r6) 00:36:03 (7/12) Installing build-base (0.5-r2) 00:36:03 (8/12) Installing libsodium (1.0.18-r0) 00:36:03 (9/12) Installing pkgconf (1.7.2-r0) 00:36:03 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:03 (11/12) Installing libzmq (4.3.3-r0) 00:36:03 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:03 Executing busybox-1.31.1-r19.trigger 00:36:03 OK: 217 MiB in 51 packages 00:36:08 Removing intermediate container c9acb21dac5b 00:36:08 ---> c39853fadd04 00:36:08 Step 4/6 : WORKDIR /edgex-go 00:36:08 ---> Running in bd1b4222122c 00:36:08 Removing intermediate container bd1b4222122c 00:36:08 ---> d6a70b600190 00:36:08 Step 5/6 : COPY go.mod . 00:36:09 ---> 1a8da73c141d 00:36:09 Step 6/6 : RUN go mod download 00:36:09 ---> Running in 46698afc329e 00:36:25 ---> 6a3b941555bc 00:36:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:25 ---> cf0753f56890 00:36:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:25 ---> Running in 452b2c6df118 00:36:25 ---> Running in 17203b5e1645 00:36:26 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 00:36:26 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 00:36:28 ---> 57a277076741 00:36:28 Step 9/23 : RUN make cmd/core-command/core-command 00:36:28 ---> da32acc1e2af 00:36:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:29 ---> Running in 53c87fca5c1e 00:36:29 ---> Running in 94394a27e86b 00:36:29 ---> 0f3327b6aea2 00:36:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:29 ---> Running in 6ce6732dfa51 00:36:30 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 00:36:30 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 00:36:30 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 00:36:36 Removing intermediate container 46698afc329e 00:36:36 ---> fe9924fb1b56 00:36:36 Successfully built fe9924fb1b56 00:36:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:36 + docker inspect -f . ci-base-image-arm64 00:36:36 . [Pipeline] withDockerContainer 00:36:37 prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container 00:36:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:38 $ docker top d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:40 + go version 00:36:40 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:40 $ docker stop --time=1 d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 00:36:42 $ docker rm -f d96e89605179fc391e59eb3b9b463dee0e9a6ffbbebb65d8fb830fb0678df732 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:43 + docker inspect -f . ci-base-image-arm64 00:36:43 . [Pipeline] withDockerContainer 00:36:43 prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container 00:36:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:45 $ docker top a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:45 ========================================================= 00:36:45 [edgeXBuildGoParallel] Running Tests and Build... 00:36:45 ========================================================= [Pipeline] sh 00:36:46 + make test 00:36:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:57 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 00:37:03 Removing intermediate container 452b2c6df118 00:37:03 ---> 8d544c3a0088 00:37:03 00:37:03 Step 10/21 : FROM alpine:3.12 00:37:03 3.12: Pulling from library/alpine 00:37:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:04 Status: Downloaded newer image for alpine:3.12 00:37:04 ---> 389fef711851 00:37:04 Step 11/21 : RUN apk add --update --no-cache curl 00:37:04 ---> Running in b95f8fa75f97 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:06 (1/4) Installing ca-certificates (20191127-r4) 00:37:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:06 (3/4) Installing libcurl (7.69.1-r3) 00:37:06 (4/4) Installing curl (7.69.1-r3) 00:37:06 Executing busybox-1.31.1-r19.trigger 00:37:06 Executing ca-certificates-20191127-r4.trigger 00:37:06 OK: 7 MiB in 18 packages 00:37:07 Removing intermediate container 6ce6732dfa51 00:37:07 ---> b467f8382e64 00:37:07 00:37:07 Step 10/22 : FROM alpine:3.12 00:37:07 ---> 389fef711851 00:37:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:12 ---> Running in c5123b1e030c 00:37:12 Removing intermediate container b95f8fa75f97 00:37:12 ---> de575ed1637a 00:37:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:12 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:14 Removing intermediate container 53c87fca5c1e 00:37:14 ---> b5fbd5a550b8 00:37:14 00:37:14 Step 10/23 : FROM alpine:3.12 00:37:14 ---> 389fef711851 00:37:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:15 Removing intermediate container 94394a27e86b 00:37:15 ---> a29ff53b2a7d 00:37:15 00:37:15 Step 10/22 : FROM alpine:3.12 00:37:15 ---> 389fef711851 00:37:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:15 ---> Running in a75d2ab3a319 00:37:15 ---> Running in feda03e6f811 00:37:15 ---> Running in 0fa33ed75f89 00:37:15 Removing intermediate container 17203b5e1645 00:37:15 ---> 620f1492310d 00:37:15 00:37:15 Step 10/23 : FROM alpine:3.12 00:37:15 ---> 389fef711851 00:37:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 Removing intermediate container a75d2ab3a319 00:37:16 ---> b61ffebdd024 00:37:16 Step 13/21 : WORKDIR /edgex 00:37:16 ---> Running in d70ebed03db9 00:37:16 (1/2) Installing ca-certificates (20191127-r4) 00:37:16 (2/2) Installing dumb-init (1.2.2-r1) 00:37:16 Executing busybox-1.31.1-r19.trigger 00:37:16 Executing ca-certificates-20191127-r4.trigger 00:37:16 OK: 6 MiB in 16 packages 00:37:16 ---> Running in 5803ce1868a6 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 Removing intermediate container 5803ce1868a6 00:37:17 ---> f86b4693eb60 00:37:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:17 (1/1) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 6 MiB in 15 packages 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 (1/1) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 6 MiB in 15 packages 00:37:17 (1/1) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 6 MiB in 15 packages 00:37:17 ---> 457ea5e04753 00:37:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:18 Removing intermediate container c5123b1e030c 00:37:18 ---> 928871fd25e6 00:37:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:18 ---> Running in e858fcedea45 00:37:18 Removing intermediate container feda03e6f811 00:37:18 ---> 595049b47b2b 00:37:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:18 ---> a5c1a28e0f31 00:37:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:18 ---> Running in a990d7b4573f 00:37:18 Removing intermediate container e858fcedea45 00:37:18 ---> d0455aad984c 00:37:18 Step 13/22 : ENV APP_PORT=48060 00:37:18 Removing intermediate container 0fa33ed75f89 00:37:18 ---> 76bf5a08d6da 00:37:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:18 Removing intermediate container d70ebed03db9 00:37:18 ---> 17b1714d7360 00:37:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:19 ---> Running in afd2f699168c 00:37:19 Removing intermediate container a990d7b4573f 00:37:19 ---> 800c700569a6 00:37:19 Step 13/23 : ENV APP_PORT=48082 00:37:19 ---> Running in 3c6ef8079633 00:37:19 ---> Running in 18dff0a21e0f 00:37:19 ---> 8ef8bc727bb3 00:37:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:19 ---> Running in 9cc28abc5cbf 00:37:19 ---> Running in 827e92d3a251 00:37:19 Removing intermediate container afd2f699168c 00:37:19 ---> b8275f31e981 00:37:19 Step 14/22 : EXPOSE $APP_PORT 00:37:19 Removing intermediate container 3c6ef8079633 00:37:19 ---> 9a8a2ef5c672 00:37:19 Step 13/22 : ENV APP_PORT=48085 00:37:19 Removing intermediate container 18dff0a21e0f 00:37:19 ---> e4648ad27131 00:37:19 Step 13/23 : ENV APP_PORT=48081 00:37:19 Removing intermediate container 9cc28abc5cbf 00:37:19 ---> e93acd728ecf 00:37:19 Step 14/23 : EXPOSE $APP_PORT 00:37:19 ---> Running in 176cd03b1245 00:37:19 ---> Running in cc2690f37092 00:37:20 ---> Running in 2f504cccb31f 00:37:20 ---> Running in 37dcea159f1c 00:37:20 Removing intermediate container 827e92d3a251 00:37:20 ---> 68445cb8046c 00:37:20 Step 18/21 : CMD ["--init=true"] 00:37:20 Removing intermediate container cc2690f37092 00:37:20 ---> 55994f6d078b 00:37:20 Step 14/22 : EXPOSE $APP_PORT 00:37:20 ---> Running in 1e2af72fe326 00:37:20 Removing intermediate container 176cd03b1245 00:37:20 ---> aaa7a3da84ba 00:37:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:20 Removing intermediate container 2f504cccb31f 00:37:20 ---> 6e9947fa3223 00:37:20 Step 14/23 : EXPOSE $APP_PORT 00:37:20 Removing intermediate container 37dcea159f1c 00:37:20 ---> 07b09e0d5cfb 00:37:20 Step 15/23 : WORKDIR / 00:37:21 ---> Running in 87b8358be8c5 00:37:21 ---> Running in 1ae93b80e496 00:37:21 ---> Running in 5be39598edb2 00:37:21 Removing intermediate container 1e2af72fe326 00:37:21 ---> a19a4198b87f 00:37:21 Step 19/21 : LABEL arch=x86_64 00:37:21 ---> dada6af1ff51 00:37:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:21 ---> Running in edcf21b37135 00:37:21 Removing intermediate container 87b8358be8c5 00:37:21 ---> 71e461023934 00:37:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:21 Removing intermediate container 5be39598edb2 00:37:21 ---> 4a06a17c2441 00:37:21 Step 15/23 : WORKDIR / 00:37:21 Removing intermediate container 1ae93b80e496 00:37:21 ---> d8c334605012 00:37:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:21 Removing intermediate container edcf21b37135 00:37:21 ---> e366497221d6 00:37:21 Step 20/21 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:37:21 ---> Running in e586e32dcabb 00:37:21 ---> Running in af6186eb1c0b 00:37:21 ---> f5ef813a8117 00:37:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:21 ---> 98749f8f433c 00:37:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:22 ---> b4365500a490 00:37:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:22 Removing intermediate container e586e32dcabb 00:37:22 ---> f9724442f324 00:37:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:22 Removing intermediate container af6186eb1c0b 00:37:22 ---> 0276f13fa29e 00:37:22 Step 21/21 : LABEL version=0.0.0 00:37:22 ---> Running in 98ad78a23eb2 00:37:22 ---> a5bf0cd18562 00:37:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:22 ---> 9920aabb46dc 00:37:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:23 ---> Running in 1347ba9e6897 00:37:23 ---> 3d1422f2a3e8 00:37:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:23 Removing intermediate container 98ad78a23eb2 00:37:23 ---> 6f7820e82e30 00:37:23 00:37:23 ---> e480f3c44e18 00:37:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:23 Removing intermediate container 1347ba9e6897 00:37:23 ---> c5ab2e9e3607 00:37:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:23 Successfully built 6f7820e82e30 00:37:23 ---> Running in 755f98d0f054 00:37:23 Successfully tagged docker-security-proxy-setup-go:latest 00:37:23  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:37:23 ---> 6ddfb3f945b3 00:37:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:23 ---> fad6c55dca4e 00:37:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:23 ---> 7b403b16a531 00:37:23 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:23 ---> Running in e8a0c4e6d3bf 00:37:23 ---> Running in 50ea49fb1318 00:37:23 Removing intermediate container 755f98d0f054 00:37:23 ---> 67b7ed969fb6 00:37:23 Step 20/22 : LABEL arch=x86_64 00:37:23 ---> Running in 6569d37f3ac7 00:37:24 ---> 70b708576699 00:37:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:24 Removing intermediate container e8a0c4e6d3bf 00:37:24 ---> d20c28618eac 00:37:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:24 Removing intermediate container 50ea49fb1318 00:37:24 ---> e0ebaa7f857e 00:37:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:24 Removing intermediate container 6569d37f3ac7 00:37:24 ---> 95f6ab98fa5e 00:37:24 Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:37:24 ---> Running in ab9a82fe9b37 00:37:24 ---> Running in 67d4f661138e 00:37:24 ---> Running in a80445383607 00:37:24 ---> Running in 5c2eb093d123 00:37:24 Removing intermediate container ab9a82fe9b37 00:37:24 ---> dfe3698443e7 00:37:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:24 Removing intermediate container 67d4f661138e 00:37:24 ---> 5f5126b153b1 00:37:24 Step 20/22 : LABEL arch=x86_64 00:37:25 Removing intermediate container a80445383607 00:37:25 ---> 4333f5a27f84 00:37:25 Step 21/23 : LABEL arch=x86_64 00:37:25 ---> Running in 2bfa97f05db3 00:37:25 Removing intermediate container 5c2eb093d123 00:37:25 ---> eff9492c92b7 00:37:25 Step 22/22 : LABEL version=0.0.0 00:37:25 ---> Running in c1477f45f16f 00:37:25 ---> Running in 506e66bab918 00:37:26 ---> Running in 1a0f37350f34 00:37:28 Removing intermediate container 2bfa97f05db3 00:37:28 ---> 2e23fe0817ae 00:37:28 Step 21/23 : LABEL arch=x86_64 00:37:28 Removing intermediate container c1477f45f16f 00:37:28 ---> f8ee9a8dddd2 00:37:28 Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:37:28 Removing intermediate container 506e66bab918 00:37:28 ---> 4461bd82b4e2 00:37:28 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:37:28 Removing intermediate container 1a0f37350f34 00:37:28 ---> 2c62d3c08c06 00:37:28 00:37:28 ---> Running in 4123f687f0fa 00:37:28 ---> Running in abc26bdea280 00:37:28 ---> Running in d0e9bc287440 00:37:29 Successfully built 2c62d3c08c06 00:37:29 Successfully tagged docker-support-notifications-go:latest 00:37:29  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:37:29 Removing intermediate container 4123f687f0fa 00:37:29 ---> 373c8dbef3c6 00:37:29 Step 22/22 : LABEL version=0.0.0 00:37:29 Removing intermediate container d0e9bc287440 00:37:29 ---> b56f4639c1d7 00:37:29 Step 23/23 : LABEL version=0.0.0 00:37:29 Removing intermediate container abc26bdea280 00:37:29 ---> ff568973cab1 00:37:29 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:37:30 ---> Running in 75b2573e7b80 00:37:31 ---> Running in a2d20e9f851e 00:37:31 ---> Running in 10b7e5d99be9 00:37:34 Removing intermediate container 75b2573e7b80 00:37:34 ---> 0967edf4d51f 00:37:34 00:37:34 Removing intermediate container a2d20e9f851e 00:37:34 ---> 0c021ba9ea59 00:37:34 00:37:34 Removing intermediate container 10b7e5d99be9 00:37:34 ---> 3a02756578a0 00:37:34 Step 23/23 : LABEL version=0.0.0 00:37:35 Successfully built 0967edf4d51f 00:37:36 Successfully tagged docker-support-scheduler-go:latest 00:37:36 Building docker-security-secretstore-setup-go 00:37:36  Building docker-support-scheduler-go ... done Successfully built 0c021ba9ea59 00:37:36 Successfully tagged docker-core-command-go:latest 00:37:36 Building docker-security-bootstrapper-go 00:37:37  Building docker-core-command-go ... done  ---> Running in 5089cde3217c 00:37:38 Removing intermediate container 5089cde3217c 00:37:38 ---> 4368079c4721 00:37:38 00:37:38 Successfully built 4368079c4721 00:37:39 Successfully tagged docker-core-metadata-go:latest 00:37:42  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> 7a9e2f822a15 00:37:42 Step 3/23 : WORKDIR /edgex-go 00:37:42 ---> Using cache 00:37:42 ---> 840e7517a782 00:37:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 ---> Using cache 00:37:42 ---> 543c08c1ac5d 00:37:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:43 ---> Running in 874dd678e280 00:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:47 OK: 233 MiB in 51 packages 00:37:48 Removing intermediate container 874dd678e280 00:37:48 ---> 5a6380c8fef9 00:37:48 Step 6/23 : COPY go.mod . 00:37:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> 7a9e2f822a15 00:37:49 Step 3/26 : WORKDIR /edgex-go 00:37:49 ---> Using cache 00:37:49 ---> 840e7517a782 00:37:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 ---> Using cache 00:37:49 ---> 543c08c1ac5d 00:37:49 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:49 ---> Running in 0ea69b451f47 00:37:49 ---> c7ff664452f0 00:37:49 Step 7/23 : RUN go mod download 00:37:50 ---> Running in c30ae90b9a11 00:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 OK: 233 MiB in 51 packages 00:37:54 Removing intermediate container c30ae90b9a11 00:37:54 ---> fb7c13125ca5 00:37:54 Step 8/23 : COPY . . 00:37:55 Removing intermediate container 0ea69b451f47 00:37:55 ---> 32bb90fcfd6e 00:37:55 Step 6/26 : COPY go.mod . 00:37:56 ---> a7af679ad6cf 00:37:56 Step 7/26 : RUN go mod download 00:37:59 ---> Running in 611d0c340c59 00:38:00 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:00 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:00 ---> 7a9e2f822a15 00:38:00 Step 3/30 : WORKDIR /edgex-go 00:38:00 ---> Using cache 00:38:00 ---> 840e7517a782 00:38:00 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:00 ---> Using cache 00:38:00 ---> 543c08c1ac5d 00:38:00 Step 5/30 : RUN apk add --update --no-cache make git 00:38:00 ---> Using cache 00:38:00 ---> 62485fc8a666 00:38:00 Step 6/30 : COPY go.mod . 00:38:00 ---> Using cache 00:38:00 ---> 5a6ee1626f65 00:38:00 Step 7/30 : RUN go mod download 00:38:00 ---> Using cache 00:38:00 ---> 684558ac281c 00:38:00 Step 8/30 : COPY . . 00:38:00 ---> Using cache 00:38:00 ---> da32acc1e2af 00:38:00 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:00 ---> 7a9e2f822a15 00:38:00 Step 3/24 : WORKDIR /edgex-go 00:38:00 ---> Using cache 00:38:00 ---> 840e7517a782 00:38:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:00 ---> Using cache 00:38:00 ---> 543c08c1ac5d 00:38:00 Step 5/24 : RUN apk add --update --no-cache make git 00:38:00 ---> Using cache 00:38:00 ---> 62485fc8a666 00:38:00 Step 6/24 : COPY go.mod . 00:38:00 ---> Using cache 00:38:00 ---> 5a6ee1626f65 00:38:00 Step 7/24 : RUN go mod download 00:38:00 ---> Using cache 00:38:00 ---> 684558ac281c 00:38:00 Step 8/24 : COPY . . 00:38:00 ---> Using cache 00:38:00 ---> da32acc1e2af 00:38:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:01 ---> Running in f44bf8e63973 00:38:01 ---> Running in 4e0a41b8ab5f 00:38:03 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 00:38:04 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 00:38:04 Removing intermediate container 611d0c340c59 00:38:04 ---> 974480273939 00:38:04 Step 8/26 : COPY . . 00:38:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:26 ---> 8aa3005bf0ca 00:38:26 Step 9/23 : RUN make cmd/core-data/core-data 00:38:26 ---> Running in 46e6ad742f90 00:38:26 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 00:38:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:31 Removing intermediate container f44bf8e63973 00:38:31 ---> ac59a682b528 00:38:31 00:38:31 Step 10/30 : FROM alpine:3.12 00:38:31 ---> 389fef711851 00:38:31 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:32 ---> Running in d3511c391e17 00:38:32 ---> 0562e3c19077 00:38:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:32 ---> Running in 5d5fe82c94b3 00:38:32 Removing intermediate container d3511c391e17 00:38:32 ---> a8c5d1b322ae 00:38:32 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:33 ---> Running in f7c8af036f4a 00:38:33 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 00:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:34 (1/2) Installing dumb-init (1.2.2-r1) 00:38:34 (2/2) Installing su-exec (0.2-r1) 00:38:34 Executing busybox-1.31.1-r19.trigger 00:38:34 OK: 6 MiB in 16 packages 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:35 Removing intermediate container 4e0a41b8ab5f 00:38:35 ---> b34b649bf775 00:38:35 00:38:35 Step 10/24 : FROM alpine:3.12 00:38:35 ---> 389fef711851 00:38:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:36 Removing intermediate container f7c8af036f4a 00:38:36 ---> 470f7fbcad51 00:38:36 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:36 ---> Running in 08b914c757b9 00:38:36 ---> Running in b822c1796f8b 00:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:38 Removing intermediate container b822c1796f8b 00:38:38 ---> d2cdf1f89b7d 00:38:38 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:38 (1/5) Installing ca-certificates (20191127-r4) 00:38:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:38 (3/5) Installing libcurl (7.69.1-r3) 00:38:38 (4/5) Installing curl (7.69.1-r3) 00:38:38 (5/5) Installing dumb-init (1.2.2-r1) 00:38:38 Executing busybox-1.31.1-r19.trigger 00:38:38 Executing ca-certificates-20191127-r4.trigger 00:38:38 OK: 7 MiB in 19 packages 00:38:38 ---> Running in 901c2692a139 00:38:39 Removing intermediate container 901c2692a139 00:38:39 ---> f46eff88fe2f 00:38:39 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:39 ---> Running in 44ac627e0811 00:38:40 Removing intermediate container 08b914c757b9 00:38:40 ---> 201583bf40e3 00:38:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:40 ---> Running in 4ac9100337ef 00:38:40 Removing intermediate container 4ac9100337ef 00:38:40 ---> cf1bbc33a36d 00:38:40 Step 13/24 : WORKDIR / 00:38:41 ---> Running in 1f5af9c14e17 00:38:41 Removing intermediate container 1f5af9c14e17 00:38:41 ---> 69c7241c6665 00:38:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:41 Removing intermediate container 44ac627e0811 00:38:41 ---> 20c6e99b3258 00:38:41 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:41 ---> Running in 6f1f3b6129ad 00:38:41 ---> 7bd256a06ffb 00:38:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:41 Removing intermediate container 6f1f3b6129ad 00:38:41 ---> f43816307219 00:38:41 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:42 ---> 6b6838ca8e89 00:38:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:42 ---> bf748a5a8fde 00:38:42 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:42 ---> Running in 10ca7e2dc030 00:38:43 ---> 914d395caf94 00:38:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:43 ---> fab54f46ecad 00:38:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements 00:38:45 ---> e215774ed41d 00:38:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:45 ---> 902fcee7b139 00:38:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:38:45 Removing intermediate container 10ca7e2dc030 00:38:45 ---> 34eb5aad04ef 00:38:45 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:45 ---> Running in d16b5a9c3195 00:38:46 ---> 645c3031cc33 00:38:46 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:47 ---> ce3d2710d230 00:38:47 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:47 ---> 83dfbaed16d6 00:38:47 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:48 Removing intermediate container d16b5a9c3195 00:38:48 ---> de5bdc45d0e9 00:38:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:48 ---> Running in 0073dc620f9a 00:38:48 ---> d335e58b2d4a 00:38:48 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:48 Removing intermediate container 0073dc620f9a 00:38:48 ---> 85b5c040ee52 00:38:48 Step 22/24 : LABEL arch=x86_64 00:38:48 ---> Running in b9b1079415b6 00:38:50 ---> Running in 07eba76175de 00:38:50 Removing intermediate container b9b1079415b6 00:38:50 ---> 560da4afcb9d 00:38:50 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:50 Removing intermediate container 07eba76175de 00:38:50 ---> 1203713f0637 00:38:50 Step 23/24 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.555s coverage: 27.1% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:50 ---> Running in 17ebfe6ee277 00:38:50 ---> 6b9772ac7fdc 00:38:50 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:50 ---> Running in 44f5cdeffa00 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.8% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:51 Removing intermediate container 17ebfe6ee277 00:38:51 ---> 865a78d5ec80 00:38:51 Step 24/24 : LABEL version=0.0.0 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.3% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:53 ---> Running in 8a33af8c7e4e 00:38:53 Removing intermediate container 5d5fe82c94b3 00:38:53 ---> f7ea957ec90e 00:38:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:53 Removing intermediate container 46e6ad742f90 00:38:53 ---> 835ff6173cdd 00:38:53 00:38:53 Step 10/23 : FROM alpine:3.12 00:38:53 ---> 389fef711851 00:38:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:53 ---> Running in dde724096316 00:38:53 ---> Running in 3f91347b1182 00:38:53 Removing intermediate container 8a33af8c7e4e 00:38:53 ---> d239ff2eee05 00:38:53 00:38:54 Successfully built d239ff2eee05 00:38:54 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3f91347b1182 00:38:54 ---> 700b2565165e 00:38:54 Step 12/23 : ENV APP_PORT=48080 00:38:54 ---> Running in 0cf3f249fd63 00:38:54 Removing intermediate container 44f5cdeffa00 00:38:54 ---> 9086a01155cf 00:38:54 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:54 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 00:38:54 Removing intermediate container 0cf3f249fd63 00:38:54 ---> ea68376f9e50 00:38:54 Step 13/23 : EXPOSE $APP_PORT 00:38:54 ---> Running in e7cf01dbab0f 00:38:54 ---> Running in eb9e8b4d4232 00:38:54 Removing intermediate container e7cf01dbab0f 00:38:54 ---> 34fb0578665a 00:38:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:54 ---> Running in 85242dcc3f9c 00:38:55 Removing intermediate container eb9e8b4d4232 00:38:55 ---> 7b0763bd74b4 00:38:55 Step 27/30 : CMD ["gate"] 00:38:55 ---> Running in 551b8cd274db 00:38:55 Removing intermediate container 551b8cd274db 00:38:55 ---> 875498f7f971 00:38:55 Step 28/30 : LABEL arch=x86_64 00:38:55 ---> Running in 8c782c5419aa 00:38:55 Removing intermediate container dde724096316 00:38:55 ---> 4539253846dd 00:38:55 00:38:55 Step 11/26 : FROM docker:20.10.0 00:38:55 20.10.0: Pulling from library/docker 00:38:55 Removing intermediate container 8c782c5419aa 00:38:55 ---> b6c17c7ba0f0 00:38:55 Step 29/30 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:38:55 ---> Running in 233cdca3e473 00:38:56 Removing intermediate container 85242dcc3f9c 00:38:56 ---> 0b8f7e52f7f7 00:38:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:38:57 ---> Running in 6ed2bb1e696d 00:38:57 Removing intermediate container 233cdca3e473 00:38:57 ---> 5b1c9d9b124a 00:38:57 Step 30/30 : LABEL version=0.0.0 00:38:58 ---> Running in e0318036506c 00:38:58 Removing intermediate container e0318036506c 00:38:58 ---> 5bed668dd1f8 00:38:58 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 Successfully built 5bed668dd1f8 00:38:59 Successfully tagged docker-security-bootstrapper-go:latest 00:38:59  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:00 (1/6) Installing dumb-init (1.2.2-r1) 00:39:00 (2/6) Installing libgcc (9.3.0-r2) 00:39:00 (3/6) Installing libsodium (1.0.18-r0) 00:39:00 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:00 (5/6) Installing libzmq (4.3.3-r0) 00:39:00 (6/6) Installing zeromq (4.3.3-r0) 00:39:00 Executing busybox-1.31.1-r19.trigger 00:39:00 OK: 8 MiB in 20 packages 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.458s coverage: 28.6% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.175s coverage: 100.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.441s coverage: 86.7% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:01 Removing intermediate container 6ed2bb1e696d 00:39:01 ---> ac1b98ceaf7f 00:39:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:01 ---> d44fa431080d 00:39:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:02 Status: Downloaded newer image for docker:20.10.0 00:39:02 ---> aefe523efa57 00:39:02 Step 12/26 : RUN apk add --no-cache bash 00:39:02 ---> Running in 14f0b2d50b28 00:39:02 ---> 0d23354232d4 00:39:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:03 (1/2) Installing readline (8.0.4-r0) 00:39:03 (2/2) Installing bash (5.0.17-r0) 00:39:03 Executing bash-5.0.17-r0.post-install 00:39:03 Executing busybox-1.31.1-r19.trigger 00:39:03 OK: 12 MiB in 22 packages 00:39:03 ---> a3200c5b4d34 00:39:03 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:03 ---> Running in 61ef126051af 00:39:03 Removing intermediate container 61ef126051af 00:39:03 ---> 1b9361630bcc 00:39:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:03 ---> Running in de08b02f2129 00:39:03 Removing intermediate container 14f0b2d50b28 00:39:03 ---> bdc4715bfe72 00:39:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:03 ---> Running in 59aea58052e7 00:39:03 Removing intermediate container de08b02f2129 00:39:03 ---> bd59773ced2a 00:39:03 Step 21/23 : LABEL arch=x86_64 00:39:03 ---> Running in a5d9c0d7c8ca 00:39:04 Removing intermediate container 59aea58052e7 00:39:04 ---> 28fbad4ac0f9 00:39:04 Step 14/26 : ENV APP_PORT=48090 00:39:04 ---> Running in 8cde2cd9c30d 00:39:04 Removing intermediate container a5d9c0d7c8ca 00:39:04 ---> af451b65529b 00:39:04 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:39:04 ---> Running in b1a6004dcf0b 00:39:04 Removing intermediate container 8cde2cd9c30d 00:39:04 ---> 7896965b9e42 00:39:04 Step 15/26 : EXPOSE $APP_PORT 00:39:04 ---> Running in a17419cc4f5d 00:39:04 Removing intermediate container b1a6004dcf0b 00:39:04 ---> f1b4c58b4b06 00:39:04 Step 23/23 : LABEL version=0.0.0 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:04 ---> Running in 088854204b9d 00:39:04 Removing intermediate container a17419cc4f5d 00:39:04 ---> 663ee91a293c 00:39:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:04 Removing intermediate container 088854204b9d 00:39:04 ---> a614f804da18 00:39:04 00:39:05 Successfully built a614f804da18 00:39:05 Successfully tagged docker-core-data-go:latest 00:39:05  Building docker-core-data-go ... done  ---> b60287800aab 00:39:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:05 ---> 29594a096b39 00:39:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:05 ---> 80f19fb5cb10 00:39:05 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:05 ---> Running in 9ea2fe826557 00:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:06 (1/33) Installing libbz2 (1.0.8-r1) 00:39:06 (2/33) Installing expat (2.2.9-r1) 00:39:06 (3/33) Installing libffi (3.3-r2) 00:39:06 (4/33) Installing gdbm (1.13-r1) 00:39:06 (5/33) Installing xz-libs (5.2.5-r0) 00:39:06 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:06 (7/33) Installing python3 (3.8.5-r0) 00:39:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:08 (11/33) Installing py3-six (1.15.0-r0) 00:39:08 (12/33) Installing py3-packaging (20.4-r0) 00:39:08 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:08 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:08 (15/33) Installing py3-idna (2.9-r0) 00:39:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:08 (18/33) Installing py3-requests (2.23.0-r0) 00:39:08 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:08 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:08 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:08 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:08 (24/33) Installing py3-distro (1.5.0-r1) 00:39:08 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:08 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:08 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:08 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:08 (29/33) Installing py3-progress (1.5-r0) 00:39:08 (30/33) Installing py3-toml (0.10.1-r0) 00:39:08 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:08 (33/33) Installing py3-pip (20.1.1-r0) 00:39:08 Executing busybox-1.31.1-r19.trigger 00:39:08 OK: 71 MiB in 55 packages 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.601s coverage: 92.8% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.1% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 45.5% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.113s coverage: 79.5% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 00:39:18 Removing intermediate container 9ea2fe826557 00:39:18 ---> 3a94f5c6f51b 00:39:18 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:18 ---> Running in c0d8c882b3a3 00:39:18 Collecting docker-compose==1.23.2 00:39:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:19 Collecting texttable<0.10,>=0.9.0 00:39:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:19 Collecting PyYAML<4,>=3.10 00:39:19 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:20 Collecting docopt<0.7,>=0.6.1 00:39:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:21 Collecting cached-property<2,>=1.2.0 00:39:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:21 Collecting jsonschema<3,>=2.5.1 00:39:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:21 Collecting docker<4.0,>=3.6.0 00:39:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:21 Collecting websocket-client<1.0,>=0.32.0 00:39:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:21 Collecting dockerpty<0.5,>=0.4.1 00:39:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:22 Collecting docker-pycreds>=0.4.0 00:39:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:22 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) 00:39:22 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) 00:39:22 Collecting urllib3<1.25,>=1.21.1 00:39:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:22 Collecting idna<2.8,>=2.5 00:39:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:23 Installing collected packages: texttable, PyYAML, docopt, cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 00:39:23 Running setup.py install for texttable: started 00:39:23 Running setup.py install for texttable: finished with status 'done' 00:39:23 Running setup.py install for PyYAML: started 00:39:24 Running setup.py install for PyYAML: finished with status 'done' 00:39:24 Running setup.py install for docopt: started 00:39:24 Running setup.py install for docopt: finished with status 'done' 00:39:24 Attempting uninstall: urllib3 00:39:24 Found existing installation: urllib3 1.25.9 00:39:24 Uninstalling urllib3-1.25.9: 00:39:24 Successfully uninstalled urllib3-1.25.9 00:39:25 Attempting uninstall: idna 00:39:25 Found existing installation: idna 2.9 00:39:25 Uninstalling idna-2.9: 00:39:25 Successfully uninstalled idna-2.9 00:39:25 Attempting uninstall: requests 00:39:25 Found existing installation: requests 2.23.0 00:39:25 Uninstalling requests-2.23.0: 00:39:25 Successfully uninstalled requests-2.23.0 00:39:25 Running setup.py install for dockerpty: started 00:39:26 Running setup.py install for dockerpty: finished with status 'done' 00:39:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 00:39:30 Removing intermediate container c0d8c882b3a3 00:39:30 ---> 1a2292c46d5b 00:39:30 Step 21/26 : RUN apk --no-cache add curl 00:39:30 ---> Running in 83f801979071 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:30 (2/3) Installing libcurl (7.69.1-r3) 00:39:30 (3/3) Installing curl (7.69.1-r3) 00:39:30 Executing busybox-1.31.1-r19.trigger 00:39:30 OK: 72 MiB in 58 packages 00:39:31 Removing intermediate container 83f801979071 00:39:31 ---> 4c4300f4a6a3 00:39:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:31 ---> Running in 77f47763726f 00:39:31 Removing intermediate container 77f47763726f 00:39:31 ---> 560662a970a6 00:39:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:31 ---> Running in 12a9ead49dd0 00:39:32 Removing intermediate container 12a9ead49dd0 00:39:32 ---> 8e001f41dc61 00:39:32 Step 24/26 : LABEL arch=x86_64 00:39:32 ---> Running in 761b8ff27afd 00:39:32 Removing intermediate container 761b8ff27afd 00:39:32 ---> c78c16efa3a7 00:39:32 Step 25/26 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:39:32 ---> Running in ec07b16994a7 00:39:32 Removing intermediate container ec07b16994a7 00:39:32 ---> 3ce77190b845 00:39:32 Step 26/26 : LABEL version=0.0.0 00:39:32 ---> Running in 34b065708e00 00:39:32 Removing intermediate container 34b065708e00 00:39:32 ---> 249ca189d795 00:39:32 00:39:32 Successfully built 249ca189d795 00:39:32 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:33 $ docker stop --time=1 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 00:39:34 $ docker rm -f 706131d160163cd11091b27d1a2e0a64e04068ccf51337ddee43508e206b6f46 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:35 + docker images 00:39:35 + grep docker 00:39:35 docker-sys-mgmt-agent-go latest 249ca189d795 3 seconds ago 313MB 00:39:35 docker-core-data-go latest a614f804da18 31 seconds ago 22.3MB 00:39:35 docker-security-bootstrapper-go latest 5bed668dd1f8 37 seconds ago 18MB 00:39:35 docker-security-secretstore-setup-go latest d239ff2eee05 42 seconds ago 24.6MB 00:39:35 docker-core-metadata-go latest 4368079c4721 About a minute ago 18.8MB 00:39:35 docker-core-command-go latest 0c021ba9ea59 2 minutes ago 16.9MB 00:39:35 docker-support-scheduler-go latest 0967edf4d51f 2 minutes ago 17MB 00:39:35 docker-support-notifications-go latest 2c62d3c08c06 2 minutes ago 17.6MB 00:39:35 docker-security-proxy-setup-go latest 6f7820e82e30 2 minutes ago 24.4MB 00:39:35 docker 20.10.0 aefe523efa57 2 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 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 68.9% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 37.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.715s coverage: 84.0% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 00:39:51 Still waiting to schedule task 00:39:51 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.482s coverage: 47.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 89.4% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.970s coverage: 29.1% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:40:05 GO111MODULE=on go vet ./... 00:40:42 Running on prd-ubuntu18.04-docker-8c-8g-26183 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 00:40:42 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:40:45 using credential edgex-jenkins-ssh 00:40:45 Cloning the remote Git repository 00:40:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:45 > git init /w/workspace/edgex-go/2 # timeout=10 00:40:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:45 > git --version # timeout=10 00:40:45 > git --version # 'git version 2.17.1' 00:40:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:52 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 00:40:52 Merge succeeded, producing c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 00:40:52 Checking out Revision c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 (PR-3164) 00:40:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:52 > git config core.sparsecheckout # timeout=10 00:40:52 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 00:40:52 > git remote # timeout=10 00:40:52 > git config --get remote.origin.url # timeout=10 00:40:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:52 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:40:52 > git rev-parse HEAD^{commit} # timeout=10 00:40:52 > git config core.sparsecheckout # timeout=10 00:40:52 > git checkout -f c05f5c246d4d9dcc9f10eb26b1b7d86db75bef56 # timeout=10 00:40:56 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:40:56 > git rev-list --no-walk 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:57 + echo snap-build.sh 00:40:57 snap-build.sh 00:40:57 + SNAP_BASE_DIR=. 00:40:57 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:40:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:40:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:40:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:40:57 + cd /w/workspace/edgex-go/2 00:40:57 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:57 Reading package lists... 00:40:57 Building dependency tree... 00:40:57 Reading state information... 00:40:58 The following packages were automatically installed and are no longer required: 00:40:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:58 uidmap xdelta3 00:40:58 Use 'sudo apt autoremove' to remove them. 00:40:58 The following packages will be REMOVED: 00:40:58 lxd* lxd-client* 00:40:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:58 After this operation, 31.7 MB disk space will be freed. 00:40:59 (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.) 00:40:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:00 Removing lxd dnsmasq configuration 00:41:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:02 (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.) 00:41:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:03 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:03 Processing triggers for ureadahead (0.100.0-21) ... 00:41:04 + sudo snap remove --purge lxd 00:41:04 snap "lxd" is not installed 00:41:04 + sudo groupadd --force --system lxd 00:41:04 ++ whoami 00:41:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:04 + newgrp - lxd 00:41:04 + sudo snap install lxd 00:41:13 2021-02-12T00:41:10Z INFO Waiting for automatic snapd restart... 00:41:28 gofmt -l . 00:41:28 [ "`gofmt -l .`" = "" ] 00:41:28 lxd 4.11 from Canonical* installed 00:41:28 + sudo lxd init --auto 00:41:30 ./bin/test-go-mod-tidy.sh 00:41:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:33 + ls -al . 00:41:33 total 732 00:41:33 drwxrwxr-x 9 1001 1001 4096 Feb 12 00:41 . 00:41:33 drwxr-xr-x 4 root root 4096 Feb 12 00:36 .. 00:41:33 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:35 .dockerignore 00:41:33 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:35 .git 00:41:33 drwxrwxr-x 3 1001 1001 4096 Feb 12 00:35 .github 00:41:33 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:35 .gitignore 00:41:33 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:35 .sonarcloud.properties 00:41:33 -rw-rw-r-- 1 1001 1001 8475 Feb 12 00:35 Attribution.txt 00:41:33 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:35 CONTRIBUTING.md 00:41:33 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:35 Dockerfile.build 00:41:33 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:35 Jenkinsfile 00:41:33 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:35 LICENSE 00:41:33 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:35 Makefile 00:41:33 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:35 README.md 00:41:33 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:35 SECURITY.md 00:41:33 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:31 VERSION 00:41:33 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:35 ZMQWindows.md 00:41:33 drwxrwxr-x 2 1001 1001 4096 Feb 12 00:35 bin 00:41:33 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:35 cmd 00:41:33 -rw-r--r-- 1 root root 595676 Feb 12 00:40 coverage.out 00:41:33 -rw-r--r-- 1 root root 1054 Feb 12 00:41 go.mod 00:41:33 -rw-r--r-- 1 root root 19290 Feb 12 00:41 go.sum 00:41:33 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:35 internal 00:41:33 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:35 openapi 00:41:33 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:35 snap 00:41:33 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:35 version.go [Pipeline] sh 00:41:34 + '[' -e coverage.out ] 00:41:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:34 Warning: overwriting stash ‘coverage-report’ 00:41:35 Stashed 1 file(s) [Pipeline] sh 00:41:35 + make build 00:41:35 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 00:41:36 + sudo snap install --classic snapcraft 00:41:42 snapcraft 4.5.1 from Canonical* installed 00:41:42 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:42 + patch --verbose -p1 00:41:42 Hmm... Looks like a unified diff to me... 00:41:42 The text leading up to this was: 00:41:42 -------------------------- 00:41:42 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:42 |From: Tony Espy 00:41:42 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:42 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:42 | 00:41:42 |This patch is used by the EdgeX CI pipeline builds to 00:41:42 |optimize the snap CI check run for pull requests. When 00:41:42 |applied, it essentially strips out everything (apps and 00:41:42 |parts) from the snapcraft.yaml file except those required 00:41:42 |to build edgex-go, as the whole idea of the CI check is to 00:41:42 |catch changes to edgex-go that break the snap build. 00:41:42 | 00:41:42 |In general, anyone updating snapcraft.yaml will also need 00:41:42 |to update this patch file, otherwise it may fail to apply, 00:41:42 |resulting in a failed snap build CI check in the associated 00:41:42 |pull request. 00:41:42 | 00:41:42 |Note - in addition to applying this patch, the pipeline also 00:41:42 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:42 |need to build the finally binary .snap file (and it won't 00:41:42 |work with the patch applied). This further reduces the build 00:41:42 |time. 00:41:42 |--- 00:41:42 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:42 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:42 | 00:41:42 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:42 |index 1e537489..faf42425 100644 00:41:42 |--- a/snap/snapcraft.yaml 00:41:42 |+++ b/snap/snapcraft.yaml 00:41:42 -------------------------- 00:41:42 patching file snap/snapcraft.yaml 00:41:42 Using Plan A... 00:41:42 Hunk #1 succeeded at 73. 00:41:42 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:41:42 Hunk #3 succeeded at 217 (offset 3 lines). 00:41:42 Hunk #4 succeeded at 225 (offset 3 lines). 00:41:42 Hunk #5 succeeded at 232 (offset 3 lines). 00:41:42 Hunk #6 succeeded at 259 (offset 3 lines). 00:41:42 Hunk #7 succeeded at 293 (offset 3 lines). 00:41:42 Hunk #8 succeeded at 352 (offset 11 lines). 00:41:42 Hmm... Ignoring the trailing garbage. 00:41:42 done 00:41:42 + sudo snapcraft prime --use-lxd 00:41:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:44 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: 00:41:44 - README.md 00:41:44 - snapcraft.yaml.orig 00:41:44 00:41:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:45 Launching a container. 00:41:48 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 00:41:57 Waiting for container to be ready 00:41:57 To start your first instance, try: lxc launch ubuntu:18.04 00:41:57 00:42:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:02 Waiting for network to be ready... 00:42:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:42:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:42:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:42:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:42:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:42:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:42:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:42:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:42:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:42:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:42:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:42:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:42:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:42:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:42:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:42:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:42:07 Fetched 23.9 MB in 4s (5429 kB/s) 00:42:07 Reading package lists... 00:42:08 Reading package lists... 00:42:08 Building dependency tree... 00:42:08 Reading state information... 00:42:08 The following additional packages will be installed: 00:42:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:08 Suggested packages: 00:42:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:08 Recommended packages: 00:42:08 gnupg libsasl2-modules 00:42:08 The following NEW packages will be installed: 00:42:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:08 The following packages will be upgraded: 00:42:08 gpg gpg-agent gpgconf libudev1 00:42:08 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:08 Need to get 3532 kB of archives. 00:42:08 After this operation, 13.3 MB of additional disk space will be used. 00:42:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:42:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:42:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:42:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:42:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:42:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:42:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:09 debconf: delaying package configuration, since apt-utils is not installed 00:42:09 Fetched 3532 kB in 1s (2988 kB/s) 00:42:09 (Reading database ... 12511 files and directories currently installed.) 00:42:09 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:42:09 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:09 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:42:09 Selecting previously unselected package udev. 00:42:09 (Reading database ... 12511 files and directories currently installed.) 00:42:09 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:42:10 Unpacking udev (237-3ubuntu10.44) ... 00:42:10 Selecting previously unselected package libfuse2:amd64. 00:42:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:10 Selecting previously unselected package fuse. 00:42:10 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:10 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:10 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:10 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:10 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:10 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:10 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:10 Selecting previously unselected package libksba8:amd64. 00:42:10 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:10 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:11 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:11 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:12 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:12 Selecting previously unselected package libsasl2-2:amd64. 00:42:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:12 Selecting previously unselected package libldap-common. 00:42:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:42:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:12 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:42:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:12 Selecting previously unselected package dirmngr. 00:42:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:12 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:12 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:12 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:13 Setting up udev (237-3ubuntu10.44) ... 00:42:13 invoke-rc.d: policy-rc.d denied execution of start. 00:42:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Processing triggers for systemd (237-3ubuntu10) ... 00:42:13 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:13 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:42:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:42:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:14 settings in the [Install] section, and DefaultInstance for template units). 00:42:14 This means they are not meant to be enabled using systemctl. 00:42:14 Possible reasons for having this kind of units are: 00:42:14 1) A unit may be statically enabled by being symlinked from another unit's 00:42:14 .wants/ or .requires/ directory. 00:42:14 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:14 a requirement dependency on it. 00:42:14 3) A unit may be started when needed via activation (socket, path, timer, 00:42:14 D-Bus, udev, scripted systemctl call, ...). 00:42:14 4) In case of template units, the unit is meant to be enabled with some 00:42:14 instance name specified. 00:42:15 Reading package lists... 00:42:15 Building dependency tree... 00:42:15 Reading state information... 00:42: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 00:42:15 The following additional packages will be installed: 00:42:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:15 Suggested packages: 00:42:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:15 systemd-container policykit-1 00:42:15 Recommended packages: 00:42:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:15 The following NEW packages will be installed: 00:42:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:15 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:15 python3.6-minimal snapd squashfs-tools sudo 00:42:15 The following packages will be upgraded: 00:42:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:15 Need to get 35.2 MB of archives. 00:42:15 After this operation, 141 MB of additional disk space will be used. 00:42:15 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:42:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:42:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:42:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:42:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:42:16 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:42:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:42:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:17 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:17 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:17 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:42:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:42:17 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 00:42:18 debconf: delaying package configuration, since apt-utils is not installed 00:42:18 Fetched 35.2 MB in 3s (11.8 MB/s) 00:42:18 (Reading database ... 12757 files and directories currently installed.) 00:42:18 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:42:18 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:19 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:42:19 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:19 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:42:19 (Reading database ... 12757 files and directories currently installed.) 00:42:19 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:42:19 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:19 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:42:19 (Reading database ... 12757 files and directories currently installed.) 00:42:19 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:42:19 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:20 Setting up apt (1.6.12ubuntu0.2) ... 00:42:20 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:20 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:20 (Reading database ... 12764 files and directories currently installed.) 00:42:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:20 Selecting previously unselected package libpython3.6-minimal:amd64. 00:42:20 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:20 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:20 Selecting previously unselected package libexpat1:amd64. 00:42:20 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:42:20 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:21 Selecting previously unselected package python3.6-minimal. 00:42:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:21 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:21 Checking for services that may need to be restarted...done. 00:42:21 Checking for services that may need to be restarted...done. 00:42:21 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:21 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:21 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:22 Selecting previously unselected package python3-minimal. 00:42:22 (Reading database ... 13012 files and directories currently installed.) 00:42:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:42:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:42:22 Selecting previously unselected package mime-support. 00:42:22 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:42:22 Unpacking mime-support (3.60ubuntu1) ... 00:42:22 Selecting previously unselected package libmpdec2:amd64. 00:42:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:42:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:42:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:22 Selecting previously unselected package python3.6. 00:42:22 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:22 Selecting previously unselected package libpython3-stdlib:amd64. 00:42:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:42:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:22 Setting up python3-minimal (3.6.7-1~18.04) ... 00:42:23 Selecting previously unselected package python3. 00:42:23 (Reading database ... 13442 files and directories currently installed.) 00:42:23 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:42:23 Unpacking python3 (3.6.7-1~18.04) ... 00:42:23 Selecting previously unselected package multiarch-support. 00:42:23 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:42:23 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:42:23 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:42:23 Selecting previously unselected package liblzo2-2:amd64. 00:42:23 (Reading database ... 13479 files and directories currently installed.) 00:42:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:42:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:42:23 Selecting previously unselected package libbsd0:amd64. 00:42:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:42:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:23 Selecting previously unselected package sudo. 00:42:23 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:42:23 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:42:23 Selecting previously unselected package apparmor. 00:42:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:42:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:42:23 Selecting previously unselected package libedit2:amd64. 00:42:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:42:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:42:23 Selecting previously unselected package libkrb5support0:amd64. 00:42:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:42:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:24 Selecting previously unselected package libk5crypto3:amd64. 00:42:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:42:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:24 Selecting previously unselected package libkeyutils1:amd64. 00:42:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:42:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:24 Selecting previously unselected package libkrb5-3:amd64. 00:42:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:42:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:42:24 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:42:24 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:24 Selecting previously unselected package libssl1.0.0:amd64. 00:42:24 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:42:24 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:24 Selecting previously unselected package openssh-client. 00:42:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:42:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:24 Selecting previously unselected package squashfs-tools. 00:42:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:25 Selecting previously unselected package snapd. 00:42:25 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:42:25 Unpacking snapd (2.48.3+18.04) ... 00:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:27 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:28 Setting up mime-support (3.60ubuntu1) ... 00:42:28 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:42:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:28 Setting up systemd (237-3ubuntu10.44) ... 00:42:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:42:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:29 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:29 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:29 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:29 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:29 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:30 Setting up python3 (3.6.7-1~18.04) ... 00:42:30 running python rtupdate hooks for python3.6... 00:42:30 running python post-rtupdate hooks for python3.6... 00:42:30 Setting up apparmor (2.12-4ubuntu5.1) ... 00:42:31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:32 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:32 Setting up snapd (2.48.3+18.04) ... 00:42: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 00:42:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:33 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:42:34 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:34 /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' 00:42:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:34 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:36 Reading package lists... 00:42:36 Reading package lists... 00:42:37 Building dependency tree... 00:42:37 Reading state information... 00:42:37 Calculating upgrade... 00:42:37 The following packages will be upgraded: 00:42:37 advancecomp base-files bash binutils binutils-common 00:42:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:42:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:42:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:42:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:42:37 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:42:37 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:42:37 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:42:37 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:42:37 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:42:37 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:42:37 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:42:37 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:42:37 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:37 Need to get 63.8 MB of archives. 00:42:37 After this operation, 5188 kB of additional disk space will be used. 00:42:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:42:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:38 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:42:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:38 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:38 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:38 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:38 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:38 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:38 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:42:38 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:42:38 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:38 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:38 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:38 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:42:38 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:38 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:38 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:38 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:38 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:38 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:38 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:38 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:38 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:38 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:38 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:42: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 00:42:39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:39 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:39 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:39 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:39 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:39 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:39 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:39 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:39 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:39 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:39 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:39 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:39 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:39 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:39 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:39 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:42:39 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:39 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:39 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:39 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:42:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:39 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:39 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:42:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:39 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:39 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:39 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:39 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:39 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:40 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:40 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:40 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:40 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:40 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:40 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:40 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:40 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:41 debconf: delaying package configuration, since apt-utils is not installed 00:42:41 Fetched 63.8 MB in 3s (18.2 MB/s) 00:42:41 (Reading database ... 13912 files and directories currently installed.) 00:42:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:42:41 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:42:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42: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 00:42:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 (Reading database ... 13911 files and directories currently installed.) 00:42:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:42:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:42:44 (Reading database ... 13911 files and directories currently installed.) 00:42:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:44 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:44 (Reading database ... 13911 files and directories currently installed.) 00:42:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:42:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:45 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:42:45 (Reading database ... 13911 files and directories currently installed.) 00:42:45 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:42:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:42:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:42:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:42:46 Setting up base-files (10.1ubuntu2.10) ... 00:42:46 Installing new version of config file /etc/issue ... 00:42:46 Installing new version of config file /etc/issue.net ... 00:42:46 Installing new version of config file /etc/lsb-release ... 00:42:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:42:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:42:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:42:46 Removing obsolete conffile /etc/default/motd-news ... 00:42:46 (Reading database ... 13912 files and directories currently installed.) 00:42:46 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:42:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:42:46 Setting up bash (4.4.18-2ubuntu1.2) ... 00:42:46 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 00:42:46 (Reading database ... 13912 files and directories currently installed.) 00:42:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:42:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:42:47 (Reading database ... 13912 files and directories currently installed.) 00:42:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:42:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:42:47 Setting up tar (1.29b-2ubuntu0.2) ... 00:42:47 (Reading database ... 13912 files and directories currently installed.) 00:42:47 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:42:47 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:42:47 (Reading database ... 13912 files and directories currently installed.) 00:42:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:48 (Reading database ... 13912 files and directories currently installed.) 00:42:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:48 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:42:48 (Reading database ... 13912 files and directories currently installed.) 00:42:48 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:42:48 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:42:48 Setting up grep (3.1-2build1) ... 00:42:48 (Reading database ... 13912 files and directories currently installed.) 00:42:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:42: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 00:42:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:48 Setting up login (1:4.5-1ubuntu2) ... 00:42:48 (Reading database ... 13912 files and directories currently installed.) 00:42:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:42:48 (Reading database ... 13912 files and directories currently installed.) 00:42:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:42:50 (Reading database ... 13912 files and directories currently installed.) 00:42:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:42:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:42:51 (Reading database ... 13912 files and directories currently installed.) 00:42:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:42:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:42:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:42:52 (Reading database ... 13912 files and directories currently installed.) 00:42:52 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:52 (Reading database ... 13912 files and directories currently installed.) 00:42:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:52 (Reading database ... 13912 files and directories currently installed.) 00:42:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:53 (Reading database ... 13912 files and directories currently installed.) 00:42:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:53 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:53 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:53 (Reading database ... 13912 files and directories currently installed.) 00:42:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:53 (Reading database ... 13912 files and directories currently installed.) 00:42:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:53 (Reading database ... 13912 files and directories currently installed.) 00:42:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:54 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:54 (Reading database ... 13912 files and directories currently installed.) 00:42:54 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:54 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:54 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:42:54 (Reading database ... 13912 files and directories currently installed.) 00:42:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:42:55 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:42:55 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 00:42:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:42:55 (Reading database ... 13912 files and directories currently installed.) 00:42:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:42:56 (Reading database ... 13912 files and directories currently installed.) 00:42:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:42:56 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:56 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:42:56 (Reading database ... 13914 files and directories currently installed.) 00:42:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:42:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:42:56 Setting up debconf (1.5.66ubuntu1) ... 00:42:56 (Reading database ... 13914 files and directories currently installed.) 00:42:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:42:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:42:57 (Reading database ... 13914 files and directories currently installed.) 00:42:57 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:42:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:42:57 (Reading database ... 13914 files and directories currently installed.) 00:42:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:57 (Reading database ... 13914 files and directories currently installed.) 00:42:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:57 (Reading database ... 13914 files and directories currently installed.) 00:42:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:58 (Reading database ... 13914 files and directories currently installed.) 00:42:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:42:58 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:59 (Reading database ... 13914 files and directories currently installed.) 00:42:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:42:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:42:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:42:59 (Reading database ... 13914 files and directories currently installed.) 00:42:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:42:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:59 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 00:43:00 (Reading database ... 13914 files and directories currently installed.) 00:43:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:00 (Reading database ... 13914 files and directories currently installed.) 00:43:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:00 (Reading database ... 13914 files and directories currently installed.) 00:43:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:00 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:01 (Reading database ... 13914 files and directories currently installed.) 00:43:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:01 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:01 (Reading database ... 13914 files and directories currently installed.) 00:43:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:01 (Reading database ... 13914 files and directories currently installed.) 00:43:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:01 (Reading database ... 13914 files and directories currently installed.) 00:43:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:01 (Reading database ... 13914 files and directories currently installed.) 00:43:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:02 (Reading database ... 13914 files and directories currently installed.) 00:43:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:02 (Reading database ... 13914 files and directories currently installed.) 00:43:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:02 (Reading database ... 13915 files and directories currently installed.) 00:43:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:43:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:43:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:06 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:06 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } 00:43:08 $ docker stop --time=1 a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 00:43:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:10 $ docker rm -f a750049a64bcd87c43d7fec9d40b1a276747eb96abf824f4d5dbb66a27cc91b6 00:43:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 00:43:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:12 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:43:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:12 00:43:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:12 00:43:12 Current default time zone: 'Etc/UTC' 00:43:12 Local time is now: Fri Feb 12 00:43:12 UTC 2021. 00:43:12 Universal Time is now: Fri Feb 12 00:43:12 UTC 2021. 00:43:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:12 00:43:12 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:43:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:43:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:13 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:13 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:13 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:13 29e5d40040c1: Pulling fs layer 00:43:13 1ce36da41761: Pulling fs layer 00:43:13 25b303627fd3: Pulling fs layer 00:43:13 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:13 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:13 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:13 Setting up ca-certificates (20210119~18.04.1) ... 00:43:13 29e5d40040c1: Verifying Checksum 00:43:13 29e5d40040c1: Download complete 00:43:13 1ce36da41761: Verifying Checksum 00:43:13 1ce36da41761: Download complete 00:43:14 29e5d40040c1: Pull complete 00:43:15 Updating certificates in /etc/ssl/certs... 00:43:15 1ce36da41761: Pull complete 00:43:16 25b303627fd3: Verifying Checksum 00:43:16 25b303627fd3: Download complete 00:43:16 23 added, 27 removed; done. 00:43:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:16 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:16 Setting up perl (5.26.1-6ubuntu0.5) ... 00:43:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:43:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:16 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:43:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:43:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:17 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:17 Processing triggers for mime-support (3.60ubuntu1) ... 00:43:17 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:43:17 Updating certificates in /etc/ssl/certs... 00:43:17 0 added, 0 removed; done. 00:43:17 Running hooks in /etc/ca-certificates/update.d... 00:43:17 done. 00:43:18 Reading package lists... 00:43:18 Building dependency tree... 00:43:18 Reading state information... 00:43:18 The following NEW packages will be installed: 00:43:18 apt-transport-https 00:43:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:43:18 Need to get 1696 B of archives. 00:43:18 After this operation, 153 kB of additional disk space will be used. 00:43:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:43:19 debconf: delaying package configuration, since apt-utils is not installed 00:43:19 Fetched 1696 B in 0s (29.1 kB/s) 00:43:19 Selecting previously unselected package apt-transport-https. 00:43:19 (Reading database ... 13920 files and directories currently installed.) 00:43:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:43:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:43:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:43:19 Waiting for network to be ready... 00:43:24 2021-02-12T00:43:22Z INFO Waiting for automatic snapd restart... 00:43:25 snapd 2.48.2.1 from Canonical* installed 00:43:25 "snapd" switched to the "latest/stable" channel 00:43:25 00:43:26 25b303627fd3: Pull complete 00:43:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:26 prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container 00:43:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:28 core18 20210128 from Canonical* installed 00:43:28 "core18" switched to the "latest/stable" channel 00:43:28 00:43:30 $ docker top a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:31 + docker-compose build --help 00:43:31 + grep parallel 00:43:32 snapcraft 4.5.1 from Canonical* installed 00:43:32 "snapcraft" switched to the "latest/stable" channel 00:43:32 00:43:35 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: 00:43:35 - README.md 00:43:35 - snapcraft.yaml.orig 00:43:35 00:43:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:35 --parallel Build images in parallel. [Pipeline] } 00:43:35 $ docker stop --time=1 a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 00:43:37 $ docker rm -f a61d3bf26733bb1d63237f943e325f747052082676c6d021e602fcd0d90150c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:38 . [Pipeline] withDockerContainer 00:43:38 prd-ubuntu18.04-docker-arm64-4c-16g-26178 does not seem to be running inside a container 00:43:38 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:40 $ docker top 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:41 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:43 Reading package lists... 00:43:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:43:47 Building docker-core-command-go ... 00:43:47 Building docker-core-data-go ... 00:43:47 Building docker-core-metadata-go ... 00:43:47 Building docker-security-bootstrapper-go ... 00:43:47 Building docker-security-proxy-setup-go ... 00:43:47 Building docker-security-secretstore-setup-go ... 00:43:47 Building docker-support-notifications-go ... 00:43:47 Building docker-support-scheduler-go ... 00:43:47 Building docker-sys-mgmt-agent-go ... 00:43:47 Building docker-core-metadata-go 00:43:47 Building docker-support-scheduler-go 00:43:47 Building docker-security-proxy-setup-go 00:43:47 Building docker-security-bootstrapper-go 00:43:47 Building docker-sys-mgmt-agent-go 00:43:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:49 Reading package lists... 00:43:49 Building dependency tree... 00:43:49 Reading state information... 00:43:49 Suggested packages: 00:43:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:43:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:43:49 Recommended packages: 00:43:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:43:49 The following NEW packages will be installed: 00:43:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:43:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:43:49 pkg-config zip 00:43:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:43:49 Need to get 7655 kB of archives. 00:43:49 After this operation, 43.7 MB of additional disk space will be used. 00:43:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:43:50 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:43:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:43:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:43:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:43:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:43:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:43:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:43:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:43:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:43:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:43:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:43:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:43:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:43:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:43:51 debconf: delaying package configuration, since apt-utils is not installed 00:43:51 Fetched 7655 kB in 1s (6450 kB/s) 00:43:51 Selecting previously unselected package libglib2.0-0:amd64. 00:43:51 (Reading database ... 13924 files and directories currently installed.) 00:43:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:43:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:51 Selecting previously unselected package libpsl5:amd64. 00:43:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:43:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:43:51 Selecting previously unselected package libnghttp2-14:amd64. 00:43:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:43:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:51 Selecting previously unselected package librtmp1:amd64. 00:43:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:43:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:51 Selecting previously unselected package libcurl3-gnutls:amd64. 00:43:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:43:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:51 Selecting previously unselected package liberror-perl. 00:43:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:43:51 Unpacking liberror-perl (0.17025-1) ... 00:43:51 Selecting previously unselected package git-man. 00:43:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:43:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:43:51 Selecting previously unselected package git. 00:43:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:43:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:43:52 Selecting previously unselected package libnorm1:amd64. 00:43:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:43:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:52 Selecting previously unselected package libpgm-5.2-0:amd64. 00:43:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:43:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:52 Selecting previously unselected package libsodium23:amd64. 00:43:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:43:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:43:53 Selecting previously unselected package libzmq5:amd64. 00:43:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:53 Selecting previously unselected package libzmq3-dev:amd64. 00:43:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:53 Selecting previously unselected package pkg-config. 00:43:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:43:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:43:53 Selecting previously unselected package zip. 00:43:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:43:53 Unpacking zip (3.0-11build1) ... 00:43:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:43:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:53 Setting up liberror-perl (0.17025-1) ... 00:43:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:43:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:53 No schema files found: doing nothing. 00:43:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:53 Setting up zip (3.0-11build1) ... 00:43:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:53 Setting up libsodium23:amd64 (1.0.16-2) ... 00:43:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:43:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:43:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:00 git set to automatically installed. 00:44:00 git-man set to automatically installed. 00:44:00 libcurl3-gnutls set to automatically installed. 00:44:00 liberror-perl set to automatically installed. 00:44:00 libglib2.0-0 set to automatically installed. 00:44:00 libnghttp2-14 set to automatically installed. 00:44:00 libnorm1 set to automatically installed. 00:44:00 libpgm-5.2-0 set to automatically installed. 00:44:00 libpsl5 set to automatically installed. 00:44:00 librtmp1 set to automatically installed. 00:44:00 libsodium23 set to automatically installed. 00:44:00 libzmq3-dev set to automatically installed. 00:44:00 libzmq5 set to automatically installed. 00:44:00 pkg-config set to automatically installed. 00:44:00 zip set to automatically installed. 00:44:02 snapd is not logged in, snap install commands will use sudo 00:44:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:09 snap "core18" has no updates available 00:44:10 Pulling config-common 00:44:10 + snapcraftctl pull 00:44:12 Pulling go-build-helper 00:44:12 + snapcraftctl pull 00:44:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:44:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:44:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:44:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:44:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:44:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:44:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:44:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:44:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:44:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:44:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:44:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:44:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:44:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:44:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:44:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:44:34 Fetched 23.9 MB in 0s (0 B/s) 00:44:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:44:34 Fetched 96.5 kB in 0s (0 B/s) 00:44:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:44:34 Fetched 279 kB in 0s (0 B/s) 00:44:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:44:34 Fetched 122 kB in 0s (0 B/s) 00:44:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:44:34 Fetched 77.8 kB in 0s (0 B/s) 00:44:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:44:34 Fetched 8848 B in 0s (0 B/s) 00:44:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:44:34 Fetched 47.8 kB in 0s (0 B/s) 00:44:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:44:34 Fetched 45.6 kB in 0s (0 B/s) 00:44:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:44:34 Fetched 15.0 kB in 0s (0 B/s) 00:44:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:44:34 Fetched 214 kB in 0s (0 B/s) 00:44:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:44:34 Fetched 155 kB in 0s (0 B/s) 00:44:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:44:34 Fetched 50.6 kB in 0s (0 B/s) 00:44:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:44:34 Fetched 14.8 kB in 0s (0 B/s) 00:44:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:44:34 Fetched 41.8 kB in 0s (0 B/s) 00:44:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:44:34 Fetched 499 kB in 0s (0 B/s) 00:44:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:44:34 Fetched 111 kB in 0s (0 B/s) 00:44:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:44:34 Fetched 240 kB in 0s (0 B/s) 00:44:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:44:34 Fetched 29.3 kB in 0s (0 B/s) 00:44:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:44:34 Fetched 85.5 kB in 0s (0 B/s) 00:44:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:44:34 Fetched 24.5 kB in 0s (0 B/s) 00:44:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:44:34 Fetched 49.2 kB in 0s (0 B/s) 00:44:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:44:34 Fetched 54.2 kB in 0s (0 B/s) 00:44:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:44:34 Fetched 30.8 kB in 0s (0 B/s) 00:44:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:44:34 Fetched 16.6 kB in 0s (0 B/s) 00:44:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:44:34 Fetched 85.9 kB in 0s (0 B/s) 00:44:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:44:34 Fetched 8720 B in 0s (0 B/s) 00:44:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:44:34 Fetched 137 kB in 0s (0 B/s) 00:44:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:44:34 Fetched 119 kB in 0s (0 B/s) 00:44:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:44:34 Fetched 109 kB in 0s (0 B/s) 00:44:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:44:34 Fetched 11.1 kB in 0s (0 B/s) 00:44:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:44:34 Fetched 645 kB in 0s (0 B/s) 00:44:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:44:34 Fetched 41.3 kB in 0s (0 B/s) 00:44:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:44:34 Fetched 17.9 kB in 0s (0 B/s) 00:44:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:44:34 Fetched 368 kB in 0s (0 B/s) 00:44:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:44:34 Fetched 187 kB in 0s (0 B/s) 00:44:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:44:34 Fetched 175 kB in 0s (0 B/s) 00:44:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:44:37 Fetched 206 kB in 0s (0 B/s) 00:44:37 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:44:37 Fetched 1301 kB in 0s (0 B/s) 00:44:37 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:44:37 Fetched 36.2 kB in 0s (0 B/s) 00:44:37 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:44:37 Fetched 159 kB in 0s (0 B/s) 00:44:37 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:44:37 Fetched 107 kB in 0s (0 B/s) 00:44:37 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:44:37 Fetched 48.7 kB in 0s (0 B/s) 00:44:37 Pulling static-packages 00:44:37 + snapcraftctl pull 00:44:38 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:44:38 Skipping pull go-build-helper (already ran) 00:44:38 Skipping pull static-packages (already ran) 00:44:38 Building go-build-helper 00:44:38 + snapcraftctl build 00:44:43 Building static-packages 00:44:43 + snapcraftctl build 00:44:44 Staging go-build-helper 00:44:44 + snapcraftctl stage 00:44:45 Staging static-packages 00:44:45 + snapcraftctl stage 00:44:46 Pulling go115 00:44:46 + snapcraftctl pull 00:44:47 'edgex-go' has dependencies that need to be staged: go115 00:44:47 Skipping pull go115 (already ran) 00:44:47 Building go115 00:44:47 + dpkg --print-architecture 00:44:47 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:44:47 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:44:47 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:44:47 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:47 Dload Upload Total Spent Left Speed 00:44:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 115M 32 37.8M 0 0 38.7M 0 0:00:02 --:--:-- 0:00:02 38.7M 67 115M 67 78.3M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 100 115M 100 115M 0 0 41.3M 0 0:00:02 0:00:02 --:--:-- 41.3M 00:44:50 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:44:50 + sha256sum -c sha256 00:44:50 + grep OK 00:44:50 go1.15.2.linux-amd64.tar.gz: OK 00:44:50 + mkdir -p /root/stage/go1.15 00:44:50 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:44:54 Staging go115 00:44:54 + snapcraftctl stage 00:44:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:54 ---> fe9924fb1b56 00:44:54 Step 3/22 : WORKDIR /edgex-go 00:44:55 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:55 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:44:55 ---> fe9924fb1b56 00:44:55 Step 3/30 : WORKDIR /edgex-go 00:44:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> fe9924fb1b56 00:44:55 00:44:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:55 Step 3/23 : WORKDIR /edgex-go ---> fe9924fb1b56 00:44:55 00:44:55 Step 3/21 : WORKDIR /edgex-go 00:44:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:55 ---> fe9924fb1b56 00:44:55 Step 3/26 : WORKDIR /edgex-go 00:44:58 ---> Running in f40b142b04df 00:44:58 ---> Running in 8f47f2d22b89 00:44:58 ---> Running in 5531d40813e3 00:44:58 ---> Running in 12647a690f30 00:44:58 ---> Running in 2d6ac0887bb3 00:44:58 Removing intermediate container 12647a690f30 00:44:58 ---> 93421f1c06ca 00:44:59 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container f40b142b04df 00:44:59 ---> 0c2bfde64717 00:44:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 ---> Running in b570c995de0d 00:44:59 Removing intermediate container 5531d40813e3 00:44:59 ---> 89192362d387 00:44:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 2d6ac0887bb3 00:44:59 ---> 79d94a5d9cbe 00:44:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 8f47f2d22b89 00:44:59 ---> 28318bf7e507 00:44:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 ---> Running in dc26ee0ad352 00:44:59 ---> Running in 868da60b3fe3 00:44:59 ---> Running in a9ec3290d35c 00:44:59 ---> Running in f966848c2b80 00:45:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:00 Fetched 0 B in 0s (0 B/s) 00:45:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:00 Fetched 224 kB in 0s (0 B/s) 00:45:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:00 Fetched 157 kB in 0s (0 B/s) 00:45:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:00 Fetched 221 kB in 0s (0 B/s) 00:45:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:00 Fetched 143 kB in 0s (0 B/s) 00:45:00 Pulling edgex-go 00:45:00 + snapcraftctl pull 00:45:00 Pulling version 00:45:00 + cd /root/project 00:45:00 + [ -f VERSION ] 00:45:00 + PROJECT_VERSION=local-dev 00:45:00 + git rev-parse --short HEAD 00:45:00 + GIT_REVISION=c05f5c24 00:45:00 + snapcraftctl set-version local-dev 00:45:01 Building config-common 00:45:01 + snapcraftctl build 00:45:03 Removing intermediate container b570c995de0d 00:45:03 ---> 9605b2ac981c 00:45:03 Step 5/30 : RUN apk add --update --no-cache make git 00:45:03 Skipping build go-build-helper (already ran) 00:45:03 Skipping build static-packages (already ran) 00:45:03 Skipping build go115 (already ran) 00:45:03 Building edgex-go 00:45:03 ---> Running in 388a8c859aac 00:45:03 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:45:03 + cd /root/parts/edgex-go/src 00:45:03 + make build 00:45:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:03 Removing intermediate container dc26ee0ad352 00:45:03 ---> 61ec2a106da2 00:45:03 Step 5/21 : RUN apk add --update --no-cache make git 00:45:03 ---> Running in aff26ca60908 00:45:04 Removing intermediate container 868da60b3fe3 00:45:04 ---> e4558fda5a24 00:45:04 Step 5/23 : RUN apk add --update --no-cache make git 00:45:04 Removing intermediate container a9ec3290d35c 00:45:04 ---> 860ef228c527 00:45:04 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:04 ---> Running in 4eaa5fb60049 00:45:04 ---> Running in bf0d89852739 00:45:04 Removing intermediate container f966848c2b80 00:45:04 ---> 16d0df008365 00:45:04 Step 5/22 : RUN apk add --update --no-cache make git 00:45:04 ---> Running in 0daadbb38004 00:45:04 go: downloading github.com/gorilla/mux v1.8.0 00:45:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 00:45:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:45:04 go: downloading github.com/google/uuid v1.2.0 00:45:04 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:45:04 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:45:04 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:45:04 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:04 go: downloading github.com/pkg/errors v0.8.1 00:45:04 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:04 go: downloading github.com/imdario/mergo v0.3.11 00:45:04 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:04 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:04 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:04 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:04 go: downloading github.com/go-kit/kit v0.8.0 00:45:04 go: downloading github.com/x448/float16 v0.8.4 00:45:04 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:45:04 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:04 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:04 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:04 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:04 go: downloading github.com/leodido/go-urn v1.2.0 00:45:04 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:04 go: downloading github.com/hashicorp/serf v0.8.2 00:45:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:04 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:05 go: downloading github.com/go-playground/locales v0.13.0 00:45:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:05 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 OK: 217 MiB in 51 packages 00:45:08 OK: 217 MiB in 51 packages 00:45:08 OK: 217 MiB in 51 packages 00:45:09 OK: 217 MiB in 51 packages 00:45:09 Removing intermediate container 388a8c859aac 00:45:09 ---> 5888956b4ee2 00:45:09 Step 6/30 : COPY go.mod . 00:45:09 OK: 217 MiB in 51 packages 00:45:11 ---> 5cb77f025502 00:45:11 Step 7/30 : RUN go mod download 00:45:11 Removing intermediate container bf0d89852739 00:45:11 ---> 580222dc6140 00:45:11 Step 6/26 : COPY go.mod . 00:45:11 Removing intermediate container 0daadbb38004 00:45:11 ---> dc15fc855f5e 00:45:11 Step 6/22 : COPY go.mod . 00:45:11 ---> Running in ce11eba6279c 00:45:11 Removing intermediate container 4eaa5fb60049 00:45:11 ---> aea0d182d4d5 00:45:11 Step 6/23 : COPY go.mod . 00:45:11 Removing intermediate container aff26ca60908 00:45:11 ---> 05d7adb80c3e 00:45:11 Step 6/21 : COPY go.mod . 00:45:11 ---> 6906c138fa55 00:45:11 Step 7/26 : RUN go mod download 00:45:11 ---> 84715c90b955 00:45:11 Step 7/22 : RUN go mod download 00:45:12 ---> Running in 895c71340def 00:45:12 ---> Running in d3ee4a4408c4 00:45:12 ---> 8b92178e4de3 00:45:12 Step 7/23 : RUN go mod download 00:45:12 ---> d51a1dc70de8 00:45:12 Step 7/21 : RUN go mod download 00:45:12 ---> Running in 4ae1de880aed 00:45:12 ---> Running in 2fbeddaf89ef 00:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:13 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:14 Removing intermediate container ce11eba6279c 00:45:14 ---> 39bece209c97 00:45:14 Step 8/30 : COPY . . 00:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:18 Removing intermediate container d3ee4a4408c4 00:45:18 ---> de8fab0c0b1c 00:45:18 Step 8/26 : COPY . . 00:45:18 Removing intermediate container 895c71340def 00:45:18 ---> 9a7ebc1fcc8d 00:45:18 Step 8/22 : COPY . . 00:45:18 Removing intermediate container 4ae1de880aed 00:45:18 ---> ac20069292e9 00:45:18 Step 8/23 : COPY . . 00:45:18 Removing intermediate container 2fbeddaf89ef 00:45:18 ---> 86bbab9fee88 00:45:18 Step 8/21 : COPY . . 00:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:20 go: downloading github.com/stretchr/testify v1.7.0 00:45:20 go: downloading github.com/davecgh/go-spew v1.1.1 00:45:20 go: downloading github.com/pmezard/go-difflib v1.0.0 00:45:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:45:22 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 00:45:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:45:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:45:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:24 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:45:26 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 00:45:27 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 00:45:27 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:28 go: downloading github.com/lib/pq v1.9.0 00:45:30 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:45:30 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:45:30 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:45:30 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:45:30 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:45:30 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:45:30 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:45:30 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:45:30 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:45:30 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:45:30 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:45:30 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:45:30 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:45:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:45:30 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:45:30 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:45:30 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:45:30 + 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 00:45:30 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:45:30 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:45:30 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:45:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:45:30 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:45:30 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:45:30 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:45:31 Building version 00:45:31 + snapcraftctl build 00:45:33 Staging config-common 00:45:33 + snapcraftctl stage 00:45:34 Skipping stage go-build-helper (already ran) 00:45:34 Skipping stage static-packages (already ran) 00:45:34 Skipping stage go115 (already ran) 00:45:34 Staging edgex-go 00:45:34 + snapcraftctl stage 00:45:35 Staging version 00:45:35 + snapcraftctl stage 00:45:36 Priming config-common 00:45:36 + snapcraftctl prime 00:45:37 Priming go-build-helper 00:45:37 + snapcraftctl prime 00:45:38 Priming static-packages 00:45:38 + snapcraftctl prime 00:45:40 Priming go115 00:45:40 + snapcraftctl prime 00:45:40 ---> 28a3986da290 00:45:40 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:40 ---> 387dbd6b91d0 00:45:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:40 ---> Running in 419e99009dc0 00:45:40 ---> 0089eda5c154 00:45:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:40 ---> 355e34b33be7 00:45:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:40 ---> f1802432a056 00:45:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:40 ---> Running in 58f3f065003c 00:45:40 ---> Running in 3136c7255049 00:45:40 ---> Running in a10c30343fd5 00:45:40 ---> Running in cdc4e13a64c2 00:45:41 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 00:45:41 Priming edgex-go 00:45:41 + snapcraftctl prime 00:45:42 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 00:45:42 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 00:45:42 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 00:45:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:42 Priming version 00:45:42 + snapcraftctl prime 00:45: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] } 00:47:19 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 00:47:25 Removing intermediate container 419e99009dc0 00:47:25 ---> 36a555131e4e 00:47:25 00:47:25 Step 10/30 : FROM alpine:3.12 00:47:25 3.12: Pulling from library/alpine 00:47:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:26 Status: Downloaded newer image for alpine:3.12 00:47:26 ---> afeebe901d6b 00:47:26 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:27 ---> Running in d08979cb8ef6 00:47:28 Removing intermediate container d08979cb8ef6 00:47:28 ---> 8afd26568053 00:47:28 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:28 ---> Running in fbedfa148ab8 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:32 (1/2) Installing dumb-init (1.2.2-r1) 00:47:32 (2/2) Installing su-exec (0.2-r1) 00:47:32 Executing busybox-1.31.1-r19.trigger 00:47:32 OK: 5 MiB in 16 packages 00:47:34 Removing intermediate container 58f3f065003c 00:47:34 ---> 813079fc009e 00:47:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:34 Removing intermediate container a10c30343fd5 00:47:34 ---> 7b2da61075e3 00:47:34 00:47:34 Step 10/21 : FROM alpine:3.12 00:47:34 ---> afeebe901d6b 00:47:34 Step 11/21 : RUN apk add --update --no-cache curl 00:47:34 ---> Running in bca0155e8b66 00:47:34 ---> Running in 243adf4c83f7 00:47:35 Removing intermediate container fbedfa148ab8 00:47:35 ---> d7adb0078ee7 00:47:35 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:35 ---> Running in 5fd1e8841f1f 00:47:36 Removing intermediate container 5fd1e8841f1f 00:47:36 ---> 2bd35591b5c1 00:47:36 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:36 ---> Running in 598c41c9d3aa 00:47:36 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 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:37 Removing intermediate container 598c41c9d3aa 00:47:37 ---> 9de68f64b63f 00:47:37 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:37 ---> Running in ef8260be2e41 00:47:38 (1/4) Installing ca-certificates (20191127-r4) 00:47:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:38 (3/4) Installing libcurl (7.69.1-r3) 00:47:38 (4/4) Installing curl (7.69.1-r3) 00:47:38 Executing busybox-1.31.1-r19.trigger 00:47:38 Executing ca-certificates-20191127-r4.trigger 00:47:39 OK: 7 MiB in 18 packages 00:47:42 Removing intermediate container 243adf4c83f7 00:47:42 ---> a27daab254cb 00:47:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:42 Removing intermediate container ef8260be2e41 00:47:42 ---> b0bacfe64d8a 00:47:42 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:47:42 ---> Running in 05f9090b8071 00:47:42 ---> Running in 085340fcaac9 00:47:44 Removing intermediate container 05f9090b8071 00:47:44 ---> 90cd5c27b81f 00:47:44 Step 13/21 : WORKDIR /edgex 00:47:44 Removing intermediate container 085340fcaac9 00:47:44 ---> 16c291966ffb 00:47:44 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:44 Removing intermediate container bca0155e8b66 00:47:44 ---> d1026a05b74d 00:47:44 00:47:44 Step 11/26 : FROM docker:20.10.0 00:47:44 ---> Running in 66faf0a90e24 00:47:44 20.10.0: Pulling from library/docker 00:47:45 Removing intermediate container 3136c7255049 00:47:45 ---> 2f007e469a5c 00:47:45 00:47:45 Step 10/22 : FROM alpine:3.12 00:47:45 ---> afeebe901d6b 00:47:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:45 Removing intermediate container 66faf0a90e24 00:47:45 ---> 53ba9db41223 00:47:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:45 ---> Running in 3d4e8a16b988 00:47:46 ---> 1c7d0d1df689 00:47:46 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:46 ---> Running in a2430beb8869 00:47:47 ---> a79b8239439a 00:47:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:49 (1/1) Installing dumb-init (1.2.2-r1) 00:47:49 Executing busybox-1.31.1-r19.trigger 00:47:49 OK: 5 MiB in 15 packages 00:47:50 ---> 455b23363220 00:47:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:52 Removing intermediate container a2430beb8869 00:47:52 ---> 30151535b210 00:47:52 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:53 ---> 311be104ae65 00:47:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:53 Removing intermediate container 3d4e8a16b988 00:47:53 ---> 01cbca101a27 00:47:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:54 ---> Running in 7ca8b1b7526c 00:47:54 ---> Running in 11ad8d7ab537 00:47:54 ---> 6b0e60232ea2 00:47:54 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:55 Removing intermediate container 7ca8b1b7526c 00:47:55 Removing intermediate container 11ad8d7ab537 00:47:55 ---> 45f3d63e17c3 00:47:55 Step 13/22 : ENV APP_PORT=48085 00:47:55 ---> 0ee5e51f1ef9 00:47:55 Step 18/21 : CMD ["--init=true"] 00:47:55 Removing intermediate container cdc4e13a64c2 00:47:55 ---> 2613b48158c7 00:47:55 00:47:55 Step 10/23 : FROM alpine:3.12 00:47:55 ---> afeebe901d6b 00:47:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:55 ---> Using cache 00:47:55 ---> 01cbca101a27 00:47:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:55 ---> Using cache 00:47:55 ---> 45f3d63e17c3 00:47:55 Step 13/23 : ENV APP_PORT=48081 00:47:56 ---> Running in 212a62a523d4 00:47:56 ---> Running in 53b77e82996a 00:47:56 ---> Running in 6c9146561747 00:47:56 ---> 501849676dfb 00:47:56 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:56 Removing intermediate container 6c9146561747 00:47:56 ---> caee42f5717d 00:47:56 Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 212a62a523d4 00:47:56 00:47:56 ---> 17779faec47c 00:47:56 Step 19/21 : LABEL arch=arm64 00:47:56 Removing intermediate container 53b77e82996a 00:47:56 ---> 1634f7b144ca 00:47:56 Step 14/22 : EXPOSE $APP_PORT 00:47:57 ---> Running in 099b94d47607 00:47:57 ---> Running in b48fc8b22d5f 00:47:57 ---> Running in f63a7e79df94 00:47:57 ---> a6dc7ced50e9 00:47:57 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:58 Removing intermediate container 099b94d47607 00:47:58 ---> 52cd836cde5d 00:47:58 Step 20/21 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:47:58 Removing intermediate container f63a7e79df94 00:47:58 ---> 79ddd5abf4f5 00:47:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:58 Removing intermediate container b48fc8b22d5f 00:47:58 ---> 3221f7a846cb 00:47:58 Step 15/23 : WORKDIR / 00:47:58 Status: Downloaded newer image for docker:20.10.0 00:47:58 ---> eeaf43b92773 00:47:58 Step 12/26 : RUN apk add --no-cache bash 00:47:58 ---> Running in b4480b5867bd 00:47:58 ---> Running in 620783e43202 00:47:58 ---> Running in 38b656fd77d9 00:47:58 ---> cf5f6f5a6774 00:47:58 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:47:58 Removing intermediate container b4480b5867bd 00:47:58 ---> 0d37c3bb384c 00:47:58 Step 21/21 : LABEL version=0.0.0 00:47:59 ---> Running in 13cf81dfa269 00:47:59 ---> 0469e38b6fbe 00:47:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:59 Removing intermediate container 620783e43202 00:47:59 ---> 34274618bf53 00:47:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:59 ---> Running in 0730e26c573e 00:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:00 Removing intermediate container 13cf81dfa269 00:48:00 ---> ce6439a107de 00:48:00 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:00 Removing intermediate container 0730e26c573e 00:48:00 ---> 1764f3406411 00:48:00 00:48:00 ---> 5efb89bb8846 00:48:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:00 (1/2) Installing readline (8.0.4-r0) 00:48:00 (2/2) Installing bash (5.0.17-r0) 00:48:00 Executing bash-5.0.17-r0.post-install 00:48:00 Executing busybox-1.31.1-r19.trigger 00:48:00 OK: 12 MiB in 22 packages 00:48:01 Successfully built 1764f3406411 00:48:01 ---> e8f7d9320ab0 00:48:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:01  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:48:01 ---> 1a90280beaec 00:48:01 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:02 ---> Running in fa6e3834fda2 00:48:02 ---> c8bc2227dea4 00:48:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:03 ---> Running in 79bbb9a54eeb 00:48:03 ---> 08d541fca6a1 00:48:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:03 Removing intermediate container 38b656fd77d9 00:48:03 ---> eda46137e0a9 00:48:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:04 ---> Running in ae81bb894227 00:48:04 Removing intermediate container 79bbb9a54eeb 00:48:04 ---> 92b55fac379e 00:48:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:05 ---> b79aa806ef59 00:48:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:05 ---> Running in 9fb525f26f04 00:48:05 ---> Running in ba7fd7858086 00:48:05 Removing intermediate container ae81bb894227 00:48:05 ---> 0284a479bfe8 00:48:05 Step 14/26 : ENV APP_PORT=48090 00:48:06 ---> Running in 16bd4a92d7d5 00:48:07 Removing intermediate container 9fb525f26f04 00:48:07 ---> ecc2ad37618f 00:48:07 Step 20/22 : LABEL arch=arm64 00:48:07 Removing intermediate container ba7fd7858086 00:48:07 ---> 1d7a6ce71249 00:48:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:07 Removing intermediate container fa6e3834fda2 00:48:07 ---> 019b5fb75af7 00:48:07 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:07 Removing intermediate container 16bd4a92d7d5 00:48:07 ---> 0acd50e290ad 00:48:07 Step 15/26 : EXPOSE $APP_PORT 00:48:07 ---> Running in 4427d056d952 00:48:07 ---> Running in 623006aab55a 00:48:07 ---> Running in e72765c3b89e 00:48:07 ---> Running in 43b22c02f0a8 00:48:08 Removing intermediate container 623006aab55a 00:48:08 ---> f33423126e75 00:48:08 Step 21/23 : LABEL arch=arm64 00:48:08 Removing intermediate container e72765c3b89e 00:48:08 ---> 8866be2b95c5 00:48:08 Step 27/30 : CMD ["gate"] 00:48:08 Removing intermediate container 4427d056d952 00:48:08 ---> 8d36719e9809 00:48:08 Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:48:08 ---> Running in 85065592373c 00:48:09 Removing intermediate container 43b22c02f0a8 00:48:09 ---> df1bfae58bea 00:48:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:09 ---> Running in 457d4e662a04 00:48:09 ---> Running in 789b92714f7b 00:48:09 Removing intermediate container 85065592373c 00:48:09 ---> 94807e1159d7 00:48:09 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:48:09 Removing intermediate container 457d4e662a04 00:48:09 ---> eb0270caaeb6 00:48:09 Step 22/22 : LABEL version=0.0.0 00:48:09 ---> Running in 5e906d27d834 00:48:10 ---> Running in 196a555f954a 00:48:10 Removing intermediate container 789b92714f7b 00:48:10 ---> da3344bc541f 00:48:10 Step 28/30 : LABEL arch=arm64 00:48:11 ---> Running in 5fcb47b0f6b2 00:48:11 Removing intermediate container 5e906d27d834 00:48:11 ---> f7521653f561 00:48:11 Step 23/23 : LABEL version=0.0.0 00:48:11 ---> 109db1535514 00:48:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:11 ---> Running in fa56a9050982 00:48:11 Removing intermediate container 196a555f954a 00:48:11 ---> c23d12321489 00:48:11 00:48:12 Removing intermediate container 5fcb47b0f6b2 00:48:12 ---> 594737eda6bc 00:48:12 Step 29/30 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:48:12 Successfully built c23d12321489 00:48:12 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:12  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:48:12 ---> Running in bbec8ddb46ae 00:48:12 ---> 617b3e5e7b14 00:48:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:12 Removing intermediate container fa56a9050982 00:48:12 ---> 0b2b39301aad 00:48:12 00:48:13 Successfully built 0b2b39301aad 00:48:13 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:13 Building docker-security-secretstore-setup-go 00:48:13  Building docker-core-metadata-go ... done Removing intermediate container bbec8ddb46ae 00:48:13 ---> b6cda9f6c0b7 00:48:13 Step 30/30 : LABEL version=0.0.0 00:48:14 ---> bf58798e58f2 00:48:14 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:14 ---> Running in cf5b126ee4d0 00:48:14 ---> Running in f302bee2b844 00:48:15 Removing intermediate container cf5b126ee4d0 00:48:15 ---> 7fecea7be466 00:48:15 00:48:15 Successfully built 7fecea7be466 00:48:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:15  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:16 (1/33) Installing libbz2 (1.0.8-r1) 00:48:16 (2/33) Installing expat (2.2.9-r1) 00:48:16 (3/33) Installing libffi (3.3-r2) 00:48:16 (4/33) Installing gdbm (1.13-r1) 00:48:16 (5/33) Installing xz-libs (5.2.5-r0) 00:48:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:16 (7/33) Installing python3 (3.8.5-r0) 00:48:18 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:18 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:18 (11/33) Installing py3-six (1.15.0-r0) 00:48:18 (12/33) Installing py3-packaging (20.4-r0) 00:48:18 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:18 (15/33) Installing py3-idna (2.9-r0) 00:48:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:19 (18/33) Installing py3-requests (2.23.0-r0) 00:48:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:19 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:19 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:19 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:19 (24/33) Installing py3-distro (1.5.0-r1) 00:48:19 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:19 (29/33) Installing py3-progress (1.5-r0) 00:48:19 (30/33) Installing py3-toml (0.10.1-r0) 00:48:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:19 (33/33) Installing py3-pip (20.1.1-r0) 00:48:19 Executing busybox-1.31.1-r19.trigger 00:48:19 OK: 71 MiB in 55 packages 00:48:31 Removing intermediate container f302bee2b844 00:48:31 ---> 50185077ac3e 00:48:31 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:32 ---> Running in c220c19b4e56 00:48:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:36 ---> fe9924fb1b56 00:48:36 Step 3/23 : WORKDIR /edgex-go 00:48:36 ---> Using cache 00:48:36 ---> 28318bf7e507 00:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:36 ---> Using cache 00:48:36 ---> 860ef228c527 00:48:36 Step 5/23 : RUN apk add --update --no-cache make git 00:48:37 ---> Running in 65436cd462b1 00:48:39 Collecting docker-compose==1.23.2 00:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:39 Collecting cached-property<2,>=1.2.0 00:48:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:40 Collecting dockerpty<0.5,>=0.4.1 00:48:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:40 OK: 217 MiB in 51 packages 00:48:44 Removing intermediate container 65436cd462b1 00:48:44 ---> ba4ce5e88396 00:48:44 Step 6/23 : COPY go.mod . 00:48:44 Collecting docker<4.0,>=3.6.0 00:48:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:46 ---> e32c5a270003 00:48:46 Step 7/23 : RUN go mod download 00:48:47 ---> Running in a56db0e802ac 00:48:47 Collecting texttable<0.10,>=0.9.0 00:48:47 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:50 Collecting jsonschema<3,>=2.5.1 00:48:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:52 Collecting websocket-client<1.0,>=0.32.0 00:48:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:52 Removing intermediate container a56db0e802ac 00:48:52 ---> 888b7ec26cb5 00:48:52 Step 8/23 : COPY . . 00:48:53 Collecting docopt<0.7,>=0.6.1 00:48:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:56 Collecting PyYAML<4,>=3.10 00:48:56 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:57 ---> fe9924fb1b56 00:48:57 Step 3/23 : WORKDIR /edgex-go 00:48:57 ---> Using cache 00:48:57 ---> 28318bf7e507 00:48:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:57 ---> Using cache 00:48:57 ---> 860ef228c527 00:48:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:59 ---> fe9924fb1b56 00:48:59 Step 3/24 : WORKDIR /edgex-go 00:48:59 ---> Using cache 00:48:59 ---> 28318bf7e507 00:48:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 ---> Using cache 00:48:59 ---> 860ef228c527 00:48:59 Step 5/24 : RUN apk add --update --no-cache make git 00:48:59 ---> Using cache 00:48:59 ---> ba4ce5e88396 00:48:59 Step 6/24 : COPY go.mod . 00:48:59 ---> Using cache 00:48:59 ---> e32c5a270003 00:48:59 Step 7/24 : RUN go mod download 00:48:59 ---> Using cache 00:48:59 ---> 888b7ec26cb5 00:48:59 Step 8/24 : COPY . . 00:49:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:00 ---> fe9924fb1b56 00:49:00 Step 3/22 : WORKDIR /edgex-go 00:49:00 ---> Using cache 00:49:00 ---> 28318bf7e507 00:49:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:00 ---> Using cache 00:49:00 ---> 860ef228c527 00:49:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:00 ---> Running in c2b6043f39aa 00:49:00 ---> Running in 84a8ab720a7d 00:49:01 Collecting docker-pycreds>=0.4.0 00:49:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:01 Collecting idna<2.8,>=2.5 00:49:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:02 Collecting urllib3<1.25,>=1.21.1 00:49:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:02 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) 00:49:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:04 OK: 217 MiB in 51 packages 00:49:04 Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docopt, PyYAML, docker-compose 00:49:04 OK: 217 MiB in 51 packages 00:49:04 Running setup.py install for dockerpty: started 00:49:07 Running setup.py install for dockerpty: finished with status 'done' 00:49:07 Attempting uninstall: idna 00:49:07 Found existing installation: idna 2.9 00:49:07 Uninstalling idna-2.9: 00:49:07 Successfully uninstalled idna-2.9 00:49:09 Attempting uninstall: urllib3 00:49:09 Found existing installation: urllib3 1.25.9 00:49:09 Uninstalling urllib3-1.25.9: 00:49:09 Successfully uninstalled urllib3-1.25.9 00:49:10 Attempting uninstall: requests 00:49:10 Found existing installation: requests 2.23.0 00:49:10 Uninstalling requests-2.23.0: 00:49:10 Successfully uninstalled requests-2.23.0 00:49:10 Removing intermediate container c2b6043f39aa 00:49:10 ---> 5594d407858a 00:49:10 Step 6/23 : COPY go.mod . 00:49:11 Removing intermediate container 84a8ab720a7d 00:49:11 ---> 82f1fecb5b72 00:49:11 Step 6/22 : COPY go.mod . 00:49:12 ---> 36d4c19c109c 00:49:12 Step 7/23 : RUN go mod download 00:49:12 Running setup.py install for texttable: started 00:49:13 ---> Running in 1349348623e4 00:49:13 ---> d47c92d2e014 00:49:13 Step 7/22 : RUN go mod download 00:49:13 ---> Running in 6ebe02ce6a2b 00:49:15 ---> 0b263de5bb25 00:49:15 Step 9/23 : RUN make cmd/core-command/core-command 00:49:15 Running setup.py install for texttable: finished with status 'done' 00:49:16 ---> Running in 86e4f4a365fe 00:49:16 Running setup.py install for docopt: started 00:49:18 Removing intermediate container 1349348623e4 00:49:18 ---> 06ebc7f4a88b 00:49:18 Step 8/23 : COPY . . 00:49:18 Removing intermediate container 6ebe02ce6a2b 00:49:18 ---> 99b99f192277 00:49:18 Step 8/22 : COPY . . 00:49:18 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 00:49:19 Running setup.py install for docopt: finished with status 'done' 00:49:19 Running setup.py install for PyYAML: started 00:49:19 ---> 05fdc5d59ec7 00:49:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:21 ---> Running in a85757733a10 00:49:22 Running setup.py install for PyYAML: finished with status 'done' 00:49:23 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 00:49:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:49:36 Removing intermediate container c220c19b4e56 00:49:36 ---> 30491f984073 00:49:36 Step 21/26 : RUN apk --no-cache add curl 00:49:36 ---> Running in 26e108f4a648 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:39 (2/3) Installing libcurl (7.69.1-r3) 00:49:39 (3/3) Installing curl (7.69.1-r3) 00:49:39 Executing busybox-1.31.1-r19.trigger 00:49:39 OK: 71 MiB in 58 packages 00:49:43 Removing intermediate container 26e108f4a648 00:49:43 ---> e08da3479315 00:49:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:43 ---> Running in 12e0fc2bdce6 00:49:45 Removing intermediate container 12e0fc2bdce6 00:49:45 ---> 9fad7678dd2f 00:49:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:46 ---> Running in a8b63276400e 00:49:47 Removing intermediate container a8b63276400e 00:49:47 ---> 9bc0439ee5da 00:49:47 Step 24/26 : LABEL arch=arm64 00:49:48 ---> Running in 1c80f72f8665 00:49:49 Removing intermediate container 1c80f72f8665 00:49:49 ---> f069ee606ab5 00:49:49 Step 25/26 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:49:50 ---> Running in 5829a435a293 00:49:51 Removing intermediate container 5829a435a293 00:49:51 ---> 14aec9fa4a55 00:49:51 Step 26/26 : LABEL version=0.0.0 00:49:51 ---> Running in 68481db60fa4 00:49:52 Removing intermediate container 68481db60fa4 00:49:52 ---> e9f0355ec341 00:49:52 00:49:52 ---> 243207beb3f5 00:49:52 Step 9/23 : RUN make cmd/core-data/core-data 00:49:52 ---> Running in dad6ed12d512 00:49:53 ---> 96058b60a718 00:49:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:53 Successfully built e9f0355ec341 00:49:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:53  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ba0ba8bc370 00:49:54 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 00:49:55 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 00:50: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 00:50:42 Removing intermediate container a85757733a10 00:50:42 ---> 5c8552ea4dae 00:50:42 00:50:42 Step 10/24 : FROM alpine:3.12 00:50:42 ---> afeebe901d6b 00:50:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:42 ---> Running in 99ffbf6b8017 00:50:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:45 (1/5) Installing ca-certificates (20191127-r4) 00:50:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:45 (3/5) Installing libcurl (7.69.1-r3) 00:50:45 (4/5) Installing curl (7.69.1-r3) 00:50:45 (5/5) Installing dumb-init (1.2.2-r1) 00:50:45 Executing busybox-1.31.1-r19.trigger 00:50:45 Executing ca-certificates-20191127-r4.trigger 00:50:45 OK: 7 MiB in 19 packages 00:50:49 Removing intermediate container 99ffbf6b8017 00:50:49 ---> 82b7e06033dc 00:50:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:49 ---> Running in 49e8e852fdd7 00:50:49 Removing intermediate container 86e4f4a365fe 00:50:49 ---> 04585988dae6 00:50:49 00:50:49 Step 10/23 : FROM alpine:3.12 00:50:49 ---> afeebe901d6b 00:50:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:49 ---> Using cache 00:50:49 ---> 01cbca101a27 00:50:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:49 ---> Using cache 00:50:49 ---> 45f3d63e17c3 00:50:49 Step 13/23 : ENV APP_PORT=48082 00:50:49 ---> Running in 97ea5d56684b 00:50:49 Removing intermediate container 49e8e852fdd7 00:50:49 ---> ae95f3c79718 00:50:49 Step 13/24 : WORKDIR / 00:50:50 ---> Running in 396d27dbb639 00:50:50 Removing intermediate container 97ea5d56684b 00:50:50 ---> 93b16cbecf55 00:50:50 Step 14/23 : EXPOSE $APP_PORT 00:50:50 ---> Running in b51c6b5a81fa 00:50:51 Removing intermediate container 396d27dbb639 00:50:51 ---> b101148462c5 00:50:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:51 Removing intermediate container b51c6b5a81fa 00:50:51 ---> f8214297c8fd 00:50:51 Step 15/23 : WORKDIR / 00:50:51 ---> Running in a19eb292a375 00:50:52 ---> 114f1fe1e56d 00:50:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:52 Removing intermediate container a19eb292a375 00:50:52 ---> 13ce91a9238f 00:50:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:53 ---> 75b840952fee 00:50:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:53 ---> 7f0edb67941a 00:50:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:55 ---> 212e6cc296e2 00:50:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:56 ---> f940d47464dc 00:50:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:56 ---> b2dc239c6668 00:50:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:57 ---> 6dfee3241978 00:50:57 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:58 ---> Running in 8e1100e98506 00:50:59 Removing intermediate container 8e1100e98506 00:50:59 ---> 193e2926a0e9 00:50:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:59 ---> d56ada3c65b5 00:50:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:59 ---> Running in 43747849bf6d 00:51:00 Removing intermediate container 43747849bf6d 00:51:00 ---> fc802ab66a40 00:51:00 Step 21/23 : LABEL arch=arm64 00:51:00 ---> 4cc7b0fab24b 00:51:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:51:00 ---> Running in 25180c80d0a0 00:51:00 ---> Running in 2656ec780862 00:51:01 Removing intermediate container 25180c80d0a0 00:51:01 ---> 9dd359616c16 00:51:01 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:51:01 ---> Running in dd73d2b6d533 00:51:02 Removing intermediate container dd73d2b6d533 00:51:02 ---> 63422148a699 00:51:02 Step 23/23 : LABEL version=0.0.0 00:51:02 ---> Running in b8f6a0d5d736 00:51:03 Removing intermediate container b8f6a0d5d736 00:51:03 ---> f96a12ea28ca 00:51:03 00:51:04 Successfully built f96a12ea28ca 00:51:04 Successfully tagged docker-core-command-go-arm64:latest 00:51:04  Building docker-core-command-go ... done Removing intermediate container 2656ec780862 00:51:04 ---> b67cc1d7d9ca 00:51:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:04 ---> Running in 96e9974977d3 00:51:05 Removing intermediate container 96e9974977d3 00:51:05 ---> 6dcc185dbec9 00:51:05 Step 22/24 : LABEL arch=arm64 00:51:06 ---> Running in 3307518c998e 00:51:06 Removing intermediate container 3307518c998e 00:51:06 ---> 90e1c3342e29 00:51:06 Step 23/24 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:51:06 ---> Running in 2d9240b54db0 00:51:07 Removing intermediate container 2d9240b54db0 00:51:07 ---> f82b20be234e 00:51:07 Step 24/24 : LABEL version=0.0.0 00:51:07 ---> Running in ba3b76fc2b77 00:51:08 Removing intermediate container ba3b76fc2b77 00:51:08 ---> f18cfcf63201 00:51:08 00:51:09 Successfully built f18cfcf63201 00:51:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5ba0ba8bc370 00:51:19 ---> acbcb5c80244 00:51:19 00:51:19 Step 10/22 : FROM alpine:3.12 00:51:19 ---> afeebe901d6b 00:51:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:19 ---> Running in 1b865edd58bc 00:51:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:20 (1/2) Installing ca-certificates (20191127-r4) 00:51:20 (2/2) Installing dumb-init (1.2.2-r1) 00:51:20 Executing busybox-1.31.1-r19.trigger 00:51:20 Executing ca-certificates-20191127-r4.trigger 00:51:20 OK: 6 MiB in 16 packages 00:51:22 Removing intermediate container 1b865edd58bc 00:51:22 ---> c5c1ff892008 00:51:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:22 ---> Running in b360b32e3587 00:51:22 Removing intermediate container b360b32e3587 00:51:22 ---> f98f739ac7f8 00:51:22 Step 13/22 : ENV APP_PORT=48060 00:51:23 ---> Running in 0785cecf9f0d 00:51:23 Removing intermediate container 0785cecf9f0d 00:51:23 ---> 2721f228f471 00:51:23 Step 14/22 : EXPOSE $APP_PORT 00:51:23 ---> Running in c3f14a317a47 00:51:24 Removing intermediate container c3f14a317a47 00:51:24 ---> 7df8e9bf98af 00:51:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:25 ---> cce6a38b54c3 00:51:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:26 Removing intermediate container dad6ed12d512 00:51:26 ---> e3cae4f607dc 00:51:26 00:51:26 Step 10/23 : FROM alpine:3.12 00:51:26 ---> afeebe901d6b 00:51:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:26 ---> Running in b18071df55b1 00:51:26 ---> 075c2e470513 00:51:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:27 Removing intermediate container b18071df55b1 00:51:27 ---> 654108f3f4c3 00:51:27 Step 12/23 : ENV APP_PORT=48080 00:51:27 ---> Running in b60da2f22e65 00:51:27 ---> 6e66f72bb34c 00:51:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:27 ---> Running in 24a7ba58eaf2 00:51:27 Removing intermediate container b60da2f22e65 00:51:27 ---> b7a02483441f 00:51:27 Step 13/23 : EXPOSE $APP_PORT 00:51:27 ---> Running in 05fa1bc71299 00:51:28 Removing intermediate container 24a7ba58eaf2 00:51:28 ---> d46d7436e303 00:51:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:28 ---> Running in 76388e85a3fe 00:51:28 Removing intermediate container 05fa1bc71299 00:51:28 ---> 35c5ebb445a5 00:51:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:28 ---> Running in acc9beea8875 00:51:28 Removing intermediate container 76388e85a3fe 00:51:28 ---> 69731d81627f 00:51:28 Step 20/22 : LABEL arch=arm64 00:51:28 ---> Running in f56ce9c3e6b5 00:51:29 Removing intermediate container f56ce9c3e6b5 00:51:29 ---> 8295751da95f 00:51:29 Step 21/22 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:51:29 ---> Running in c5dce48eccce 00:51:30 Removing intermediate container c5dce48eccce 00:51:30 ---> a2dac7dee0c7 00:51:30 Step 22/22 : LABEL version=0.0.0 00:51:30 ---> Running in 6546b6841a62 00:51:31 Removing intermediate container acc9beea8875 00:51:31 ---> 3c0108b7d15a 00:51:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:31 Removing intermediate container 6546b6841a62 00:51:31 ---> 98ad8306eb29 00:51:31 00:51:31 ---> Running in 838c496686c4 00:51:31 Successfully built 98ad8306eb29 00:51:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:32  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:34 (1/6) Installing dumb-init (1.2.2-r1) 00:51:34 (2/6) Installing libgcc (9.3.0-r2) 00:51:34 (3/6) Installing libsodium (1.0.18-r0) 00:51:34 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:34 (5/6) Installing libzmq (4.3.3-r0) 00:51:34 (6/6) Installing zeromq (4.3.3-r0) 00:51:34 Executing busybox-1.31.1-r19.trigger 00:51:34 OK: 8 MiB in 20 packages 00:51:36 Removing intermediate container 838c496686c4 00:51:36 ---> 2ee92c359e0d 00:51:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:36 ---> 841060275e64 00:51:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:38 ---> a4fff1a6fa53 00:51:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:38 ---> 40261c8c8264 00:51:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:38 ---> Running in 8af08bb4d9b3 00:51:39 Removing intermediate container 8af08bb4d9b3 00:51:39 ---> 39b024433374 00:51:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:39 ---> Running in 4ba43cea9bed 00:51:39 Removing intermediate container 4ba43cea9bed 00:51:39 ---> 441995822f55 00:51:39 Step 21/23 : LABEL arch=arm64 00:51:39 ---> Running in e3695ca8ba0f 00:51:40 Removing intermediate container e3695ca8ba0f 00:51:40 ---> 095baf8937fb 00:51:40 Step 22/23 : LABEL git_sha=68c823812e4aea1e7702eddd2e1ab6db2090771f 00:51:40 ---> Running in dda2e06629cb 00:51:41 Removing intermediate container dda2e06629cb 00:51:41 ---> a5e66d54f128 00:51:41 Step 23/23 : LABEL version=0.0.0 00:51:41 ---> Running in d7a84e9dae6e 00:51:41 Removing intermediate container d7a84e9dae6e 00:51:41 ---> 6bb8db1c3167 00:51:41 00:51:42 Successfully built 6bb8db1c3167 00:51:42 Successfully tagged docker-core-data-go-arm64:latest 00:51:42  Building docker-core-data-go ... done  [Pipeline] } 00:51:42 $ docker stop --time=1 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 00:51:44 $ docker rm -f 09dc8ba9e410d39b210a016452b8ae76bb6466c0c25911206e4c99bb1a4e6974 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:45 + + grep docker 00:51:45 docker images 00:51:45 docker-core-data-go-arm64 latest 6bb8db1c3167 4 seconds ago 21MB 00:51:45 docker-support-notifications-go-arm64 latest 98ad8306eb29 15 seconds ago 16.7MB 00:51:45 docker-security-secretstore-setup-go-arm64 latest f18cfcf63201 37 seconds ago 23.4MB 00:51:45 docker-core-command-go-arm64 latest f96a12ea28ca 43 seconds ago 16MB 00:51:45 docker-sys-mgmt-agent-go-arm64 latest e9f0355ec341 About a minute ago 300MB 00:51:45 docker-security-bootstrapper-go-arm64 latest 7fecea7be466 3 minutes ago 17MB 00:51:45 docker-core-metadata-go-arm64 latest 0b2b39301aad 3 minutes ago 17.8MB 00:51:45 docker-support-scheduler-go-arm64 latest c23d12321489 3 minutes ago 16.1MB 00:51:45 docker-security-proxy-setup-go-arm64 latest 1764f3406411 3 minutes ago 23.2MB 00:51:45 docker 20.10.0 eeaf43b92773 2 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 [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 00:51:47 provisioning config files... 00:51:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7560312685449731663tmp [Pipeline] { [Pipeline] sh 00:51:48 + set +x 00:51:48 + curl -s https://codecov.io/bash 00:51:48 + bash -s -- 00:51:48 00:51:48 _____ _ 00:51:48 / ____| | | 00:51:48 | | ___ __| | ___ ___ _____ __ 00:51:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:48 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:48 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:48 Bash-20210129-7c25fce 00:51:48 00:51:48 00:51:48 ==> git version 2.24.3 found 00:51:48 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:51:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:48 ==> Jenkins CI detected. 00:51:48 project root: . 00:51:48 --> token set from env 00:51:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:48 ==> Running gcov in . (disable via -X gcov) 00:51:48 ==> Python coveragepy not found 00:51:48 ==> Searching for coverage reports in: 00:51:48 + . 00:51:48 -> Found 1 reports 00:51:48 ==> Detecting git/mercurial file structure 00:51:48 ==> Reading reports 00:51:48 + ./coverage.out bytes=595676 00:51:48 ==> Appending adjustments 00:51:48 https://docs.codecov.io/docs/fixing-reports 00:51:52 + Found adjustments 00:51:52 ==> Gzipping contents 00:51:52 88K /tmp/codecov.Dpa5fU.gz 00:51:52 ==> Uploading reports 00:51:52 url: https://codecov.io 00:51:52 query: branch=PR-3164&commit=68c823812e4aea1e7702eddd2e1ab6db2090771f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 00:51:52 -> Pinging Codecov 00:51:52 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=68c823812e4aea1e7702eddd2e1ab6db2090771f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 00:51:52 -> Uploading to 00:51:52 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/68c823812e4aea1e7702eddd2e1ab6db2090771f/5a582346-34b0-4ad1-99a7-d23897f515b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T005152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88572cd258b9c1f9dc101eabdfb6b80eca9471c8560673b29b4264bf95955a47 00:51:52 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:52 Dload Upload Total Spent Left Speed 00:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89394 0 0 100 89394 0 147k --:--:-- --:--:-- --:--:-- 147k 00:51:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68c823812e4aea1e7702eddd2e1ab6db2090771f [Pipeline] } 00:51:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:56 ---> package-listing.sh 00:51:56 ++ facter osfamily 00:51:56 ++ tr '[:upper:]' '[:lower:]' 00:51:56 + OS_FAMILY=redhat 00:51:56 + workspace=/w/workspace/edgex-go/2 00:51:56 + START_PACKAGES=/tmp/packages_start.txt 00:51:56 + END_PACKAGES=/tmp/packages_end.txt 00:51:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:56 + PACKAGES=/tmp/packages_start.txt 00:51:56 + '[' /w/workspace/edgex-go/2 ']' 00:51:56 + PACKAGES=/tmp/packages_end.txt 00:51:56 + case "${OS_FAMILY}" in 00:51:56 + rpm -qa 00:51:56 + sort 00:52:01 + '[' -f /tmp/packages_start.txt ']' 00:52:01 + '[' -f /tmp/packages_end.txt ']' 00:52:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:01 + '[' /w/workspace/edgex-go/2 ']' 00:52:01 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:52:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:52:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:02 00:52:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:02 alpine: Pulling from edgex-lftools-log-publisher 00:52:02 df20fa9351a1: Pulling fs layer 00:52:02 36b3adc4ff6f: Pulling fs layer 00:52:02 8ad3a11d3b57: Pulling fs layer 00:52:02 46f8f816bc3b: Pulling fs layer 00:52:02 93b61091891f: Pulling fs layer 00:52:02 93b9cdb0e59b: Pulling fs layer 00:52:02 5e14af77c1be: Pulling fs layer 00:52:02 01666e4c0597: Pulling fs layer 00:52:02 aa168da1d23b: Pulling fs layer 00:52:02 93b61091891f: Waiting 00:52:02 93b9cdb0e59b: Waiting 00:52:02 5e14af77c1be: Waiting 00:52:02 aa168da1d23b: Waiting 00:52:02 01666e4c0597: Waiting 00:52:02 46f8f816bc3b: Waiting 00:52:02 36b3adc4ff6f: Verifying Checksum 00:52:02 36b3adc4ff6f: Download complete 00:52:02 46f8f816bc3b: Verifying Checksum 00:52:02 46f8f816bc3b: Download complete 00:52:02 df20fa9351a1: Download complete 00:52:02 93b9cdb0e59b: Download complete 00:52:02 5e14af77c1be: Verifying Checksum 00:52:02 5e14af77c1be: Download complete 00:52:02 93b61091891f: Verifying Checksum 00:52:02 93b61091891f: Download complete 00:52:02 01666e4c0597: Verifying Checksum 00:52:02 01666e4c0597: Download complete 00:52:03 df20fa9351a1: Pull complete 00:52:03 36b3adc4ff6f: Pull complete 00:52:04 8ad3a11d3b57: Verifying Checksum 00:52:04 8ad3a11d3b57: Download complete 00:52:04 8ad3a11d3b57: Pull complete 00:52:04 46f8f816bc3b: Pull complete 00:52:05 aa168da1d23b: Verifying Checksum 00:52:05 aa168da1d23b: Download complete 00:52:06 93b61091891f: Pull complete 00:52:07 93b9cdb0e59b: Pull complete 00:52:07 5e14af77c1be: Pull complete 00:52:07 01666e4c0597: Pull complete 00:52:15 aa168da1d23b: Pull complete 00:52:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:15 prd-centos7-docker-4c-2g-26170 does not seem to be running inside a container 00:52:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:25 $ docker top a282ffda6b25c1fc4e0b15523b6b14d60ce50081e5e6f5c4ccba3ef0b773ec17 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:26 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:26 + mkdir -p /var/log/sa [Pipeline] sh 00:52:27 + ls /var/log/sa-host 00:52:27 + sadf -c /var/log/sa-host/sa12 00:52:27 file_magic: OK 00:52:27 HZ: Using current value: 100 00:52:27 file_header: OK 00:52:27 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 00:52:27 Statistics: 00:52:27 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... 00:52:27 File successfully converted to sysstat format version 12.2.1 00:52:27 + sadf -c /var/log/sa-host/sa23 00:52:27 file_magic: OK 00:52:27 HZ: Using current value: 100 00:52:27 file_header: OK 00:52:27 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 00:52:27 Statistics: 00:52:27 Hnuu...uuuununununu... 00:52:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:27 provisioning config files... 00:52:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8666455272650304707tmp [Pipeline] { [Pipeline] echo 00:52:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:27 ---> create-netrc.sh [Pipeline] } 00:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> python-tools-install.sh [Pipeline] echo 00:52:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> sudo-logs.sh 00:52:28 Archiving 'sudo' log.. [Pipeline] echo 00:52:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> job-cost.sh 00:52:28 lf-activate-venv: SKIPPING 00:52:28 INFO: No Stack... 00:52:30 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:30 INFO: Archiving Costs [Pipeline] echo 00:52:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:30 ---> logs-deploy.sh 00:52:30 lf-activate-venv: SKIPPING 00:52:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/2 00:52:30 INFO: archiving workspace using pattern(s): 00:52:32 Archives upload complete. 00:52:32 INFO: archiving logs to Nexus 00:52:34 ---> uname -a: 00:52:34 Linux prd-centos7-docker-4c-2g-26170.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:52:34 00:52:34 00:52:34 ---> lscpu: 00:52:34 Architecture: x86_64 00:52:34 CPU op-mode(s): 32-bit, 64-bit 00:52:34 Byte Order: Little Endian 00:52:34 Address sizes: 40 bits physical, 48 bits virtual 00:52:34 CPU(s): 4 00:52:34 On-line CPU(s) list: 0-3 00:52:34 Thread(s) per core: 1 00:52:34 Core(s) per socket: 1 00:52:34 Socket(s): 4 00:52:34 NUMA node(s): 1 00:52:34 Vendor ID: GenuineIntel 00:52:34 CPU family: 6 00:52:34 Model: 44 00:52:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:34 Stepping: 1 00:52:34 CPU MHz: 2933.438 00:52:34 BogoMIPS: 5866.87 00:52:34 Virtualization: VT-x 00:52:34 Hypervisor vendor: KVM 00:52:34 Virtualization type: full 00:52:34 L1d cache: 128 KiB 00:52:34 L1i cache: 128 KiB 00:52:34 L2 cache: 16 MiB 00:52:34 L3 cache: 64 MiB 00:52:34 NUMA node0 CPU(s): 0-3 00:52:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:34 Vulnerability Meltdown: Mitigation; PTI 00:52:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:34 Vulnerability Srbds: Not affected 00:52:34 Vulnerability Tsx async abort: Not affected 00:52:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:52:34 00:52:34 00:52:34 ---> nproc: 00:52:34 4 00:52:34 00:52:34 00:52:34 ---> df -h: 00:52:34 Filesystem Size Used Available Use% Mounted on 00:52:34 overlay 50.0G 11.7G 38.3G 23% / 00:52:34 tmpfs 64.0M 0 64.0M 0% /dev 00:52:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:34 shm 64.0M 0 64.0M 0% /dev/shm 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 00:52:34 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 00:52:34 00:52:34 00:52:34 ---> free -m: 00:52:34 total used free shared buff/cache available 00:52:34 Mem: 1837 718 336 0 782 1034 00:52:34 Swap: 1023 71 952 00:52:34 00:52:34 00:52:34 ---> ip addr: 00:52:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:34 inet 127.0.0.1/8 scope host lo 00:52:34 valid_lft forever preferred_lft forever 00:52:34 inet6 ::1/128 scope host 00:52:34 valid_lft forever preferred_lft forever 00:52:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:34 link/ether fa:16:3e:66:f2:7c brd ff:ff:ff:ff:ff:ff 00:52:34 inet 10.30.123.161/23 brd 10.30.123.255 scope global dynamic eth0 00:52:34 valid_lft 85040sec preferred_lft 85040sec 00:52:34 inet6 fe80::f816:3eff:fe66:f27c/64 scope link 00:52:34 valid_lft forever preferred_lft forever 00:52:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:34 link/ether 02:42:50:74:ac:1a brd ff:ff:ff:ff:ff:ff 00:52:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:34 valid_lft forever preferred_lft forever 00:52:34 inet6 fe80::42:50ff:fe74:ac1a/64 scope link 00:52:34 valid_lft forever preferred_lft forever 00:52:34 00:52:34 00:52:34 ---> sar -b -r -n DEV: 00:52:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:52:34 00:52:34 00:29:43 LINUX RESTART (4 CPU) 00:52:34 00:52:34 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:34 00:31:01 170.64 72.80 97.84 0.00 8895.18 46579.79 0.00 00:52:34 00:32:02 278.67 118.08 160.58 0.00 8303.50 52011.48 0.00 00:52:34 00:33:01 237.60 116.37 121.23 0.00 4314.59 16933.05 0.00 00:52:34 00:34:01 114.51 46.61 67.90 0.00 1719.55 6816.19 0.00 00:52:34 00:35:03 154.44 44.99 109.45 0.00 7502.41 43171.22 0.00 00:52:34 00:36:03 2017.32 1675.73 341.59 0.00 161082.68 202709.10 0.00 00:52:34 00:37:02 1550.51 1316.75 233.76 0.00 75956.10 89374.62 0.00 00:52:34 00:38:01 1571.58 1202.47 369.10 0.00 121234.63 148328.53 0.00 00:52:34 00:39:01 1238.41 928.34 310.07 0.00 59177.40 85034.62 0.00 00:52:34 00:40:02 107.36 13.98 93.37 0.00 3011.55 7992.61 0.00 00:52:34 00:41:01 1.35 0.05 1.30 0.00 0.81 17.93 0.00 00:52:34 00:42:01 0.23 0.02 0.22 0.00 0.13 2.31 0.00 00:52:34 00:43:01 0.48 0.05 0.43 0.00 0.40 4.88 0.00 00:52:34 00:44:01 0.30 0.02 0.28 0.00 0.27 2.88 0.00 00:52:34 00:45:01 1.53 1.35 0.18 0.00 47.69 1.65 0.00 00:52:34 00:46:01 1.05 0.08 0.97 0.00 1.60 16.87 0.00 00:52:34 00:47:01 0.68 0.02 0.67 0.00 0.53 6.99 0.00 00:52:34 00:48:01 0.70 0.02 0.68 0.00 0.27 8.51 0.00 00:52:34 00:49:01 0.25 0.00 0.25 0.00 0.00 3.35 0.00 00:52:34 00:50:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 00:52:34 00:51:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 00:52:34 00:52:01 65.85 65.60 0.25 0.00 5382.69 21.35 0.00 00:52:34 Average: 339.81 253.10 86.71 0.00 20659.86 31733.34 0.00 00:52:34 00:52:34 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:34 00:31:01 82000 0 712368 37.86 2620 1084556 1317812 44.97 575972 1019144 57952 00:52:34 00:32:02 113508 0 749508 39.83 1492 1017036 1335744 45.59 565436 929752 8 00:52:34 00:33:01 71560 0 918512 48.82 656 890816 1833040 62.56 755592 771160 31896 00:52:34 00:34:01 309848 0 747928 39.75 576 823192 1330888 45.42 523696 756364 40048 00:52:34 00:35:03 83232 0 749368 39.83 208 1048736 1282284 43.76 562628 964412 87924 00:52:34 00:36:03 75528 0 854080 45.39 0 951936 2340884 79.89 771252 810992 89116 00:52:34 00:37:02 209064 0 933188 49.60 0 739292 2937100 100.24 677644 722988 63112 00:52:34 00:38:01 99460 0 692640 36.81 0 1089444 1554584 53.06 581736 983268 24352 00:52:34 00:39:01 195524 0 711712 37.83 0 974308 1562016 53.31 600844 845500 12172 00:52:34 00:40:02 151244 0 644936 34.28 0 1085364 1194888 40.78 597748 885092 20 00:52:34 00:41:01 152952 0 643164 34.18 0 1085428 1170348 39.94 597140 884248 24 00:52:34 00:42:01 154752 0 641416 34.09 0 1085376 1165064 39.76 596028 884212 12 00:52:34 00:43:01 154376 0 641780 34.11 0 1085388 1165220 39.77 596604 884220 8 00:52:34 00:44:01 154128 0 642028 34.12 0 1085388 1165244 39.77 596900 884228 8 00:52:34 00:45:01 153608 0 641804 34.11 0 1086132 1165064 39.76 595908 884844 20 00:52:34 00:46:01 153172 0 642224 34.13 0 1086148 1165136 39.76 596276 884884 8 00:52:34 00:47:01 153460 0 641944 34.12 0 1086140 1165064 39.76 596068 884884 8 00:52:34 00:48:01 153204 0 642184 34.13 0 1086156 1165064 39.76 595948 884900 8 00:52:34 00:49:01 153352 0 642020 34.12 0 1086172 1165064 39.76 596156 884912 16 00:52:34 00:50:01 153376 0 641988 34.12 0 1086180 1165064 39.76 596016 884912 8 00:52:34 00:51:01 153008 0 642348 34.14 0 1086188 1165148 39.76 596540 884908 8 00:52:34 00:52:01 87292 0 648008 34.44 0 1146244 1161568 39.64 590664 953320 244 00:52:34 Average: 143984 0 701143 37.26 252 1036165 1394195 47.58 607400 880597 18499 00:52:34 00:52:34 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:34 00:31:01 eth0 1464.11 1277.93 5667.41 178.71 0.00 0.00 0.00 0.00 00:52:34 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:31:01 veth27c5cbc 629.49 512.29 61.42 1978.55 0.00 0.00 0.00 0.00 00:52:34 00:31:01 docker0 629.49 512.16 52.82 1978.54 0.00 0.00 0.00 0.00 00:52:34 00:32:02 eth0 711.41 637.21 4322.75 64.10 0.00 0.00 0.00 0.00 00:52:34 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:32:02 docker0 378.70 389.36 28.48 1513.52 0.00 0.00 0.00 0.00 00:52:34 00:33:01 veth29c1292 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:33:01 eth0 47.17 33.47 32.81 62.85 0.00 0.00 0.00 0.00 00:52:34 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:34:01 veth29c1292 2.05 2.05 0.16 0.16 0.00 0.00 0.00 0.00 00:52:34 00:34:01 eth0 21.45 10.95 14.92 8.07 0.00 0.00 0.00 0.00 00:52:34 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:34:01 docker0 2.05 2.05 0.14 0.16 0.00 0.00 0.00 0.00 00:52:34 00:35:03 veth9a4db65 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:35:03 eth0 229.50 181.66 1667.13 81.41 0.00 0.00 0.00 0.00 00:52:34 00:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:36:03 veth9a4db65 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:36:03 eth0 63.87 41.32 166.66 54.26 0.00 0.00 0.00 0.00 00:52:34 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:36:03 docker0 13.44 24.31 0.75 146.35 0.00 0.00 0.00 0.00 00:52:34 00:37:02 veth990e0d6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:37:02 veth9a4db65 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:37:02 vethe40ae46 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:37:02 eth0 14.19 7.15 11.56 6.16 0.00 0.00 0.00 0.00 00:52:34 00:38:01 veth9007a06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:38:01 veth05d0611 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:38:01 vethe5115d8 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:38:01 veth9a4db65 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 00:52:34 00:39:01 veth9a4db65 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:34 00:39:01 eth0 2873.50 2409.62 13679.79 613.19 0.00 0.00 0.00 0.00 00:52:34 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:34 00:39:01 docker0 1055.69 989.85 84.03 3985.21 0.00 0.00 0.00 0.00 00:52:34 00:40:02 eth0 91.18 44.33 423.87 13.86 0.00 0.00 0.00 0.00 00:52:34 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:40:02 docker0 29.25 63.71 1.86 400.88 0.00 0.00 0.00 0.00 00:52:34 00:41:01 eth0 1.15 0.56 0.55 0.28 0.00 0.00 0.00 0.00 00:52:34 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:42:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:34 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:43:01 eth0 1.85 0.60 0.64 0.37 0.00 0.00 0.00 0.00 00:52:34 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:44:01 eth0 0.63 0.28 0.28 0.20 0.00 0.00 0.00 0.00 00:52:34 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:45:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:52:34 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:46:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:52:34 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:34 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:34 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:34 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:51:01 eth0 0.28 0.17 0.14 0.07 0.00 0.00 0.00 0.00 00:52:34 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:52:01 eth0 35.50 31.29 14.32 50.58 0.00 0.00 0.00 0.00 00:52:34 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 Average: eth0 135.94 112.84 641.73 30.89 0.00 0.00 0.00 0.00 00:52:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:34 Average: docker0 49.47 48.04 3.92 199.97 0.00 0.00 0.00 0.00 00:52:34 00:52:34 00:52:34 ---> sar -P ALL: 00:52:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:52:34 00:52:34 00:29:43 LINUX RESTART (4 CPU) 00:52:34 00:52:34 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:52:34 00:31:01 all 21.21 0.00 11.75 6.42 0.60 60.02 00:52:34 00:31:01 0 20.81 0.00 15.70 6.32 0.54 56.63 00:52:34 00:31:01 1 21.12 0.00 9.05 7.64 0.55 61.64 00:52:34 00:31:01 2 20.56 0.00 10.67 6.63 0.70 61.44 00:52:34 00:31:01 3 22.34 0.00 11.64 5.09 0.62 60.31 00:52:34 00:32:02 all 15.09 0.00 9.15 3.99 0.21 71.56 00:52:34 00:32:02 0 18.03 0.00 9.74 2.83 0.17 69.24 00:52:34 00:32:02 1 15.45 0.00 9.51 4.79 0.22 70.03 00:52:34 00:32:02 2 14.02 0.00 8.39 3.18 0.24 74.17 00:52:34 00:32:02 3 12.89 0.00 8.94 5.13 0.22 72.82 00:52:34 00:33:01 all 43.95 0.00 13.35 5.47 0.23 37.01 00:52:34 00:33:01 0 43.79 0.00 12.81 7.55 0.23 35.62 00:52:34 00:33:01 1 43.66 0.00 13.86 5.06 0.21 37.21 00:52:34 00:33:01 2 44.54 0.00 13.12 5.81 0.25 36.28 00:52:34 00:33:01 3 43.81 0.00 13.59 3.44 0.21 38.94 00:52:34 00:34:01 all 50.99 0.00 14.67 3.24 0.37 30.72 00:52:34 00:34:01 0 50.94 0.00 14.54 5.27 0.30 28.96 00:52:34 00:34:01 1 51.34 0.00 13.95 4.74 0.37 29.61 00:52:34 00:34:01 2 50.11 0.00 15.48 2.52 0.33 31.56 00:52:34 00:34:01 3 51.58 0.00 14.73 0.44 0.49 32.76 00:52:34 00:35:03 all 24.92 0.00 11.84 4.27 0.47 58.50 00:52:34 00:35:03 0 25.55 0.00 11.57 4.64 0.52 57.72 00:52:34 00:35:03 1 24.97 0.00 12.51 3.88 0.45 58.19 00:52:34 00:35:03 2 23.89 0.00 11.77 5.22 0.50 58.62 00:52:34 00:35:03 3 25.28 0.00 11.51 3.33 0.40 59.48 00:52:34 00:36:03 all 20.58 0.00 29.39 20.49 0.65 28.89 00:52:34 00:36:03 0 19.69 0.00 29.80 20.19 0.52 29.80 00:52:34 00:36:03 1 21.44 0.00 28.59 19.53 0.65 29.79 00:52:34 00:36:03 2 19.82 0.00 30.34 22.04 0.85 26.95 00:52:34 00:36:03 3 21.37 0.00 28.85 20.18 0.57 29.03 00:52:34 00:37:02 all 59.45 0.00 19.95 12.41 0.34 7.84 00:52:34 00:37:02 0 58.82 0.00 19.78 12.27 0.40 8.73 00:52:34 00:37:02 1 59.61 0.00 20.00 10.32 0.36 9.71 00:52:34 00:37:02 2 58.70 0.00 20.12 12.81 0.36 8.01 00:52:34 00:37:02 3 60.68 0.00 19.92 14.24 0.24 4.93 00:52:34 00:38:01 all 23.12 0.00 24.63 20.77 1.11 30.37 00:52:34 00:38:01 0 22.87 0.00 24.28 16.13 1.11 35.62 00:52:34 00:38:01 1 23.17 0.00 25.02 22.83 1.08 27.90 00:52:34 00:38:01 2 23.38 0.00 24.86 22.00 1.09 28.67 00:52:34 00:38:01 3 23.06 0.00 24.38 22.14 1.16 29.27 00:52:34 00:39:01 all 51.13 0.00 22.93 12.09 0.52 13.33 00:52:34 00:39:01 0 50.84 0.00 23.00 12.72 0.57 12.87 00:52:34 00:39:01 1 51.56 0.00 23.19 11.76 0.55 12.95 00:52:34 00:39:01 2 50.12 0.00 23.59 11.56 0.57 14.17 00:52:34 00:39:01 3 52.01 0.00 21.94 12.31 0.39 13.35 00:52:34 00:40:02 all 5.98 0.00 4.11 4.26 0.22 85.44 00:52:34 00:40:02 0 5.67 0.00 4.40 1.50 0.20 88.23 00:52:34 00:40:02 1 5.75 0.00 3.98 5.58 0.19 84.50 00:52:34 00:40:02 2 5.80 0.00 3.48 5.43 0.20 85.08 00:52:34 00:40:02 3 6.68 0.00 4.58 4.53 0.27 83.93 00:52:34 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:52:34 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:41:01 1 0.51 0.00 0.03 0.02 0.00 99.44 00:52:34 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:34 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:52:34 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:52:34 00:42:01 all 0.25 0.00 0.30 0.00 0.00 99.46 00:52:34 00:42:01 0 0.07 0.00 0.20 0.00 0.02 99.72 00:52:34 00:42:01 1 0.57 0.00 0.22 0.00 0.00 99.22 00:52:34 00:42:01 2 0.28 0.00 0.63 0.00 0.00 99.09 00:52:34 00:42:01 3 0.07 0.00 0.13 0.00 0.00 99.80 00:52:34 00:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:52:34 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:52:34 00:43:01 1 0.50 0.00 0.00 0.00 0.00 99.50 00:52:34 00:43:01 2 0.07 0.00 0.05 0.00 0.02 99.87 00:52:34 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:52:34 00:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:34 00:44:01 1 0.52 0.00 0.03 0.00 0.02 99.43 00:52:34 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:34 00:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:34 00:45:01 all 0.07 0.00 0.07 0.02 0.00 99.84 00:52:34 00:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:34 00:45:01 1 0.22 0.00 0.15 0.08 0.00 99.55 00:52:34 00:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:45:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:52:34 00:46:01 all 0.03 0.00 0.03 0.00 0.00 99.94 00:52:34 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:34 00:46:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:52:34 00:46:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:52:34 00:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:52:34 00:47:01 all 0.09 0.00 0.03 0.00 0.00 99.87 00:52:34 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:34 00:47:01 1 0.25 0.00 0.05 0.00 0.00 99.70 00:52:34 00:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:34 00:47:01 3 0.03 0.00 0.02 0.02 0.00 99.93 00:52:34 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:52:34 00:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:52:34 00:48:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:52:34 00:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:34 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:49:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:52:34 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:34 00:49:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:52:34 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:34 00:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:52:34 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:34 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:34 00:50:01 1 0.50 0.00 0.00 0.00 0.00 99.50 00:52:34 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:52:34 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:34 00:51:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:52:34 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:52:34 00:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:52:34 00:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:52:34 00:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 00:52:34 00:52:01 all 2.00 0.00 1.18 1.76 0.01 95.05 00:52:34 00:52:01 0 1.27 0.00 1.05 0.70 0.02 96.97 00:52:34 00:52:01 1 1.97 0.00 1.13 1.80 0.02 95.08 00:52:34 00:52:01 2 2.25 0.00 1.27 2.37 0.02 94.09 00:52:34 00:52:01 3 2.51 0.00 1.27 2.18 0.00 94.04 00:52:34 00:52:34 Average: CPU %user %nice %system %iowait %steal %idle 00:52:34 Average: all 14.07 0.00 7.19 4.17 0.21 74.36 00:52:34 Average: 0 13.98 0.00 7.34 3.94 0.20 74.54 00:52:34 Average: 1 14.32 0.00 7.11 4.31 0.21 74.05 00:52:34 Average: 2 13.80 0.00 7.21 4.37 0.23 74.39 00:52:34 Average: 3 14.17 0.00 7.09 4.06 0.20 74.47 00:52:34 00:52:34 00:52:34