Pull request #3148 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 4701403bb7246123cd8f18798155fd534c2f7ee0 rather than f56f5be6bf9264fab99786e3a0eacf679df79e3b Obtained Jenkinsfile from 4701403bb7246123cd8f18798155fd534c2f7ee0 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-25824 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) > 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/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 Commit message: "feat(notifications): Implement PATCH /subscription V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:30:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:30:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:30:26 ========================================================= 18:30:26 EdgeX Global Pipelines Version Info 18:30:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:30:28 ------------------- 18:30:28 stable info: 18:30:28 ------------------- 18:30:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:30:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:30:28 Message: update stable to v1.0.179 > git rev-list --no-walk 3df362457b872254d761d23469a266c4edf69d10 # timeout=10 18:30:29 ------------------- 18:30:29 experimental info: 18:30:29 ------------------- 18:30:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:30:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:30:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:30:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:30:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:30:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:30:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f56f5be6bf9264fab99786e3a0eacf679df79e3b [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f56f5be [Pipeline] echo 18:30:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:30:32 provisioning config files... 18:30:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2447588724881391669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:33 ---> docker-login.sh 18:30:33 nexus3.edgexfoundry.org:10001 18:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:33 Configure a credential helper to remove this warning. See 18:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:33 18:30:33 Login Succeeded 18:30:33 nexus3.edgexfoundry.org:10002 18:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:33 Configure a credential helper to remove this warning. See 18:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:33 18:30:33 Login Succeeded 18:30:33 nexus3.edgexfoundry.org:10003 18:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:34 Configure a credential helper to remove this warning. See 18:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:34 18:30:34 Login Succeeded 18:30:34 nexus3.edgexfoundry.org:10004 18:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:34 Configure a credential helper to remove this warning. See 18:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:34 18:30:34 Login Succeeded 18:30:34 docker.io 18:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:34 Configure a credential helper to remove this warning. See 18:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:34 18:30:34 Login Succeeded 18:30:34 ---> docker-login.sh ends [Pipeline] } 18:30:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:35 ++ 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 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/core-command/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo core-command,cmd/core-command/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/core-data/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo core-data,cmd/core-data/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/core-metadata/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo core-metadata,cmd/core-metadata/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/security-bootstrapper/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/security-proxy-setup/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/support-notifications/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo support-notifications,cmd/support-notifications/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/support-scheduler/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:30:35 + for file in '`ls cmd/**/Dockerfile`' 18:30:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:30:35 ++ cut -d/ -f2 18:30:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:30:35 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 18:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:36 18:30:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:30:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:37 latest: Pulling from edgex-devops/git-semver 18:30:37 31603596830f: Pulling fs layer 18:30:37 2a8b12db71e7: Pulling fs layer 18:30:37 6ca5941a6612: Pulling fs layer 18:30:37 ecc8261a40a4: Pulling fs layer 18:30:37 ecc8261a40a4: Waiting 18:30:37 2a8b12db71e7: Verifying Checksum 18:30:37 2a8b12db71e7: Download complete 18:30:37 31603596830f: Verifying Checksum 18:30:37 31603596830f: Download complete 18:30:37 ecc8261a40a4: Verifying Checksum 18:30:37 ecc8261a40a4: Download complete 18:30:37 6ca5941a6612: Verifying Checksum 18:30:37 6ca5941a6612: Download complete 18:30:37 31603596830f: Pull complete 18:30:37 2a8b12db71e7: Pull complete 18:30:38 6ca5941a6612: Pull complete 18:30:39 ecc8261a40a4: Pull complete 18:30:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:30:39 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:30:41 $ docker top 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:42 [ssh-agent] Looking for ssh-agent implementation... 18:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:42 $ docker exec 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent 18:30:42 SSH_AUTH_SOCK=/tmp/ssh-Qe4aizpmZTPm/agent.11 18:30:42 SSH_AGENT_PID=16 18:30:42 Running ssh-add (command line suppressed) 18:30:42 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7026390164883815618.key (/w/workspace/edgex-go/6@tmp/private_key_7026390164883815618.key) 18:30:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:43 + git tag --points-at HEAD [Pipeline] } 18:30:43 $ docker exec --env ******** --env ******** 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent -k 18:30:43 unset SSH_AUTH_SOCK; 18:30:43 unset SSH_AGENT_PID; 18:30:43 echo Agent pid 16 killed; 18:30:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:30:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:43 [ssh-agent] Looking for ssh-agent implementation... 18:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:43 $ docker exec 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent 18:30:43 SSH_AUTH_SOCK=/tmp/ssh-me2HpRcpLXaT/agent.45 18:30:43 SSH_AGENT_PID=50 18:30:43 Running ssh-add (command line suppressed) 18:30:44 Identity added: /w/workspace/edgex-go/6@tmp/private_key_2170881467331489470.key (/w/workspace/edgex-go/6@tmp/private_key_2170881467331489470.key) 18:30:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:44 + git semver init 18:30:44 # -> Open(): unable to determine branch for HEAD 18:30:44 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:30:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:30:44 # $SEMVER_REMOTE_NAME = origin 18:30:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:30:44 # $SEMVER_USER_NAME = edgex-jenkins 18:30:44 # $SEMVER_BRANCH = PR-3148 18:30:44 # $SEMVER_TEMP = /tmp/semver-297692192 18:30:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:31:31 # '/tmp/semver-297692192' -> '/w/workspace/edgex-go/6/.semver' 18:31:31 # -> Force: false 18:31:31 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:31:31 $ docker exec --env ******** --env ******** 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent -k 18:31:31 unset SSH_AUTH_SOCK; 18:31:31 unset SSH_AGENT_PID; 18:31:31 echo Agent pid 50 killed; 18:31:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:32 + git semver [Pipeline] } 18:31:32 $ docker stop --time=1 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 18:31:34 $ docker rm -f 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:31:35 Stashed 1 file(s) [Pipeline] echo 18:31:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:31:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:36 + sudo service docker restart 18:31:36 + true 18:31:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:31:37 ========================================================= 18:31:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:31:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:31:41 Sending build context to Docker daemon 327.9MB 18:31:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:31:41 Step 2/6 : FROM ${BASE} 18:31:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:31:41 188c0c94c7c5: Pulling fs layer 18:31:41 0ef7d3d256c8: Pulling fs layer 18:31:41 de9db76c5a1d: Pulling fs layer 18:31:41 bca2f99d35d6: Pulling fs layer 18:31:41 93359f2a8cfa: Pulling fs layer 18:31:41 7c6f9722023f: Pulling fs layer 18:31:41 a35cf1a2eb13: Pulling fs layer 18:31:41 93359f2a8cfa: Waiting 18:31:41 7c6f9722023f: Waiting 18:31:41 bca2f99d35d6: Waiting 18:31:41 a35cf1a2eb13: Waiting 18:31:41 de9db76c5a1d: Download complete 18:31:41 0ef7d3d256c8: Verifying Checksum 18:31:41 0ef7d3d256c8: Download complete 18:31:41 93359f2a8cfa: Verifying Checksum 18:31:41 93359f2a8cfa: Download complete 18:31:41 188c0c94c7c5: Verifying Checksum 18:31:41 188c0c94c7c5: Download complete 18:31:41 7c6f9722023f: Verifying Checksum 18:31:41 7c6f9722023f: Download complete 18:31:41 188c0c94c7c5: Pull complete 18:31:42 0ef7d3d256c8: Pull complete 18:31:42 de9db76c5a1d: Pull complete 18:31:43 a35cf1a2eb13: Verifying Checksum 18:31:43 a35cf1a2eb13: Download complete 18:31:44 bca2f99d35d6: Download complete 18:31:50 bca2f99d35d6: Pull complete 18:31:50 93359f2a8cfa: Pull complete 18:31:50 7c6f9722023f: Pull complete 18:31:50 Still waiting to schedule task 18:31:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:31:56 a35cf1a2eb13: Pull complete 18:31:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:31:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:31:56 ---> a62c8e92a672 18:31:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:31:56 ---> Running in a813e209bcd0 18:31:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:00 (1/12) Installing libmagic (5.38-r0) 18:32:00 (2/12) Installing file (5.38-r0) 18:32:00 (3/12) Installing libc-dev (0.7.2-r3) 18:32:00 (4/12) Installing g++ (9.3.0-r2) 18:32:39 (5/12) Installing fortify-headers (1.1-r0) 18:32:39 (6/12) Installing patch (2.7.6-r6) 18:32:39 (7/12) Installing build-base (0.5-r2) 18:32:39 (8/12) Installing libsodium (1.0.18-r0) 18:32:39 (9/12) Installing pkgconf (1.7.2-r0) 18:32:39 (10/12) Installing libsodium-dev (1.0.18-r0) 18:32:39 (11/12) Installing libzmq (4.3.3-r0) 18:32:40 (12/12) Installing zeromq-dev (4.3.3-r0) 18:32:40 Executing busybox-1.31.1-r19.trigger 18:32:40 OK: 233 MiB in 51 packages 18:32:42 Removing intermediate container a813e209bcd0 18:32:42 ---> 3a9a934e0372 18:32:42 Step 4/6 : WORKDIR /edgex-go 18:32:42 ---> Running in 96a8f47a7fbb 18:32:43 Removing intermediate container 96a8f47a7fbb 18:32:43 ---> dd1bd798505c 18:32:43 Step 5/6 : COPY go.mod . 18:32:43 ---> 82b83d1be08a 18:32:43 Step 6/6 : RUN go mod download 18:32:43 ---> Running in 08652cfb9277 18:33:05 Removing intermediate container 08652cfb9277 18:33:05 ---> 61e5f9c1cbe1 18:33:05 Successfully built 61e5f9c1cbe1 18:33:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:33:05 + docker inspect -f . ci-base-image-x86_64 18:33:05 . [Pipeline] withDockerContainer 18:33:05 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:06 $ docker top 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:07 + go version 18:33:07 go version go1.15.5 linux/amd64 [Pipeline] } 18:33:07 $ docker stop --time=1 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 18:33:08 $ docker rm -f 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:09 + docker inspect -f . ci-base-image-x86_64 18:33:09 . [Pipeline] withDockerContainer 18:33:09 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:33:09 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:10 $ docker top b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f -eo pid,comm [Pipeline] { [Pipeline] echo 18:33:10 ========================================================= 18:33:10 [edgeXBuildGoParallel] Running Tests and Build... 18:33:10 ========================================================= [Pipeline] sh 18:33:11 + make test 18:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 18:33:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:33:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:33:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:33:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:33:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.6% of statements 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements 18:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.330s coverage: 27.1% of statements 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 65.8% of statements 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.452s coverage: 82.3% of statements 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 18:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 18:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 18:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.260s coverage: 84.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 18:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:34:22 GO111MODULE=on go vet ./... 18:34:49 gofmt -l . 18:34:49 [ "`gofmt -l .`" = "" ] 18:34:49 ./bin/test-go-mod-tidy.sh 18:34:49 ./bin/test-attribution-txt.sh [Pipeline] sh 18:34:50 + ls -al . 18:34:50 total 700 18:34:50 drwxrwxr-x 10 1001 1001 4096 Feb 9 18:34 . 18:34:50 drwxr-xr-x 4 root root 28 Feb 9 18:33 .. 18:34:50 -rw-rw-r-- 1 1001 1001 11 Feb 9 18:30 .dockerignore 18:34:50 drwxrwxr-x 8 1001 1001 179 Feb 9 18:30 .git 18:34:50 drwxrwxr-x 3 1001 1001 125 Feb 9 18:30 .github 18:34:50 -rw-rw-r-- 1 1001 1001 818 Feb 9 18:30 .gitignore 18:34:50 drwx------ 3 1001 1001 60 Feb 9 18:31 .semver 18:34:50 -rw-rw-r-- 1 1001 1001 166 Feb 9 18:30 .sonarcloud.properties 18:34:50 -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:30 Attribution.txt 18:34:50 -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:30 CONTRIBUTING.md 18:34:50 -rw-rw-r-- 1 1001 1001 931 Feb 9 18:30 Dockerfile.build 18:34:50 -rw-rw-r-- 1 1001 1001 863 Feb 9 18:30 Jenkinsfile 18:34:50 -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:30 LICENSE 18:34:50 -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:30 Makefile 18:34:50 -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:30 README.md 18:34:50 -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:30 SECURITY.md 18:34:50 -rw-rw-r-- 1 1001 1001 5 Feb 9 18:31 VERSION 18:34:50 -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:30 ZMQWindows.md 18:34:50 drwxrwxr-x 2 1001 1001 117 Feb 9 18:30 bin 18:34:50 drwxrwxr-x 14 1001 1001 4096 Feb 9 18:30 cmd 18:34:50 -rw-r--r-- 1 root root 594557 Feb 9 18:34 coverage.out 18:34:50 -rw-r--r-- 1 root root 1054 Feb 9 18:34 go.mod 18:34:50 -rw-r--r-- 1 root root 19290 Feb 9 18:34 go.sum 18:34:50 drwxrwxr-x 8 1001 1001 127 Feb 9 18:30 internal 18:34:50 drwxrwxr-x 4 1001 1001 26 Feb 9 18:30 openapi 18:34:50 drwxrwxr-x 4 1001 1001 71 Feb 9 18:30 snap 18:34:50 -rw-rw-r-- 1 1001 1001 168 Feb 9 18:30 version.go [Pipeline] sh 18:34:51 + '[' -e coverage.out ] 18:34:51 + chown 1001:1001 coverage.out [Pipeline] stash 18:34:51 Stashed 1 file(s) [Pipeline] sh 18:34:51 + make build 18:34:51 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 18:34:56 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 18:35:05 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 18:35:05 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 18:35:06 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 18:35:07 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 18:35:09 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 18:35:10 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 18:35:11 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 18:35:13 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 18:35:14 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 18:35:15 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] } 18:35:17 $ docker stop --time=1 b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f 18:35:19 $ docker rm -f b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:22 18:35:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:35:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:23 latest: Pulling from edgex-devops/edgex-compose 18:35:23 cbdbe7a5bc2a: Pulling fs layer 18:35:23 ca9280d653b3: Pulling fs layer 18:35:23 7e9c9ca2126c: Pulling fs layer 18:35:23 cbdbe7a5bc2a: Verifying Checksum 18:35:23 cbdbe7a5bc2a: Download complete 18:35:23 cbdbe7a5bc2a: Pull complete 18:35:24 ca9280d653b3: Verifying Checksum 18:35:24 ca9280d653b3: Download complete 18:35:25 ca9280d653b3: Pull complete 18:35:25 7e9c9ca2126c: Download complete 18:35:31 7e9c9ca2126c: Pull complete 18:35:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:35:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:35:32 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:35:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:35:33 $ docker top 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:34 + docker-compose build --help 18:35:34 + grep parallel 18:35:35 --parallel Build images in parallel. [Pipeline] } 18:35:35 $ docker stop --time=1 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f 18:35:36 $ docker rm -f 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:37 . [Pipeline] withDockerContainer 18:35:37 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:35:37 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:35:38 $ docker top 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:38 + docker-compose -f ./docker-compose-build.yml build --parallel 18:35:40 Building docker-core-command-go ... 18:35:40 Building docker-core-data-go ... 18:35:40 Building docker-core-metadata-go ... 18:35:40 Building docker-security-bootstrapper-go ... 18:35:40 Building docker-security-proxy-setup-go ... 18:35:40 Building docker-security-secretstore-setup-go ... 18:35:40 Building docker-support-notifications-go ... 18:35:40 Building docker-support-scheduler-go ... 18:35:40 Building docker-sys-mgmt-agent-go ... 18:35:40 Building docker-support-scheduler-go 18:35:40 Building docker-security-bootstrapper-go 18:35:40 Building docker-core-command-go 18:35:40 Building docker-support-notifications-go 18:35:40 Building docker-core-metadata-go 18:36:13 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:13 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 61e5f9c1cbe1 18:36:13 Step 3/30 : WORKDIR /edgex-go 18:36:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 61e5f9c1cbe1 18:36:13 Step 3/23 : WORKDIR /edgex-go 18:36:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 61e5f9c1cbe1 18:36:13 Step 3/22 : WORKDIR /edgex-go 18:36:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 61e5f9c1cbe1 18:36:13 Step 3/22 : WORKDIR /edgex-go 18:36:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 61e5f9c1cbe1 18:36:13 Step 3/23 : WORKDIR /edgex-go 18:36:13 ---> Running in 2b37a0bd712d 18:36:13 ---> Running in 552d3bb349ab 18:36:13 ---> Running in b471deb454df 18:36:13 ---> Running in 9a737f4b59bd 18:36:13 ---> Running in 5481708b78d5 18:36:13 Removing intermediate container 552d3bb349ab 18:36:13 ---> 9f7c062cd717 18:36:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 Removing intermediate container 2b37a0bd712d 18:36:13 ---> c58c978b30f8 18:36:13 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 Removing intermediate container b471deb454df 18:36:13 ---> 9cdf8a4b8346 18:36:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 Removing intermediate container 9a737f4b59bd 18:36:13 ---> dd3d7bd8c20c 18:36:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 Removing intermediate container 5481708b78d5 18:36:13 ---> b48ec9733b7e 18:36:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 ---> Running in 91d5e324e902 18:36:13 ---> Running in 0786e7d7f7fe 18:36:13 ---> Running in a44fa3e6ef05 18:36:13 ---> Running in 870da08d29a7 18:36:13 ---> Running in e38d0b6f3dff 18:36:15 Removing intermediate container 0786e7d7f7fe 18:36:15 ---> 81cd1aa4af2f 18:36:15 Step 5/23 : RUN apk add --update --no-cache make git 18:36:15 ---> Running in 0513d4c67f56 18:36:15 Removing intermediate container a44fa3e6ef05 18:36:15 ---> 00e923be377b 18:36:15 Step 5/23 : RUN apk add --update --no-cache make git 18:36:15 Removing intermediate container 91d5e324e902 18:36:15 ---> 60ef450b8397 18:36:15 Step 5/30 : RUN apk add --update --no-cache make git 18:36:15 ---> Running in eedd759fe1cc 18:36:15 Removing intermediate container 870da08d29a7 18:36:15 ---> 6743f4e7b9c8 18:36:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:36:15 ---> Running in 657157d6c6e4 18:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:15 Removing intermediate container e38d0b6f3dff 18:36:15 ---> 1a78520caa23 18:36:15 Step 5/22 : RUN apk add --update --no-cache make git 18:36:15 ---> Running in 376a92a19c64 18:36:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25825 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws 18:36:15 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:36:16 ---> Running in 6c97da0f5b27 18:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:18 OK: 233 MiB in 51 packages 18:36:18 Removing intermediate container 0513d4c67f56 18:36:18 ---> 990c5b3386b4 18:36:18 Step 6/23 : COPY go.mod . 18:36:18 ---> 2be61548c1b3 18:36:18 Step 7/23 : RUN go mod download 18:36:19 ---> Running in 02e1f9d8c01d 18:36:19 OK: 233 MiB in 51 packages 18:36:19 OK: 233 MiB in 51 packages 18:36:19 OK: 233 MiB in 51 packages 18:36:19 OK: 233 MiB in 51 packages 18:36:20 Removing intermediate container eedd759fe1cc 18:36:20 ---> c7ba0f477217 18:36:20 Step 6/23 : COPY go.mod . 18:36:20 Removing intermediate container 6c97da0f5b27 18:36:20 ---> e4de0e94789c 18:36:20 Step 6/22 : COPY go.mod . 18:36:20 Removing intermediate container 376a92a19c64 18:36:20 ---> fc833f300ded 18:36:20 Step 6/22 : COPY go.mod . 18:36:20 ---> 89da9a96a7c8 18:36:20 Step 7/23 : RUN go mod download 18:36:20 ---> 7fd540eb0d89 18:36:20 Step 7/22 : RUN go mod download 18:36:20 ---> Running in 659c1d2c063e 18:36:20 Removing intermediate container 657157d6c6e4 18:36:20 ---> d97b0921d0f4 18:36:20 Step 6/30 : COPY go.mod . 18:36:20 ---> e5463bb29a1b 18:36:20 Step 7/22 : RUN go mod download 18:36:20 ---> Running in ce8468d3cacd 18:36:21 ---> Running in 7e26a3d8c606 18:36:21 ---> bd0afb9a6b1a 18:36:21 Step 7/30 : RUN go mod download 18:36:21 Removing intermediate container 02e1f9d8c01d 18:36:21 ---> 0b7511ab2b2f 18:36:21 Step 8/23 : COPY . . 18:36:21 ---> Running in 36f715f0a211 18:36:22 using credential edgex-jenkins-ssh 18:36:22 Cloning the remote Git repository 18:36:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:36:22 > git init /w/workspace/edgex-go/6 # timeout=10 18:36:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:36:22 > git --version # timeout=10 18:36:22 > git --version # 'git version 2.17.1' 18:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:36:26 Removing intermediate container 659c1d2c063e 18:36:26 ---> b995c4ae7a20 18:36:26 Step 8/23 : COPY . . 18:36:27 Removing intermediate container 7e26a3d8c606 18:36:27 ---> 02a1e9a44c0e 18:36:27 Step 8/22 : COPY . . 18:36:30 Removing intermediate container 36f715f0a211 18:36:30 ---> 5ab4de862ed1 18:36:30 Step 8/30 : COPY . . 18:36:37 Removing intermediate container ce8468d3cacd 18:36:37 ---> 5996e06d57d8 18:36:37 Step 8/22 : COPY . . 18:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:36:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:36:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:36:59 Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:36:59 ---> ddcfbe777bab 18:36:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:36:59 ---> Running in e50236fa2d60 18:36:59 Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:36:59 Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) 18:36:59 > git config core.sparsecheckout # timeout=10 18:36:59 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 18:36:59 > git remote # timeout=10 18:36:59 > git config --get remote.origin.url # timeout=10 18:36:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:59 > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 18:36:59 > git rev-parse HEAD^{commit} # timeout=10 18:36:59 > git config core.sparsecheckout # timeout=10 18:36:59 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 18:37:04 Commit message: "feat(notifications): Implement PATCH /subscription V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 18:37:05 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 [Pipeline] sh 18:37:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:37:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:06 + + sudo service docker restart 18:37:06 true 18:37:09 ---> 45b0f0c33dba 18:37:09 Step 9/23 : RUN make cmd/core-command/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:37:09 provisioning config files... 18:37:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config952286588846040184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:09 ---> Running in efafeec3a97e 18:37:09 ---> 0802fa2cac6d 18:37:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:37:09 ---> 4ed87cd5d0c1 18:37:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:37:09 ---> cd3df235640f 18:37:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:37:09 ---> Running in 25efcd2768eb 18:37:09 ---> docker-login.sh 18:37:09 nexus3.edgexfoundry.org:10001 18:37:10 ---> Running in e7c28c8aa652 18:37:10 ---> Running in 8a413d1e447d 18:37:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:11 Configure a credential helper to remove this warning. See 18:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:11 18:37:11 Login Succeeded 18:37:11 nexus3.edgexfoundry.org:10002 18:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:11 Configure a credential helper to remove this warning. See 18:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:11 18:37:11 Login Succeeded 18:37:11 nexus3.edgexfoundry.org:10003 18:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:12 Configure a credential helper to remove this warning. See 18:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:12 18:37:12 Login Succeeded 18:37:12 nexus3.edgexfoundry.org:10004 18:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:12 Configure a credential helper to remove this warning. See 18:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:12 18:37:12 Login Succeeded 18:37:12 docker.io 18:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:13 Configure a credential helper to remove this warning. See 18:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:13 18:37:13 Login Succeeded 18:37:13 ---> docker-login.sh ends [Pipeline] } 18:37:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:37:13 ========================================================= 18:37:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:37:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:37:14 + 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 . 18:37:16 Sending build context to Docker daemon 166.3MB 18:37:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:37:16 Step 2/6 : FROM ${BASE} 18:37:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:37:16 5f621e34cdf4: Pulling fs layer 18:37:16 a4357932f1b6: Pulling fs layer 18:37:16 18c013af1878: Pulling fs layer 18:37:16 00ac8860ef70: Pulling fs layer 18:37:16 63d7cb157983: Pulling fs layer 18:37:16 b116817d02f9: Pulling fs layer 18:37:16 745a02a5169b: Pulling fs layer 18:37:16 00ac8860ef70: Waiting 18:37:16 63d7cb157983: Waiting 18:37:16 b116817d02f9: Waiting 18:37:16 745a02a5169b: Waiting 18:37:16 18c013af1878: Verifying Checksum 18:37:16 18c013af1878: Download complete 18:37:16 a4357932f1b6: Verifying Checksum 18:37:16 a4357932f1b6: Download complete 18:37:16 63d7cb157983: Verifying Checksum 18:37:16 63d7cb157983: Download complete 18:37:16 b116817d02f9: Verifying Checksum 18:37:16 b116817d02f9: Download complete 18:37:16 5f621e34cdf4: Verifying Checksum 18:37:16 5f621e34cdf4: Download complete 18:37:17 5f621e34cdf4: Pull complete 18:37:18 a4357932f1b6: Pull complete 18:37:19 18c013af1878: Pull complete 18:37:20 745a02a5169b: Download complete 18:37:21 00ac8860ef70: Verifying Checksum 18:37:21 00ac8860ef70: Download complete 18:37:31 00ac8860ef70: Pull complete 18:37:31 63d7cb157983: Pull complete 18:37:31 b116817d02f9: Pull complete 18:37:35 745a02a5169b: Pull complete 18:37:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:37:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:37:35 ---> b7e6874047d6 18:37:35 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 18:37:39 ---> Running in 0d1953b37d33 18:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:43 (1/12) Installing libmagic (5.38-r0) 18:37:44 (2/12) Installing file (5.38-r0) 18:37:44 (3/12) Installing libc-dev (0.7.2-r3) 18:37:44 (4/12) Installing g++ (9.3.0-r2) 18:37:44 Removing intermediate container e50236fa2d60 18:37:44 ---> 66f9d40afe68 18:37:44 18:37:44 Step 10/23 : FROM alpine:3.12 18:37:44 3.12: Pulling from library/alpine 18:37:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:37:44 Status: Downloaded newer image for alpine:3.12 18:37:44 ---> 389fef711851 18:37:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:37:47 ---> Running in 6e559e6889e9 18:37:47 Removing intermediate container 8a413d1e447d 18:37:47 ---> 491529479cf7 18:37:47 18:37:47 Step 10/30 : FROM alpine:3.12 18:37:47 ---> 389fef711851 18:37:47 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:37:47 Removing intermediate container efafeec3a97e 18:37:47 ---> 3f2a461386ca 18:37:47 18:37:47 Step 10/23 : FROM alpine:3.12 18:37:47 ---> 389fef711851 18:37:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:37:47 ---> Running in a22b5c7bdcbb 18:37:47 ---> Running in 84d07fd58f98 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:48 (1/1) Installing dumb-init (1.2.2-r1) 18:37:48 Executing busybox-1.31.1-r19.trigger 18:37:48 OK: 6 MiB in 15 packages 18:37:49 Removing intermediate container a22b5c7bdcbb 18:37:49 ---> 1888cbaed8bb 18:37:49 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:37:50 ---> Running in cf7e1c74225b 18:37:50 Removing intermediate container 25efcd2768eb 18:37:50 ---> 80796d0dfe65 18:37:50 18:37:50 Step 10/22 : FROM alpine:3.12 18:37:50 ---> 389fef711851 18:37:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:37:50 ---> Running in 59c7f867213c 18:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:51 (1/1) Installing dumb-init (1.2.2-r1) 18:37:51 Executing busybox-1.31.1-r19.trigger 18:37:51 OK: 6 MiB in 15 packages 18:37:51 Removing intermediate container 6e559e6889e9 18:37:51 ---> 8aef1d4a0d53 18:37:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:52 (1/2) Installing dumb-init (1.2.2-r1) 18:37:52 (2/2) Installing su-exec (0.2-r1) 18:37:52 Executing busybox-1.31.1-r19.trigger 18:37:52 OK: 6 MiB in 16 packages 18:37:52 ---> Running in 2d99d9c08bd8 18:37:52 Removing intermediate container e7c28c8aa652 18:37:52 ---> 658d4a852309 18:37:52 18:37:52 Step 10/22 : FROM alpine:3.12 18:37:52 ---> 389fef711851 18:37:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:37:52 ---> Using cache 18:37:52 ---> 8aef1d4a0d53 18:37:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:53 ---> Running in c03e9192d9b1 18:37:53 Removing intermediate container 2d99d9c08bd8 18:37:53 ---> 21316f9a35ed 18:37:53 Step 13/23 : ENV APP_PORT=48081 18:37:53 Removing intermediate container 84d07fd58f98 18:37:53 ---> 5c480ce3188b 18:37:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:53 (1/2) Installing ca-certificates (20191127-r4) 18:37:53 (2/2) Installing dumb-init (1.2.2-r1) 18:37:53 Removing intermediate container cf7e1c74225b 18:37:53 ---> b247ba37964c 18:37:53 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:37:53 Executing busybox-1.31.1-r19.trigger 18:37:53 Executing ca-certificates-20191127-r4.trigger 18:37:53 OK: 6 MiB in 16 packages 18:37:53 ---> Running in ad8e30d30bf8 18:37:53 ---> Running in e2efaf900dc1 18:37:54 Removing intermediate container c03e9192d9b1 18:37:54 ---> 92445896c499 18:37:54 Step 13/22 : ENV APP_PORT=48085 18:37:54 ---> Running in 2a11817220f0 18:37:54 ---> Running in 7b53ff3d4267 18:37:54 Removing intermediate container ad8e30d30bf8 18:37:54 ---> 37f33140e7c3 18:37:54 Step 13/23 : ENV APP_PORT=48082 18:37:54 Removing intermediate container e2efaf900dc1 18:37:54 ---> b39875b43f66 18:37:54 Step 14/23 : EXPOSE $APP_PORT 18:37:54 Removing intermediate container 2a11817220f0 18:37:54 ---> 1ea6a0f7e0ca 18:37:54 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:37:54 ---> Running in 5f551654b05a 18:37:54 Removing intermediate container 7b53ff3d4267 18:37:54 ---> a86f1dcca724 18:37:54 Step 14/22 : EXPOSE $APP_PORT 18:37:54 ---> Running in 6d644750fec0 18:37:54 ---> Running in faa85e672d33 18:37:55 ---> Running in 25ece91b16b7 18:37:55 Removing intermediate container 5f551654b05a 18:37:55 ---> 2cef7c7e025b 18:37:55 Step 14/23 : EXPOSE $APP_PORT 18:37:55 Removing intermediate container 59c7f867213c 18:37:55 ---> ca867b105309 18:37:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:37:55 Removing intermediate container faa85e672d33 18:37:55 ---> 14039c31ad8d 18:37:55 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:37:55 Removing intermediate container 6d644750fec0 18:37:55 ---> 222fcded4418 18:37:55 Step 15/23 : WORKDIR / 18:37:55 ---> Running in a736dea67376 18:37:55 ---> Running in 6b5ca3dbf0ef 18:37:55 ---> Running in 15bd6fa07964 18:37:55 Removing intermediate container 25ece91b16b7 18:37:55 ---> 65ad781eaa64 18:37:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:55 ---> Running in d31aef94e352 18:37:56 Removing intermediate container 6b5ca3dbf0ef 18:37:56 ---> 2493a27984d5 18:37:56 Step 15/23 : WORKDIR / 18:37:56 (5/12) Installing fortify-headers (1.1-r0) 18:37:56 (6/12) Installing patch (2.7.6-r6) 18:37:56 (7/12) Installing build-base (0.5-r2) 18:37:56 (8/12) Installing libsodium (1.0.18-r0) 18:37:56 (9/12) Installing pkgconf (1.7.2-r0) 18:37:56 (10/12) Installing libsodium-dev (1.0.18-r0) 18:37:56 (11/12) Installing libzmq (4.3.3-r0) 18:37:56 (12/12) Installing zeromq-dev (4.3.3-r0) 18:37:56 Executing busybox-1.31.1-r19.trigger 18:37:56 OK: 217 MiB in 51 packages 18:37:56 Removing intermediate container a736dea67376 18:37:56 ---> 73762214a938 18:37:56 Step 13/22 : ENV APP_PORT=48060 18:37:56 ---> b3c67bb0f49c 18:37:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:37:56 Removing intermediate container d31aef94e352 18:37:56 ---> 88795a388c26 18:37:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:56 ---> Running in d9012602fd7e 18:37:56 ---> Running in 870872a295a9 18:37:57 ---> 47c0103ce9ad 18:37:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:37:57 Removing intermediate container 870872a295a9 18:37:57 ---> c8ce441a0a45 18:37:57 Step 14/22 : EXPOSE $APP_PORT 18:37:57 Removing intermediate container d9012602fd7e 18:37:57 ---> 299c66a18fac 18:37:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:57 ---> 688387356606 18:37:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:37:57 ---> Running in 7661289060ec 18:37:57 Removing intermediate container 15bd6fa07964 18:37:57 ---> 3a5ef6c2ee40 18:37:57 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:37:57 ---> Running in a72d82a4e4a8 18:37:57 ---> 18d005d196d2 18:37:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:37:57 Removing intermediate container 7661289060ec 18:37:57 ---> c5ec9367fa91 18:37:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:57 ---> ec07402c3a95 18:37:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:37:58 ---> d8e9be925d7f 18:37:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:37:58 ---> Running in 277ab96bf218 18:37:58 Removing intermediate container a72d82a4e4a8 18:37:58 ---> 13844601e773 18:37:58 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:37:58 ---> ec5dbef09670 18:37:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:37:58 Removing intermediate container 277ab96bf218 18:37:58 ---> 1b2fd5d8940f 18:37:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:58 ---> 8fd2634b5045 18:37:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:37:58 ---> 327086df73e3 18:37:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:37:59 ---> Running in 999a85744605 18:37:59 ---> 961ff8e66640 18:37:59 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:37:59 ---> Running in d51077f47fe4 18:37:59 ---> b125c046cf47 18:37:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:37:59 ---> 65d1d1adedf1 18:37:59 Step 19/23 : ENTRYPOINT ["/core-command"] 18:37:59 Removing intermediate container 999a85744605 18:37:59 ---> 116f26e46729 18:37:59 Step 20/22 : LABEL arch=x86_64 18:37:59 ---> Running in 653c9ae7a907 18:37:59 ---> Running in 5d3dc543bd6e 18:37:59 ---> Running in 5df7360fa4fb 18:37:59 Removing intermediate container d51077f47fe4 18:37:59 ---> 905d69c2aa68 18:37:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:59 ---> 7db6a48089f3 18:37:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:38:00 ---> Running in 1d6955bd4d41 18:38:00 ---> Running in 5fea82f2e92a 18:38:00 Removing intermediate container 5df7360fa4fb 18:38:00 ---> 014c21c89640 18:38:00 Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:38:00 Removing intermediate container 5d3dc543bd6e 18:38:00 ---> 2db5370fe140 18:38:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:00 ---> Running in 8e86704b9cd1 18:38:00 ---> Running in b75323a8604c 18:38:00 Removing intermediate container 1d6955bd4d41 18:38:00 ---> 8abfbe1a0588 18:38:00 Step 21/23 : LABEL arch=x86_64 18:38:00 Removing intermediate container 5fea82f2e92a 18:38:00 ---> ef2ac78b6af1 18:38:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:00 ---> Running in 7bff8e6d3477 18:38:00 ---> Running in f277145686e6 18:38:00 Removing intermediate container 0d1953b37d33 18:38:00 ---> 45557a801c8a 18:38:00 Step 4/6 : WORKDIR /edgex-go 18:38:00 ---> Running in 4676bd4aa652 18:38:00 Removing intermediate container 8e86704b9cd1 18:38:00 ---> 9a1bad6c02ac 18:38:00 Step 22/22 : LABEL version=0.0.0 18:38:00 Removing intermediate container b75323a8604c 18:38:00 ---> 74b7e5a345d9 18:38:00 Step 21/23 : LABEL arch=x86_64 18:38:01 ---> Running in 5f9bdcc1b088 18:38:01 ---> Running in 13e874ba833a 18:38:01 Removing intermediate container 7bff8e6d3477 18:38:01 ---> 517be5af75e2 18:38:01 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:38:01 Removing intermediate container 4676bd4aa652 18:38:01 ---> 998580eeca27 18:38:01 Step 5/6 : COPY go.mod . 18:38:01 Removing intermediate container f277145686e6 18:38:01 ---> 68d6023e3a15 18:38:01 Step 20/22 : LABEL arch=x86_64 18:38:01 ---> Running in 84822cf1aa8a 18:38:01 ---> Running in ea1adca50977 18:38:01 Removing intermediate container 13e874ba833a 18:38:01 ---> ec0fd8b9e5dc 18:38:01 18:38:01 Removing intermediate container 5f9bdcc1b088 18:38:01 ---> 1926c3f40e6b 18:38:01 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:38:01 Removing intermediate container 653c9ae7a907 18:38:01 ---> cabf20f38beb 18:38:01 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:01 ---> 8fa0ab2328a0 18:38:01 Step 6/6 : RUN go mod download 18:38:01 Removing intermediate container 84822cf1aa8a 18:38:01 ---> aca5cab6682f 18:38:01 Step 23/23 : LABEL version=0.0.0 18:38:01 ---> Running in 4db7f4519111 18:38:01 Removing intermediate container ea1adca50977 18:38:01 ---> 952b6c2adc42 18:38:01 Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:38:01 Successfully built ec0fd8b9e5dc 18:38:01 Successfully tagged docker-support-scheduler-go:latest 18:38:01  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 18:38:02 ---> Running in 21abbc9da88c 18:38:02 ---> Running in 882c43cadf1f 18:38:02 ---> Running in 892fa267859e 18:38:02 Removing intermediate container 4db7f4519111 18:38:02 ---> f70b1a8493c8 18:38:02 Step 23/23 : LABEL version=0.0.0 18:38:02 ---> 32e04f8d17d9 18:38:02 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:38:02 Removing intermediate container 882c43cadf1f 18:38:02 ---> 7b0e9d0cfc7f 18:38:02 18:38:02 ---> Running in 77be08316012 18:38:02 Removing intermediate container 892fa267859e 18:38:02 ---> 99cde7add2a7 18:38:02 Step 22/22 : LABEL version=0.0.0 18:38:03 ---> Running in 4e6f3da22025 18:38:03 Successfully built 7b0e9d0cfc7f 18:38:03 Successfully tagged docker-core-metadata-go:latest 18:38:03  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 18:38:03 Removing intermediate container 77be08316012 18:38:03 ---> f57edb3af44a 18:38:03 18:38:03 ---> 341a5ed3bcfd 18:38:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:38:03 Successfully built f57edb3af44a 18:38:03 Successfully tagged docker-core-command-go:latest 18:38:03 Building docker-core-data-go 18:38:03 Removing intermediate container 4e6f3da22025 18:38:03 ---> 0102caf3afae 18:38:03 18:38:03  Building docker-core-command-go ... done Successfully built 0102caf3afae 18:38:03 Successfully tagged docker-support-notifications-go:latest 18:38:03 Building docker-sys-mgmt-agent-go 18:38:03  Building docker-support-notifications-go ... done  ---> ea2a8f4e59a6 18:38:03 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:38:04 ---> 6e95e5784b29 18:38:04 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:38:07 ---> Running in b549ffc4bad5 18:38:08 Removing intermediate container b549ffc4bad5 18:38:08 ---> c8b9cb1bc672 18:38:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:38:14 ---> 70988c49d712 18:38:14 Step 25/30 : RUN chmod +x /entrypoint.sh 18:38:14 ---> Running in 36712f2e0770 18:38:15 Removing intermediate container 36712f2e0770 18:38:15 ---> c099ae960beb 18:38:15 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:38:15 ---> Running in f7c026b2e9d8 18:38:16 Removing intermediate container f7c026b2e9d8 18:38:16 ---> aae46ac71437 18:38:16 Step 27/30 : CMD ["gate"] 18:38:16 ---> Running in 2c788c8bb0a0 18:38:21 Removing intermediate container 2c788c8bb0a0 18:38:21 ---> 68231370099f 18:38:21 Step 28/30 : LABEL arch=x86_64 18:38:21 ---> Running in be0378b89659 18:38:26 Removing intermediate container be0378b89659 18:38:26 ---> 995ddac8e660 18:38:26 Step 29/30 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:38:27 ---> Running in 05877966758b 18:38:30 Removing intermediate container 05877966758b 18:38:30 ---> a9830e3205ce 18:38:30 Step 30/30 : LABEL version=0.0.0 18:38:30 ---> Running in 62343ab24d70 18:38:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:38:30 ---> 61e5f9c1cbe1 18:38:30 Step 3/24 : WORKDIR /edgex-go 18:38:30 ---> Using cache 18:38:30 ---> b48ec9733b7e 18:38:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:30 ---> Using cache 18:38:30 ---> 1a78520caa23 18:38:30 Step 5/24 : RUN apk add --update --no-cache make git 18:38:31 ---> Using cache 18:38:31 ---> e4de0e94789c 18:38:31 Step 6/24 : COPY go.mod . 18:38:31 ---> Using cache 18:38:31 ---> 7fd540eb0d89 18:38:31 Step 7/24 : RUN go mod download 18:38:31 ---> Using cache 18:38:31 ---> 5996e06d57d8 18:38:31 Step 8/24 : COPY . . 18:38:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:38:31 ---> 61e5f9c1cbe1 18:38:31 Step 3/21 : WORKDIR /edgex-go 18:38:31 ---> Using cache 18:38:31 ---> b48ec9733b7e 18:38:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:31 ---> Using cache 18:38:31 ---> 1a78520caa23 18:38:31 Step 5/21 : RUN apk add --update --no-cache make git 18:38:31 ---> Using cache 18:38:31 ---> e4de0e94789c 18:38:31 Step 6/21 : COPY go.mod . 18:38:31 ---> Using cache 18:38:31 ---> 7fd540eb0d89 18:38:31 Step 7/21 : RUN go mod download 18:38:31 ---> Using cache 18:38:31 ---> 5996e06d57d8 18:38:31 Step 8/21 : COPY . . 18:38:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:38:31 ---> 61e5f9c1cbe1 18:38:31 Step 3/26 : WORKDIR /edgex-go 18:38:31 ---> Using cache 18:38:31 ---> b48ec9733b7e 18:38:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:31 ---> Using cache 18:38:31 ---> 1a78520caa23 18:38:31 Step 5/26 : RUN apk add --update --no-cache make bash git 18:38:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:38:31 ---> 61e5f9c1cbe1 18:38:31 Step 3/23 : WORKDIR /edgex-go 18:38:31 ---> Using cache 18:38:31 ---> b48ec9733b7e 18:38:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:31 ---> Using cache 18:38:31 ---> 1a78520caa23 18:38:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:38:31 ---> Using cache 18:38:31 ---> 4ed87cd5d0c1 18:38:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:38:31 ---> Using cache 18:38:31 ---> 4ed87cd5d0c1 18:38:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:38:32 Removing intermediate container 62343ab24d70 18:38:32 ---> a116cc65ebc9 18:38:32 18:38:32 ---> Running in a07100272ff1 18:38:32 ---> Running in 070a88c79fd3 18:38:32 ---> Running in bafad4ed95cb 18:38:32 ---> Running in da4b63b75a02 18:38:32 Successfully built a116cc65ebc9 18:38:32 Successfully tagged docker-security-bootstrapper-go:latest 18:38:33  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:34 Removing intermediate container 21abbc9da88c 18:38:34 ---> 6ce9427751ef 18:38:34 Successfully built 6ce9427751ef 18:38:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:34 + docker inspect -f . ci-base-image-arm64 18:38:35 . [Pipeline] withDockerContainer 18:38:35 OK: 233 MiB in 51 packages 18:38:35 OK: 233 MiB in 51 packages 18:38:35 prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container 18:38:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:38:36 Removing intermediate container 070a88c79fd3 18:38:36 ---> 28dd1dd33ff6 18:38:36 Step 6/26 : COPY go.mod . 18:38:36 Removing intermediate container da4b63b75a02 18:38:36 ---> 459642f7bf9a 18:38:36 Step 6/23 : COPY go.mod . 18:38:37 ---> bed264d94fe3 18:38:37 Step 7/26 : RUN go mod download 18:38:37 $ docker top 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 -eo pid,comm 18:38:37 ---> Running in 601fbddd05fc 18:38:37 ---> 3716f2c7056c 18:38:37 Step 7/23 : RUN go mod download 18:38:37 ---> Running in 20cf1724b5b7 [Pipeline] { [Pipeline] sh 18:38:38 + go version 18:38:38 go version go1.15.5 linux/arm64 [Pipeline] } 18:38:38 $ docker stop --time=1 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 18:38:40 Removing intermediate container 20cf1724b5b7 18:38:40 ---> 920add478318 18:38:40 Step 8/23 : COPY . . 18:38:40 Removing intermediate container 601fbddd05fc 18:38:40 ---> 9e03f3a052fb 18:38:40 Step 8/26 : COPY . . 18:38:40 $ docker rm -f 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:41 + docker inspect -f . ci-base-image-arm64 18:38:41 . [Pipeline] withDockerContainer 18:38:42 prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container 18:38:42 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:38:44 $ docker top d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:44 ========================================================= 18:38:44 [edgeXBuildGoParallel] Running Tests and Build... 18:38:44 ========================================================= [Pipeline] sh 18:38:45 + make test 18:38:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:38:58 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 18:38:58 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 18:39:06 ---> 50892d00366e 18:39:06 Step 9/23 : RUN make cmd/core-data/core-data 18:39:08 ---> Running in f9cd95fd3751 18:39:08 ---> 4b2909adb13f 18:39:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:39:08 Removing intermediate container a07100272ff1 18:39:08 ---> 3b64eeada2d7 18:39:08 18:39:08 Step 10/24 : FROM alpine:3.12 18:39:08 ---> 389fef711851 18:39:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:39:08 Removing intermediate container bafad4ed95cb 18:39:08 ---> b7a7ba8a2f6c 18:39:08 18:39:08 Step 10/21 : FROM alpine:3.12 18:39:08 ---> 389fef711851 18:39:08 Step 11/21 : RUN apk add --update --no-cache curl 18:39:08 ---> Running in aa04403ceb92 18:39:08 ---> Running in d40c82f0c5d5 18:39:08 ---> Running in 2ef02c788f0f 18:39:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:39:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:09 (1/5) Installing ca-certificates (20191127-r4) 18:39:09 (1/4) Installing ca-certificates (20191127-r4) 18:39:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:39:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:39:09 (3/4) Installing libcurl (7.69.1-r3) 18:39:09 (3/5) Installing libcurl (7.69.1-r3) 18:39:09 (4/5) Installing curl (7.69.1-r3) 18:39:09 (4/4) Installing curl (7.69.1-r3) 18:39:09 (5/5) Installing dumb-init (1.2.2-r1) 18:39:09 Executing busybox-1.31.1-r19.trigger 18:39:09 Executing busybox-1.31.1-r19.trigger 18:39:09 Executing ca-certificates-20191127-r4.trigger 18:39:09 Executing ca-certificates-20191127-r4.trigger 18:39:09 OK: 7 MiB in 18 packages 18:39:09 OK: 7 MiB in 19 packages 18:39:14 Removing intermediate container d40c82f0c5d5 18:39:14 ---> 8572b0606199 18:39:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:14 Removing intermediate container 2ef02c788f0f 18:39:14 ---> 93f960f91d17 18:39:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:14 ---> Running in e38edb3501f2 18:39:14 ---> Running in adfb9a4d537c 18:39:14 Removing intermediate container adfb9a4d537c 18:39:14 ---> e41fe0fbfcc3 18:39:14 Step 13/24 : WORKDIR / 18:39:14 Removing intermediate container e38edb3501f2 18:39:14 ---> 1b18d73c89e6 18:39:14 Step 13/21 : WORKDIR /edgex 18:39:14 ---> Running in 3d265ad5f51c 18:39:14 ---> Running in abc2dcb854ee 18:39:14 Removing intermediate container 3d265ad5f51c 18:39:14 ---> 8c36c423442e 18:39:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:39:14 Removing intermediate container abc2dcb854ee 18:39:14 ---> 9c3e49b53bf3 18:39:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:39:16 ---> dfcb73b5ef32 18:39:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:39:16 ---> c00f23e1edbf 18:39:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:39:17 ---> 6d1d53c5ba1a 18:39:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:39:17 ---> b8507fe907af 18:39:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:39:17 ? github.com/edgexfoundry/edgex-go [no test files] 18:39:17 ---> 0716e886d92e 18:39:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:39:18 ---> 3ef5a6eb7d01 18:39:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:39:18 ---> Running in 331bd7d8716b 18:39:18 ---> a740000e4172 18:39:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:39:20 Removing intermediate container 331bd7d8716b 18:39:20 ---> 7fa02646e89f 18:39:20 Step 18/21 : CMD ["--init=true"] 18:39:20 ---> ace4e45860aa 18:39:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:39:20 ---> Running in a9d4e3279139 18:39:20 Removing intermediate container a9d4e3279139 18:39:20 ---> 366450b18bc2 18:39:20 Step 19/21 : LABEL arch=x86_64 18:39:20 ---> dba4ebc3cd5b 18:39:20 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/ 18:39:20 ---> Running in 281a173170b2 18:39:20 ---> Running in 6520ac1677a6 18:39:20 Removing intermediate container 281a173170b2 18:39:20 ---> 895466d9c8c7 18:39:20 Step 20/21 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:39:21 ---> Running in bb721ce2a0a8 18:39:21 Removing intermediate container bb721ce2a0a8 18:39:21 ---> 4df8f961d98c 18:39:21 Step 21/21 : LABEL version=0.0.0 18:39:21 ---> Running in 5ab442cc1925 18:39:22 Removing intermediate container 5ab442cc1925 18:39:22 ---> efa95a0199f0 18:39:22 18:39:22 Successfully built efa95a0199f0 18:39:22 Successfully tagged docker-security-proxy-setup-go:latest 18:39:22  Building docker-security-proxy-setup-go ... done Removing intermediate container 6520ac1677a6 18:39:22 ---> f58097fa799f 18:39:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:39:23 ---> Running in 4bbd5a4a562b 18:39:23 Removing intermediate container 4bbd5a4a562b 18:39:23 ---> 4e048052b02d 18:39:23 Step 22/24 : LABEL arch=x86_64 18:39:23 ---> Running in ff41aa68cfdf 18:39:23 Removing intermediate container ff41aa68cfdf 18:39:23 ---> 4c649e194fdb 18:39:23 Step 23/24 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:39:23 ---> Running in 27eebb3f0f9b 18:39:24 Removing intermediate container 27eebb3f0f9b 18:39:24 ---> 2b216df5bb69 18:39:24 Step 24/24 : LABEL version=0.0.0 18:39:24 ---> Running in 07f6f11cc6e9 18:39:24 Removing intermediate container 07f6f11cc6e9 18:39:24 ---> b1379cf49101 18:39:24 18:39:25 Successfully built b1379cf49101 18:39:25 Successfully tagged docker-security-secretstore-setup-go:latest 18:39:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container aa04403ceb92 18:39:27 ---> 4d261abbec29 18:39:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:39:27 ---> Running in e5d419bd7550 18:39:28 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 18:39:31 Removing intermediate container e5d419bd7550 18:39:31 ---> 25db08410baf 18:39:31 18:39:31 Step 11/26 : FROM docker:20.10.0 18:39:31 20.10.0: Pulling from library/docker 18:39:31 Removing intermediate container f9cd95fd3751 18:39:31 ---> f14e73fac385 18:39:31 18:39:31 Step 10/23 : FROM alpine:3.12 18:39:31 ---> 389fef711851 18:39:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:39:31 ---> Running in e3b62c7669a1 18:39:31 Removing intermediate container e3b62c7669a1 18:39:31 ---> dc32e55759af 18:39:31 Step 12/23 : ENV APP_PORT=48080 18:39:32 ---> Running in efe88f504b52 18:39:32 Removing intermediate container efe88f504b52 18:39:32 ---> 44184c72ffc2 18:39:32 Step 13/23 : EXPOSE $APP_PORT 18:39:32 ---> Running in befe0081019b 18:39:33 Removing intermediate container befe0081019b 18:39:33 ---> 263cd0c1dd8b 18:39:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:33 ---> Running in 81f85eba4a49 18:39:34 Removing intermediate container 81f85eba4a49 18:39:34 ---> 4b673a5fe680 18:39:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:39:34 ---> Running in 3e5556f5d38d 18:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:39:36 Status: Downloaded newer image for docker:20.10.0 18:39:36 ---> aefe523efa57 18:39:36 Step 12/26 : RUN apk add --no-cache bash 18:39:36 ---> Running in 6553ac288b98 18:39:36 (1/6) Installing dumb-init (1.2.2-r1) 18:39:36 (2/6) Installing libgcc (9.3.0-r2) 18:39:36 (3/6) Installing libsodium (1.0.18-r0) 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:36 (4/6) Installing libstdc++ (9.3.0-r2) 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:37 (1/2) Installing readline (8.0.4-r0) 18:39:37 (2/2) Installing bash (5.0.17-r0) 18:39:37 Executing bash-5.0.17-r0.post-install 18:39:37 Executing busybox-1.31.1-r19.trigger 18:39:37 OK: 12 MiB in 22 packages 18:39:37 (5/6) Installing libzmq (4.3.3-r0) 18:39:37 Removing intermediate container 6553ac288b98 18:39:37 ---> 9dd08abd1b76 18:39:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:39:37 (6/6) Installing zeromq (4.3.3-r0) 18:39:37 ---> Running in f49f9b07e121 18:39:37 Executing busybox-1.31.1-r19.trigger 18:39:37 OK: 8 MiB in 20 packages 18:39:37 Removing intermediate container f49f9b07e121 18:39:37 ---> c4ff2075182d 18:39:37 Step 14/26 : ENV APP_PORT=48090 18:39:37 ---> Running in 6f06f84db1c3 18:39:38 Removing intermediate container 6f06f84db1c3 18:39:38 ---> ce63e68a709c 18:39:38 Step 15/26 : EXPOSE $APP_PORT 18:39:38 ---> Running in 5e033952a9d6 18:39:38 Removing intermediate container 3e5556f5d38d 18:39:38 ---> 5db7cb890a7f 18:39:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:38 Removing intermediate container 5e033952a9d6 18:39:38 ---> 73947e0bf07f 18:39:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:39:38 ---> 15a698135721 18:39:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:39:39 ---> c30255f77daf 18:39:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:39:39 ---> c6e414fd2c12 18:39:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:39:39 ---> 4f2732866b18 18:39:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:39:39 ---> 3d2e17b6d1fe 18:39:39 Step 19/23 : ENTRYPOINT ["/core-data"] 18:39:39 ---> Running in e6ede44c70d2 18:39:39 ---> 1a76ea626e72 18:39:39 Step 19/26 : RUN apk --no-cache add py3-pip 18:39:39 Removing intermediate container e6ede44c70d2 18:39:39 ---> d7b1284859e4 18:39:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:39 ---> Running in 5f883069597f 18:39:39 ---> Running in cb4dbd47e6e1 18:39:40 Removing intermediate container 5f883069597f 18:39:40 ---> dc8ac19650b6 18:39:40 Step 21/23 : LABEL arch=x86_64 18:39:40 ---> Running in 492757c6ff74 18:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:40 Removing intermediate container 492757c6ff74 18:39:40 ---> 1fe7cf9f4213 18:39:40 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:40 ---> Running in 63fa9882a6b2 18:39:40 (1/33) Installing libbz2 (1.0.8-r1) 18:39:40 (2/33) Installing expat (2.2.9-r1) 18:39:40 (3/33) Installing libffi (3.3-r2) 18:39:40 (4/33) Installing gdbm (1.13-r1) 18:39:40 (5/33) Installing xz-libs (5.2.5-r0) 18:39:40 (6/33) Installing sqlite-libs (3.32.1-r0) 18:39:40 (7/33) Installing python3 (3.8.5-r0) 18:39:40 Removing intermediate container 63fa9882a6b2 18:39:40 ---> 1860399f0a03 18:39:40 Step 23/23 : LABEL version=0.0.0 18:39:44 ---> Running in 8475d7d9e8dc 18:39:44 (8/33) Installing py3-appdirs (1.4.4-r1) 18:39:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:39:44 (10/33) Installing py3-parsing (2.4.7-r0) 18:39:44 (11/33) Installing py3-six (1.15.0-r0) 18:39:44 (12/33) Installing py3-packaging (20.4-r0) 18:39:44 (13/33) Installing py3-setuptools (47.0.0-r0) 18:39:44 (14/33) Installing py3-chardet (3.0.4-r4) 18:39:44 (15/33) Installing py3-idna (2.9-r0) 18:39:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:39:44 Removing intermediate container 8475d7d9e8dc 18:39:44 ---> 1b089e2f2e97 18:39:44 18:39:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:39:44 (18/33) Installing py3-requests (2.23.0-r0) 18:39:44 (19/33) Installing py3-msgpack (1.0.0-r0) 18:39:44 (20/33) Installing py3-lockfile (0.12.2-r3) 18:39:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:39:44 (22/33) Installing py3-colorama (0.4.3-r0) 18:39:44 (23/33) Installing py3-distlib (0.3.0-r0) 18:39:44 (24/33) Installing py3-distro (1.5.0-r1) 18:39:44 (25/33) Installing py3-webencodings (0.5.1-r3) 18:39:44 (26/33) Installing py3-html5lib (1.0.1-r4) 18:39:44 Successfully built 1b089e2f2e97 18:39:45 (27/33) Installing py3-pytoml (0.1.21-r0) 18:39:45 Successfully tagged docker-core-data-go:latest 18:39:45  Building docker-core-data-go ... done (28/33) Installing py3-pep517 (0.8.2-r0) 18:39:45 (29/33) Installing py3-progress (1.5-r0) 18:39:45 (30/33) Installing py3-toml (0.10.1-r0) 18:39:45 (31/33) Installing py3-retrying (1.3.3-r0) 18:39:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:39:45 (33/33) Installing py3-pip (20.1.1-r0) 18:39:45 Executing busybox-1.31.1-r19.trigger 18:39:45 OK: 71 MiB in 55 packages 18:39:51 Removing intermediate container cb4dbd47e6e1 18:39:51 ---> 2829cc1b2492 18:39:51 Step 20/26 : RUN pip install docker-compose==1.23.2 18:39:51 ---> Running in 003fe101b3dc 18:39:53 Collecting docker-compose==1.23.2 18:39:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:39:53 Collecting jsonschema<3,>=2.5.1 18:39:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:39:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:39:53 Collecting cached-property<2,>=1.2.0 18:39:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:39:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:39:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:39:54 Collecting texttable<0.10,>=0.9.0 18:39:54 Downloading texttable-0.9.1.tar.gz (11 kB) 18:39:54 Collecting websocket-client<1.0,>=0.32.0 18:39:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:39:54 Collecting PyYAML<4,>=3.10 18:39:54 Downloading PyYAML-3.13.tar.gz (270 kB) 18:39:55 Collecting docker<4.0,>=3.6.0 18:39:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:39:56 Collecting dockerpty<0.5,>=0.4.1 18:39:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:39:56 Collecting docopt<0.7,>=0.6.1 18:39:56 Downloading docopt-0.6.2.tar.gz (25 kB) 18:39:57 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) 18:39:57 Collecting idna<2.8,>=2.5 18:39:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:39:57 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) 18:39:57 Collecting urllib3<1.25,>=1.21.1 18:39:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:39:57 Collecting docker-pycreds>=0.4.0 18:39:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:39:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:39:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:39:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:39:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:39:58 Installing collected packages: jsonschema, cached-property, idna, urllib3, requests, texttable, websocket-client, PyYAML, docker-pycreds, docker, dockerpty, docopt, docker-compose 18:39:58 Attempting uninstall: idna 18:39:58 Found existing installation: idna 2.9 18:39:58 Uninstalling idna-2.9: 18:39:58 Successfully uninstalled idna-2.9 18:39:58 Attempting uninstall: urllib3 18:39:58 Found existing installation: urllib3 1.25.9 18:39:58 Uninstalling urllib3-1.25.9: 18:39:58 Successfully uninstalled urllib3-1.25.9 18:39:58 Attempting uninstall: requests 18:39:58 Found existing installation: requests 2.23.0 18:39:58 Uninstalling requests-2.23.0: 18:39:58 Successfully uninstalled requests-2.23.0 18:39:58 Running setup.py install for texttable: started 18:39:59 Running setup.py install for texttable: finished with status 'done' 18:39:59 Running setup.py install for PyYAML: started 18:39:59 Running setup.py install for PyYAML: finished with status 'done' 18:39:59 Running setup.py install for dockerpty: started 18:40:00 Running setup.py install for dockerpty: finished with status 'done' 18:40:00 Running setup.py install for docopt: started 18:40:01 Running setup.py install for docopt: finished with status 'done' 18:40:01 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 18:40:04 Removing intermediate container 003fe101b3dc 18:40:04 ---> 3151e82bc9f3 18:40:04 Step 21/26 : RUN apk --no-cache add curl 18:40:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:40:04 ---> Running in 97c47e27e0ad 18:40:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:40:05 (2/3) Installing libcurl (7.69.1-r3) 18:40:05 (3/3) Installing curl (7.69.1-r3) 18:40:05 Executing busybox-1.31.1-r19.trigger 18:40:05 OK: 72 MiB in 58 packages 18:40:06 Removing intermediate container 97c47e27e0ad 18:40:06 ---> 8e0450fa53e9 18:40:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:40:06 ---> Running in 418234b0929e 18:40:06 Removing intermediate container 418234b0929e 18:40:06 ---> c472cd9d3626 18:40:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:06 ---> Running in 0c6d6cf01283 18:40:06 Removing intermediate container 0c6d6cf01283 18:40:06 ---> 7ec36377b39e 18:40:06 Step 24/26 : LABEL arch=x86_64 18:40:06 ---> Running in 420626d5e213 18:40:06 Removing intermediate container 420626d5e213 18:40:06 ---> fdf688f45b2b 18:40:06 Step 25/26 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:40:06 ---> Running in 7197df7e1235 18:40:07 Removing intermediate container 7197df7e1235 18:40:07 ---> eeee857a0dc6 18:40:07 Step 26/26 : LABEL version=0.0.0 18:40:07 ---> Running in 99cd6b877ab8 18:40:07 Removing intermediate container 99cd6b877ab8 18:40:07 ---> 53723edb1395 18:40:07 18:40:07 Successfully built 53723edb1395 18:40:07 Successfully tagged docker-sys-mgmt-agent-go:latest 18:40:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:40:07 $ docker stop --time=1 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 18:40:09 $ docker rm -f 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:10 + docker images 18:40:10 + grep docker 18:40:10 docker-sys-mgmt-agent-go latest 53723edb1395 3 seconds ago 313MB 18:40:10 docker-core-data-go latest 1b089e2f2e97 27 seconds ago 22.3MB 18:40:10 docker-security-secretstore-setup-go latest b1379cf49101 46 seconds ago 24.6MB 18:40:10 docker-security-proxy-setup-go latest efa95a0199f0 49 seconds ago 24.4MB 18:40:10 docker-security-bootstrapper-go latest a116cc65ebc9 About a minute ago 17.9MB 18:40:10 docker-support-notifications-go latest 0102caf3afae 2 minutes ago 17.6MB 18:40:10 docker-core-command-go latest f57edb3af44a 2 minutes ago 16.9MB 18:40:10 docker-core-metadata-go latest 7b0e9d0cfc7f 2 minutes ago 18.8MB 18:40:10 docker-support-scheduler-go latest ec0fd8b9e5dc 2 minutes ago 17MB 18:40:10 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 18:40:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:40:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:40:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:40:26 Still waiting to schedule task 18:40:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:40:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.6% of statements 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements 18:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements 18:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:40:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.744s coverage: 82.3% of statements 18:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 18:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:40:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements 18:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:40:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements 18:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:40:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 18:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.117s coverage: 92.8% of statements 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 18:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements 18:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 18:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 18:41:20 Running on prd-ubuntu18.04-docker-8c-8g-25826 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws 18:41:20 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:41:22 using credential edgex-jenkins-ssh 18:41:23 Cloning the remote Git repository 18:41:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:41:23 > git init /w/workspace/edgex-go/6 # timeout=10 18:41:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:41:23 > git --version # timeout=10 18:41:23 > git --version # 'git version 2.17.1' 18:41:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.727s coverage: 63.5% of statements 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 91.3% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 18:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 18:41:33 Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:41:33 Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:41:33 Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 18:41:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:41:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:41:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:41:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:33 > git config core.sparsecheckout # timeout=10 18:41:33 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 18:41:33 > git remote # timeout=10 18:41:33 > git config --get remote.origin.url # timeout=10 18:41:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:33 > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 18:41:33 > git rev-parse HEAD^{commit} # timeout=10 18:41:33 > git config core.sparsecheckout # timeout=10 18:41:33 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 18:41:36 Commit message: "feat(notifications): Implement PATCH /subscription V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:41:37 + echo snap-build.sh 18:41:37 snap-build.sh 18:41:37 + SNAP_BASE_DIR=. 18:41:37 + '[' '!' -z /w/workspace/edgex-go/6 ']' 18:41:37 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 18:41:37 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 18:41:37 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 18:41:37 + cd /w/workspace/edgex-go/6 18:41:37 + sudo apt-get remove -qy --purge lxd lxd-client 18:41:37 Reading package lists... 18:41:37 Building dependency tree... 18:41:37 Reading state information... 18:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.787s coverage: 68.9% of statements 18:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:41:37 The following packages were automatically installed and are no longer required: 18:41:37 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:41:37 uidmap xdelta3 18:41:37 Use 'sudo apt autoremove' to remove them. 18:41:37 The following packages will be REMOVED: 18:41:37 lxd* lxd-client* 18:41:38 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:41:38 After this operation, 31.7 MB disk space will be freed. 18:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements 18:41:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:41:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.669s coverage: 84.0% of statements 18:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements 18:41:39 (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.) 18:41:39 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:41:40 Removing lxd dnsmasq configuration 18:41:40 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:41:40 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:41:41 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:41:41 (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.) 18:41:41 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:41:43 Processing triggers for systemd (237-3ubuntu10.42) ... 18:41:43 Processing triggers for ureadahead (0.100.0-21) ... 18:41:44 + sudo snap remove --purge lxd 18:41:44 snap "lxd" is not installed 18:41:44 + sudo groupadd --force --system lxd 18:41:44 ++ whoami 18:41:44 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:41:45 + newgrp - lxd 18:41:45 + sudo snap install lxd 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 89.4% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:41:53 2021-02-09T18:41:50Z INFO Waiting for automatic snapd restart... 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.184s coverage: 29.1% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 100.0% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:41:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 18:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 18:41:58 GO111MODULE=on go vet ./... 18:42:08 lxd 4.11 from Canonical* installed 18:42:08 + sudo lxd init --auto 18:42:18 + sudo snap install --classic snapcraft 18:42:21 snapcraft 4.5.1 from Canonical* installed 18:42:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:42:21 + patch --verbose -p1 18:42:21 Hmm... Looks like a unified diff to me... 18:42:21 The text leading up to this was: 18:42:21 -------------------------- 18:42:21 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:42:21 |From: Tony Espy 18:42:21 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:42:21 |Subject: [PATCH] optimize snap build for pipeline CI check 18:42:21 | 18:42:21 |This patch is used by the EdgeX CI pipeline builds to 18:42:21 |optimize the snap CI check run for pull requests. When 18:42:21 |applied, it essentially strips out everything (apps and 18:42:21 |parts) from the snapcraft.yaml file except those required 18:42:21 |to build edgex-go, as the whole idea of the CI check is to 18:42:21 |catch changes to edgex-go that break the snap build. 18:42:21 | 18:42:21 |In general, anyone updating snapcraft.yaml will also need 18:42:21 |to update this patch file, otherwise it may fail to apply, 18:42:21 |resulting in a failed snap build CI check in the associated 18:42:21 |pull request. 18:42:21 | 18:42:21 |Note - in addition to applying this patch, the pipeline also 18:42:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:42:21 |need to build the finally binary .snap file (and it won't 18:42:21 |work with the patch applied). This further reduces the build 18:42:21 |time. 18:42:21 |--- 18:42:21 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:42:21 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:42:21 | 18:42:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:42:21 |index 1e537489..faf42425 100644 18:42:21 |--- a/snap/snapcraft.yaml 18:42:21 |+++ b/snap/snapcraft.yaml 18:42:21 -------------------------- 18:42:21 patching file snap/snapcraft.yaml 18:42:21 Using Plan A... 18:42:21 Hunk #1 succeeded at 73. 18:42:21 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 18:42:21 Hunk #3 succeeded at 217 (offset 3 lines). 18:42:21 Hunk #4 succeeded at 225 (offset 3 lines). 18:42:21 Hunk #5 succeeded at 232 (offset 3 lines). 18:42:21 Hunk #6 succeeded at 259 (offset 3 lines). 18:42:21 Hunk #7 succeeded at 293 (offset 3 lines). 18:42:21 Hunk #8 succeeded at 352 (offset 11 lines). 18:42:21 Hmm... Ignoring the trailing garbage. 18:42:21 done 18:42:21 + sudo snapcraft prime --use-lxd 18:42:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:42:22 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: 18:42:22 - README.md 18:42:22 - snapcraft.yaml.orig 18:42:22 18:42:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:42:23 Launching a container. 18:42:36 Waiting for container to be ready 18:42:36 To start your first instance, try: lxc launch ubuntu:18.04 18:42:36 18:42:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:42:38 Waiting for network to be ready... 18:42:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:42:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 18:42:39 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:42:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 18:42:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:42:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:42:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:42:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:42:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 18:42:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 18:42:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:42:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:42:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:42:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:42:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:42:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:42:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:42:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:42:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:42:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 18:42:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 18:42:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:42:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:42:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:42:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:42:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 18:42:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:42:42 Fetched 23.9 MB in 4s (6141 kB/s) 18:42:43 Reading package lists... 18:42:44 Reading package lists... 18:42:44 Building dependency tree... 18:42:44 Reading state information... 18:42:44 The following additional packages will be installed: 18:42:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:42:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:42:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:42:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:42:44 Suggested packages: 18:42:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:42:44 Recommended packages: 18:42:44 gnupg libsasl2-modules 18:42:44 The following NEW packages will be installed: 18:42:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:42:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:42:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:42:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:42:44 The following packages will be upgraded: 18:42:44 gpg gpg-agent gpgconf libudev1 18:42:44 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:42:44 Need to get 3532 kB of archives. 18:42:44 After this operation, 13.3 MB of additional disk space will be used. 18:42:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:42:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:42:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:42:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:42:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:42:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:42:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:42:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 18:42:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 18:42:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:42:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:42:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:42:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:42:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:42:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:42:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:42:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:42:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:42:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:42:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:42:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:42:46 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:42:46 debconf: delaying package configuration, since apt-utils is not installed 18:42:46 Fetched 3532 kB in 2s (1992 kB/s) 18:42:46 (Reading database ... 12511 files and directories currently installed.) 18:42:46 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:42:46 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:42:46 Selecting previously unselected package udev. 18:42:46 (Reading database ... 12511 files and directories currently installed.) 18:42:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:42:46 Unpacking udev (237-3ubuntu10.44) ... 18:42:47 Selecting previously unselected package libfuse2:amd64. 18:42:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:42:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:42:47 Selecting previously unselected package fuse. 18:42:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:42:47 Unpacking fuse (2.9.7-1ubuntu1) ... 18:42:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:42:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:42:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:42:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:42:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:42:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:42:47 Selecting previously unselected package libksba8:amd64. 18:42:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:42:47 Unpacking libksba8:amd64 (1.3.5-2) ... 18:42:47 Selecting previously unselected package libroken18-heimdal:amd64. 18:42:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:42:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:42:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:42:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libwind0-heimdal:amd64. 18:42:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:42:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:42:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:42:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:42:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:42:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:48 Selecting previously unselected package libsasl2-modules-db:amd64. 18:42:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:42:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:42:48 Selecting previously unselected package libsasl2-2:amd64. 18:42:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:42:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:42:49 Selecting previously unselected package libldap-common. 18:42:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 18:42:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 18:42:49 Selecting previously unselected package libldap-2.4-2:amd64. 18:42:49 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 18:42:49 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 18:42:49 Selecting previously unselected package dirmngr. 18:42:49 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:42:49 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:42:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 18:42:49 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:42:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:42:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:42:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:42:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:42:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:49 Setting up libksba8:amd64 (1.3.5-2) ... 18:42:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:42:49 Setting up udev (237-3ubuntu10.44) ... 18:42:49 invoke-rc.d: policy-rc.d denied execution of start. 18:42:50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Processing triggers for systemd (237-3ubuntu10) ... 18:42:50 Setting up fuse (2.9.7-1ubuntu1) ... 18:42:50 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:42:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:42:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 18:42:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:42:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:42:51 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:42:51 settings in the [Install] section, and DefaultInstance for template units). 18:42:51 This means they are not meant to be enabled using systemctl. 18:42:51 Possible reasons for having this kind of units are: 18:42:51 1) A unit may be statically enabled by being symlinked from another unit's 18:42:51 .wants/ or .requires/ directory. 18:42:51 2) A unit's purpose may be to act as a helper for some other unit which has 18:42:51 a requirement dependency on it. 18:42:51 3) A unit may be started when needed via activation (socket, path, timer, 18:42:51 D-Bus, udev, scripted systemctl call, ...). 18:42:51 4) In case of template units, the unit is meant to be enabled with some 18:42:51 instance name specified. 18:42:51 Reading package lists... 18:42:51 Building dependency tree... 18:42:51 Reading state information... 18:42:51 The following additional packages will be installed: 18:42:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:42:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:42:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:42:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:42:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:42:51 Suggested packages: 18:42:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:42:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:42:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:42:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:42:51 systemd-container policykit-1 18:42:51 Recommended packages: 18:42:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:42:51 The following NEW packages will be installed: 18:42:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:42:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:42:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:42:51 multiarch-support openssh-client python3 python3-minimal python3.6 18:42:51 python3.6-minimal snapd squashfs-tools sudo 18:42:51 The following packages will be upgraded: 18:42:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:42:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:42:51 Need to get 35.2 MB of archives. 18:42:51 After this operation, 141 MB of additional disk space will be used. 18:42:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:42:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:42:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:42:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:42:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:42:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:42:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:42:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:42:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:42:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:42:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:42:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:42:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:42:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:42:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:42:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:42:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:42:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:42:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:42:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:42:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:42:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:42:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:42:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:42:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:42:52 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:42:52 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:42:52 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:42:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:42:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:42:54 debconf: delaying package configuration, since apt-utils is not installed 18:42:54 Fetched 35.2 MB in 2s (16.2 MB/s) 18:42:54 (Reading database ... 12757 files and directories currently installed.) 18:42:54 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:42:54 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:42:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:55 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:42:55 (Reading database ... 12757 files and directories currently installed.) 18:42:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:42:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:42:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:42:55 (Reading database ... 12757 files and directories currently installed.) 18:42:55 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:42:55 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:42:56 Setting up apt (1.6.12ubuntu0.2) ... 18:42:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:42:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:42:56 (Reading database ... 12764 files and directories currently installed.) 18:42:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:42:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:42:56 Selecting previously unselected package libpython3.6-minimal:amd64. 18:42:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:57 Selecting previously unselected package libexpat1:amd64. 18:42:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:42:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:42:57 Selecting previously unselected package python3.6-minimal. 18:42:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:42:57 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:42:57 Checking for services that may need to be restarted...done. 18:42:57 Checking for services that may need to be restarted...done. 18:42:57 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:42:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:42:58 Selecting previously unselected package python3-minimal. 18:42:58 (Reading database ... 13012 files and directories currently installed.) 18:42:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:42:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:42:58 Selecting previously unselected package mime-support. 18:42:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:42:58 Unpacking mime-support (3.60ubuntu1) ... 18:42:58 Selecting previously unselected package libmpdec2:amd64. 18:42:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:42:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:42:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:42:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:58 Selecting previously unselected package python3.6. 18:42:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:42:58 Selecting previously unselected package libpython3-stdlib:amd64. 18:42:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:42:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:42:58 Setting up python3-minimal (3.6.7-1~18.04) ... 18:42:59 Selecting previously unselected package python3. 18:42:59 (Reading database ... 13442 files and directories currently installed.) 18:42:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:42:59 Unpacking python3 (3.6.7-1~18.04) ... 18:42:59 Selecting previously unselected package multiarch-support. 18:42:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:42:59 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:42:59 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:42:59 Selecting previously unselected package liblzo2-2:amd64. 18:42:59 (Reading database ... 13479 files and directories currently installed.) 18:42:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:42:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:42:59 Selecting previously unselected package libbsd0:amd64. 18:42:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:42:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:42:59 Selecting previously unselected package sudo. 18:42:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:42:59 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:42:59 Selecting previously unselected package apparmor. 18:42:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:42:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:43:00 Selecting previously unselected package libedit2:amd64. 18:43:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:43:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:43:00 Selecting previously unselected package libkrb5support0:amd64. 18:43:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:43:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:43:00 Selecting previously unselected package libk5crypto3:amd64. 18:43:00 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:43:00 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:43:00 Selecting previously unselected package libkeyutils1:amd64. 18:43:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:43:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:43:00 Selecting previously unselected package libkrb5-3:amd64. 18:43:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:43:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:43:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:43:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:43:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:43:00 Selecting previously unselected package libssl1.0.0:amd64. 18:43:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:43:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:43:00 Selecting previously unselected package openssh-client. 18:43:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:43:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:43:01 Selecting previously unselected package squashfs-tools. 18:43:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:43:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:43:01 Selecting previously unselected package snapd. 18:43:01 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:43:01 Unpacking snapd (2.48+18.04) ... 18:43:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:43:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:43:03 Setting up mime-support (3.60ubuntu1) ... 18:43:03 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:43:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:43:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:43:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:43:03 Setting up systemd (237-3ubuntu10.44) ... 18:43:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:43:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:43:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:43:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:43:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:43:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:43:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:43:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:43:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:43:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:43:05 Setting up python3 (3.6.7-1~18.04) ... 18:43:05 running python rtupdate hooks for python3.6... 18:43:05 running python post-rtupdate hooks for python3.6... 18:43:05 Setting up apparmor (2.12-4ubuntu5.1) ... 18:43:07 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:43:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:43:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:43:08 Setting up snapd (2.48+18.04) ... 18:43:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:43:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:43:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:43:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:43:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:43:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:43:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:43:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:43:09 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:43:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:43:10 /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' 18:43:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:43:10 Processing triggers for systemd (237-3ubuntu10.44) ... 18:43:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:43:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:43:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:43:12 Reading package lists... 18:43:12 Reading package lists... 18:43:13 Building dependency tree... 18:43:13 Reading state information... 18:43:13 Calculating upgrade... 18:43:13 The following packages will be upgraded: 18:43:13 advancecomp base-files bash binutils binutils-common 18:43:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:43:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:43:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:43:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:43:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:43:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:43:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:43:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:43:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:43:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:43:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:43:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:43:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:43:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:43:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:43:13 Need to get 63.8 MB of archives. 18:43:13 After this operation, 5188 kB of additional disk space will be used. 18:43:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 18:43:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:43:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:43:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:43:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:43:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:43:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:43:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:43:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:43:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:43:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:43:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:43:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:43:14 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:43:14 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:43:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:43:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:43:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:43:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:43:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:43:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:43:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:43:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:43:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:43:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:43:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:43:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:43:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:43:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:43:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:43:14 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:43:14 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:43:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:43:14 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:43:15 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:43:15 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:43:15 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:43:15 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:43:15 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:43:15 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:43:15 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:43:15 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] 18:43:15 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:43:15 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:43:15 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:43:15 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:43:15 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:43:15 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:43:15 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:43:15 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:43:15 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:43:15 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:43:15 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:43:15 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:43:15 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:43:15 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:43:15 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:43:15 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:43:15 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:43:15 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:43:15 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:43:15 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:43:15 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:43:15 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:43:15 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:43:15 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:43:15 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:43:15 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:43:15 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:43:15 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:43:15 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:43:15 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:43:15 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:43:15 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:43:15 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:43:15 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:43:15 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:43:15 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:43:15 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:43:15 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:43:15 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:43:15 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:43:15 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] 18:43:15 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:43:15 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:43:15 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:43:15 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:43:15 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:43:15 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:43:15 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:43:16 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:43:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:43:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:43:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:43:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:43:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:43:16 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:43:16 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:43:16 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:43:16 debconf: delaying package configuration, since apt-utils is not installed 18:43:16 Fetched 63.8 MB in 4s (17.8 MB/s) 18:43:17 (Reading database ... 13912 files and directories currently installed.) 18:43:17 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:43:17 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:43:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:43:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:43:18 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 18:43:18 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 18:43:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:19 (Reading database ... 13911 files and directories currently installed.) 18:43:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:43:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:43:19 (Reading database ... 13911 files and directories currently installed.) 18:43:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:20 gofmt -l . 18:43:20 [ "`gofmt -l .`" = "" ] 18:43:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:43:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:43:20 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:20 (Reading database ... 13911 files and directories currently installed.) 18:43:20 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:43:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:43:21 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:43:21 (Reading database ... 13911 files and directories currently installed.) 18:43:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:43:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:43:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:43:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:43:21 Setting up base-files (10.1ubuntu2.10) ... 18:43:21 Installing new version of config file /etc/issue ... 18:43:21 Installing new version of config file /etc/issue.net ... 18:43:21 Installing new version of config file /etc/lsb-release ... 18:43:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:43:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:43:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:43:22 Removing obsolete conffile /etc/default/motd-news ... 18:43:22 (Reading database ... 13912 files and directories currently installed.) 18:43:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:43:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:43:22 ./bin/test-go-mod-tidy.sh 18:43:22 Setting up bash (4.4.18-2ubuntu1.2) ... 18:43:22 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 18:43:22 (Reading database ... 13912 files and directories currently installed.) 18:43:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:43:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:43:23 ./bin/test-attribution-txt.sh 18:43:23 (Reading database ... 13912 files and directories currently installed.) 18:43:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:43:23 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:43:23 Setting up tar (1.29b-2ubuntu0.2) ... 18:43:23 (Reading database ... 13912 files and directories currently installed.) 18:43:23 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:43:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:43:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:43:23 (Reading database ... 13912 files and directories currently installed.) 18:43:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:43:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:43:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:43:23 (Reading database ... 13912 files and directories currently installed.) 18:43:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:43:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] sh 18:43:24 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:43:24 (Reading database ... 13912 files and directories currently installed.) 18:43:24 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:43:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:43:24 Setting up grep (3.1-2build1) ... 18:43:24 (Reading database ... 13912 files and directories currently installed.) 18:43:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:43:24 + ls -al . 18:43:24 total 728 18:43:24 drwxrwxr-x 9 1001 1001 4096 Feb 9 18:43 . 18:43:24 drwxr-xr-x 4 root root 4096 Feb 9 18:38 .. 18:43:24 -rw-rw-r-- 1 1001 1001 11 Feb 9 18:36 .dockerignore 18:43:24 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:37 .git 18:43:24 drwxrwxr-x 3 1001 1001 4096 Feb 9 18:36 .github 18:43:24 -rw-rw-r-- 1 1001 1001 818 Feb 9 18:36 .gitignore 18:43:24 -rw-rw-r-- 1 1001 1001 166 Feb 9 18:36 .sonarcloud.properties 18:43:24 -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:36 Attribution.txt 18:43:24 -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:36 CONTRIBUTING.md 18:43:24 -rw-rw-r-- 1 1001 1001 931 Feb 9 18:36 Dockerfile.build 18:43:24 -rw-rw-r-- 1 1001 1001 863 Feb 9 18:36 Jenkinsfile 18:43:24 -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:36 LICENSE 18:43:24 -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:36 Makefile 18:43:24 -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:36 README.md 18:43:24 -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:36 SECURITY.md 18:43:24 -rw-rw-r-- 1 1001 1001 5 Feb 9 18:31 VERSION 18:43:24 -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:36 ZMQWindows.md 18:43:24 drwxrwxr-x 2 1001 1001 4096 Feb 9 18:36 bin 18:43:24 drwxrwxr-x 14 1001 1001 4096 Feb 9 18:36 cmd 18:43:24 -rw-r--r-- 1 root root 594557 Feb 9 18:41 coverage.out 18:43:24 -rw-r--r-- 1 root root 1054 Feb 9 18:43 go.mod 18:43:24 -rw-r--r-- 1 root root 19290 Feb 9 18:43 go.sum 18:43:24 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:36 internal 18:43:24 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:36 openapi 18:43:24 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:36 snap 18:43:24 -rw-rw-r-- 1 1001 1001 168 Feb 9 18:36 version.go 18:43:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:43:24 Setting up login (1:4.5-1ubuntu2) ... [Pipeline] sh 18:43:24 (Reading database ... 13912 files and directories currently installed.) 18:43:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:43:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:43:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:43:25 (Reading database ... 13912 files and directories currently installed.) 18:43:25 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:43:25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:43:25 + '[' -e coverage.out ] 18:43:25 + chown 1001:1001 coverage.out [Pipeline] stash 18:43:25 Warning: overwriting stash ‘coverage-report’ 18:43:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:43:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:43:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:43:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:43:26 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:43:26 (Reading database ... 13912 files and directories currently installed.) 18:43:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:43:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:43:26 Stashed 1 file(s) [Pipeline] sh 18:43:27 + make build 18:43:27 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 18:43:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:43:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:43:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:43:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:43:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:43:27 (Reading database ... 13912 files and directories currently installed.) 18:43:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:43:28 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:43:28 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:43:28 (Reading database ... 13912 files and directories currently installed.) 18:43:28 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:28 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:28 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:43:28 (Reading database ... 13912 files and directories currently installed.) 18:43:28 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:28 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:28 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:43:28 (Reading database ... 13912 files and directories currently installed.) 18:43:28 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:28 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:28 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:43:29 (Reading database ... 13912 files and directories currently installed.) 18:43:29 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:29 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:29 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:43:29 (Reading database ... 13912 files and directories currently installed.) 18:43:29 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:43:29 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:43:29 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:43:29 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:43:29 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:43:29 (Reading database ... 13912 files and directories currently installed.) 18:43:29 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:43:29 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:43:29 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:43:29 (Reading database ... 13912 files and directories currently installed.) 18:43:29 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:29 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:30 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:43:30 (Reading database ... 13912 files and directories currently installed.) 18:43:30 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:30 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:30 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:43:30 (Reading database ... 13912 files and directories currently installed.) 18:43:30 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:30 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:30 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:43:31 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:43:31 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:43:31 (Reading database ... 13912 files and directories currently installed.) 18:43:31 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:43:31 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:43:31 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:43:32 (Reading database ... 13912 files and directories currently installed.) 18:43:32 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:43:32 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:43:32 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:43:32 (Reading database ... 13914 files and directories currently installed.) 18:43:32 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:43:32 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:43:32 Setting up debconf (1.5.66ubuntu1) ... 18:43:32 (Reading database ... 13914 files and directories currently installed.) 18:43:32 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:43:32 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:43:33 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:43:33 (Reading database ... 13914 files and directories currently installed.) 18:43:33 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:43:33 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:43:33 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:43:33 (Reading database ... 13914 files and directories currently installed.) 18:43:33 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:43:33 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:43:33 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:43:33 (Reading database ... 13914 files and directories currently installed.) 18:43:33 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:43:33 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:43:33 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:43:33 (Reading database ... 13914 files and directories currently installed.) 18:43:33 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:43:34 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:43:34 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:43:34 (Reading database ... 13914 files and directories currently installed.) 18:43:34 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:43:34 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:43:34 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:43:34 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:43:34 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:43:34 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:43:34 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:43:34 (Reading database ... 13914 files and directories currently installed.) 18:43:34 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:43:34 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:43:35 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:43:35 (Reading database ... 13914 files and directories currently installed.) 18:43:35 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:43:35 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:43:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:43:35 (Reading database ... 13914 files and directories currently installed.) 18:43:35 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:43:35 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:43:35 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:43:36 (Reading database ... 13914 files and directories currently installed.) 18:43:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:43:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:43:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:43:36 (Reading database ... 13914 files and directories currently installed.) 18:43:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:43:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:43:36 Setting up passwd (1:4.5-1ubuntu2) ... 18:43:36 (Reading database ... 13914 files and directories currently installed.) 18:43:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:43:36 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:43:36 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:43:37 (Reading database ... 13914 files and directories currently installed.) 18:43:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:43:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:43:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:43:37 (Reading database ... 13914 files and directories currently installed.) 18:43:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:43:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:43:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:43:37 (Reading database ... 13914 files and directories currently installed.) 18:43:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:43:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:43:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:43:37 (Reading database ... 13914 files and directories currently installed.) 18:43:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:43:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:43:38 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:43:38 (Reading database ... 13914 files and directories currently installed.) 18:43:38 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:43:38 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:43:38 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:43:38 (Reading database ... 13914 files and directories currently installed.) 18:43:38 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:43:38 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:43:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:43:38 (Reading database ... 13915 files and directories currently installed.) 18:43:38 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:43:38 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:43:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:43:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:43:39 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:43:39 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:43:39 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:43:39 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:43:39 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:43:39 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:43:39 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:43:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:43:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:43:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:43:39 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 18:43:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:43:39 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:43:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:43:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:43:40 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:43:40 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:43:40 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:43:40 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:43:40 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:43:40 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:43:41 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:43:41 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:43:41 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:43:41 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:43:41 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:43:41 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:43:41 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:43:41 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:43:42 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:43:42 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:43:42 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:43:42 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:43:42 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:42 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:42 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:42 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:43 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:43 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:43 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:43 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:44 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:44 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:45 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:45 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:45 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:46 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:46 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:43:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:43:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:43:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:43:47 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:43:47 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:43:47 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:43:47 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:43:47 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:43:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:43:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:43:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:43:48 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:43:48 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:43:48 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:43:48 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:43:48 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:48 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:43:48 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:48 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:48 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:48 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:43:48 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:43:48 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:43:48 18:43:48 Current default time zone: 'Etc/UTC' 18:43:48 Local time is now: Tue Feb 9 18:43:48 UTC 2021. 18:43:48 Universal Time is now: Tue Feb 9 18:43:48 UTC 2021. 18:43:48 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:43:48 18:43:48 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:43:48 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:48 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 18:43:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:43:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:43:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:43:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:43:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:43:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:43:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:43:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:43:49 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:49 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:43:49 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:49 Setting up patch (2.7.6-2ubuntu1.1) ... 18:43:49 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:43:49 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:43:49 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:43:49 Installing new version of config file /etc/ssl/openssl.cnf ... 18:43:49 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:43:49 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:43:49 Setting up ca-certificates (20210119~18.04.1) ... 18:43:51 Updating certificates in /etc/ssl/certs... 18:43:52 23 added, 27 removed; done. 18:43:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:43:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:43:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:43:52 Setting up pkgbinarymangler (138.18.04.1) ... 18:43:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:43:53 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up perl (5.26.1-6ubuntu0.5) ... 18:43:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:43:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:43:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:43:53 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:43:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:43:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:43:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:43:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:43:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:43:53 Processing triggers for systemd (237-3ubuntu10.44) ... 18:43:53 Processing triggers for mime-support (3.60ubuntu1) ... 18:43:53 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:43:53 Updating certificates in /etc/ssl/certs... 18:43:54 0 added, 0 removed; done. 18:43:54 Running hooks in /etc/ca-certificates/update.d... 18:43:54 done. 18:43:54 Reading package lists... 18:43:55 Building dependency tree... 18:43:55 Reading state information... 18:43:55 The following NEW packages will be installed: 18:43:55 apt-transport-https 18:43:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:43:55 Need to get 1696 B of archives. 18:43:55 After this operation, 153 kB of additional disk space will be used. 18:43:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:43:55 debconf: delaying package configuration, since apt-utils is not installed 18:43:55 Fetched 1696 B in 0s (22.1 kB/s) 18:43:55 Selecting previously unselected package apt-transport-https. 18:43:55 (Reading database ... 13920 files and directories currently installed.) 18:43:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:43:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:43:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:43:55 Waiting for network to be ready... 18:44:02 2021-02-09T18:43:58Z INFO Waiting for automatic snapd restart... 18:44:02 snapd 2.48.2.1 from Canonical* installed 18:44:03 "snapd" switched to the "latest/stable" channel 18:44:03 18:44:06 core18 20210128 from Canonical* installed 18:44:06 "core18" switched to the "latest/stable" channel 18:44:06 18:44:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:44:09 snapcraft 4.5.1 from Canonical* installed 18:44:09 "snapcraft" switched to the "latest/stable" channel 18:44:09 18:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:44:13 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: 18:44:13 - README.md 18:44:13 - snapcraft.yaml.orig 18:44:13 18:44:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:44:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:44:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:44:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:44:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:44:21 Reading package lists... 18:44:21 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 18:44:26 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 18:44:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:44:27 Reading package lists... 18:44:27 Building dependency tree... 18:44:27 Reading state information... 18:44:27 Suggested packages: 18:44:27 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:44:27 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:44:27 Recommended packages: 18:44:27 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:44:27 The following NEW packages will be installed: 18:44:27 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:44:27 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:44:27 pkg-config zip 18:44:27 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:44:27 Need to get 7655 kB of archives. 18:44:27 After this operation, 43.7 MB of additional disk space will be used. 18:44:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:44:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:44:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:44:28 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:44:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:44:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:44:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:44:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:44:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:44:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:44:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:44:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:44:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:44:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:44:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:44:28 debconf: delaying package configuration, since apt-utils is not installed 18:44:28 Fetched 7655 kB in 1s (9987 kB/s) 18:44:28 Selecting previously unselected package libglib2.0-0:amd64. 18:44:28 (Reading database ... 13924 files and directories currently installed.) 18:44:28 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:44:28 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:44:29 Selecting previously unselected package libpsl5:amd64. 18:44:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:44:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:44:29 Selecting previously unselected package libnghttp2-14:amd64. 18:44:29 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:44:29 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:44:29 Selecting previously unselected package librtmp1:amd64. 18:44:29 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:44:29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:44:29 Selecting previously unselected package libcurl3-gnutls:amd64. 18:44:29 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:44:29 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:44:29 Selecting previously unselected package liberror-perl. 18:44:29 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:44:29 Unpacking liberror-perl (0.17025-1) ... 18:44:29 Selecting previously unselected package git-man. 18:44:29 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:44:29 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:44:29 Selecting previously unselected package git. 18:44:29 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:44:29 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:44:30 Selecting previously unselected package libnorm1:amd64. 18:44:30 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:44:30 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:44:30 Selecting previously unselected package libpgm-5.2-0:amd64. 18:44:30 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:44:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:44:30 Selecting previously unselected package libsodium23:amd64. 18:44:30 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:44:30 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:44:31 Selecting previously unselected package libzmq5:amd64. 18:44:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:44:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:44:31 Selecting previously unselected package libzmq3-dev:amd64. 18:44:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:44:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:44:31 Selecting previously unselected package pkg-config. 18:44:31 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:44:31 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:44:31 Selecting previously unselected package zip. 18:44:31 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:44:31 Unpacking zip (3.0-11build1) ... 18:44:31 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:44:31 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:44:31 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:44:31 Setting up liberror-perl (0.17025-1) ... 18:44:31 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:44:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:44:31 No schema files found: doing nothing. 18:44:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:44:31 Setting up zip (3.0-11build1) ... 18:44:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:44:31 Setting up libsodium23:amd64 (1.0.16-2) ... 18:44:31 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:44:31 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:44:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:44:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:44:31 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:44:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:44:32 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 18:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:44:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:44:38 git set to automatically installed. 18:44:38 git-man set to automatically installed. 18:44:38 libcurl3-gnutls set to automatically installed. 18:44:38 liberror-perl set to automatically installed. 18:44:38 libglib2.0-0 set to automatically installed. 18:44:38 libnghttp2-14 set to automatically installed. 18:44:38 libnorm1 set to automatically installed. 18:44:38 libpgm-5.2-0 set to automatically installed. 18:44:38 libpsl5 set to automatically installed. 18:44:38 librtmp1 set to automatically installed. 18:44:38 libsodium23 set to automatically installed. 18:44:38 libzmq3-dev set to automatically installed. 18:44:38 libzmq5 set to automatically installed. 18:44:38 pkg-config set to automatically installed. 18:44:38 zip set to automatically installed. 18:44:40 snapd is not logged in, snap install commands will use sudo 18:44:42 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 18:44:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:44:46 snap "core18" has no updates available 18:44:47 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 18:44:47 Pulling config-common 18:44:47 + snapcraftctl pull 18:44:48 Pulling go-build-helper 18:44:48 + snapcraftctl pull 18:44:51 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] } 18:44:56 $ docker stop --time=1 d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 18:44:59 $ docker rm -f d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:01 18:45:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:45:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:02 latest: Pulling from edgex-devops/edgex-compose-arm64 18:45:02 29e5d40040c1: Pulling fs layer 18:45:02 1ce36da41761: Pulling fs layer 18:45:02 25b303627fd3: Pulling fs layer 18:45:02 29e5d40040c1: Download complete 18:45:03 29e5d40040c1: Pull complete 18:45:03 1ce36da41761: Verifying Checksum 18:45:03 1ce36da41761: Download complete 18:45:05 1ce36da41761: Pull complete 18:45:05 25b303627fd3: Verifying Checksum 18:45:05 25b303627fd3: Download complete 18:45:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:45:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:45:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:45:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 18:45:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:45:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:45:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:45:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:45:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:45:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:45:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:45:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 18:45:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:45:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:45:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:45:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:45:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 18:45:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 18:45:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:45:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 18:45:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 18:45:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:45:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:45:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:45:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:45:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 18:45:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:45:10 Fetched 23.9 MB in 0s (0 B/s) 18:45:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:45:10 Fetched 96.5 kB in 0s (0 B/s) 18:45:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:45:10 Fetched 279 kB in 0s (0 B/s) 18:45:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:45:10 Fetched 122 kB in 0s (0 B/s) 18:45:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:45:10 Fetched 77.8 kB in 0s (0 B/s) 18:45:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:45:10 Fetched 8848 B in 0s (0 B/s) 18:45:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:45:10 Fetched 47.8 kB in 0s (0 B/s) 18:45:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:45:10 Fetched 45.6 kB in 0s (0 B/s) 18:45:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:45:10 Fetched 15.0 kB in 0s (0 B/s) 18:45:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:45:10 Fetched 214 kB in 0s (0 B/s) 18:45:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 18:45:10 Fetched 155 kB in 0s (0 B/s) 18:45:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:45:10 Fetched 50.6 kB in 0s (0 B/s) 18:45:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:45:10 Fetched 14.8 kB in 0s (0 B/s) 18:45:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:45:10 Fetched 41.8 kB in 0s (0 B/s) 18:45:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:45:10 Fetched 499 kB in 0s (0 B/s) 18:45:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:45:10 Fetched 111 kB in 0s (0 B/s) 18:45:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:45:10 Fetched 240 kB in 0s (0 B/s) 18:45:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:45:10 Fetched 29.3 kB in 0s (0 B/s) 18:45:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:45:10 Fetched 85.5 kB in 0s (0 B/s) 18:45:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:45:10 Fetched 24.5 kB in 0s (0 B/s) 18:45:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:45:10 Fetched 49.2 kB in 0s (0 B/s) 18:45:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:45:10 Fetched 54.2 kB in 0s (0 B/s) 18:45:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:45:10 Fetched 30.8 kB in 0s (0 B/s) 18:45:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 18:45:10 Fetched 16.6 kB in 0s (0 B/s) 18:45:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:45:10 Fetched 85.9 kB in 0s (0 B/s) 18:45:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:45:10 Fetched 8720 B in 0s (0 B/s) 18:45:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:45:10 Fetched 137 kB in 0s (0 B/s) 18:45:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:45:10 Fetched 119 kB in 0s (0 B/s) 18:45:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:45:10 Fetched 109 kB in 0s (0 B/s) 18:45:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:45:10 Fetched 11.1 kB in 0s (0 B/s) 18:45:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:45:10 Fetched 645 kB in 0s (0 B/s) 18:45:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:45:10 Fetched 41.3 kB in 0s (0 B/s) 18:45:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:45:10 Fetched 17.9 kB in 0s (0 B/s) 18:45:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:45:10 Fetched 368 kB in 0s (0 B/s) 18:45:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:45:10 Fetched 187 kB in 0s (0 B/s) 18:45:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:45:10 Fetched 175 kB in 0s (0 B/s) 18:45:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:45:14 Fetched 206 kB in 0s (0 B/s) 18:45:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:45:14 Fetched 1301 kB in 0s (0 B/s) 18:45:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:45:14 Fetched 36.2 kB in 0s (0 B/s) 18:45:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:45:14 Fetched 159 kB in 0s (0 B/s) 18:45:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:45:14 Fetched 107 kB in 0s (0 B/s) 18:45:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:45:14 Fetched 48.7 kB in 0s (0 B/s) 18:45:14 Pulling static-packages 18:45:14 + snapcraftctl pull 18:45:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:45:15 Skipping pull go-build-helper (already ran) 18:45:15 Skipping pull static-packages (already ran) 18:45:15 Building go-build-helper 18:45:15 + snapcraftctl build 18:45:15 25b303627fd3: Pull complete 18:45:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:45:15 prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container 18:45:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:45:18 $ docker top 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:19 Building static-packages 18:45:19 + snapcraftctl build 18:45:19 + docker-compose build --help 18:45:19 + grep parallel 18:45:21 Staging go-build-helper 18:45:21 + snapcraftctl stage 18:45:22 Staging static-packages 18:45:22 + snapcraftctl stage 18:45:23 Pulling go115 18:45:23 + snapcraftctl pull 18:45:24 --parallel Build images in parallel. [Pipeline] } 18:45:24 $ docker stop --time=1 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e 18:45:24 'edgex-go' has dependencies that need to be staged: go115 18:45:24 Skipping pull go115 (already ran) 18:45:24 Building go115 18:45:24 + dpkg --print-architecture 18:45:24 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 18:45:24 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 18:45:24 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 18:45:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:24 Dload Upload Total Spent Left Speed 18:45:25 $ docker rm -f 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e [Pipeline] // withDockerContainer 18:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.0M 0 0 37.0M 0 0:00:03 --:--:-- 0:00:03 37.0M 75 115M 75 86.8M 0 0 49.4M 0 0:00:02 0:00:01 0:00:01 49.3M 100 115M 100 115M 0 0 48.7M 0 0:00:02 0:00:02 --:--:-- 48.7M 18:45:26 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 18:45:26 + sha256sum -c sha256 18:45:26 + grep OK [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:26 . [Pipeline] withDockerContainer 18:45:26 go1.15.2.linux-amd64.tar.gz: OK 18:45:26 + mkdir -p /root/stage/go1.15 18:45:26 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 18:45:27 prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container 18:45:27 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:45:28 $ docker top 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:30 + docker-compose -f ./docker-compose-build.yml build --parallel 18:45:30 Staging go115 18:45:30 + snapcraftctl stage 18:45:35 Building docker-core-command-go ... 18:45:35 Building docker-core-data-go ... 18:45:35 Building docker-core-metadata-go ... 18:45:35 Building docker-security-bootstrapper-go ... 18:45:35 Building docker-security-proxy-setup-go ... 18:45:35 Building docker-security-secretstore-setup-go ... 18:45:35 Building docker-support-notifications-go ... 18:45:35 Building docker-support-scheduler-go ... 18:45:35 Building docker-sys-mgmt-agent-go ... 18:45:35 Building docker-sys-mgmt-agent-go 18:45:35 Building docker-core-data-go 18:45:35 Building docker-security-bootstrapper-go 18:45:35 Building docker-support-notifications-go 18:45:35 Building docker-core-command-go 18:45:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:45:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:45:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:45:36 Fetched 0 B in 0s (0 B/s) 18:45:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:45:36 Fetched 224 kB in 0s (0 B/s) 18:45:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:45:36 Fetched 157 kB in 0s (0 B/s) 18:45:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:45:36 Fetched 221 kB in 0s (0 B/s) 18:45:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:45:36 Fetched 143 kB in 0s (0 B/s) 18:45:36 Pulling edgex-go 18:45:36 + snapcraftctl pull 18:45:37 Pulling version 18:45:37 + cd /root/project 18:45:37 + [ -f VERSION ] 18:45:37 + PROJECT_VERSION=local-dev 18:45:37 + git rev-parse --short HEAD 18:45:37 + GIT_REVISION=f56f5be6 18:45:37 + snapcraftctl set-version local-dev 18:45:38 Building config-common 18:45:38 + snapcraftctl build 18:45:40 Skipping build go-build-helper (already ran) 18:45:40 Skipping build static-packages (already ran) 18:45:40 Skipping build go115 (already ran) 18:45:40 Building edgex-go 18:45:40 + 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 18:45:40 + cd /root/parts/edgex-go/src 18:45:40 + make build 18:45:40 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 18:45:43 go: downloading github.com/gorilla/mux v1.8.0 18:45:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 18:45:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 18:45:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:45:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:45:43 go: downloading github.com/google/uuid v1.2.0 18:45:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:45:43 go: downloading github.com/pkg/errors v0.8.1 18:45:43 go: downloading github.com/pelletier/go-toml v1.2.0 18:45:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 18:45:43 go: downloading github.com/x448/float16 v0.8.4 18:45:43 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:45:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:45:43 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:45:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:45:43 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:45:43 go: downloading github.com/BurntSushi/toml v0.3.1 18:45:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:45:43 go: downloading github.com/imdario/mergo v0.3.11 18:45:43 go: downloading github.com/hashicorp/consul/api v1.1.0 18:45:43 go: downloading github.com/leodido/go-urn v1.2.0 18:45:43 go: downloading github.com/go-kit/kit v0.8.0 18:45:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:45:43 go: downloading github.com/go-playground/universal-translator v0.17.0 18:45:43 go: downloading github.com/pebbe/zmq4 v1.2.2 18:45:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:45:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:45:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:45:43 go: downloading github.com/mitchellh/copystructure v1.0.0 18:45:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:45:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:45:43 go: downloading github.com/hashicorp/serf v0.8.2 18:45:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:45:43 go: downloading github.com/go-playground/locales v0.13.0 18:45:43 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:45:43 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:45:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:45:43 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:45:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:45:50 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 18:45:50 go: downloading gopkg.in/yaml.v2 v2.4.0 18:45:55 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 18:45:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:45:57 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 18:45:57 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 18:45:57 go: downloading github.com/stretchr/testify v1.7.0 18:45:58 go: downloading github.com/davecgh/go-spew v1.1.1 18:45:58 go: downloading github.com/pmezard/go-difflib v1.0.0 18:45:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:46:00 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 18:46:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:46:00 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:46:01 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 18:46:02 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 18:46:02 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:46:04 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 18:46:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:46:05 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 18:46:05 go: downloading github.com/lib/pq v1.9.0 18:46:08 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:46:08 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:46:08 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:46:08 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:46:08 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:46:08 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:46:08 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:46:08 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:46:08 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:46:08 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:46:08 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:46:08 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:46:08 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:46:08 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:46:08 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:46:08 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:46:08 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:46:08 + 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 18:46:08 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:46:08 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:46:08 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:46:08 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:46:08 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:46:08 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:46:08 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:46:09 Building version 18:46:09 + snapcraftctl build 18:46:11 Staging config-common 18:46:11 + snapcraftctl stage 18:46:12 Skipping stage go-build-helper (already ran) 18:46:12 Skipping stage static-packages (already ran) 18:46:12 Skipping stage go115 (already ran) 18:46:12 Staging edgex-go 18:46:12 + snapcraftctl stage 18:46:13 Staging version 18:46:13 + snapcraftctl stage 18:46:13 Priming config-common 18:46:13 + snapcraftctl prime 18:46:14 Priming go-build-helper 18:46:14 + snapcraftctl prime 18:46:15 Priming static-packages 18:46:15 + snapcraftctl prime 18:46:18 Priming go115 18:46:18 + snapcraftctl prime 18:46:19 Priming edgex-go 18:46:19 + snapcraftctl prime 18:46:20 Priming version 18:46:20 + snapcraftctl prime 18:46:21 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] } 18:46:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:43 ---> 6ce9427751ef 18:46:43 Step 3/22 : WORKDIR /edgex-go 18:46:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:43 ---> 6ce9427751ef 18:46:43 Step 3/23 : WORKDIR /edgex-go 18:46:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:46:43 ---> 6ce9427751ef 18:46:43 Step 3/26 : WORKDIR /edgex-go 18:46:43 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:43 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:46:43 ---> 6ce9427751ef 18:46:43 Step 3/30 : WORKDIR /edgex-go 18:46:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:43 ---> 6ce9427751ef 18:46:43 Step 3/23 : WORKDIR /edgex-go 18:46:47 ---> Running in 21f0e2540ed4 18:46:47 ---> Running in 283324380de3 18:46:47 ---> Running in 6e18eb4b7296 18:46:47 ---> Running in 6203122224fb 18:46:47 ---> Running in 12ace3b472ab 18:46:47 Removing intermediate container 12ace3b472ab 18:46:47 ---> 46ef0c8dd887 18:46:47 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:48 Removing intermediate container 6e18eb4b7296 18:46:48 ---> 9b0a999d0ef7 18:46:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:48 Removing intermediate container 283324380de3 18:46:48 ---> f16f127528ff 18:46:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:48 ---> Running in 1158a59ee6ef 18:46:48 Removing intermediate container 21f0e2540ed4 18:46:48 ---> d4ab1d3d6d0c 18:46:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:48 Removing intermediate container 6203122224fb 18:46:48 ---> 92278ec6f8f1 18:46:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:48 ---> Running in 752ac067778e 18:46:48 ---> Running in c0681d0a8568 18:46:48 ---> Running in 395062034dce 18:46:48 ---> Running in feb7c4aeaa4f 18:46:52 Removing intermediate container 1158a59ee6ef 18:46:52 ---> 7a5eaa637660 18:46:52 Step 5/30 : RUN apk add --update --no-cache make git 18:46:52 ---> Running in bdcbf5ccfb94 18:46:52 Removing intermediate container 752ac067778e 18:46:52 ---> 9fbd45233951 18:46:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:46:52 Removing intermediate container c0681d0a8568 18:46:52 ---> 822f28855f78 18:46:52 Step 5/23 : RUN apk add --update --no-cache make git 18:46:52 ---> Running in 993fd33ae7e8 18:46:52 ---> Running in dd8a74f83f2a 18:46:52 Removing intermediate container 395062034dce 18:46:52 ---> 0afdd17308a2 18:46:52 Step 5/26 : RUN apk add --update --no-cache make bash git 18:46:53 Removing intermediate container feb7c4aeaa4f 18:46:53 ---> 3ebb3574df41 18:46:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:46:53 ---> Running in 464360ee9a66 18:46:53 ---> Running in 4c2fabffdf13 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:56 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:59 Removing intermediate container bdcbf5ccfb94 18:46:59 ---> ffe57935276d 18:46:59 Step 6/30 : COPY go.mod . 18:47:00 Removing intermediate container 464360ee9a66 18:47:00 ---> 125ba3eac487 18:47:00 Step 6/26 : COPY go.mod . 18:47:00 ---> b57ee6ec6fbd 18:47:00 Step 7/30 : RUN go mod download 18:47:00 Removing intermediate container 993fd33ae7e8 18:47:00 ---> e77197b4a19b 18:47:00 Step 6/23 : COPY go.mod .Removing intermediate container 4c2fabffdf13 18:47:00 ---> 780b51672150 18:47:00 Step 6/22 : COPY go.mod . 18:47:00 18:47:00 Removing intermediate container dd8a74f83f2a 18:47:00 ---> cec0873507de 18:47:00 Step 6/23 : COPY go.mod . 18:47:00 ---> Running in 20aef04dea56 18:47:01 ---> 18748d4e07b0 18:47:01 Step 7/26 : RUN go mod download 18:47:01 ---> 32a673df0999 18:47:01 Step 7/22 : RUN go mod download 18:47:01 ---> d599575b8df5 18:47:01 Step 7/23 : RUN go mod download 18:47:01 ---> Running in d85d45b504e8 18:47:01 ---> e234c671f4ee 18:47:01 Step 7/23 : RUN go mod download 18:47:01 ---> Running in 0bc707881d1a 18:47:01 ---> Running in b75ac9447826 18:47:02 ---> Running in 9bbc5c04e77b 18:47:04 Removing intermediate container 20aef04dea56 18:47:04 ---> 487c45d1403a 18:47:04 Step 8/30 : COPY . . 18:47:06 Removing intermediate container d85d45b504e8 18:47:06 ---> 590465a9d102 18:47:06 Step 8/26 : COPY . . 18:47:06 Removing intermediate container 0bc707881d1a 18:47:06 ---> e0fed8505e40 18:47:06 Step 8/23 : COPY . . 18:47:07 Removing intermediate container b75ac9447826 18:47:07 ---> 0416f3bb3af8 18:47:07 Step 8/22 : COPY . . 18:47:07 Removing intermediate container 9bbc5c04e77b 18:47:07 ---> d2062ab9317d 18:47:07 Step 8/23 : COPY . . 18:47:34 ---> be5ee2716dbc 18:47:34 Step 9/23 : RUN make cmd/core-data/core-data 18:47:34 ---> 3537aec0e5ea 18:47:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:47:34 ---> d84bbce1b697 18:47:34 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:47:34 ---> dfd671017381 18:47:34 Step 9/23 : RUN make cmd/core-command/core-command 18:47:34 ---> 5099e58203b2 18:47:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:47:34 ---> Running in 57bcc92d4fcf 18:47:34 ---> Running in 032bea0848fb 18:47:34 ---> Running in 262b2b106a39 18:47:34 ---> Running in 86f54afe2a2e 18:47:34 ---> Running in e2da85374643 18:47:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:47:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:47:35 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 18:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:47:35 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 18:49:27 Removing intermediate container 032bea0848fb 18:49:27 ---> e33cce606bc0 18:49:27 18:49:27 Step 10/30 : FROM alpine:3.12 18:49:27 3.12: Pulling from library/alpine 18:49:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:49:27 Status: Downloaded newer image for alpine:3.12 18:49:27 ---> afeebe901d6b 18:49:27 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:49:27 ---> Running in 911756f02484 18:49:27 Removing intermediate container 86f54afe2a2e 18:49:27 ---> ff011995697f 18:49:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:49:27 ---> Running in 11a355bc0a08 18:49:27 Removing intermediate container 911756f02484 18:49:27 ---> 13de1ed23bcd 18:49:27 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:49:27 ---> Running in e82baeec7a20 18:49:27 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 18:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:27 (1/2) Installing dumb-init (1.2.2-r1) 18:49:27 (2/2) Installing su-exec (0.2-r1) 18:49:27 Executing busybox-1.31.1-r19.trigger 18:49:27 OK: 5 MiB in 16 packages 18:49:27 Removing intermediate container e82baeec7a20 18:49:27 ---> 02bbe72e0046 18:49:27 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:49:27 ---> Running in fbc0b7249aef 18:49:27 Removing intermediate container fbc0b7249aef 18:49:27 ---> b256abf93b9b 18:49:27 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:49:27 ---> Running in 27cbd2a19074 18:49:27 Removing intermediate container 27cbd2a19074 18:49:27 ---> 8a694dea4886 18:49:27 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:49:27 ---> Running in c7069246b6c9 18:49:27 Removing intermediate container 11a355bc0a08 18:49:27 ---> ba3540a8bf31 18:49:27 18:49:27 Step 11/26 : FROM docker:20.10.0 18:49:27 20.10.0: Pulling from library/docker 18:49:33 Removing intermediate container c7069246b6c9 18:49:33 ---> 3c98ee8a50d8 18:49:33 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:49:33 ---> Running in be437e741648 18:49:34 Removing intermediate container 262b2b106a39 18:49:34 ---> 71c3f06277be 18:49:34 18:49:34 Step 10/23 : FROM alpine:3.12 18:49:34 ---> afeebe901d6b 18:49:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:49:34 Removing intermediate container be437e741648 18:49:34 ---> d68a80c94664 18:49:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:49:35 ---> Running in 2d097c9ce3fb 18:49:36 ---> 939195f3da5b 18:49:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:36 Removing intermediate container e2da85374643 18:49:36 ---> c5d352d5f386 18:49:36 18:49:36 Step 10/22 : FROM alpine:3.12 18:49:36 ---> afeebe901d6b 18:49:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:49:36 ---> Running in a9cc5d9d3883 18:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:37 ---> Running in 203cf9b1533f 18:49:37 (1/1) Installing dumb-init (1.2.2-r1) 18:49:37 Executing busybox-1.31.1-r19.trigger 18:49:37 OK: 5 MiB in 15 packages 18:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:40 (1/2) Installing ca-certificates (20191127-r4) 18:49:40 (2/2) Installing dumb-init (1.2.2-r1) 18:49:40 Executing busybox-1.31.1-r19.trigger 18:49:40 Removing intermediate container 2d097c9ce3fb 18:49:40 ---> c8f0a1456e48 18:49:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:40 Executing ca-certificates-20191127-r4.trigger 18:49:40 OK: 6 MiB in 16 packages 18:49:40 ---> Running in 5e852460f157 18:49:42 Removing intermediate container 5e852460f157 18:49:42 ---> 422b172933ae 18:49:42 Step 13/23 : ENV APP_PORT=48082 18:49:42 Removing intermediate container a9cc5d9d3883 18:49:42 ---> e8ed997da914 18:49:42 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:42 ---> Running in edcc6f456f10 18:49:43 ---> dc06f644b060 18:49:43 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:49:43 Removing intermediate container edcc6f456f10 18:49:43 ---> d65fc0a7ff7b 18:49:43 Step 14/23 : EXPOSE $APP_PORT 18:49:43 Removing intermediate container 203cf9b1533f 18:49:43 ---> da2a0199dd49 18:49:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:49:43 ---> Running in b6dd3155a06c 18:49:43 ---> Running in f04bcdc54dc1 18:49:44 Removing intermediate container b6dd3155a06c 18:49:44 ---> 57ee39543508 18:49:44 Step 15/23 : WORKDIR / 18:49:44 Removing intermediate container f04bcdc54dc1 18:49:44 ---> 322fead95bb4 18:49:44 Step 13/22 : ENV APP_PORT=48060 18:49:44 ---> Running in 88189c919e88 18:49:44 ---> Running in 830fed28c44a 18:49:45 ---> f2fbfa92b562 18:49:45 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:49:45 Removing intermediate container 88189c919e88 18:49:45 ---> a355962504e3 18:49:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:45 Removing intermediate container 830fed28c44a 18:49:45 ---> 54cdee791750 18:49:45 Step 14/22 : EXPOSE $APP_PORT 18:49:46 ---> Running in 0eea833d29db 18:49:46 ---> 6c6a3abb7c30 18:49:46 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:49:46 ---> 1ea2f0f51134 18:49:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:49:46 Removing intermediate container 0eea833d29db 18:49:46 ---> 39d0ef2465f5 18:49:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:47 ---> a44135f1fe8a 18:49:47 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:49:48 ---> 1e0c26edb655 18:49:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:49:48 ---> Running in 1eb0cfd444fd 18:49:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:49:48 Status: Downloaded newer image for docker:20.10.0 18:49:48 ---> eeaf43b92773 18:49:48 Step 12/26 : RUN apk add --no-cache bash 18:49:49 ---> 7d9a35d94a2a 18:49:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:49:49 ---> Running in 80977c979a67 18:49:49 Removing intermediate container 1eb0cfd444fd 18:49:49 ---> ca1accc47900 18:49:49 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:49:49 Removing intermediate container 57bcc92d4fcf 18:49:49 ---> b51013e40ff4 18:49:49 18:49:49 Step 10/23 : FROM alpine:3.12 18:49:49 ---> afeebe901d6b 18:49:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:49:49 ---> Running in 062c7039b734 18:49:49 ---> ac810aed7bf4 18:49:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:49:50 ---> 0a5bc81d9693 18:49:50 Step 19/23 : ENTRYPOINT ["/core-command"] 18:49:50 ---> Running in 5003bef669e0 18:49:50 Removing intermediate container 062c7039b734 18:49:50 ---> 0d479f574045 18:49:50 Step 12/23 : ENV APP_PORT=48080 18:49:50 ---> 952d2e546f49 18:49:50 Step 25/30 : RUN chmod +x /entrypoint.sh 18:49:50 ---> Running in 959a03e15f31 18:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:51 ---> 4d861b794249 18:49:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:49:51 ---> Running in ef79dce20101 18:49:51 ---> Running in 31ffa59a32fa 18:49:51 Removing intermediate container 959a03e15f31 18:49:51 ---> b7b1490fff0b 18:49:51 Step 13/23 : EXPOSE $APP_PORT 18:49:51 Removing intermediate container 5003bef669e0 18:49:51 ---> 25c45a33aa03 18:49:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:51 (1/2) Installing readline (8.0.4-r0) 18:49:51 ---> Running in cc9b6e624f06 18:49:51 (2/2) Installing bash (5.0.17-r0) 18:49:51 Executing bash-5.0.17-r0.post-install 18:49:51 Executing busybox-1.31.1-r19.trigger 18:49:51 OK: 12 MiB in 22 packages 18:49:51 ---> Running in b90b5248e56c 18:49:52 Removing intermediate container 31ffa59a32fa 18:49:52 ---> 237317c0e11f 18:49:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:52 ---> Running in dbc021f571bf 18:49:52 Removing intermediate container cc9b6e624f06 18:49:52 ---> abba2ab9ba52 18:49:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:52 Removing intermediate container b90b5248e56c 18:49:52 ---> 51e571940bd1 18:49:52 Step 21/23 : LABEL arch=arm64 18:49:52 ---> Running in 862cfbcf6998 18:49:52 ---> Running in 1995afa035ce 18:49:53 Removing intermediate container dbc021f571bf 18:49:53 ---> 046e3a425ebe 18:49:53 Step 20/22 : LABEL arch=arm64 18:49:53 ---> Running in bb0cf527dfdc 18:49:53 Removing intermediate container 1995afa035ce 18:49:53 ---> b11e12081351 18:49:53 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:49:53 Removing intermediate container 80977c979a67 18:49:53 ---> 1c954c540b27 18:49:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:49:53 ---> Running in 5b08882263a5 18:49:54 Removing intermediate container bb0cf527dfdc 18:49:54 ---> f9201719570f 18:49:54 Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:49:54 ---> Running in dc34ff352ee2 18:49:54 ---> Running in 0d5b037c1af3 18:49:54 Removing intermediate container ef79dce20101 18:49:54 ---> fb4945c06840 18:49:54 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:49:54 Removing intermediate container 5b08882263a5 18:49:54 ---> 33b0088e8b75 18:49:54 Step 23/23 : LABEL version=0.0.0 18:49:55 ---> Running in 56ca8d6e46bd 18:49:55 ---> Running in 35e165179985 18:49:55 Removing intermediate container dc34ff352ee2 18:49:55 ---> 60ce23988a7f 18:49:55 Step 14/26 : ENV APP_PORT=48090 18:49:55 Removing intermediate container 0d5b037c1af3 18:49:55 ---> cb19ba37e1b0 18:49:55 Step 22/22 : LABEL version=0.0.0 18:49:55 ---> Running in 5dd7143f5bb8 18:49:55 ---> Running in d1178e30ea4a 18:49:55 Removing intermediate container 35e165179985 18:49:55 ---> 8e7be435ed0b 18:49:55 18:49:55 Removing intermediate container 56ca8d6e46bd 18:49:55 ---> c4f9e489b9c5 18:49:55 Step 27/30 : CMD ["gate"] 18:49:55 ---> Running in e4e97ec32e2e 18:49:55 Successfully built 8e7be435ed0b 18:49:55 Removing intermediate container 5dd7143f5bb8 18:49:55 ---> 20f300461202 18:49:55 Step 15/26 : EXPOSE $APP_PORT 18:49:55 Removing intermediate container 862cfbcf6998 18:49:55 ---> dab290ef9100 18:49:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:49:55 Successfully tagged docker-core-command-go-arm64:latest 18:49:55  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 18:49:56 ---> Running in 7fc61088223f 18:49:56 ---> Running in 58bdeb608c30 18:49:56 Removing intermediate container d1178e30ea4a 18:49:56 ---> 4e89211d1767 18:49:56 18:49:56 Removing intermediate container e4e97ec32e2e 18:49:56 ---> a64b62bd935d 18:49:56 Step 28/30 : LABEL arch=arm64 18:49:57 Removing intermediate container 58bdeb608c30 18:49:57 ---> a10f295d5576 18:49:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:49:57 Successfully built 4e89211d1767 18:49:57 ---> Running in 62ac2a566637 18:49:57 Successfully tagged docker-support-notifications-go-arm64:latest 18:49:57  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:49:57 Removing intermediate container 62ac2a566637 18:49:57 ---> dc3372913052 18:49:57 Step 29/30 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:57 ---> Running in 82e3110f92aa 18:49:58 ---> 24251e3621f7 18:49:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:58 Removing intermediate container 82e3110f92aa 18:49:58 ---> 22c4a29d3aac 18:49:58 Step 30/30 : LABEL version=0.0.0 18:49:59 ---> Running in d5d26556c03e 18:49:59 (1/6) Installing dumb-init (1.2.2-r1) 18:49:59 (2/6) Installing libgcc (9.3.0-r2) 18:49:59 (3/6) Installing libsodium (1.0.18-r0) 18:49:59 ---> ab40b32a147c 18:49:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:49:59 (4/6) Installing libstdc++ (9.3.0-r2) 18:50:00 Removing intermediate container d5d26556c03e 18:50:00 ---> ab43d7ecb9c1 18:50:00 18:50:00 (5/6) Installing libzmq (4.3.3-r0) 18:50:00 (6/6) Installing zeromq (4.3.3-r0) 18:50:00 Executing busybox-1.31.1-r19.trigger 18:50:00 OK: 8 MiB in 20 packages 18:50:00 Successfully built ab43d7ecb9c1 18:50:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:50:00  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 18:50:01 ---> c8aa84729947 18:50:01 Step 19/26 : RUN apk --no-cache add py3-pip 18:50:01 ---> Running in 370bb751918a 18:50:02 Removing intermediate container 7fc61088223f 18:50:02 ---> d7122c5f645a 18:50:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:03 (1/33) Installing libbz2 (1.0.8-r1) 18:50:03 (2/33) Installing expat (2.2.9-r1) 18:50:03 (3/33) Installing libffi (3.3-r2) 18:50:03 (4/33) Installing gdbm (1.13-r1) 18:50:03 (5/33) Installing xz-libs (5.2.5-r0) 18:50:03 (6/33) Installing sqlite-libs (3.32.1-r0) 18:50:03 (7/33) Installing python3 (3.8.5-r0) 18:50:03 ---> 57f4cb6ebe8b 18:50:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:50:05 (8/33) Installing py3-appdirs (1.4.4-r1) 18:50:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:50:05 (10/33) Installing py3-parsing (2.4.7-r0) 18:50:05 (11/33) Installing py3-six (1.15.0-r0) 18:50:05 (12/33) Installing py3-packaging (20.4-r0) 18:50:05 (13/33) Installing py3-setuptools (47.0.0-r0) 18:50:05 (14/33) Installing py3-chardet (3.0.4-r4) 18:50:05 (15/33) Installing py3-idna (2.9-r0) 18:50:05 ---> edf765461b99 18:50:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:50:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:50:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:50:05 (18/33) Installing py3-requests (2.23.0-r0) 18:50:05 (19/33) Installing py3-msgpack (1.0.0-r0) 18:50:05 (20/33) Installing py3-lockfile (0.12.2-r3) 18:50:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:50:05 (22/33) Installing py3-colorama (0.4.3-r0) 18:50:05 (23/33) Installing py3-distlib (0.3.0-r0) 18:50:05 (24/33) Installing py3-distro (1.5.0-r1) 18:50:05 (25/33) Installing py3-webencodings (0.5.1-r3) 18:50:05 (26/33) Installing py3-html5lib (1.0.1-r4) 18:50:05 (27/33) Installing py3-pytoml (0.1.21-r0) 18:50:05 (28/33) Installing py3-pep517 (0.8.2-r0) 18:50:05 (29/33) Installing py3-progress (1.5-r0) 18:50:05 (30/33) Installing py3-toml (0.10.1-r0) 18:50:06 (31/33) Installing py3-retrying (1.3.3-r0) 18:50:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:50:06 (33/33) Installing py3-pip (20.1.1-r0) 18:50:06 Executing busybox-1.31.1-r19.trigger 18:50:06 OK: 71 MiB in 55 packages 18:50:07 ---> 902cde1d2f94 18:50:07 Step 19/23 : ENTRYPOINT ["/core-data"] 18:50:07 ---> Running in dc79861e680e 18:50:08 Removing intermediate container dc79861e680e 18:50:08 ---> bb8878ec8b35 18:50:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:09 ---> Running in 29791e073a31 18:50:09 Removing intermediate container 29791e073a31 18:50:09 ---> 0d0dbd5894ab 18:50:09 Step 21/23 : LABEL arch=arm64 18:50:09 ---> Running in 93af031b2dc3 18:50:10 Removing intermediate container 93af031b2dc3 18:50:10 ---> 7a47503a4866 18:50:10 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:50:10 ---> Running in c209e3c56de8 18:50:11 Removing intermediate container c209e3c56de8 18:50:11 ---> 28487ca68d1e 18:50:11 Step 23/23 : LABEL version=0.0.0 18:50:11 ---> Running in 97a052c03b15 18:50:12 Removing intermediate container 97a052c03b15 18:50:12 ---> ac1725d852ce 18:50:12 18:50:12 Successfully built ac1725d852ce 18:50:12 Successfully tagged docker-core-data-go-arm64:latest 18:50:12  Building docker-core-data-go ... done Building docker-support-scheduler-go 18:50:13 Removing intermediate container 370bb751918a 18:50:13 ---> 94d9faecbd79 18:50:13 Step 20/26 : RUN pip install docker-compose==1.23.2 18:50:13 ---> Running in 0d18f978494e 18:50:20 Collecting docker-compose==1.23.2 18:50:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:50:21 Collecting texttable<0.10,>=0.9.0 18:50:21 Downloading texttable-0.9.1.tar.gz (11 kB) 18:50:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:50:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:50:28 Collecting PyYAML<4,>=3.10 18:50:28 Downloading PyYAML-3.13.tar.gz (270 kB) 18:50:34 Collecting cached-property<2,>=1.2.0 18:50:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:50:35 Collecting websocket-client<1.0,>=0.32.0 18:50:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:50:36 Collecting docker<4.0,>=3.6.0 18:50:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:50:37 Collecting docopt<0.7,>=0.6.1 18:50:37 Downloading docopt-0.6.2.tar.gz (25 kB) 18:50:42 Collecting jsonschema<3,>=2.5.1 18:50:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:50:42 Collecting dockerpty<0.5,>=0.4.1 18:50:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:50:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:50:45 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) 18:50:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:45 ---> 6ce9427751ef 18:50:45 Step 3/24 : WORKDIR /edgex-go 18:50:45 ---> Using cache 18:50:45 ---> 92278ec6f8f1 18:50:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:45 ---> Using cache 18:50:45 ---> 3ebb3574df41 18:50:45 Step 5/24 : RUN apk add --update --no-cache make git 18:50:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:50:46 ---> 6ce9427751ef 18:50:46 Step 3/21 : WORKDIR /edgex-go 18:50:46 ---> Using cache 18:50:46 ---> 92278ec6f8f1 18:50:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:46 ---> Using cache 18:50:46 ---> 3ebb3574df41 18:50:46 Step 5/21 : RUN apk add --update --no-cache make git 18:50:46 Collecting urllib3<1.25,>=1.21.1 18:50:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:50:48 Collecting idna<2.8,>=2.5 18:50:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:50:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:48 ---> 6ce9427751ef 18:50:48 Step 3/23 : WORKDIR /edgex-go 18:50:48 ---> Using cache 18:50:48 ---> 92278ec6f8f1 18:50:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:48 ---> Using cache 18:50:49 ---> 3ebb3574df41 18:50:49 Step 5/23 : RUN apk add --update --no-cache make git 18:50:49 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) 18:50:49 Collecting docker-pycreds>=0.4.0 18:50:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:50:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:50:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:50:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:50:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:50:51 Installing collected packages: texttable, urllib3, idna, requests, PyYAML, cached-property, websocket-client, docker-pycreds, docker, docopt, jsonschema, dockerpty, docker-compose 18:50:51 Running setup.py install for texttable: started 18:50:52 ---> Running in 8afc00615b93 18:50:52 ---> Running in 332d30fdefa5 18:50:52 ---> Running in 3b6303db1d0b 18:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:50:54 ---> 6ce9427751ef 18:50:54 Step 3/22 : WORKDIR /edgex-go 18:50:54 ---> Using cache 18:50:54 ---> 92278ec6f8f1 18:50:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:54 ---> Using cache 18:50:54 ---> 3ebb3574df41 18:50:54 Step 5/22 : RUN apk add --update --no-cache make git 18:50:54 Running setup.py install for texttable: finished with status 'done' 18:50:54 Attempting uninstall: urllib3 18:50:54 Found existing installation: urllib3 1.25.9 18:50:54 Uninstalling urllib3-1.25.9: 18:50:54 Successfully uninstalled urllib3-1.25.9 18:50:54 ---> Running in f4326403db54 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:55 Attempting uninstall: idna 18:50:55 Found existing installation: idna 2.9 18:50:55 Uninstalling idna-2.9: 18:50:55 Successfully uninstalled idna-2.9 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:56 OK: 217 MiB in 51 packages 18:50:56 Attempting uninstall: requests 18:50:56 Found existing installation: requests 2.23.0 18:50:56 Uninstalling requests-2.23.0: 18:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:56 Successfully uninstalled requests-2.23.0 18:50:56 Running setup.py install for PyYAML: started 18:50:56 OK: 217 MiB in 51 packages 18:50:56 OK: 217 MiB in 51 packages 18:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:57 Removing intermediate container 8afc00615b93 18:50:57 ---> 45eefef5e9db 18:50:57 Step 6/24 : COPY go.mod . 18:50:57 OK: 217 MiB in 51 packages 18:50:58 Removing intermediate container 3b6303db1d0b 18:50:58 ---> 4a24e760d1c5 18:50:58 Step 6/23 : COPY go.mod . 18:50:58 ---> 5d8399174bac 18:50:58 Step 7/24 : RUN go mod download 18:50:58 Removing intermediate container 332d30fdefa5 18:50:58 ---> 5f727db61cf3 18:50:58 Step 6/21 : COPY go.mod . 18:50:58 ---> Running in cfc66780f64e 18:50:59 Removing intermediate container f4326403db54 18:50:59 ---> 0143421c295b 18:50:59 Step 6/22 : COPY go.mod . 18:50:59 ---> a0179612bdbd 18:50:59 Step 7/23 : RUN go mod download 18:50:59 Running setup.py install for PyYAML: finished with status 'done' 18:51:00 ---> Running in abb76fe60599 18:51:00 ---> 16c93b6b8db3 18:51:00 Step 7/21 : RUN go mod download 18:51:00 ---> Running in fe83500169d3 18:51:00 ---> 40fef97da5a7 18:51:00 Step 7/22 : RUN go mod download 18:51:01 ---> Running in 11c86e1d06ff 18:51:01 Running setup.py install for docopt: started 18:51:03 Removing intermediate container cfc66780f64e 18:51:03 ---> 04717c757a23 18:51:03 Step 8/24 : COPY . . 18:51:05 Running setup.py install for docopt: finished with status 'done' 18:51:05 Running setup.py install for dockerpty: started 18:51:05 Removing intermediate container abb76fe60599 18:51:05 ---> fdc5c0e4c5c5 18:51:05 Step 8/23 : COPY . . 18:51:05 Removing intermediate container fe83500169d3 18:51:05 ---> 1928de57dfa0 18:51:05 Step 8/21 : COPY . . 18:51:06 Removing intermediate container 11c86e1d06ff 18:51:06 ---> 5a09238faf6a 18:51:06 Step 8/22 : COPY . . 18:51:08 Running setup.py install for dockerpty: finished with status 'done' 18:51:08 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 18:51:23 Removing intermediate container 0d18f978494e 18:51:23 ---> 545da1739dbb 18:51:23 Step 21/26 : RUN apk --no-cache add curl 18:51:24 ---> Running in 960c550dd794 18:51:25 ---> fcd4db1b96b4 18:51:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:51:25 ---> Running in 906c19c5a4a9 18:51:26 ---> d36f64ac5dc1 18:51:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:51:26 ---> Running in 5bafea159015 18:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:27 ---> 9147ce9b6322 18:51:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:51:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:51:27 (2/3) Installing libcurl (7.69.1-r3) 18:51:27 (3/3) Installing curl (7.69.1-r3) 18:51:27 Executing busybox-1.31.1-r19.trigger 18:51:27 OK: 71 MiB in 58 packages 18:51:27 ---> Running in 06e6e28825fc 18:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:51:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:51:28 ---> 7d27e9882ee3 18:51:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:51:28 ---> Running in 28a60a9e5cd9 18:51:29 Removing intermediate container 960c550dd794 18:51:29 ---> babf069f3505 18:51:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:51:29 ---> Running in 5ad49ab87a83 18:51:29 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 18:51:30 Removing intermediate container 5ad49ab87a83 18:51:30 ---> 365da41dba24 18:51:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:30 ---> Running in 9714c58364ea 18:51:31 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 18:51:31 Removing intermediate container 9714c58364ea 18:51:31 ---> c349d3502396 18:51:31 Step 24/26 : LABEL arch=arm64 18:51:31 ---> Running in d2e4370ae6a4 18:51:31 Removing intermediate container d2e4370ae6a4 18:51:31 ---> b1b06ea4078c 18:51:31 Step 25/26 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:51:32 ---> Running in a5194200a141 18:51:32 Removing intermediate container a5194200a141 18:51:32 ---> 3e811891c19c 18:51:32 Step 26/26 : LABEL version=0.0.0 18:51:33 ---> Running in bbd14c2836cf 18:51:33 Removing intermediate container bbd14c2836cf 18:51:33 ---> 876a7cbbce56 18:51:33 18:51:34 Successfully built 876a7cbbce56 18:51:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:52:31  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:52:35 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 18:52:45 Removing intermediate container 906c19c5a4a9 18:52:45 ---> 45760381f6b5 18:52:45 18:52:45 Step 10/24 : FROM alpine:3.12 18:52:45 ---> afeebe901d6b 18:52:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:52:45 ---> Running in 3405d1474a85 18:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:47 (1/5) Installing ca-certificates (20191127-r4) 18:52:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:52:47 (3/5) Installing libcurl (7.69.1-r3) 18:52:47 (4/5) Installing curl (7.69.1-r3) 18:52:47 (5/5) Installing dumb-init (1.2.2-r1) 18:52:47 Executing busybox-1.31.1-r19.trigger 18:52:47 Executing ca-certificates-20191127-r4.trigger 18:52:47 OK: 7 MiB in 19 packages 18:52:51 Removing intermediate container 3405d1474a85 18:52:51 ---> 7e46ed3fc616 18:52:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:51 ---> Running in 4002b24ea903 18:52:51 Removing intermediate container 06e6e28825fc 18:52:51 ---> 259ad5734b07 18:52:51 18:52:51 Step 10/21 : FROM alpine:3.12 18:52:51 ---> afeebe901d6b 18:52:51 Step 11/21 : RUN apk add --update --no-cache curl 18:52:51 Removing intermediate container 4002b24ea903 18:52:51 ---> 0e934aad9564 18:52:51 Step 13/24 : WORKDIR / 18:52:51 ---> Running in c168f1da9e48 18:52:51 ---> Running in 2b5c0b738aba 18:52:52 Removing intermediate container 2b5c0b738aba 18:52:52 ---> 90257e6a827d 18:52:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:53 ---> b0c8f3e4b2af 18:52:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:52:54 (1/4) Installing ca-certificates (20191127-r4) 18:52:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:52:54 (3/4) Installing libcurl (7.69.1-r3) 18:52:54 (4/4) Installing curl (7.69.1-r3) 18:52:54 Executing busybox-1.31.1-r19.trigger 18:52:54 Executing ca-certificates-20191127-r4.trigger 18:52:54 OK: 7 MiB in 18 packages 18:52:54 ---> 99697864b4b2 18:52:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:52:56 ---> 95deda7e231d 18:52:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:52:57 Removing intermediate container c168f1da9e48 18:52:57 ---> 9f6e6cedde68 18:52:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:57 ---> Running in 605ca006533d 18:52:58 ---> a15dcb08f5fc 18:52:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:52:58 Removing intermediate container 605ca006533d 18:52:58 ---> 7640145c6d0a 18:52:58 Step 13/21 : WORKDIR /edgex 18:52:58 ---> Running in 2d69595a4a06 18:52:59 Removing intermediate container 2d69595a4a06 18:52:59 ---> 5f2f180fa4c7 18:52:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:52:59 ---> 54fc85b297b3 18:52:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:53:00 ---> da290ccc88c8 18:53:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:53:00 Removing intermediate container 28a60a9e5cd9 18:53:00 ---> 0893cc0b7c1f 18:53:00 18:53:00 Step 10/22 : FROM alpine:3.12 18:53:00 ---> afeebe901d6b 18:53:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:53:00 ---> Using cache 18:53:00 ---> c8f0a1456e48 18:53:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:53:00 ---> Using cache 18:53:00 ---> 422b172933ae 18:53:00 Step 13/22 : ENV APP_PORT=48085 18:53:01 ---> Running in 351d96806d19 18:53:01 ---> 5e0bc8323683 18:53:01 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/ 18:53:01 ---> Running in f456d86a525d 18:53:02 Removing intermediate container 351d96806d19 18:53:02 ---> 5858d056d4da 18:53:02 Step 14/22 : EXPOSE $APP_PORT 18:53:02 ---> d4575e6c63c0 18:53:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:53:02 ---> Running in e6d814f200dc 18:53:03 Removing intermediate container e6d814f200dc 18:53:03 ---> 9ad1aab5b293 18:53:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:04 ---> 5d61d81bfd2c 18:53:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:53:04 ---> c70b492f5dc5 18:53:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:53:04 ---> Running in fd2c9234baeb 18:53:05 Removing intermediate container f456d86a525d 18:53:05 ---> d6ddf72ac574 18:53:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:53:05 ---> Running in 8b5a2d7fc59d 18:53:05 Removing intermediate container fd2c9234baeb 18:53:05 ---> 40e3604fde6f 18:53:05 Step 18/21 : CMD ["--init=true"] 18:53:05 ---> Running in 98989989cbf2 18:53:05 Removing intermediate container 5bafea159015 18:53:05 ---> b3e8e13a6258 18:53:05 18:53:05 Step 10/23 : FROM alpine:3.12 18:53:05 ---> afeebe901d6b 18:53:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:53:05 ---> Using cache 18:53:05 ---> c8f0a1456e48 18:53:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:53:05 ---> Using cache 18:53:05 ---> 422b172933ae 18:53:05 Step 13/23 : ENV APP_PORT=48081 18:53:05 ---> 42261f3bebd6 18:53:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:53:05 Removing intermediate container 8b5a2d7fc59d 18:53:05 ---> 815129154c68 18:53:05 Step 22/24 : LABEL arch=arm64 18:53:06 ---> Running in 6a4022b91165 18:53:06 ---> Running in 0c21bbba8ff9 18:53:06 Removing intermediate container 98989989cbf2 18:53:06 ---> ad9077521c7e 18:53:06 Step 19/21 : LABEL arch=arm64 18:53:06 ---> Running in cc5e2978405f 18:53:06 Removing intermediate container 6a4022b91165 18:53:06 ---> edf7ec018f24 18:53:06 Step 14/23 : EXPOSE $APP_PORT 18:53:06 Removing intermediate container 0c21bbba8ff9 18:53:06 ---> 7b8ed0b38121 18:53:06 Step 23/24 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:53:07 ---> Running in 8c8f18858c0d 18:53:07 ---> a0886dfddca9 18:53:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:53:07 ---> Running in 3e71ec29d5a4 18:53:07 Removing intermediate container cc5e2978405f 18:53:07 ---> d8dbb45f3c2d 18:53:07 Step 20/21 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:53:07 ---> Running in 575ea73a32f8 18:53:07 ---> Running in f8129c8da05c 18:53:07 Removing intermediate container 8c8f18858c0d 18:53:07 ---> 2d09b7b3deed 18:53:07 Step 15/23 : WORKDIR / 18:53:07 ---> Running in 0036b2441178 18:53:07 Removing intermediate container 3e71ec29d5a4 18:53:07 ---> d14cb309753c 18:53:07 Step 24/24 : LABEL version=0.0.0 18:53:07 Removing intermediate container 575ea73a32f8 18:53:07 ---> a71307933202 18:53:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:08 ---> Running in 9a10d080ffef 18:53:08 Removing intermediate container f8129c8da05c 18:53:08 ---> 9fccf9cd722a 18:53:08 Step 21/21 : LABEL version=0.0.0 18:53:08 ---> Running in 1818a5f644ce 18:53:08 ---> Running in d81e19b40486 18:53:08 Removing intermediate container 0036b2441178 18:53:08 ---> caa1ad39001b 18:53:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:08 Removing intermediate container 9a10d080ffef 18:53:08 ---> 0ead8d6a17ff 18:53:08 18:53:08 Removing intermediate container 1818a5f644ce 18:53:08 ---> ff89800a8fd2 18:53:08 Step 20/22 : LABEL arch=arm64 18:53:08 Removing intermediate container d81e19b40486 18:53:08 ---> 18e50eb9233c 18:53:08 18:53:08 ---> Running in d451201b74c0 18:53:09 Successfully built 0ead8d6a17ff 18:53:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:53:09  Building docker-security-secretstore-setup-go ... done  ---> ff91fec0ffd2 18:53:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:53:09 Successfully built 18e50eb9233c 18:53:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:53:09  Building docker-security-proxy-setup-go ... done Removing intermediate container d451201b74c0 18:53:09 ---> 9335ac700bdf 18:53:09 Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:53:09 ---> Running in d10fb896885c 18:53:10 Removing intermediate container d10fb896885c 18:53:10 ---> 4dfa331bf37d 18:53:10 Step 22/22 : LABEL version=0.0.0 18:53:10 ---> Running in 2c25c3373b94 18:53:10 ---> f2af9ef8616c 18:53:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:53:11 Removing intermediate container 2c25c3373b94 18:53:11 ---> 3cbb35374548 18:53:11 18:53:11 Successfully built 3cbb35374548 18:53:11 ---> 51fc5e03ca0e 18:53:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:53:11 Successfully tagged docker-support-scheduler-go-arm64:latest 18:53:11  Building docker-support-scheduler-go ... done  ---> Running in 722722a86399 18:53:12 Removing intermediate container 722722a86399 18:53:12 ---> 3b787fbf715d 18:53:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:12 ---> Running in bbde164589bc 18:53:12 Removing intermediate container bbde164589bc 18:53:12 ---> 2d53cc638eb4 18:53:12 Step 21/23 : LABEL arch=arm64 18:53:12 ---> Running in b7210489a046 18:53:13 Removing intermediate container b7210489a046 18:53:13 ---> 5d3ac879582f 18:53:13 Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b 18:53:13 ---> Running in c4a960ec56b8 18:53:14 Removing intermediate container c4a960ec56b8 18:53:14 ---> 0260352a31d1 18:53:14 Step 23/23 : LABEL version=0.0.0 18:53:14 ---> Running in b2ade470ecd0 18:53:14 Removing intermediate container b2ade470ecd0 18:53:14 ---> 68fab9844dfd 18:53:14 18:53:14 Successfully built 68fab9844dfd 18:53:14 Successfully tagged docker-core-metadata-go-arm64:latest 18:53:15  Building docker-core-metadata-go ... done  [Pipeline] } 18:53:15 $ docker stop --time=1 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 18:53:17 $ docker rm -f 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 [Pipeline] // withDockerContainer [Pipeline] sh 18:53:18 + docker images 18:53:18 + grep docker 18:53:18 docker-core-metadata-go-arm64 latest 68fab9844dfd 4 seconds ago 17.8MB 18:53:18 docker-support-scheduler-go-arm64 latest 3cbb35374548 8 seconds ago 16.1MB 18:53:18 docker-security-proxy-setup-go-arm64 latest 18e50eb9233c 10 seconds ago 23.2MB 18:53:18 docker-security-secretstore-setup-go-arm64 latest 0ead8d6a17ff 10 seconds ago 23.4MB 18:53:18 docker-sys-mgmt-agent-go-arm64 latest 876a7cbbce56 About a minute ago 300MB 18:53:18 docker-core-data-go-arm64 latest ac1725d852ce 3 minutes ago 21MB 18:53:18 docker-security-bootstrapper-go-arm64 latest ab43d7ecb9c1 3 minutes ago 17MB 18:53:18 docker-core-command-go-arm64 latest 8e7be435ed0b 3 minutes ago 16MB 18:53:18 docker-support-notifications-go-arm64 latest 4e89211d1767 3 minutes ago 16.7MB 18:53:18 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 18:53:20 provisioning config files... 18:53:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6067858685372884662tmp [Pipeline] { [Pipeline] sh 18:53:20 + set +x 18:53:20 + curl -s https://codecov.io/bash 18:53:20 + bash -s -- 18:53:21 18:53:21 _____ _ 18:53:21 / ____| | | 18:53:21 | | ___ __| | ___ ___ _____ __ 18:53:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:53:21 | |___| (_) | (_| | __/ (_| (_) \ V / 18:53:21 \_____\___/ \__,_|\___|\___\___/ \_/ 18:53:21 Bash-20210129-7c25fce 18:53:21 18:53:21 18:53:21 ==> git version 2.24.3 found 18:53:21 ==> 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 18:53:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:53:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:53:21 ==> Jenkins CI detected. 18:53:21 project root: . 18:53:21 --> token set from env 18:53:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:53:21 ==> Running gcov in . (disable via -X gcov) 18:53:21 ==> Python coveragepy not found 18:53:21 ==> Searching for coverage reports in: 18:53:21 + . 18:53:21 -> Found 1 reports 18:53:21 ==> Detecting git/mercurial file structure 18:53:21 ==> Reading reports 18:53:21 + ./coverage.out bytes=594557 18:53:21 ==> Appending adjustments 18:53:21 https://docs.codecov.io/docs/fixing-reports 18:53:24 + Found adjustments 18:53:24 ==> Gzipping contents 18:53:24 88K /tmp/codecov.N1mcTh.gz 18:53:24 ==> Uploading reports 18:53:24 url: https://codecov.io 18:53:24 query: branch=PR-3148&commit=f56f5be6bf9264fab99786e3a0eacf679df79e3b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 18:53:24 -> Pinging Codecov 18:53:24 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=f56f5be6bf9264fab99786e3a0eacf679df79e3b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 18:53:25 -> Uploading to 18:53:25 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/f56f5be6bf9264fab99786e3a0eacf679df79e3b/a3dcf36b-cc00-458a-86e8-90305408ef17.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T185325Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3da688d7928508429bc1e8348288a8cb994a4050050f9b8b81b18225b838c940 18:53:25 % Total % Received % Xferd Average Speed Time Time Time Current 18:53:25 Dload Upload Total Spent Left Speed 18:53:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89157 0 0 100 89157 0 162k --:--:-- --:--:-- --:--:-- 162k 18:53:26 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f56f5be6bf9264fab99786e3a0eacf679df79e3b [Pipeline] } 18:53:26 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 18:53:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:53:29 ---> package-listing.sh 18:53:29 ++ facter osfamily 18:53:29 ++ tr '[:upper:]' '[:lower:]' 18:53:29 + OS_FAMILY=redhat 18:53:29 + workspace=/w/workspace/edgex-go/6 18:53:29 + START_PACKAGES=/tmp/packages_start.txt 18:53:29 + END_PACKAGES=/tmp/packages_end.txt 18:53:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:53:29 + PACKAGES=/tmp/packages_start.txt 18:53:29 + '[' /w/workspace/edgex-go/6 ']' 18:53:29 + PACKAGES=/tmp/packages_end.txt 18:53:29 + case "${OS_FAMILY}" in 18:53:29 + rpm -qa 18:53:29 + sort 18:53:34 + '[' -f /tmp/packages_start.txt ']' 18:53:34 + '[' -f /tmp/packages_end.txt ']' 18:53:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:34 + '[' /w/workspace/edgex-go/6 ']' 18:53:34 + mkdir -p /w/workspace/edgex-go/6/archives/ 18:53:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 18:53:34 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:53:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:53:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:34 18:53:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:35 alpine: Pulling from edgex-lftools-log-publisher 18:53:35 df20fa9351a1: Pulling fs layer 18:53:35 36b3adc4ff6f: Pulling fs layer 18:53:35 8ad3a11d3b57: Pulling fs layer 18:53:35 46f8f816bc3b: Pulling fs layer 18:53:35 93b61091891f: Pulling fs layer 18:53:35 93b9cdb0e59b: Pulling fs layer 18:53:35 5e14af77c1be: Pulling fs layer 18:53:35 01666e4c0597: Pulling fs layer 18:53:35 aa168da1d23b: Pulling fs layer 18:53:35 93b9cdb0e59b: Waiting 18:53:35 5e14af77c1be: Waiting 18:53:35 01666e4c0597: Waiting 18:53:35 aa168da1d23b: Waiting 18:53:35 46f8f816bc3b: Waiting 18:53:35 93b61091891f: Waiting 18:53:35 36b3adc4ff6f: Verifying Checksum 18:53:35 36b3adc4ff6f: Download complete 18:53:35 46f8f816bc3b: Verifying Checksum 18:53:35 46f8f816bc3b: Download complete 18:53:35 df20fa9351a1: Verifying Checksum 18:53:35 df20fa9351a1: Download complete 18:53:35 93b9cdb0e59b: Download complete 18:53:35 5e14af77c1be: Verifying Checksum 18:53:35 5e14af77c1be: Download complete 18:53:35 93b61091891f: Verifying Checksum 18:53:35 93b61091891f: Download complete 18:53:35 01666e4c0597: Verifying Checksum 18:53:35 01666e4c0597: Download complete 18:53:35 8ad3a11d3b57: Verifying Checksum 18:53:35 8ad3a11d3b57: Download complete 18:53:35 df20fa9351a1: Pull complete 18:53:36 36b3adc4ff6f: Pull complete 18:53:37 aa168da1d23b: Verifying Checksum 18:53:37 aa168da1d23b: Download complete 18:53:38 8ad3a11d3b57: Pull complete 18:53:38 46f8f816bc3b: Pull complete 18:53:39 93b61091891f: Pull complete 18:53:39 93b9cdb0e59b: Pull complete 18:53:39 5e14af77c1be: Pull complete 18:53:39 01666e4c0597: Pull complete 18:53:47 aa168da1d23b: Pull complete 18:53:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:53:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:53:48 prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container 18:53:48 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:53:51 $ docker top c25f69fc8db5e6096a194654be35078d63cf902026912f2239da6e58c95469ae -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:52 + touch /tmp/pre-build-complete [Pipeline] sh 18:53:52 + mkdir -p /var/log/sa [Pipeline] sh 18:53:52 + ls /var/log/sa-host 18:53:52 + sadf -c /var/log/sa-host/sa09 18:53:52 file_magic: OK 18:53:52 HZ: Using current value: 100 18:53:52 file_header: OK 18:53:52 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 18:53:52 Statistics: 18:53:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:53:52 File successfully converted to sysstat format version 12.2.1 18:53:52 + sadf -c /var/log/sa-host/sa23 18:53:52 file_magic: OK 18:53:52 HZ: Using current value: 100 18:53:52 file_header: OK 18:53:52 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 18:53:52 Statistics: 18:53:52 Hnuu...uuuununununu... 18:53:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:53 provisioning config files... 18:53:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1443124837735626650tmp [Pipeline] { [Pipeline] echo 18:53:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:53:53 ---> create-netrc.sh [Pipeline] } 18:53:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:53:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:53:54 ---> python-tools-install.sh [Pipeline] echo 18:53:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:53:54 ---> sudo-logs.sh 18:53:54 Archiving 'sudo' log.. [Pipeline] echo 18:53:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:53:54 ---> job-cost.sh 18:53:54 lf-activate-venv: SKIPPING 18:53:54 INFO: No Stack... 18:53:55 INFO: Retrieving Pricing Info for: v1-standard-2 18:53:56 INFO: Archiving Costs [Pipeline] echo 18:53:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:53:56 ---> logs-deploy.sh 18:53:56 lf-activate-venv: SKIPPING 18:53:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/6 18:53:56 INFO: archiving workspace using pattern(s): 18:53:58 Archives upload complete. 18:53:58 INFO: archiving logs to Nexus 18:54:00 ---> uname -a: 18:54:00 Linux prd-centos7-docker-4c-2g-25824.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:54:00 18:54:00 18:54:00 ---> lscpu: 18:54:00 Architecture: x86_64 18:54:00 CPU op-mode(s): 32-bit, 64-bit 18:54:00 Byte Order: Little Endian 18:54:00 Address sizes: 40 bits physical, 48 bits virtual 18:54:00 CPU(s): 4 18:54:00 On-line CPU(s) list: 0-3 18:54:00 Thread(s) per core: 1 18:54:00 Core(s) per socket: 1 18:54:00 Socket(s): 4 18:54:00 NUMA node(s): 1 18:54:00 Vendor ID: GenuineIntel 18:54:00 CPU family: 6 18:54:00 Model: 44 18:54:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:54:00 Stepping: 1 18:54:00 CPU MHz: 2933.438 18:54:00 BogoMIPS: 5866.87 18:54:00 Virtualization: VT-x 18:54:00 Hypervisor vendor: KVM 18:54:00 Virtualization type: full 18:54:00 L1d cache: 128 KiB 18:54:00 L1i cache: 128 KiB 18:54:00 L2 cache: 16 MiB 18:54:00 L3 cache: 64 MiB 18:54:00 NUMA node0 CPU(s): 0-3 18:54:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:54:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:54:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:54:00 Vulnerability Meltdown: Mitigation; PTI 18:54:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:54:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:54:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:54:00 Vulnerability Srbds: Not affected 18:54:00 Vulnerability Tsx async abort: Not affected 18:54:00 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 18:54:00 18:54:00 18:54:00 ---> nproc: 18:54:00 4 18:54:00 18:54:00 18:54:00 ---> df -h: 18:54:00 Filesystem Size Used Available Use% Mounted on 18:54:00 overlay 50.0G 12.1G 37.9G 24% / 18:54:00 tmpfs 64.0M 0 64.0M 0% /dev 18:54:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:54:00 shm 64.0M 0 64.0M 0% /dev/shm 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/6 18:54:00 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/6@tmp 18:54:00 18:54:00 18:54:00 ---> free -m: 18:54:00 total used free shared buff/cache available 18:54:00 Mem: 1837 726 228 0 882 1029 18:54:00 Swap: 1023 73 950 18:54:00 18:54:00 18:54:00 ---> ip addr: 18:54:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:54:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:54:00 inet 127.0.0.1/8 scope host lo 18:54:00 valid_lft forever preferred_lft forever 18:54:00 inet6 ::1/128 scope host 18:54:00 valid_lft forever preferred_lft forever 18:54:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:54:00 link/ether fa:16:3e:67:d4:f2 brd ff:ff:ff:ff:ff:ff 18:54:00 inet 10.30.122.18/23 brd 10.30.123.255 scope global dynamic eth0 18:54:00 valid_lft 84921sec preferred_lft 84921sec 18:54:00 inet6 fe80::f816:3eff:fe67:d4f2/64 scope link 18:54:00 valid_lft forever preferred_lft forever 18:54:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:54:00 link/ether 02:42:10:b0:eb:51 brd ff:ff:ff:ff:ff:ff 18:54:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:54:00 valid_lft forever preferred_lft forever 18:54:00 inet6 fe80::42:10ff:feb0:eb51/64 scope link 18:54:00 valid_lft forever preferred_lft forever 18:54:00 18:54:00 18:54:00 ---> sar -b -r -n DEV: 18:54:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 18:54:00 18:54:00 18:29:09 LINUX RESTART (4 CPU) 18:54:00 18:54:00 18:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:54:00 18:31:01 59.97 13.85 46.12 0.00 4860.93 8388.29 0.00 18:54:00 18:32:01 196.80 91.00 105.81 0.00 6393.88 44150.82 0.00 18:54:00 18:33:01 111.36 13.51 97.85 0.00 1190.82 14345.31 0.00 18:54:00 18:34:01 208.83 97.74 111.09 0.00 3405.95 13347.38 0.00 18:54:00 18:35:01 146.94 73.84 73.10 0.00 3567.14 8602.49 0.00 18:54:00 18:36:02 323.49 127.67 195.82 0.00 61996.50 134351.92 0.00 18:54:00 18:37:01 2463.37 2112.71 350.66 0.00 162103.77 171799.43 0.00 18:54:00 18:38:01 546.05 301.91 244.14 0.00 21059.30 40626.96 0.00 18:54:00 18:39:02 1788.52 1451.14 337.38 0.00 144717.70 181309.48 0.00 18:54:00 18:40:01 400.30 152.77 247.53 0.00 11983.63 41437.14 0.00 18:54:00 18:41:01 41.36 13.08 28.28 0.00 2906.92 1051.10 0.00 18:54:00 18:42:01 1.52 1.33 0.18 0.00 101.13 1.90 0.00 18:54:00 18:43:01 0.32 0.02 0.30 0.00 0.13 3.88 0.00 18:54:00 18:44:01 0.28 0.02 0.27 0.00 0.13 3.10 0.00 18:54:00 18:45:01 3.93 3.75 0.18 0.00 261.52 2.50 0.00 18:54:00 18:46:01 1.27 0.43 0.83 0.00 16.78 16.27 0.00 18:54:00 18:47:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 18:54:00 18:48:01 0.27 0.02 0.25 0.00 1.07 3.01 0.00 18:54:00 18:49:01 0.25 0.02 0.23 0.00 0.53 2.73 0.00 18:54:00 18:50:01 0.33 0.02 0.32 0.00 0.27 3.45 0.00 18:54:00 18:51:02 0.27 0.03 0.23 0.00 0.80 2.98 0.00 18:54:00 18:52:01 0.27 0.05 0.22 0.00 0.41 1.95 0.00 18:54:00 18:53:01 0.30 0.02 0.28 0.00 0.13 3.26 0.00 18:54:00 Average: 273.81 193.74 80.08 0.00 18494.59 28738.83 0.00 18:54:00 18:54:00 18:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:54:00 18:31:01 76140 0 659696 35.06 2620 1143088 1335644 45.58 529816 1070196 85308 18:54:00 18:32:01 139304 0 686400 36.48 2392 1053448 1436508 49.03 553688 952052 6244 18:54:00 18:33:01 116968 0 718928 38.21 1492 1044156 1305632 44.56 618244 852352 67012 18:54:00 18:34:01 185748 0 831924 44.21 688 863184 1833772 62.58 700976 710840 72100 18:54:00 18:35:01 218760 0 812592 43.19 632 849560 1749380 59.70 651676 719596 55012 18:54:00 18:36:02 52728 0 849924 45.17 96 978796 2242564 76.53 705484 914092 28056 18:54:00 18:37:01 90424 0 882724 46.91 0 908396 2735128 93.35 741276 818012 58244 18:54:00 18:38:01 376716 0 725912 38.58 0 778916 1358524 46.36 516456 741008 0 18:54:00 18:39:02 107120 0 775576 41.22 0 998848 2182680 74.49 639700 899520 73792 18:54:00 18:40:01 155012 0 691764 36.77 0 1034768 1449784 49.48 601644 870484 5868 18:54:00 18:41:01 152828 0 643456 34.20 0 1085260 1195340 40.79 579316 900264 16 18:54:00 18:42:01 151160 0 642096 34.13 0 1088288 1172928 40.03 578704 902796 8 18:54:00 18:43:01 151980 0 641268 34.08 0 1088296 1172808 40.03 578280 902800 16 18:54:00 18:44:01 152652 0 640588 34.05 0 1088304 1172712 40.02 577672 902804 12 18:54:00 18:45:01 144056 0 644816 34.27 0 1092672 1172796 40.03 581236 907040 24 18:54:00 18:46:01 143536 0 645308 34.30 0 1092700 1172876 40.03 581392 907524 8 18:54:00 18:47:01 144152 0 644692 34.26 0 1092700 1172780 40.03 580872 907524 8 18:54:00 18:48:01 144232 0 644632 34.26 0 1092680 1172780 40.03 581004 907524 8 18:54:00 18:49:01 144456 0 644384 34.25 0 1092704 1172780 40.03 581008 907556 8 18:54:00 18:50:01 144080 0 644732 34.27 0 1092732 1172864 40.03 580972 907584 8 18:54:00 18:51:02 143348 0 645460 34.30 0 1092736 1172924 40.03 581432 907604 8 18:54:00 18:52:01 143468 0 645332 34.30 0 1092744 1172912 40.03 581300 907616 8 18:54:00 18:53:01 143552 0 645244 34.29 0 1092748 1172936 40.03 581276 907616 8 18:54:00 Average: 148801 0 695976 36.99 344 1036423 1430394 48.82 600149 883670 19642 18:54:00 18:54:00 18:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:54:00 18:31:01 eth0 958.65 919.06 3995.98 115.44 0.00 0.00 0.00 0.00 18:54:00 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:31:01 vethae80255 470.38 419.09 46.99 1499.14 0.00 0.00 0.00 0.00 18:54:00 18:31:01 docker0 470.38 418.96 40.56 1499.13 0.00 0.00 0.00 0.00 18:54:00 18:32:01 veth5847ef3 6.11 8.42 0.43 39.01 0.00 0.00 0.00 0.00 18:54:00 18:32:01 eth0 662.84 664.72 4083.83 64.27 0.00 0.00 0.00 0.00 18:54:00 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:32:01 docker0 403.10 349.58 31.12 1242.97 0.00 0.00 0.00 0.00 18:54:00 18:33:01 eth0 199.40 160.02 803.90 18.13 0.00 0.00 0.00 0.00 18:54:00 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:33:01 docker0 154.01 184.96 11.01 793.76 0.00 0.00 0.00 0.00 18:54:00 18:34:01 veth3d2816a 0.62 0.75 0.05 0.07 0.00 0.00 0.00 0.00 18:54:00 18:34:01 eth0 46.82 32.13 36.48 74.88 0.00 0.00 0.00 0.00 18:54:00 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:34:01 docker0 0.62 0.62 0.04 0.06 0.00 0.00 0.00 0.00 18:54:00 18:35:01 veth3d2816a 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 18:54:00 18:35:01 eth0 22.23 12.55 17.84 9.51 0.00 0.00 0.00 0.00 18:54:00 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:35:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 18:54:00 18:36:02 eth0 232.43 198.91 1689.83 85.90 0.00 0.00 0.00 0.00 18:54:00 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:36:02 vetha85a0a8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:37:01 eth0 50.96 27.59 167.68 11.24 0.00 0.00 0.00 0.00 18:54:00 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:37:01 vetha85a0a8 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:37:01 veth2cf813b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:38:01 eth0 58.24 32.43 190.82 13.34 0.00 0.00 0.00 0.00 18:54:00 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:38:01 vetha85a0a8 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:38:01 docker0 1049.56 1000.30 83.63 3776.94 0.00 0.00 0.00 0.00 18:54:00 18:39:02 veth6f28dd1 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:39:02 eth0 56.30 37.26 85.35 87.63 0.00 0.00 0.00 0.00 18:54:00 18:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:39:02 veth965f909 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:40:01 eth0 272.73 205.01 1774.71 98.91 0.00 0.00 0.00 0.00 18:54:00 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:40:01 veth7088468 7.39 7.63 1.01 23.07 0.00 0.00 0.00 0.00 18:54:00 18:40:01 vetha85a0a8 0.00 0.95 0.00 0.04 0.00 0.00 0.00 0.00 18:54:00 18:41:01 eth0 17.79 9.95 44.42 4.11 0.00 0.00 0.00 0.00 18:54:00 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:41:01 docker0 1116.89 1106.29 87.86 4364.15 0.00 0.00 0.00 0.00 18:54:00 18:42:01 eth0 0.62 0.42 0.30 0.21 0.00 0.00 0.00 0.00 18:54:00 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:43:01 eth0 0.58 0.37 0.28 0.17 0.00 0.00 0.00 0.00 18:54:00 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:54:00 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:45:01 eth0 0.68 0.17 0.13 0.07 0.00 0.00 0.00 0.00 18:54:00 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:46:01 eth0 0.70 0.35 0.44 0.20 0.00 0.00 0.00 0.00 18:54:00 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:48:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 18:54:00 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:49:01 eth0 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 18:54:00 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:50:01 eth0 0.87 0.15 0.19 0.07 0.00 0.00 0.00 0.00 18:54:00 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:51:02 eth0 0.80 0.27 0.29 0.16 0.00 0.00 0.00 0.00 18:54:00 18:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:52:01 eth0 1.19 0.39 0.35 0.24 0.00 0.00 0.00 0.00 18:54:00 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:53:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:54:00 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 Average: eth0 111.81 99.57 558.17 25.38 0.00 0.00 0.00 0.00 18:54:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:00 Average: docker0 48.66 48.20 3.83 190.12 0.00 0.00 0.00 0.00 18:54:00 18:54:00 18:54:00 ---> sar -P ALL: 18:54:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 18:54:00 18:54:00 18:29:09 LINUX RESTART (4 CPU) 18:54:00 18:54:00 18:30:02 CPU %user %nice %system %iowait %steal %idle 18:54:00 18:31:01 all 7.08 0.00 4.11 1.38 0.05 87.38 18:54:00 18:31:01 0 6.69 0.00 5.15 0.68 0.05 87.42 18:54:00 18:31:01 1 7.10 0.00 4.38 0.96 0.05 87.51 18:54:00 18:31:01 2 8.92 0.00 3.88 1.81 0.05 85.34 18:54:00 18:31:01 3 5.61 0.00 3.05 2.07 0.03 89.24 18:54:00 18:32:01 all 12.14 0.00 6.87 1.45 0.08 79.46 18:54:00 18:32:01 0 14.47 0.00 8.04 1.47 0.09 75.94 18:54:00 18:32:01 1 11.51 0.00 6.19 1.53 0.07 80.70 18:54:00 18:32:01 2 10.86 0.00 6.75 1.97 0.10 80.32 18:54:00 18:32:01 3 11.75 0.00 6.52 0.84 0.05 80.84 18:54:00 18:33:01 all 4.14 0.00 3.81 2.89 0.04 89.11 18:54:00 18:33:01 0 4.07 0.00 4.14 2.09 0.03 89.66 18:54:00 18:33:01 1 3.98 0.00 3.91 4.33 0.05 87.73 18:54:00 18:33:01 2 4.11 0.00 3.72 2.44 0.03 89.70 18:54:00 18:33:01 3 4.41 0.00 3.48 2.71 0.05 89.34 18:54:00 18:34:01 all 49.64 0.00 12.84 5.13 0.08 32.30 18:54:00 18:34:01 0 48.60 0.00 12.78 3.88 0.10 34.64 18:54:00 18:34:01 1 48.23 0.00 13.47 5.42 0.09 32.80 18:54:00 18:34:01 2 53.06 0.00 12.59 4.90 0.05 29.40 18:54:00 18:34:01 3 48.68 0.00 12.52 6.35 0.09 32.36 18:54:00 18:35:01 all 44.67 0.00 13.58 4.14 0.16 37.45 18:54:00 18:35:01 0 43.06 0.00 13.72 6.48 0.14 36.61 18:54:00 18:35:01 1 44.50 0.00 13.74 3.19 0.21 38.37 18:54:00 18:35:01 2 46.17 0.00 13.18 4.33 0.14 36.18 18:54:00 18:35:01 3 44.93 0.00 13.71 2.58 0.16 38.63 18:54:00 18:36:02 all 23.95 0.00 18.47 2.58 0.11 54.89 18:54:00 18:36:02 0 24.77 0.00 18.13 1.63 0.09 55.39 18:54:00 18:36:02 1 22.75 0.00 18.31 3.85 0.14 54.95 18:54:00 18:36:02 2 25.16 0.00 19.14 2.61 0.09 52.99 18:54:00 18:36:02 3 23.11 0.00 18.31 2.23 0.12 56.24 18:54:00 18:37:01 all 18.42 0.00 25.52 28.72 0.21 27.14 18:54:00 18:37:01 0 18.46 0.00 25.35 30.16 0.21 25.82 18:54:00 18:37:01 1 17.72 0.00 24.63 28.93 0.25 28.47 18:54:00 18:37:01 2 19.06 0.00 25.38 28.24 0.21 27.11 18:54:00 18:37:01 3 18.42 0.00 26.72 27.54 0.16 27.16 18:54:00 18:38:01 all 51.39 0.00 15.86 18.22 0.08 14.45 18:54:00 18:38:01 0 52.33 0.00 15.52 18.38 0.10 13.67 18:54:00 18:38:01 1 49.69 0.00 16.57 18.42 0.10 15.21 18:54:00 18:38:01 2 52.37 0.00 15.16 18.91 0.05 13.51 18:54:00 18:38:01 3 51.18 0.00 16.18 17.18 0.05 15.42 18:54:00 18:39:02 all 32.76 0.00 26.10 21.15 0.14 19.86 18:54:00 18:39:02 0 31.74 0.00 26.63 20.51 0.16 20.96 18:54:00 18:39:02 1 32.83 0.00 25.57 20.15 0.17 21.28 18:54:00 18:39:02 2 32.51 0.00 25.64 23.44 0.09 18.32 18:54:00 18:39:02 3 33.94 0.00 26.57 20.50 0.12 18.86 18:54:00 18:40:01 all 30.71 0.00 13.61 10.43 0.07 45.18 18:54:00 18:40:01 0 33.43 0.00 14.23 7.07 0.09 45.19 18:54:00 18:40:01 1 30.10 0.00 13.02 8.86 0.07 47.95 18:54:00 18:40:01 2 30.84 0.00 13.37 15.48 0.07 40.24 18:54:00 18:40:01 3 28.46 0.00 13.85 10.32 0.07 47.29 18:54:00 18:41:01 all 0.95 0.00 0.96 1.07 0.02 97.01 18:54:00 18:41:01 0 1.50 0.00 0.90 0.94 0.00 96.66 18:54:00 18:41:01 1 0.65 0.00 0.94 0.72 0.02 97.67 18:54:00 18:41:01 2 0.69 0.00 1.12 1.72 0.03 96.44 18:54:00 18:41:01 3 0.94 0.00 0.89 0.89 0.03 97.26 18:54:00 18:54:00 18:41:01 CPU %user %nice %system %iowait %steal %idle 18:54:00 18:42:01 all 0.15 0.00 0.04 0.01 0.00 99.80 18:54:00 18:42:01 0 0.52 0.00 0.05 0.02 0.02 99.40 18:54:00 18:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:54:00 18:42:01 2 0.02 0.00 0.05 0.02 0.00 99.92 18:54:00 18:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:54:00 18:43:01 all 0.07 0.00 0.04 0.00 0.00 99.89 18:54:00 18:43:01 0 0.10 0.00 0.02 0.00 0.00 99.88 18:54:00 18:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:54:00 18:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:54:00 18:43:01 3 0.08 0.00 0.08 0.00 0.00 99.83 18:54:00 18:44:01 all 0.08 0.00 0.03 0.00 0.00 99.88 18:54:00 18:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:54:00 18:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:54:00 18:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:54:00 18:44:01 3 0.27 0.00 0.05 0.00 0.00 99.68 18:54:00 18:45:01 all 0.16 0.00 0.07 0.08 0.00 99.69 18:54:00 18:45:01 0 0.03 0.00 0.13 0.28 0.00 99.55 18:54:00 18:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:54:00 18:45:01 2 0.03 0.00 0.08 0.03 0.00 99.85 18:54:00 18:45:01 3 0.52 0.00 0.03 0.00 0.02 99.43 18:54:00 18:46:01 all 0.17 0.00 0.04 0.01 0.00 99.78 18:54:00 18:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:54:00 18:46:01 1 0.05 0.00 0.03 0.00 0.02 99.90 18:54:00 18:46:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:54:00 18:46:01 3 0.53 0.00 0.03 0.05 0.00 99.38 18:54:00 18:47:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:54:00 18:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:54:00 18:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 18:54:00 18:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:54:00 18:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:54:00 18:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:54:00 18:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:54:00 18:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:54:00 18:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:54:00 18:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:54:00 18:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:54:00 18:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:54:00 18:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:54:00 18:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:54:00 18:49:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:54:00 18:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:54:00 18:50:01 0 0.02 0.00 0.05 0.02 0.02 99.90 18:54:00 18:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:54:00 18:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:54:00 18:50:01 3 0.50 0.00 0.02 0.00 0.00 99.48 18:54:00 18:51:02 all 0.17 0.00 0.04 0.00 0.00 99.79 18:54:00 18:51:02 0 0.12 0.00 0.02 0.00 0.00 99.87 18:54:00 18:51:02 1 0.03 0.00 0.07 0.00 0.00 99.90 18:54:00 18:51:02 2 0.03 0.00 0.03 0.00 0.00 99.93 18:54:00 18:51:02 3 0.50 0.00 0.03 0.00 0.00 99.47 18:54:00 18:52:01 all 0.08 0.00 0.04 0.00 0.00 99.88 18:54:00 18:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:54:00 18:52:01 1 0.07 0.00 0.05 0.00 0.02 99.86 18:54:00 18:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:54:00 18:52:01 3 0.20 0.00 0.07 0.00 0.00 99.73 18:54:00 18:54:00 18:52:01 CPU %user %nice %system %iowait %steal %idle 18:54:00 18:53:01 all 0.13 0.00 0.03 0.00 0.00 99.84 18:54:00 18:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:54:00 18:53:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:54:00 18:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:54:00 18:53:01 3 0.38 0.00 0.03 0.00 0.00 99.58 18:54:00 Average: all 11.77 0.00 6.01 4.09 0.05 78.09 18:54:00 Average: 0 11.87 0.00 6.13 3.94 0.05 78.02 18:54:00 Average: 1 11.44 0.00 5.98 4.06 0.05 78.46 18:54:00 Average: 2 12.06 0.00 5.94 4.46 0.04 77.50 18:54:00 Average: 3 11.69 0.00 6.00 3.91 0.04 78.36 18:54:00 18:54:00 18:54:00