Pull request #3003 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than d164d0f2684056e901c37f9eef647268f67e0073 Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19196 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) > 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/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 Commit message: "Merge branch 'master' into issue-2983-non-root-containers" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:10:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:10:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk b879e351854199ca0486f38f59b6cc1f92e7ac30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:10:10 ========================================================= 01:10:10 EdgeX Global Pipelines Version Info 01:10:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:10:12 ------------------- 01:10:12 stable info: 01:10:12 ------------------- 01:10:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:10:12 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 01:10:12 Message: update stable to v1.0.173 01:10:13 ------------------- 01:10:13 experimental info: 01:10:13 ------------------- 01:10:13 Commited By: **** collab-it+edgex@linuxfoundation.org 01:10:13 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 01:10:13 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:10:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:10:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:10:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3003 [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3003 [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3003 [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d164d0f2684056e901c37f9eef647268f67e0073 [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d164d0f [Pipeline] echo 01:10:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:10:16 provisioning config files... 01:10:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5387937294047720940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:17 ---> docker-login.sh 01:10:17 nexus3.edgexfoundry.org:10001 01:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:17 Configure a credential helper to remove this warning. See 01:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:17 01:10:17 Login Succeeded 01:10:17 nexus3.edgexfoundry.org:10002 01:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:17 Configure a credential helper to remove this warning. See 01:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:17 01:10:17 Login Succeeded 01:10:17 nexus3.edgexfoundry.org:10003 01:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:18 Configure a credential helper to remove this warning. See 01:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:18 01:10:18 Login Succeeded 01:10:18 nexus3.edgexfoundry.org:10004 01:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:18 Configure a credential helper to remove this warning. See 01:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:18 01:10:18 Login Succeeded 01:10:18 docker.io 01:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:18 Configure a credential helper to remove this warning. See 01:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:18 01:10:18 Login Succeeded 01:10:18 ---> docker-login.sh ends [Pipeline] } 01:10:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:10:19 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/core-command/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo core-command,cmd/core-command/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/core-data/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo core-data,cmd/core-data/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/core-metadata/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo core-metadata,cmd/core-metadata/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/security-bootstrap-redis/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ cut -d/ -f2 01:10:19 ++ dirname cmd/security-proxy-setup/Dockerfile 01:10:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/support-notifications/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo support-notifications,cmd/support-notifications/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/support-scheduler/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:10:19 + for file in '`ls cmd/**/Dockerfile`' 01:10:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:10:19 ++ cut -d/ -f2 01:10:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:10:19 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 01:10:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:20 01:10:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:10:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:21 latest: Pulling from edgex-devops/git-semver 01:10:21 31603596830f: Pulling fs layer 01:10:21 2a8b12db71e7: Pulling fs layer 01:10:21 6ca5941a6612: Pulling fs layer 01:10:21 ecc8261a40a4: Pulling fs layer 01:10:21 ecc8261a40a4: Waiting 01:10:21 2a8b12db71e7: Verifying Checksum 01:10:21 2a8b12db71e7: Download complete 01:10:21 31603596830f: Verifying Checksum 01:10:21 31603596830f: Download complete 01:10:21 ecc8261a40a4: Verifying Checksum 01:10:21 ecc8261a40a4: Download complete 01:10:21 6ca5941a6612: Download complete 01:10:21 31603596830f: Pull complete 01:10:21 2a8b12db71e7: Pull complete 01:10:22 6ca5941a6612: Pull complete 01:10:22 ecc8261a40a4: Pull complete 01:10:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:10:22 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:10:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:10:25 $ docker top 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:10:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:25 [ssh-agent] Looking for ssh-agent implementation... 01:10:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:26 $ docker exec 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent 01:10:26 SSH_AUTH_SOCK=/tmp/ssh-SUT836h5cfiq/agent.13 01:10:26 SSH_AGENT_PID=18 01:10:26 Running ssh-add (command line suppressed) 01:10:26 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3703565524542936484.key (/w/workspace/edgex-go/5@tmp/private_key_3703565524542936484.key) 01:10:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:26 + git tag --points-at HEAD [Pipeline] } 01:10:26 $ docker exec --env ******** --env ******** 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent -k 01:10:26 unset SSH_AUTH_SOCK; 01:10:26 unset SSH_AGENT_PID; 01:10:26 echo Agent pid 18 killed; 01:10:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:10:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:27 [ssh-agent] Looking for ssh-agent implementation... 01:10:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:27 $ docker exec 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent 01:10:27 SSH_AUTH_SOCK=/tmp/ssh-TVvQIs7wTzAr/agent.46 01:10:27 SSH_AGENT_PID=51 01:10:27 Running ssh-add (command line suppressed) 01:10:27 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1005301646707433434.key (/w/workspace/edgex-go/5@tmp/private_key_1005301646707433434.key) 01:10:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:28 + git semver init 01:10:28 # -> Open(): unable to determine branch for HEAD 01:10:28 # $GIT_DIR = /w/workspace/edgex-go/5/.git 01:10:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 01:10:28 # $SEMVER_REMOTE_NAME = origin 01:10:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:10:28 # $SEMVER_USER_NAME = edgex-jenkins 01:10:28 # $SEMVER_BRANCH = PR-3003 01:10:28 # $SEMVER_TEMP = /tmp/semver-203999637 01:10:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:10:46 # '/tmp/semver-203999637' -> '/w/workspace/edgex-go/5/.semver' 01:10:46 # -> Force: false 01:10:46 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 01:10:46 $ docker exec --env ******** --env ******** 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent -k 01:10:46 unset SSH_AUTH_SOCK; 01:10:46 unset SSH_AGENT_PID; 01:10:46 echo Agent pid 51 killed; 01:10:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:10:47 + git semver [Pipeline] } 01:10:47 $ docker stop --time=1 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f 01:10:48 $ docker rm -f 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f [Pipeline] // withDockerContainer [Pipeline] sh 01:10:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:10:49 Stashed 1 file(s) [Pipeline] echo 01:10:49 [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 01:10:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:10:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:10:51 + sudo service docker restart 01:10:51 + true 01:10:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:10:52 ========================================================= 01:10:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:10:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:10:52 + 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 . 01:10:55 Sending build context to Docker daemon 326.4MB 01:10:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:10:55 Step 2/6 : FROM ${BASE} 01:10:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:10:55 188c0c94c7c5: Pulling fs layer 01:10:55 0ef7d3d256c8: Pulling fs layer 01:10:55 de9db76c5a1d: Pulling fs layer 01:10:55 bca2f99d35d6: Pulling fs layer 01:10:55 93359f2a8cfa: Pulling fs layer 01:10:55 7c6f9722023f: Pulling fs layer 01:10:55 a35cf1a2eb13: Pulling fs layer 01:10:55 bca2f99d35d6: Waiting 01:10:55 93359f2a8cfa: Waiting 01:10:55 7c6f9722023f: Waiting 01:10:55 a35cf1a2eb13: Waiting 01:10:55 de9db76c5a1d: Verifying Checksum 01:10:55 de9db76c5a1d: Download complete 01:10:55 0ef7d3d256c8: Verifying Checksum 01:10:55 0ef7d3d256c8: Download complete 01:10:55 93359f2a8cfa: Verifying Checksum 01:10:55 93359f2a8cfa: Download complete 01:10:55 7c6f9722023f: Verifying Checksum 01:10:55 7c6f9722023f: Download complete 01:10:55 188c0c94c7c5: Verifying Checksum 01:10:55 188c0c94c7c5: Download complete 01:10:56 188c0c94c7c5: Pull complete 01:10:57 0ef7d3d256c8: Pull complete 01:10:57 de9db76c5a1d: Pull complete 01:10:58 a35cf1a2eb13: Verifying Checksum 01:10:58 a35cf1a2eb13: Download complete 01:10:58 bca2f99d35d6: Verifying Checksum 01:10:58 bca2f99d35d6: Download complete 01:11:03 bca2f99d35d6: Pull complete 01:11:03 93359f2a8cfa: Pull complete 01:11:03 7c6f9722023f: Pull complete 01:11:05 Still waiting to schedule task 01:11:05 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:11:09 a35cf1a2eb13: Pull complete 01:11:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:11:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:11:09 ---> a62c8e92a672 01:11:09 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 01:11:09 ---> Running in bf823ed54604 01:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:11:10 (1/12) Installing libmagic (5.38-r0) 01:11:10 (2/12) Installing file (5.38-r0) 01:11:10 (3/12) Installing libc-dev (0.7.2-r3) 01:11:11 (4/12) Installing g++ (9.3.0-r2) 01:11:14 (5/12) Installing fortify-headers (1.1-r0) 01:11:14 (6/12) Installing patch (2.7.6-r6) 01:11:14 (7/12) Installing build-base (0.5-r2) 01:11:14 (8/12) Installing libsodium (1.0.18-r0) 01:11:14 (9/12) Installing pkgconf (1.7.2-r0) 01:11:14 (10/12) Installing libsodium-dev (1.0.18-r0) 01:11:14 (11/12) Installing libzmq (4.3.3-r0) 01:11:14 (12/12) Installing zeromq-dev (4.3.3-r0) 01:11:14 Executing busybox-1.31.1-r19.trigger 01:11:14 OK: 233 MiB in 51 packages 01:11:18 Removing intermediate container bf823ed54604 01:11:18 ---> 991f708e849f 01:11:18 Step 4/6 : WORKDIR /edgex-go 01:11:18 ---> Running in 8460378d8f74 01:11:18 Removing intermediate container 8460378d8f74 01:11:18 ---> 1e8d2ea0416f 01:11:18 Step 5/6 : COPY go.mod . 01:11:18 ---> a17833b0bd2c 01:11:18 Step 6/6 : RUN go mod download 01:11:19 ---> Running in f9817de6c063 01:11:45 Removing intermediate container f9817de6c063 01:11:45 ---> b124247a6408 01:11:45 Successfully built b124247a6408 01:11:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:11:46 + docker inspect -f . ci-base-image-x86_64 01:11:46 . [Pipeline] withDockerContainer 01:11:46 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:11:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:11:47 $ docker top d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef -eo pid,comm [Pipeline] { [Pipeline] sh 01:11:47 + go version 01:11:47 go version go1.15.5 linux/amd64 [Pipeline] } 01:11:47 $ docker stop --time=1 d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef 01:11:49 $ docker rm -f d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:11:50 + docker inspect -f . ci-base-image-x86_64 01:11:50 . [Pipeline] withDockerContainer 01:11:50 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:11:50 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:11:51 $ docker top da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 -eo pid,comm [Pipeline] { [Pipeline] echo 01:11:51 ========================================================= 01:11:51 [edgeXBuildGoParallel] Running Tests and Build... 01:11:51 ========================================================= [Pipeline] sh 01:11:52 + make test 01:11:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:12:00 ? github.com/edgexfoundry/edgex-go [no test files] 01:12:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:12:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:12:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:12:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:12:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:12:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:12:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 01:12:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:12:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:12:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:12:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:12:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.0% of statements 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.419s coverage: 77.8% of statements 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.4% of statements 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 01:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:12:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 01:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:12:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements 01:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.323s coverage: 93.8% of statements 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 01:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 01:12:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 01:12:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements 01:12:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements 01:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements 01:12:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:12:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 01:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 01:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 01:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements 01:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 01:12:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 55.9% of statements 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:12:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:12:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:12:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.327s coverage: 84.0% of statements 01:12:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements 01:12:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:12:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:12:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 01:12:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:12:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 01:12:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 01:12:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements 01:12:44 GO111MODULE=on go vet ./... 01:13:06 gofmt -l . 01:13:06 [ "`gofmt -l .`" = "" ] 01:13:06 ./bin/test-go-mod-tidy.sh 01:13:07 ./bin/test-attribution-txt.sh [Pipeline] sh 01:13:09 + ls -al . 01:13:09 total 640 01:13:09 drwxrwxr-x 10 1001 1001 4096 Jan 9 01:13 . 01:13:09 drwxr-xr-x 4 root root 28 Jan 9 01:11 .. 01:13:09 -rw-rw-r-- 1 1001 1001 11 Jan 9 01:10 .dockerignore 01:13:09 drwxrwxr-x 8 1001 1001 179 Jan 9 01:10 .git 01:13:09 drwxrwxr-x 3 1001 1001 125 Jan 9 01:10 .github 01:13:09 -rw-rw-r-- 1 1001 1001 824 Jan 9 01:10 .gitignore 01:13:09 drwx------ 3 1001 1001 47 Jan 9 01:10 .semver 01:13:09 -rw-rw-r-- 1 1001 1001 166 Jan 9 01:10 .sonarcloud.properties 01:13:09 -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:10 CONTRIBUTING.md 01:13:09 -rw-rw-r-- 1 1001 1001 931 Jan 9 01:10 Dockerfile.build 01:13:09 -rw-rw-r-- 1 1001 1001 863 Jan 9 01:10 Jenkinsfile 01:13:09 -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:10 LICENSE 01:13:09 -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:10 Makefile 01:13:09 -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:10 README.md 01:13:09 -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:10 SECURITY.md 01:13:09 -rw-rw-r-- 1 1001 1001 5 Jan 9 01:10 VERSION 01:13:09 -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:10 ZMQWindows.md 01:13:09 drwxrwxr-x 2 1001 1001 117 Jan 9 01:10 bin 01:13:09 drwxrwxr-x 14 1001 1001 4096 Jan 9 01:10 cmd 01:13:09 -rw-r--r-- 1 root root 541590 Jan 9 01:12 coverage.out 01:13:09 -rw-r--r-- 1 root root 979 Jan 9 01:13 go.mod 01:13:09 -rw-r--r-- 1 root root 19019 Jan 9 01:13 go.sum 01:13:09 drwxrwxr-x 8 1001 1001 127 Jan 9 01:10 internal 01:13:09 drwxrwxr-x 4 1001 1001 26 Jan 9 01:10 openapi 01:13:09 drwxrwxr-x 4 1001 1001 71 Jan 9 01:10 snap 01:13:09 -rw-rw-r-- 1 1001 1001 168 Jan 9 01:10 version.go [Pipeline] sh 01:13:09 + '[' -e coverage.out ] 01:13:09 + chown 1001:1001 coverage.out [Pipeline] stash 01:13:09 Stashed 1 file(s) [Pipeline] sh 01:13:10 + make build 01:13:10 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 01:13:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:13:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:13:21 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 01:13:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:13:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:13:24 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 01:13:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:13:27 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 01:13:28 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 01:13:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:13:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 01:13:31 $ docker stop --time=1 da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 01:13:33 $ docker rm -f da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:13:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:13:37 01:13:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:13:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:13:37 latest: Pulling from edgex-devops/edgex-compose 01:13:37 cbdbe7a5bc2a: Pulling fs layer 01:13:37 ca9280d653b3: Pulling fs layer 01:13:37 7e9c9ca2126c: Pulling fs layer 01:13:38 cbdbe7a5bc2a: Verifying Checksum 01:13:38 cbdbe7a5bc2a: Download complete 01:13:38 cbdbe7a5bc2a: Pull complete 01:13:38 ca9280d653b3: Verifying Checksum 01:13:38 ca9280d653b3: Download complete 01:13:39 7e9c9ca2126c: Verifying Checksum 01:13:39 7e9c9ca2126c: Download complete 01:13:39 ca9280d653b3: Pull complete 01:13:47 7e9c9ca2126c: Pull complete 01:13:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:13:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:13:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:13:48 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:13:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 01:13:49 $ docker top 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:50 + docker-compose build --help 01:13:50 + grep parallel 01:13:51 --parallel Build images in parallel. [Pipeline] } 01:13:51 $ docker stop --time=1 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d 01:13:52 $ docker rm -f 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:13:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:13:53 . [Pipeline] withDockerContainer 01:13:53 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:13:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:13:54 $ docker top 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:54 + docker-compose -f ./docker-compose-build.yml build --parallel 01:13:55 Building docker-core-command-go ... 01:13:55 Building docker-core-data-go ... 01:13:55 Building docker-core-metadata-go ... 01:13:55 Building docker-security-bootstrap-redis-go ... 01:13:55 Building docker-security-proxy-setup-go ... 01:13:55 Building docker-security-secretstore-setup-go ... 01:13:55 Building docker-support-notifications-go ... 01:13:55 Building docker-support-scheduler-go ... 01:13:55 Building docker-sys-mgmt-agent-go ... 01:13:55 Building docker-core-metadata-go 01:13:55 Building docker-security-proxy-setup-go 01:13:55 Building docker-security-bootstrap-redis-go 01:13:55 Building docker-sys-mgmt-agent-go 01:13:55 Building docker-core-command-go 01:14:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:14:28 ---> b124247a6408 01:14:28 Step 3/22 : WORKDIR /edgex-go 01:14:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:14:28 ---> b124247a6408 01:14:28 Step 3/22 : WORKDIR /edgex-go 01:14:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:14:28 ---> b124247a6408 01:14:28 Step 3/21 : WORKDIR /edgex-go 01:14:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:14:28 ---> b124247a6408 01:14:28 Step 3/26 : WORKDIR /edgex-go 01:14:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:14:28 ---> b124247a6408 01:14:28 Step 3/22 : WORKDIR /edgex-go 01:14:29 ---> Running in a7b072381e07 01:14:29 ---> Running in 6dfcd624c411 01:14:29 ---> Running in 3a9263cda722 01:14:29 ---> Running in 1ef0195128bc 01:14:29 ---> Running in 35be2ce1cf25 01:14:30 Removing intermediate container a7b072381e07 01:14:30 ---> 9e129d0cb64e 01:14:30 Removing intermediate container 6dfcd624c411 01:14:30 ---> 130d300659dc 01:14:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:30 Removing intermediate container 3a9263cda722 01:14:30 ---> 68b8563af49f 01:14:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:30 Removing intermediate container 35be2ce1cf25 01:14:30 ---> 02e0392b5aa6 01:14:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:30 Removing intermediate container 1ef0195128bc 01:14:30 ---> 1cffddcff17e 01:14:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:30 ---> Running in 862028f21fbc 01:14:30 ---> Running in 85bc944d2b7a 01:14:30 ---> Running in 025cb3696172 01:14:30 ---> Running in be9ff91ed444 01:14:30 ---> Running in 5c5705e49ecf 01:14:31 Removing intermediate container 862028f21fbc 01:14:31 ---> 23651693373b 01:14:31 Step 5/22 : RUN apk add --update --no-cache make git 01:14:31 ---> Running in 47d5de67eb5e 01:14:32 Removing intermediate container 85bc944d2b7a 01:14:32 ---> 89288bd2a940 01:14:32 Step 5/26 : RUN apk add --update --no-cache make bash git 01:14:32 Removing intermediate container 025cb3696172 01:14:32 ---> 67155f765de0 01:14:32 Step 5/22 : RUN apk add --update --no-cache make git 01:14:32 ---> Running in cc96f22f56c2 01:14:32 ---> Running in d497c36859bb 01:14:32 Removing intermediate container be9ff91ed444 01:14:32 ---> 711cf1f643de 01:14:32 Step 5/22 : RUN apk add --update --no-cache make git 01:14:32 Removing intermediate container 5c5705e49ecf 01:14:32 ---> 7a5cfc135e6d 01:14:32 Step 5/21 : RUN apk add --update --no-cache make git 01:14:33 ---> Running in 3d4c02da2cdd 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:33 ---> Running in 6cf2453f6ddf 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:34 OK: 233 MiB in 51 packages 01:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:34 OK: 233 MiB in 51 packages 01:14:34 OK: 233 MiB in 51 packages 01:14:34 OK: 233 MiB in 51 packages 01:14:35 Removing intermediate container 47d5de67eb5e 01:14:35 ---> 5860d7ed4ec8 01:14:35 Step 6/22 : COPY go.mod . 01:14:35 OK: 233 MiB in 51 packages 01:14:35 Removing intermediate container cc96f22f56c2 01:14:35 ---> 61c5d31a5a81 01:14:35 Step 6/26 : COPY go.mod . 01:14:35 ---> 6c8ab343bbfb 01:14:35 Step 7/22 : RUN go mod download 01:14:35 ---> Running in 6a13804b02c2 01:14:35 ---> da1cb7dc6668 01:14:35 Step 7/26 : RUN go mod download 01:14:36 Removing intermediate container d497c36859bb 01:14:36 ---> 4b7b6aad1076 01:14:36 Step 6/22 : COPY go.mod . 01:14:36 ---> Running in 6a3ac72d3aa0 01:14:36 Removing intermediate container 3d4c02da2cdd 01:14:36 ---> ceaca885d95d 01:14:36 Step 6/22 : COPY go.mod . 01:14:36 Removing intermediate container 6cf2453f6ddf 01:14:36 ---> cdd9bab74c51 01:14:36 Step 6/21 : COPY go.mod . 01:14:36 ---> ff688703f224 01:14:36 Step 7/22 : RUN go mod download 01:14:36 ---> 6d6c00f258c1 01:14:36 Step 7/22 : RUN go mod download 01:14:36 ---> Running in 0a8b86afb0d8 01:14:36 ---> 84de6f82cebc 01:14:36 Step 7/21 : RUN go mod download 01:14:36 ---> Running in ad40b1a5b504 01:14:37 ---> Running in db7cfd5aa64a 01:14:38 Removing intermediate container 6a3ac72d3aa0 01:14:38 ---> 11eb2729e90e 01:14:38 Step 8/26 : COPY . . 01:14:38 Removing intermediate container 6a13804b02c2 01:14:38 ---> b129aba5ddd2 01:14:38 Step 8/22 : COPY . . 01:14:38 Removing intermediate container 0a8b86afb0d8 01:14:38 ---> 8d16ee0e129a 01:14:38 Step 8/22 : COPY . . 01:14:43 Removing intermediate container db7cfd5aa64a 01:14:43 ---> 2478143a374a 01:14:43 Step 8/21 : COPY . . 01:14:43 Removing intermediate container ad40b1a5b504 01:14:43 ---> e38ebb29e5a7 01:14:43 Step 8/22 : COPY . . 01:14:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19197 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws 01:14:45 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 01:14:50 using credential edgex-jenkins-ssh 01:14:50 Cloning the remote Git repository 01:14:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:14:51 > git init /w/workspace/edgex-go/5 # timeout=10 01:14:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:14:51 > git --version # timeout=10 01:14:51 > git --version # 'git version 2.17.1' 01:14:51 using GIT_SSH to set credentials SSH Credentials for GitHub 01:14:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:15:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:15:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:15:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:15:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:15:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:15:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:15:07 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 01:15:08 Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 01:15:08 Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) 01:15:07 > git config core.sparsecheckout # timeout=10 01:15:07 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 01:15:08 > git remote # timeout=10 01:15:08 > git config --get remote.origin.url # timeout=10 01:15:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:15:08 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 01:15:08 > git rev-parse HEAD^{commit} # timeout=10 01:15:08 > git config core.sparsecheckout # timeout=10 01:15:08 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 01:15:13 Commit message: "Merge branch 'master' into issue-2983-non-root-containers" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:15:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:15:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:15:15 ---> 4f044b4cd458 01:15:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 01:15:15 ---> 211281a9db72 01:15:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:15:15 ---> 2a3d252f3726 01:15:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 01:15:15 + sudo service docker restart 01:15:15 + true 01:15:16 ---> Running in beb5034c578e 01:15:16 ---> Running in f19112962257 01:15:16 ---> Running in 89c92465bb87 01:15:16 ---> 6258baa211ef 01:15:16 Step 9/22 : RUN make cmd/core-command/core-command 01:15:16 ---> d622c15b58c5 01:15:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:15:16 ---> Running in 3a0cf36ef2cd 01:15:16 ---> Running in cc6ab3ba0ff3 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:15:17 provisioning config files... 01:15:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3228140474305431314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:15:18 ---> docker-login.sh 01:15:18 nexus3.edgexfoundry.org:10001 01:15:18 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 01:15:18 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 01:15:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:15:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:15:18 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 01:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:15:19 Configure a credential helper to remove this warning. See 01:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:15:19 01:15:19 Login Succeeded 01:15:19 nexus3.edgexfoundry.org:10002 01:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:15:19 Configure a credential helper to remove this warning. See 01:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:15:19 01:15:19 Login Succeeded 01:15:19 nexus3.edgexfoundry.org:10003 01:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:15:20 Configure a credential helper to remove this warning. See 01:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:15:20 01:15:20 Login Succeeded 01:15:20 nexus3.edgexfoundry.org:10004 01:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:15:21 Configure a credential helper to remove this warning. See 01:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:15:21 01:15:21 Login Succeeded 01:15:21 docker.io 01:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:15:21 Configure a credential helper to remove this warning. See 01:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:15:21 01:15:21 Login Succeeded 01:15:21 ---> docker-login.sh ends [Pipeline] } 01:15:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:15:22 ========================================================= 01:15:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:15:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:15:22 + 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 . 01:15:25 Sending build context to Docker daemon 165.5MB 01:15:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:15:25 Step 2/6 : FROM ${BASE} 01:15:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:15:25 5f621e34cdf4: Pulling fs layer 01:15:25 a4357932f1b6: Pulling fs layer 01:15:25 18c013af1878: Pulling fs layer 01:15:25 00ac8860ef70: Pulling fs layer 01:15:25 63d7cb157983: Pulling fs layer 01:15:25 b116817d02f9: Pulling fs layer 01:15:25 745a02a5169b: Pulling fs layer 01:15:25 00ac8860ef70: Waiting 01:15:25 63d7cb157983: Waiting 01:15:25 b116817d02f9: Waiting 01:15:25 745a02a5169b: Waiting 01:15:25 18c013af1878: Download complete 01:15:25 a4357932f1b6: Verifying Checksum 01:15:25 a4357932f1b6: Download complete 01:15:25 63d7cb157983: Verifying Checksum 01:15:25 63d7cb157983: Download complete 01:15:25 b116817d02f9: Verifying Checksum 01:15:25 b116817d02f9: Download complete 01:15:25 5f621e34cdf4: Verifying Checksum 01:15:25 5f621e34cdf4: Download complete 01:15:26 5f621e34cdf4: Pull complete 01:15:26 a4357932f1b6: Pull complete 01:15:26 18c013af1878: Pull complete 01:15:28 745a02a5169b: Verifying Checksum 01:15:28 745a02a5169b: Download complete 01:15:29 00ac8860ef70: Verifying Checksum 01:15:29 00ac8860ef70: Download complete 01:15:39 00ac8860ef70: Pull complete 01:15:39 63d7cb157983: Pull complete 01:15:40 b116817d02f9: Pull complete 01:15:43 745a02a5169b: Pull complete 01:15:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:15:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:15:43 ---> b7e6874047d6 01:15:43 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 01:15:47 ---> Running in 6668a9661b66 01:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:50 (1/12) Installing libmagic (5.38-r0) 01:15:50 (2/12) Installing file (5.38-r0) 01:15:50 (3/12) Installing libc-dev (0.7.2-r3) 01:15:50 (4/12) Installing g++ (9.3.0-r2) 01:15:50 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 01:15:50 Removing intermediate container 89c92465bb87 01:15:50 ---> 197839a117fc 01:15:50 01:15:50 Step 10/22 : FROM alpine:3.12 01:15:50 3.12: Pulling from library/alpine 01:15:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:15:51 Status: Downloaded newer image for alpine:3.12 01:15:51 ---> 389fef711851 01:15:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:15:52 ---> Running in 85a874202d43 01:15:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:15:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:15:53 (1/5) Installing ca-certificates (20191127-r4) 01:15:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:15:53 (3/5) Installing libcurl (7.69.1-r3) 01:15:53 (4/5) Installing curl (7.69.1-r3) 01:15:53 (5/5) Installing dumb-init (1.2.2-r1) 01:15:53 Executing busybox-1.31.1-r19.trigger 01:15:53 Executing ca-certificates-20191127-r4.trigger 01:15:54 OK: 7 MiB in 19 packages 01:15:56 Removing intermediate container 3a0cf36ef2cd 01:15:56 ---> 733eccb2b17d 01:15:56 01:15:56 Step 10/22 : FROM scratch 01:15:56 ---> 01:15:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:15:56 Removing intermediate container beb5034c578e 01:15:56 ---> 56b9018ac329 01:15:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:15:56 Removing intermediate container cc6ab3ba0ff3 01:15:56 ---> 9d3e554fa2db 01:15:56 01:15:56 Step 10/21 : FROM alpine:3.12 01:15:56 ---> 389fef711851 01:15:56 Step 11/21 : RUN apk add --update --no-cache curl 01:15:56 ---> Running in aad507f7e3f4 01:15:56 ---> Running in 572be1da6869 01:15:56 ---> Running in 7089e8464454 01:15:56 Removing intermediate container 7089e8464454 01:15:56 ---> d1369100cbe4 01:15:56 Step 12/22 : ENV APP_PORT=48082 01:15:58 Removing intermediate container 85a874202d43 01:15:58 ---> f52dfbec8a05 01:15:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 01:15:58 ---> Running in 17a24d1010c3 01:15:58 ---> Running in ecd2c1696a71 01:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:15:58 Removing intermediate container f19112962257 01:15:58 ---> 590fa96adc32 01:15:58 01:15:58 Step 10/22 : FROM scratch 01:15:58 ---> 01:15:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:15:58 ---> Using cache 01:15:58 ---> d1369100cbe4 01:15:58 Step 12/22 : ENV APP_PORT=48081 01:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:15:58 ---> Running in 1c43db0a4265 01:15:58 Removing intermediate container 17a24d1010c3 01:15:58 ---> 2a8d4433331e 01:15:58 Step 13/22 : EXPOSE $APP_PORT 01:15:58 Removing intermediate container ecd2c1696a71 01:15:58 ---> 26042bdf3299 01:15:58 Step 13/22 : WORKDIR / 01:15:58 ---> Running in b8500e61ce36 01:15:58 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 01:15:58 (1/4) Installing ca-certificates (20191127-r4) 01:15:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:15:58 (3/4) Installing libcurl (7.69.1-r3) 01:15:58 (4/4) Installing curl (7.69.1-r3) 01:15:58 Executing busybox-1.31.1-r19.trigger 01:15:59 Executing ca-certificates-20191127-r4.trigger 01:15:59 OK: 7 MiB in 18 packages 01:15:59 ---> Running in 44c55f9a4fcd 01:16:00 Removing intermediate container 1c43db0a4265 01:16:00 ---> f0c7ad620c14 01:16:00 Step 13/22 : EXPOSE $APP_PORT 01:16:00 Removing intermediate container b8500e61ce36 01:16:00 ---> fb8c342ba2bb 01:16:00 Step 14/22 : WORKDIR / 01:16:00 ---> Running in 402c96390d35 01:16:00 ---> Running in f94b10378971 01:16:00 Removing intermediate container 44c55f9a4fcd 01:16:00 ---> 6ed16b5b4822 01:16:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 01:16:00 (5/12) Installing fortify-headers (1.1-r0) 01:16:00 (6/12) Installing patch (2.7.6-r6) 01:16:00 (7/12) Installing build-base (0.5-r2) 01:16:00 (8/12) Installing libsodium (1.0.18-r0) 01:16:00 (9/12) Installing pkgconf (1.7.2-r0) 01:16:00 (10/12) Installing libsodium-dev (1.0.18-r0) 01:16:00 (11/12) Installing libzmq (4.3.3-r0) 01:16:00 (12/12) Installing zeromq-dev (4.3.3-r0) 01:16:00 Executing busybox-1.31.1-r19.trigger 01:16:00 OK: 217 MiB in 51 packages 01:16:01 Removing intermediate container 402c96390d35 01:16:01 ---> 05fafcb410e3 01:16:01 Step 14/22 : WORKDIR / 01:16:01 Removing intermediate container f94b10378971 01:16:01 ---> 0c707ccdd2f4 01:16:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 01:16:01 ---> Running in 817a9eadc71d 01:16:01 Removing intermediate container 572be1da6869 01:16:01 ---> 42446c518e6e 01:16:01 01:16:01 Step 11/26 : FROM docker:20.10.0 01:16:01 20.10.0: Pulling from library/docker 01:16:01 Removing intermediate container aad507f7e3f4 01:16:01 ---> 7fdd8a3628f5 01:16:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:16:01 ---> ceb6271dd9e6 01:16:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 01:16:02 ---> 4a5f4d3a2721 01:16:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:16:02 Removing intermediate container 817a9eadc71d 01:16:02 ---> 52dd37207a15 01:16:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 01:16:02 ---> Running in 8681b3a058aa 01:16:02 ---> afa6ac426fa9 01:16:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 01:16:03 Removing intermediate container 8681b3a058aa 01:16:03 ---> 75125c2232ad 01:16:03 Step 13/21 : WORKDIR /edgex 01:16:03 ---> dd1bc38372cd 01:16:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:16:03 ---> Running in edd3af599354 01:16:03 ---> 3d303669b3e6 01:16:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 01:16:03 ---> 7118fab53636 01:16:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:16:04 Removing intermediate container edd3af599354 01:16:04 ---> 3f4592a36d52 01:16:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:16:04 ---> 5459a89f03d5 01:16:04 Step 18/22 : RUN chmod +x entrypoint.sh 01:16:04 ---> ca49729ab380 01:16:04 Step 18/22 : ENTRYPOINT ["/core-command"] 01:16:04 ---> Running in 34ed04be51e8 01:16:04 ---> Running in 5f6d5a3c6fc6 01:16:04 ---> 7635fbf4ad7d 01:16:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:16:04 ---> f18242521b3e 01:16:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:16:04 Removing intermediate container 5f6d5a3c6fc6 01:16:04 ---> 1ef8c0ac7fe6 01:16:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:16:05 Removing intermediate container 6668a9661b66 01:16:05 ---> 1fd96727effa 01:16:05 Step 4/6 : WORKDIR /edgex-go 01:16:05 ---> Running in a1043a1e1093 01:16:05 Removing intermediate container a1043a1e1093 01:16:05 ---> b2346614ce5d 01:16:05 Step 5/6 : COPY go.mod . 01:16:05 ---> 8b22bba43413 01:16:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 01:16:05 ---> Running in 48a85226d922 01:16:05 ---> Running in 692bd04b2f4e 01:16:05 ---> 2ce7fc3aefec 01:16:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:16:05 ---> 0506c4ddc21c 01:16:05 Step 6/6 : RUN go mod download 01:16:05 Removing intermediate container 48a85226d922 01:16:05 ---> 19924642dc02 01:16:05 Step 20/22 : LABEL arch=x86_64 01:16:05 ---> Running in 2e1373233b3a 01:16:06 Removing intermediate container 692bd04b2f4e 01:16:06 ---> 15cf504c4630 01:16:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:16:06 ---> Running in 7b5fdfcf1e29 01:16:06 ---> Running in eac897eadc90 01:16:06 ---> ab19ce6a3386 01:16:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:16:06 Removing intermediate container 7b5fdfcf1e29 01:16:06 ---> 079d989c99d9 01:16:06 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:16:06 ---> Running in 0bc8e1c1a3c5 01:16:06 ---> Running in dfc3eaa150fe 01:16:06 Removing intermediate container 34ed04be51e8 01:16:06 ---> e2dc7f6ea037 01:16:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 01:16:06 Removing intermediate container eac897eadc90 01:16:06 ---> bddc3e46bf6a 01:16:06 Step 20/22 : LABEL arch=x86_64 01:16:08 ---> Running in 5bd335891dfc 01:16:08 ---> Running in e1f3a0d9ecb2 01:16:08 Removing intermediate container 0bc8e1c1a3c5 01:16:08 ---> f819b8180b99 01:16:08 Step 18/21 : CMD ["--init=true"] 01:16:08 Removing intermediate container dfc3eaa150fe 01:16:08 ---> ab093fb56935 01:16:08 Step 22/22 : LABEL version=0.0.0 01:16:08 ---> Running in 5597431636eb 01:16:08 ---> Running in 4d510b557243 01:16:09 Removing intermediate container 5597431636eb 01:16:09 ---> b89cc40882c7 01:16:09 Step 19/21 : LABEL arch=x86_64 01:16:09 Removing intermediate container e1f3a0d9ecb2 01:16:09 ---> a2f83ea93189 01:16:09 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:16:09 Removing intermediate container 5bd335891dfc 01:16:09 ---> c86c133192e2 01:16:09 Step 20/22 : LABEL arch=x86_64 01:16:09 Removing intermediate container 4d510b557243 01:16:09 ---> dca8313e6cb3 01:16:09 01:16:09 ---> Running in aab8b3c939c1 01:16:09 ---> Running in 35b798c262f8 01:16:09 ---> Running in 23961e46579d 01:16:09 Successfully built dca8313e6cb3 01:16:09 Removing intermediate container 23961e46579d 01:16:09 ---> 4d0dd0cd9853 01:16:09 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:16:09 Successfully tagged docker-core-command-go:latest 01:16:09  Building docker-core-command-go ... done Building docker-core-data-go 01:16:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:16:09 Removing intermediate container aab8b3c939c1 01:16:09 ---> 0dc4f4d61fc4 01:16:09 Step 22/22 : LABEL version=0.0.0 01:16:09 Removing intermediate container 35b798c262f8 01:16:09 ---> 2a293134cb06 01:16:09 Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:16:09 Status: Downloaded newer image for docker:20.10.0 01:16:09 ---> aefe523efa57 01:16:09 Step 12/26 : RUN apk add --no-cache bash 01:16:09 ---> Running in 258d501d9747 01:16:09 ---> Running in 3f9073ff5c81 01:16:09 ---> Running in 874bf417f1bf 01:16:09 ---> Running in cbdf73bd617d 01:16:10 Removing intermediate container 874bf417f1bf 01:16:10 ---> dcc8c2f54155 01:16:10 Step 21/21 : LABEL version=0.0.0 01:16:10 Removing intermediate container 258d501d9747 01:16:10 ---> 45929323462c 01:16:10 Step 22/22 : LABEL version=0.0.0 01:16:10 Removing intermediate container 3f9073ff5c81 01:16:10 ---> 571913552da9 01:16:10 01:16:11 Successfully built 571913552da9 01:16:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:16:13 Successfully tagged docker-core-metadata-go:latest 01:16:13 Building docker-security-secretstore-setup-go 01:16:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:16:13 (1/2) Installing readline (8.0.4-r0) 01:16:13 (2/2) Installing bash (5.0.17-r0) 01:16:13 Executing bash-5.0.17-r0.post-install 01:16:13  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 01:16:13 OK: 12 MiB in 22 packages 01:16:14 ---> Running in 1cf94a5e5373 01:16:14 ---> Running in fbbf2b182455 01:16:17 Removing intermediate container 1cf94a5e5373 01:16:17 ---> d7898004a78f 01:16:17 01:16:17 Removing intermediate container fbbf2b182455 01:16:17 ---> 96857cd28de5 01:16:17 01:16:18 Successfully built d7898004a78f 01:16:19 Successfully tagged docker-security-bootstrap-redis-go:latest 01:16:19 Building docker-support-scheduler-go 01:16:19  Building docker-security-bootstrap-redis-go ... done Successfully built 96857cd28de5 01:16:19 Successfully tagged docker-security-proxy-setup-go:latest 01:16:19 Building docker-support-notifications-go 01:16:19  Building docker-security-proxy-setup-go ... done Removing intermediate container cbdf73bd617d 01:16:19 ---> 38cfe12e62cf 01:16:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:16:19 ---> Running in 720ef8b145d9 01:16:21 Removing intermediate container 720ef8b145d9 01:16:21 ---> ffa1ea98c67a 01:16:21 Step 14/26 : ENV APP_PORT=48090 01:16:23 ---> Running in ccb5cae1bca0 01:16:28 Removing intermediate container ccb5cae1bca0 01:16:28 ---> 1143b029719a 01:16:28 Step 15/26 : EXPOSE $APP_PORT 01:16:29 ---> Running in e8f52c469894 01:16:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:16:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:16:30 ---> b124247a6408 01:16:30 Step 3/23 : WORKDIR /edgex-go 01:16:30 ---> Using cache 01:16:30 ---> 1cffddcff17e 01:16:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:16:30 ---> Using cache 01:16:30 ---> 7a5cfc135e6d 01:16:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:16:32 Removing intermediate container e8f52c469894 01:16:32 ---> b79852f52e67 01:16:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:16:32 ---> Running in 05c88155bae9 01:16:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:16:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:16:32 ---> b124247a6408 01:16:32 Step 3/24 : WORKDIR /edgex-go 01:16:32 ---> Using cache 01:16:32 ---> 1cffddcff17e 01:16:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:16:32 ---> Using cache 01:16:32 ---> 7a5cfc135e6d 01:16:32 Step 5/24 : RUN apk add --update --no-cache make git 01:16:32 ---> Using cache 01:16:32 ---> cdd9bab74c51 01:16:32 Step 6/24 : COPY go.mod . 01:16:32 ---> Using cache 01:16:32 ---> 84de6f82cebc 01:16:32 Step 7/24 : RUN go mod download 01:16:32 ---> Using cache 01:16:32 ---> 2478143a374a 01:16:32 Step 8/24 : COPY . . 01:16:32 ---> Using cache 01:16:32 ---> d622c15b58c5 01:16:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:16:32 Removing intermediate container 2e1373233b3a 01:16:32 ---> 3eacc1085f9f 01:16:32 Successfully built 3eacc1085f9f 01:16:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:16:33 + docker inspect -f . ci-base-image-arm64 01:16:33 . [Pipeline] withDockerContainer 01:16:33 prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container 01:16:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:16:33 ---> Running in 6efec106587b 01:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:16:34 ---> 5460ce67d772 01:16:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:16:34 $ docker top ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d -eo pid,comm [Pipeline] { [Pipeline] sh 01:16:35 OK: 233 MiB in 51 packages 01:16:35 ---> 542a7a745e56 01:16:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:16:35 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 01:16:36 + go version 01:16:36 go version go1.15.5 linux/arm64 [Pipeline] } 01:16:36 $ docker stop --time=1 ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d 01:16:37 ---> 4de87f250da2 01:16:37 Step 19/26 : RUN apk --no-cache add py3-pip 01:16:37 ---> Running in 9b3ca1a71bce 01:16:37 Removing intermediate container 05c88155bae9 01:16:37 ---> 5abbf357e0b0 01:16:37 Step 6/23 : COPY go.mod . 01:16:38 $ docker rm -f ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:16:38 ---> c987b3ed26da 01:16:38 Step 7/23 : RUN go mod download 01:16:39 ---> Running in 6295f44e5a28 01:16:39 + docker inspect -f . ci-base-image-arm64 01:16:39 . [Pipeline] withDockerContainer 01:16:39 prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container 01:16:39 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:16:40 (1/33) Installing libbz2 (1.0.8-r1) 01:16:40 (2/33) Installing expat (2.2.9-r1) 01:16:40 (3/33) Installing libffi (3.3-r2) 01:16:40 (4/33) Installing gdbm (1.13-r1) 01:16:40 (5/33) Installing xz-libs (5.2.5-r0) 01:16:40 (6/33) Installing sqlite-libs (3.32.1-r0) 01:16:40 (7/33) Installing python3 (3.8.5-r0) 01:16:41 $ docker top 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 -eo pid,comm [Pipeline] { [Pipeline] echo 01:16:41 ========================================================= 01:16:41 [edgeXBuildGoParallel] Running Tests and Build... 01:16:41 ========================================================= [Pipeline] sh 01:16:41 (8/33) Installing py3-appdirs (1.4.4-r1) 01:16:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:16:41 (10/33) Installing py3-parsing (2.4.7-r0) 01:16:41 (11/33) Installing py3-six (1.15.0-r0) 01:16:42 (12/33) Installing py3-packaging (20.4-r0) 01:16:42 (13/33) Installing py3-setuptools (47.0.0-r0) 01:16:42 (14/33) Installing py3-chardet (3.0.4-r4) 01:16:42 + make test 01:16:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:16:44 (15/33) Installing py3-idna (2.9-r0) 01:16:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:16:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:16:45 (18/33) Installing py3-requests (2.23.0-r0) 01:16:45 (19/33) Installing py3-msgpack (1.0.0-r0) 01:16:45 (20/33) Installing py3-lockfile (0.12.2-r3) 01:16:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:16:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:16:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:16:46 ---> b124247a6408 01:16:46 Step 3/21 : WORKDIR /edgex-go 01:16:46 ---> Using cache 01:16:46 ---> 1cffddcff17e 01:16:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:16:46 ---> Using cache 01:16:46 ---> 7a5cfc135e6d 01:16:46 Step 5/21 : RUN apk add --update --no-cache make git 01:16:46 ---> Using cache 01:16:46 ---> cdd9bab74c51 01:16:46 Step 6/21 : COPY go.mod . 01:16:46 ---> Using cache 01:16:46 ---> 84de6f82cebc 01:16:46 Step 7/21 : RUN go mod download 01:16:46 ---> Using cache 01:16:46 ---> 2478143a374a 01:16:46 Step 8/21 : COPY . . 01:16:46 ---> Using cache 01:16:46 ---> d622c15b58c5 01:16:46 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 01:16:46 (22/33) Installing py3-colorama (0.4.3-r0) 01:16:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:16:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:16:46 ---> b124247a6408 01:16:46 Step 3/24 : WORKDIR /edgex-go 01:16:46 ---> Using cache 01:16:46 ---> 1cffddcff17e 01:16:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:16:46 ---> Using cache 01:16:46 ---> 7a5cfc135e6d 01:16:46 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 01:16:48 (23/33) Installing py3-distlib (0.3.0-r0) 01:16:48 (24/33) Installing py3-distro (1.5.0-r1) 01:16:48 (25/33) Installing py3-webencodings (0.5.1-r3) 01:16:48 (26/33) Installing py3-html5lib (1.0.1-r4) 01:16:48 ---> Running in 000cd7c4af5f 01:16:48 (27/33) Installing py3-pytoml (0.1.21-r0) 01:16:48 Removing intermediate container 6295f44e5a28 01:16:48 ---> a2a7108bf1b9 01:16:48 Step 8/23 : COPY . . 01:16:48 ---> Running in 21761028cc88 01:16:48 (28/33) Installing py3-pep517 (0.8.2-r0) 01:16:48 (29/33) Installing py3-progress (1.5-r0) 01:16:48 (30/33) Installing py3-toml (0.10.1-r0) 01:16:48 (31/33) Installing py3-retrying (1.3.3-r0) 01:16:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:16:48 (33/33) Installing py3-pip (20.1.1-r0) 01:16:48 Executing busybox-1.31.1-r19.trigger 01:16:48 OK: 71 MiB in 55 packages 01:16:49 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 01:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:16:51 OK: 233 MiB in 51 packages 01:16:55 Removing intermediate container 21761028cc88 01:16:55 ---> 05bb6058bbe7 01:16:55 Step 6/24 : COPY go.mod . 01:16:57 ---> bdaf81b572ff 01:16:57 Step 7/24 : RUN go mod download 01:16: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 01:16:59 ---> Running in b1760a903ad8 01:17:04 ? github.com/edgexfoundry/edgex-go [no test files] 01:17:05 Removing intermediate container b1760a903ad8 01:17:05 ---> d571f7b9a7b4 01:17:05 Step 8/24 : COPY . . 01:17:18 Removing intermediate container 9b3ca1a71bce 01:17:18 ---> 585f080df6d5 01:17:18 Step 20/26 : RUN pip install docker-compose==1.23.2 01:17:18 ---> 19fd53c7a2de 01:17:18 Step 9/23 : RUN make cmd/core-data/core-data 01:17:18 Removing intermediate container 6efec106587b 01:17:18 ---> 74cd54b95b3e 01:17:18 01:17:18 Step 10/24 : FROM alpine:3.12 01:17:18 ---> 389fef711851 01:17:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:17:18 ---> Using cache 01:17:18 ---> f52dfbec8a05 01:17:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:17:19 ---> Running in 9465da50910d 01:17:19 ---> Running in ad8830d80f7f 01:17:19 ---> Running in 091f6f513fd5 01:17:21 Removing intermediate container 091f6f513fd5 01:17:21 ---> 994399614a22 01:17:21 Step 13/24 : WORKDIR / 01:17:23 ---> Running in 205b80f664b0 01:17:24 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 01:17:24 Removing intermediate container 205b80f664b0 01:17:24 ---> 195b6bcc2fb8 01:17:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:17:24 Removing intermediate container 000cd7c4af5f 01:17:24 ---> 1c5330b89b05 01:17:24 01:17:24 Step 10/21 : FROM scratch 01:17:24 ---> 01:17:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:17:25 ---> Using cache 01:17:25 ---> d1369100cbe4 01:17:25 Step 12/21 : ENV APP_PORT=48085 01:17:27 ---> 27ec3557f4f7 01:17:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:17:27 ---> Running in 8a08b0230350 01:17:29 Collecting docker-compose==1.23.2 01:17:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:17:29 Removing intermediate container 8a08b0230350 01:17:29 ---> 866ee617861d 01:17:29 Step 13/21 : EXPOSE $APP_PORT 01:17:29 ---> dfcfa53ba9c6 01:17:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:17:29 ---> Running in 9df6e6b6754d 01:17:29 Collecting cached-property<2,>=1.2.0 01:17:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:17:30 ---> e6e3b03f04cd 01:17:30 Step 9/24 : RUN make cmd/support-notifications/support-notifications 01:17:30 Collecting dockerpty<0.5,>=0.4.1 01:17:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:17:30 ---> 682276529bc0 01:17:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:17:30 ---> Running in d786116dbe6f 01:17:30 Removing intermediate container 9df6e6b6754d 01:17:30 ---> decdb13bcb34 01:17:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 01:17:30 ---> 0903c1a1b45a 01:17:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:17:31 ---> 4b3b97fcbcfe 01:17:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:31 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 01:17:31 Collecting jsonschema<3,>=2.5.1 01:17:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:17:31 ---> 9da33512cb8f 01:17:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:17:32 Collecting websocket-client<1.0,>=0.32.0 01:17:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:17:32 ---> 1b5f1bdd3290 01:17:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:17:32 Collecting docopt<0.7,>=0.6.1 01:17:32 Downloading docopt-0.6.2.tar.gz (25 kB) 01:17:32 ---> 1cf8d2caaac8 01:17:32 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/ 01:17:32 ---> 968c1714b60a 01:17:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 01:17:32 ---> Running in ad9fc0dc2ca5 01:17:32 ---> Running in a5e8336d092c 01:17:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:17:33 Collecting texttable<0.10,>=0.9.0 01:17:33 Downloading texttable-0.9.1.tar.gz (11 kB) 01:17:33 Removing intermediate container a5e8336d092c 01:17:33 ---> db81a0f5977e 01:17:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:17:33 ---> Running in 7acc47eef21d 01:17:33 Removing intermediate container 7acc47eef21d 01:17:33 ---> d71728bff5b3 01:17:33 Step 19/21 : LABEL arch=x86_64 01:17:33 ---> Running in 70eea9886db4 01:17:34 Collecting PyYAML<4,>=3.10 01:17:34 Downloading PyYAML-3.13.tar.gz (270 kB) 01:17:35 Removing intermediate container 70eea9886db4 01:17:35 ---> 3dead0ed9560 01:17:35 Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:17:36 Collecting docker<4.0,>=3.6.0 01:17:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:17:36 Removing intermediate container ad9fc0dc2ca5 01:17:36 ---> 99c9c659598f 01:17:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:17:36 ---> Running in 382698d4233f 01:17:37 ---> Running in e51620972631 01:17:37 Removing intermediate container 382698d4233f 01:17:37 ---> c96a11e375ab 01:17:37 Step 21/21 : LABEL version=0.0.0 01:17:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:17:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:17:37 ---> Running in 93b61b947721 01:17:37 Collecting docker-pycreds>=0.4.0 01:17:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:17:37 Removing intermediate container e51620972631 01:17:37 ---> b18459842479 01:17:37 Step 22/24 : LABEL arch=x86_64 01:17:37 ---> Running in f363f9c75559 01:17:37 Collecting urllib3<1.25,>=1.21.1 01:17:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:17:37 Removing intermediate container 93b61b947721 01:17:37 ---> 957db7a7c4ee 01:17:37 01:17:37 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) 01:17:37 Collecting idna<2.8,>=2.5 01:17:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:17:37 Successfully built 957db7a7c4ee 01:17:37 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) 01:17:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:17:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:17:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:17:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:17:37 Successfully tagged docker-support-scheduler-go:latest 01:17:37  Building docker-support-scheduler-go ... done Removing intermediate container f363f9c75559 01:17:37 ---> 59adcea6a9a8 01:17:37 Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:17:38 ---> Running in 0c8c618cb1f4 01:17:38 Installing collected packages: cached-property, dockerpty, jsonschema, websocket-client, docopt, texttable, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose 01:17:38 Running setup.py install for dockerpty: started 01:17:39 Running setup.py install for dockerpty: finished with status 'done' 01:17:39 Removing intermediate container 0c8c618cb1f4 01:17:39 ---> 21c24596f0a3 01:17:39 Step 24/24 : LABEL version=0.0.0 01:17:40 ---> Running in 64d1746aaa86 01:17:40 Running setup.py install for docopt: started 01:17:40 Removing intermediate container 64d1746aaa86 01:17:40 ---> 2d2aae00dfc4 01:17:40 01:17:40 Successfully built 2d2aae00dfc4 01:17:40 Successfully tagged docker-security-secretstore-setup-go:latest 01:17:40  Building docker-security-secretstore-setup-go ... done  Running setup.py install for docopt: finished with status 'done' 01:17:40 Running setup.py install for texttable: started 01:17:41 Running setup.py install for texttable: finished with status 'done' 01:17:41 Running setup.py install for PyYAML: started 01:17:42 Running setup.py install for PyYAML: finished with status 'done' 01:17:42 Attempting uninstall: urllib3 01:17:42 Found existing installation: urllib3 1.25.9 01:17:42 Uninstalling urllib3-1.25.9: 01:17:42 Successfully uninstalled urllib3-1.25.9 01:17:42 Attempting uninstall: idna 01:17:42 Found existing installation: idna 2.9 01:17:42 Uninstalling idna-2.9: 01:17:42 Successfully uninstalled idna-2.9 01:17:42 Attempting uninstall: requests 01:17:42 Found existing installation: requests 2.23.0 01:17:42 Uninstalling requests-2.23.0: 01:17:42 Successfully uninstalled requests-2.23.0 01:17:43 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 01:17:48 Removing intermediate container ad8830d80f7f 01:17:48 ---> c2bd82f77c39 01:17:48 Step 21/26 : RUN apk --no-cache add curl 01:17:48 ---> Running in dea0a268bc50 01:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:17:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:17:50 (2/3) Installing libcurl (7.69.1-r3) 01:17:50 (3/3) Installing curl (7.69.1-r3) 01:17:50 Executing busybox-1.31.1-r19.trigger 01:17:51 OK: 72 MiB in 58 packages 01:17:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:17:52 Removing intermediate container dea0a268bc50 01:17:52 ---> 52e0de725da4 01:17:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:17:53 ---> Running in 310e2d7954c4 01:17:53 Removing intermediate container 9465da50910d 01:17:53 ---> d1c6ed0b0b0c 01:17:53 01:17:53 Step 10/23 : FROM alpine:3.12 01:17:53 ---> 389fef711851 01:17:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:17:53 ---> Running in 9f0f6b8e206e 01:17:53 Removing intermediate container 310e2d7954c4 01:17:53 ---> 74d9f223be01 01:17:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:17:54 ---> Running in c096fc228160 01:17:55 Removing intermediate container 9f0f6b8e206e 01:17:55 ---> d8bdf97df34f 01:17:55 Step 12/23 : ENV APP_PORT=48080 01:17:55 ---> Running in f27034acd49a 01:17:55 Removing intermediate container c096fc228160 01:17:55 ---> 8e1e9fb0898c 01:17:55 Step 24/26 : LABEL arch=x86_64 01:17:55 Removing intermediate container d786116dbe6f 01:17:55 ---> 99e6d130a0d0 01:17:55 01:17:55 Step 10/24 : FROM scratch 01:17:55 ---> 01:17:55 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:17:55 ---> Running in fae0f0ac2d9d 01:17:55 Removing intermediate container f27034acd49a 01:17:55 ---> 2551df96814d 01:17:55 Step 13/23 : EXPOSE $APP_PORT 01:17:55 ---> Running in 81014bc5fbab 01:17:55 ---> Running in 5b6a084c2326 01:17:55 Removing intermediate container fae0f0ac2d9d 01:17:55 ---> c8e44b176e07 01:17:55 Step 25/26 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:17:55 Removing intermediate container 81014bc5fbab 01:17:55 ---> 90a6cb6e8b19 01:17:55 Step 12/24 : ENV APP_PORT=48060 01:17:55 ---> Running in 2a9dab171ca0 01:17:55 ---> Running in e10eb623c436 01:17:56 Removing intermediate container 5b6a084c2326 01:17:56 ---> 010ddaf0caa3 01:17:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:56 ---> Running in 9d321b3bfd4d 01:17:56 Removing intermediate container 2a9dab171ca0 01:17:56 ---> e2b1599b542c 01:17:56 Step 26/26 : LABEL version=0.0.0 01:17:56 Removing intermediate container e10eb623c436 01:17:56 ---> 1fc64dcd3941 01:17:56 Step 13/24 : EXPOSE $APP_PORT 01:17:56 ---> Running in c233c006bbef 01:17:56 ---> Running in d9d3fac5da77 01:17:56 Removing intermediate container d9d3fac5da77 01:17:56 ---> 7ac66ed26ac7 01:17:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 01:17:56 Removing intermediate container c233c006bbef 01:17:56 ---> 3a4d5bb24a72 01:17:56 01:17:57 Successfully built 3a4d5bb24a72 01:17:57 Successfully tagged docker-sys-mgmt-agent-go:latest 01:17:57  Building docker-sys-mgmt-agent-go ... done  ---> 8ee9040536af 01:17:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 01:17:57 Removing intermediate container 9d321b3bfd4d 01:17:57 ---> 39c7a9cda268 01:17:57 Step 15/23 : RUN apk add --update --no-cache zeromq 01:17:59 ---> Running in 19d375ca2585 01:17:59 ---> 3936b34381d5 01:17:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 01:17:59 ---> e2b9aaae5418 01:17:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 01:17:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:17:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:18:00 ---> e1625363e771 01:18:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:18:00 ---> b4cfdfd60f14 01:18:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:18:00 ---> f1b2ae12e83f 01:18:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 01:18:00 ---> Running in 9ad1d488d8e0 01:18:01 Removing intermediate container 9ad1d488d8e0 01:18:01 ---> 993759812402 01:18:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:01 ---> Running in b5ea0838743e 01:18:01 (1/5) Installing libgcc (9.3.0-r2) 01:18:01 (2/5) Installing libsodium (1.0.18-r0) 01:18:01 Removing intermediate container b5ea0838743e 01:18:01 ---> 4eeecefd71bd 01:18:01 Step 22/24 : LABEL arch=x86_64 01:18:01 (3/5) Installing libstdc++ (9.3.0-r2) 01:18:01 ---> Running in ff3972b63aa3 01:18:01 Removing intermediate container ff3972b63aa3 01:18:01 ---> 35a5a4eff2b4 01:18:01 Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:18:01 ---> Running in 3b53c515144a 01:18:01 (4/5) Installing libzmq (4.3.3-r0) 01:18:01 (5/5) Installing zeromq (4.3.3-r0) 01:18:01 Removing intermediate container 3b53c515144a 01:18:01 ---> 54494df3af0b 01:18:01 Step 24/24 : LABEL version=0.0.0 01:18:01 Executing busybox-1.31.1-r19.trigger 01:18:02 OK: 8 MiB in 19 packages 01:18:02 ---> Running in d76488901fea 01:18:02 Removing intermediate container d76488901fea 01:18:02 ---> b11b9c679d1b 01:18:02 01:18:02 Successfully built b11b9c679d1b 01:18:02 Successfully tagged docker-support-notifications-go:latest 01:18:02  Building docker-support-notifications-go ... done Removing intermediate container 19d375ca2585 01:18:02 ---> 71b8f1de248a 01:18:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 01:18:03 ---> 03658056a50b 01:18:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:18:03 ---> 86d52deb6cf3 01:18:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:18:03 ---> 4d714b408dd8 01:18:03 Step 19/23 : ENTRYPOINT ["/core-data"] 01:18:03 ---> Running in 1146e1ce683d 01:18:04 Removing intermediate container 1146e1ce683d 01:18:04 ---> f1e1722ddaae 01:18:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:04 ---> Running in 5c2eb5e6a3c0 01:18:04 Removing intermediate container 5c2eb5e6a3c0 01:18:04 ---> bcf72fa35931 01:18:04 Step 21/23 : LABEL arch=x86_64 01:18:04 ---> Running in 9f8c6c1653d9 01:18:04 Removing intermediate container 9f8c6c1653d9 01:18:04 ---> f335a4f91b26 01:18:04 Step 22/23 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:18:04 ---> Running in 6c754ed65716 01:18:04 Removing intermediate container 6c754ed65716 01:18:04 ---> 641840684bf1 01:18:04 Step 23/23 : LABEL version=0.0.0 01:18:05 ---> Running in 11c1e11677f4 01:18:05 Removing intermediate container 11c1e11677f4 01:18:05 ---> a4cacb9af01c 01:18:05 01:18:05 Successfully built a4cacb9af01c 01:18:05 Successfully tagged docker-core-data-go:latest 01:18:05  Building docker-core-data-go ... done  [Pipeline] } 01:18:05 $ docker stop --time=1 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a 01:18:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:18:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:18:07 $ docker rm -f 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a [Pipeline] // withDockerContainer [Pipeline] sh 01:18:08 + docker images 01:18:08 + grep docker 01:18:08 docker-core-data-go latest a4cacb9af01c 4 seconds ago 22.3MB 01:18:08 docker-support-notifications-go latest b11b9c679d1b 7 seconds ago 12MB 01:18:08 docker-sys-mgmt-agent-go latest 3a4d5bb24a72 12 seconds ago 313MB 01:18:08 docker-security-secretstore-setup-go latest 2d2aae00dfc4 28 seconds ago 24.6MB 01:18:08 docker-support-scheduler-go latest 957db7a7c4ee 31 seconds ago 10.7MB 01:18:08 docker-security-bootstrap-redis-go latest d7898004a78f About a minute ago 15.8MB 01:18:08 docker-security-proxy-setup-go latest 96857cd28de5 About a minute ago 24.5MB 01:18:08 docker-core-metadata-go latest 571913552da9 About a minute ago 13MB 01:18:08 docker-core-command-go latest dca8313e6cb3 2 minutes ago 10.6MB 01:18:08 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 01:18:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:18:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:18:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:18:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.239s coverage: 46.6% of statements 01:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:18:23 Still waiting to schedule task 01:18:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.532s coverage: 27.0% of statements 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.640s coverage: 77.8% of statements 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.680s coverage: 82.4% of statements 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements 01:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:18:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements 01:18:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:18:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 01:18:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:18:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:18:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:18:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.069s coverage: 93.8% of statements 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 0.1% of statements 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.122s coverage: 75.5% of statements 01:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.166s coverage: 87.2% of statements 01:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements 01:18:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements 01:18:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.649s coverage: 63.5% of statements 01:18:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:18:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.105s coverage: 100.0% of statements 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 01:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.119s coverage: 100.0% of statements 01:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 55.9% of statements 01:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:18:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements 01:18:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:18:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:18:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.742s coverage: 84.0% of statements 01:18:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements 01:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.391s coverage: 47.1% of statements 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:19:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 01:19:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.985s coverage: 29.1% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:19:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:19:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 01:19:10 Running on prd-ubuntu18.04-docker-8c-8g-19198 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws 01:19:10 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 01:19:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 01:19:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 01:19:11 GO111MODULE=on go vet ./... 01:19:12 using credential edgex-jenkins-ssh 01:19:12 Cloning the remote Git repository 01:19:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:19:12 > git init /w/workspace/edgex-go/5 # timeout=10 01:19:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:19:12 > git --version # timeout=10 01:19:12 > git --version # 'git version 2.17.1' 01:19:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:19:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:19:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:19:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:19:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:19:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:19:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:19:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:19:17 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 01:19:18 Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 01:19:18 Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) 01:19:17 > git config core.sparsecheckout # timeout=10 01:19:17 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 01:19:18 > git remote # timeout=10 01:19:18 > git config --get remote.origin.url # timeout=10 01:19:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:19:18 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 01:19:18 > git rev-parse HEAD^{commit} # timeout=10 01:19:18 > git config core.sparsecheckout # timeout=10 01:19:18 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 01:19:21 Commit message: "Merge branch 'master' into issue-2983-non-root-containers" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:22 + echo snap-build.sh 01:19:22 snap-build.sh 01:19:22 + SNAP_BASE_DIR=. 01:19:22 + '[' '!' -z /w/workspace/edgex-go/5 ']' 01:19:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 01:19:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 01:19:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 01:19:22 + cd /w/workspace/edgex-go/5 01:19:22 + sudo apt-get remove -qy --purge lxd lxd-client 01:19:22 Reading package lists... 01:19:22 Building dependency tree... 01:19:22 Reading state information... 01:19:23 The following packages were automatically installed and are no longer required: 01:19:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:19:23 uidmap xdelta3 01:19:23 Use 'sudo apt autoremove' to remove them. 01:19:23 The following packages will be REMOVED: 01:19:23 lxd* lxd-client* 01:19:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:19:23 After this operation, 31.7 MB disk space will be freed. 01:19:24 (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.) 01:19:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:19:25 Removing lxd dnsmasq configuration 01:19:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:19:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:19:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:19:26 (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.) 01:19:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:19:28 Processing triggers for systemd (237-3ubuntu10.42) ... 01:19:28 Processing triggers for ureadahead (0.100.0-21) ... 01:19:29 + sudo snap remove --purge lxd 01:19:29 snap "lxd" is not installed 01:19:29 + sudo groupadd --force --system lxd 01:19:30 ++ whoami 01:19:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:19:30 + newgrp - lxd 01:19:30 + sudo snap install lxd 01:19:40 2021-01-09T01:19:36Z INFO Waiting for automatic snapd restart... 01:19:52 lxd 4.9 from Canonical* installed 01:19:52 + sudo lxd init --auto 01:20:02 + sudo snap install --classic snapcraft 01:20:08 snapcraft 4.4.4 from Canonical* installed 01:20:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:20:08 + patch --verbose -p1 01:20:08 Hmm... Looks like a unified diff to me... 01:20:08 The text leading up to this was: 01:20:08 -------------------------- 01:20:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:20:08 |From: Tony Espy 01:20:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:20:08 |Subject: [PATCH] optimize snap build for pipeline CI check 01:20:08 | 01:20:08 |This patch is used by the EdgeX CI pipeline builds to 01:20:08 |optimize the snap CI check run for pull requests. When 01:20:08 |applied, it essentially strips out everything (apps and 01:20:08 |parts) from the snapcraft.yaml file except those required 01:20:08 |to build edgex-go, as the whole idea of the CI check is to 01:20:08 |catch changes to edgex-go that break the snap build. 01:20:08 | 01:20:08 |In general, anyone updating snapcraft.yaml will also need 01:20:08 |to update this patch file, otherwise it may fail to apply, 01:20:08 |resulting in a failed snap build CI check in the associated 01:20:08 |pull request. 01:20:08 | 01:20:08 |Note - in addition to applying this patch, the pipeline also 01:20:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:20:08 |need to build the finally binary .snap file (and it won't 01:20:08 |work with the patch applied). This further reduces the build 01:20:08 |time. 01:20:08 |--- 01:20:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:20:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:20:08 | 01:20:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:20:08 |index 1e537489..faf42425 100644 01:20:08 |--- a/snap/snapcraft.yaml 01:20:08 |+++ b/snap/snapcraft.yaml 01:20:08 -------------------------- 01:20:08 patching file snap/snapcraft.yaml 01:20:08 Using Plan A... 01:20:08 Hunk #1 succeeded at 73. 01:20:08 Hunk #2 succeeded at 202 with fuzz 1. 01:20:08 Hunk #3 succeeded at 214. 01:20:08 Hunk #4 succeeded at 222. 01:20:08 Hunk #5 succeeded at 229. 01:20:08 Hunk #6 succeeded at 256. 01:20:08 Hunk #7 succeeded at 290. 01:20:08 Hunk #8 succeeded at 341. 01:20:08 Hmm... Ignoring the trailing garbage. 01:20:08 done 01:20:08 + sudo snapcraft prime --use-lxd 01:20:09 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:20:09 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: 01:20:09 - README.md 01:20:09 - snapcraft.yaml.orig 01:20:09 01:20:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:20:10 Launching a container. 01:20:20 gofmt -l . 01:20:20 [ "`gofmt -l .`" = "" ] 01:20:22 Waiting for container to be ready 01:20:22 To start your first instance, try: lxc launch ubuntu:18.04 01:20:22 01:20:23 ./bin/test-go-mod-tidy.sh 01:20:23 ./bin/test-attribution-txt.sh 01:20:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:20:25 Waiting for network to be ready... 01:20:26 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:20:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [Pipeline] sh 01:20:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:20:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 01:20:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:20:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:20:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:20:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:20:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:20:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:20:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:20:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 01:20:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:20:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:20:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 01:20:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 01:20:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 01:20:27 + ls -al . 01:20:27 total 668 01:20:27 drwxrwxr-x 9 1001 1001 4096 Jan 9 01:20 . 01:20:27 drwxr-xr-x 4 root root 4096 Jan 9 01:16 .. 01:20:27 -rw-rw-r-- 1 1001 1001 11 Jan 9 01:15 .dockerignore 01:20:27 drwxrwxr-x 8 1001 1001 4096 Jan 9 01:15 .git 01:20:27 drwxrwxr-x 3 1001 1001 4096 Jan 9 01:15 .github 01:20:27 -rw-rw-r-- 1 1001 1001 824 Jan 9 01:15 .gitignore 01:20:27 -rw-rw-r-- 1 1001 1001 166 Jan 9 01:15 .sonarcloud.properties 01:20:27 -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:15 CONTRIBUTING.md 01:20:27 -rw-rw-r-- 1 1001 1001 931 Jan 9 01:15 Dockerfile.build 01:20:27 -rw-rw-r-- 1 1001 1001 863 Jan 9 01:15 Jenkinsfile 01:20:27 -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:15 LICENSE 01:20:27 -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:15 Makefile 01:20:27 -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:15 README.md 01:20:27 -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:15 SECURITY.md 01:20:27 -rw-rw-r-- 1 1001 1001 5 Jan 9 01:10 VERSION 01:20:27 -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:15 ZMQWindows.md 01:20:27 drwxrwxr-x 2 1001 1001 4096 Jan 9 01:15 bin 01:20:27 drwxrwxr-x 14 1001 1001 4096 Jan 9 01:15 cmd 01:20:27 -rw-r--r-- 1 root root 541590 Jan 9 01:19 coverage.out 01:20:27 -rw-r--r-- 1 root root 979 Jan 9 01:20 go.mod 01:20:27 -rw-r--r-- 1 root root 19019 Jan 9 01:20 go.sum 01:20:27 drwxrwxr-x 8 1001 1001 4096 Jan 9 01:15 internal 01:20:27 drwxrwxr-x 4 1001 1001 4096 Jan 9 01:15 openapi 01:20:27 drwxrwxr-x 4 1001 1001 4096 Jan 9 01:15 snap 01:20:27 -rw-rw-r-- 1 1001 1001 168 Jan 9 01:15 version.go [Pipeline] sh 01:20:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 01:20:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:20:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 01:20:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 01:20:28 + '[' -e coverage.out ] 01:20:28 + chown 1001:1001 coverage.out [Pipeline] stash 01:20:28 Warning: overwriting stash ‘coverage-report’ 01:20:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:20:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:20:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 01:20:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 01:20:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 01:20:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 01:20:29 Stashed 1 file(s) [Pipeline] sh 01:20:30 + make build 01:20:30 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 01:20:30 Fetched 23.7 MB in 4s (5536 kB/s) 01:20:31 Reading package lists... 01:20:31 Reading package lists... 01:20:31 Building dependency tree... 01:20:31 Reading state information... 01:20:31 The following additional packages will be installed: 01:20:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:20:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:20:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:20:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:20:31 Suggested packages: 01:20:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:20:31 Recommended packages: 01:20:31 gnupg libsasl2-modules 01:20:31 The following NEW packages will be installed: 01:20:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:20:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:20:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:20:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:20:31 The following packages will be upgraded: 01:20:31 gpg gpg-agent gpgconf libudev1 01:20:32 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:20:32 Need to get 3532 kB of archives. 01:20:32 After this operation, 13.3 MB of additional disk space will be used. 01:20:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:20:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:20:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:20:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:20:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:20:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:20:32 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 01:20:32 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 01:20:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:20:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:20:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:20:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:20:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:20:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:20:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:20:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:20:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:20:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:20:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:20:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:20:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:20:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:20:33 debconf: delaying package configuration, since apt-utils is not installed 01:20:33 Fetched 3532 kB in 1s (3139 kB/s) 01:20:33 (Reading database ... 12511 files and directories currently installed.) 01:20:33 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 01:20:33 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:20:33 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 01:20:33 Selecting previously unselected package udev. 01:20:33 (Reading database ... 12511 files and directories currently installed.) 01:20:33 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 01:20:33 Unpacking udev (237-3ubuntu10.43) ... 01:20:33 Selecting previously unselected package libfuse2:amd64. 01:20:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:20:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:20:33 Selecting previously unselected package fuse. 01:20:33 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:20:33 Unpacking fuse (2.9.7-1ubuntu1) ... 01:20:33 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:20:33 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:20:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:20:34 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:20:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:20:34 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:20:34 Selecting previously unselected package libksba8:amd64. 01:20:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:20:34 Unpacking libksba8:amd64 (1.3.5-2) ... 01:20:34 Selecting previously unselected package libroken18-heimdal:amd64. 01:20:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:20:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:20:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:34 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:20:34 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:34 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:34 Selecting previously unselected package libwind0-heimdal:amd64. 01:20:34 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:34 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:34 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:20:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:20:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:20:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:20:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:20:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:35 Selecting previously unselected package libsasl2-modules-db:amd64. 01:20:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:20:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:20:35 Selecting previously unselected package libsasl2-2:amd64. 01:20:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:20:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:20:35 Selecting previously unselected package libldap-common. 01:20:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:20:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:20:35 Selecting previously unselected package libldap-2.4-2:amd64. 01:20:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:20:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:20:35 Selecting previously unselected package dirmngr. 01:20:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:20:35 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:20:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:20:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:20:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:20:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:20:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:20:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:20:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:36 Setting up libksba8:amd64 (1.3.5-2) ... 01:20:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:20:36 Setting up udev (237-3ubuntu10.43) ... 01:20:36 invoke-rc.d: policy-rc.d denied execution of start. 01:20:36 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:36 Processing triggers for systemd (237-3ubuntu10) ... 01:20:36 Setting up fuse (2.9.7-1ubuntu1) ... 01:20:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:20:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:20:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:20:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:20:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:20:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:20:37 settings in the [Install] section, and DefaultInstance for template units). 01:20:37 This means they are not meant to be enabled using systemctl. 01:20:37 Possible reasons for having this kind of units are: 01:20:37 1) A unit may be statically enabled by being symlinked from another unit's 01:20:37 .wants/ or .requires/ directory. 01:20:37 2) A unit's purpose may be to act as a helper for some other unit which has 01:20:37 a requirement dependency on it. 01:20:37 3) A unit may be started when needed via activation (socket, path, timer, 01:20:37 D-Bus, udev, scripted systemctl call, ...). 01:20:37 4) In case of template units, the unit is meant to be enabled with some 01:20:37 instance name specified. 01:20:37 Reading package lists... 01:20:38 Building dependency tree... 01:20:38 Reading state information... 01:20:38 The following additional packages will be installed: 01:20:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:20:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:20:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:20:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:20:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:20:38 Suggested packages: 01:20:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:20:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:20:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:20:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:20:38 systemd-container policykit-1 01:20:38 Recommended packages: 01:20:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:20:38 The following NEW packages will be installed: 01:20:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:20:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:20:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:20:38 multiarch-support openssh-client python3 python3-minimal python3.6 01:20:38 python3.6-minimal snapd squashfs-tools sudo 01:20:38 The following packages will be upgraded: 01:20:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:20:38 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:20:38 Need to get 35.2 MB of archives. 01:20:38 After this operation, 141 MB of additional disk space will be used. 01:20:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:20:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 01:20:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:20:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:20:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 01:20:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:20:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:20:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:20:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:20:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:20:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:20:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:20:39 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:20:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:20:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:20:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:20:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:20:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:20:39 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:20:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:20:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:20:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:20:39 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:20:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:20:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:20:39 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:20:39 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:20:39 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:20:39 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:20:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:20:40 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 01:20:40 debconf: delaying package configuration, since apt-utils is not installed 01:20:40 Fetched 35.2 MB in 2s (15.1 MB/s) 01:20:40 (Reading database ... 12757 files and directories currently installed.) 01:20:40 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 01:20:41 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:20:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 01:20:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:20:41 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 01:20:41 (Reading database ... 12757 files and directories currently installed.) 01:20:41 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:20:41 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:20:41 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:20:41 (Reading database ... 12757 files and directories currently installed.) 01:20:41 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:20:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:20:42 Setting up apt (1.6.12ubuntu0.2) ... 01:20:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:20:42 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:20:42 (Reading database ... 12764 files and directories currently installed.) 01:20:42 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:20:42 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:20:43 Selecting previously unselected package libpython3.6-minimal:amd64. 01:20:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:20:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:20:43 Selecting previously unselected package libexpat1:amd64. 01:20:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:20:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:20:43 Selecting previously unselected package python3.6-minimal. 01:20:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:20:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:20:43 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:20:43 Checking for services that may need to be restarted...done. 01:20:43 Checking for services that may need to be restarted...done. 01:20:43 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:20:43 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:20:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:20:44 Selecting previously unselected package python3-minimal. 01:20:44 (Reading database ... 13012 files and directories currently installed.) 01:20:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:20:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:20:45 Selecting previously unselected package mime-support. 01:20:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:20:45 Unpacking mime-support (3.60ubuntu1) ... 01:20:45 Selecting previously unselected package libmpdec2:amd64. 01:20:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:20:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:20:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:20:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:20:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:20:45 Selecting previously unselected package python3.6. 01:20:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:20:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:20:45 Selecting previously unselected package libpython3-stdlib:amd64. 01:20:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:20:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:20:45 Setting up python3-minimal (3.6.7-1~18.04) ... 01:20:45 Selecting previously unselected package python3. 01:20:45 (Reading database ... 13442 files and directories currently installed.) 01:20:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:20:46 Unpacking python3 (3.6.7-1~18.04) ... 01:20:46 Selecting previously unselected package multiarch-support. 01:20:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:20:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:20:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:20:46 Selecting previously unselected package liblzo2-2:amd64. 01:20:46 (Reading database ... 13479 files and directories currently installed.) 01:20:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:20:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:20:46 Selecting previously unselected package libbsd0:amd64. 01:20:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:20:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:20:46 Selecting previously unselected package sudo. 01:20:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:20:46 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:20:46 Selecting previously unselected package apparmor. 01:20:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:20:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:20:46 Selecting previously unselected package libedit2:amd64. 01:20:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:20:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:20:46 Selecting previously unselected package libkrb5support0:amd64. 01:20:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:20:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:20:46 Selecting previously unselected package libk5crypto3:amd64. 01:20:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:20:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:20:47 Selecting previously unselected package libkeyutils1:amd64. 01:20:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:20:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:20:47 Selecting previously unselected package libkrb5-3:amd64. 01:20:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:20:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:20:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:20:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:20:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:20:47 Selecting previously unselected package libssl1.0.0:amd64. 01:20:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:20:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:20:47 Selecting previously unselected package openssh-client. 01:20:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:20:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:20:47 Selecting previously unselected package squashfs-tools. 01:20:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:20:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:20:47 Selecting previously unselected package snapd. 01:20:47 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:20:47 Unpacking snapd (2.48+18.04) ... 01:20:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:20:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:20:50 Setting up mime-support (3.60ubuntu1) ... 01:20:50 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:20:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:20:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:20:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:20:50 Setting up systemd (237-3ubuntu10.43) ... 01:20:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:20:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:20:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:20:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:20:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:20:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:20:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:20:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:20:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:20:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:20:52 Setting up python3 (3.6.7-1~18.04) ... 01:20:52 running python rtupdate hooks for python3.6... 01:20:52 running python post-rtupdate hooks for python3.6... 01:20:52 Setting up apparmor (2.12-4ubuntu5.1) ... 01:20:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:20:54 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:20:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:20:54 Setting up snapd (2.48+18.04) ... 01:20:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:20:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:20:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:20:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:20:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:20:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:20:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:20:55 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:20:55 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:20:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:20:56 /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' 01:20:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:20:56 Processing triggers for systemd (237-3ubuntu10.43) ... 01:20:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:20:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:20:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:20:58 Reading package lists... 01:20:58 Reading package lists... 01:20:59 Building dependency tree... 01:20:59 Reading state information... 01:20:59 Calculating upgrade... 01:20:59 The following packages will be upgraded: 01:20:59 advancecomp base-files bash binutils binutils-common 01:20:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:20:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:20:59 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:20:59 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:20:59 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:20:59 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:20:59 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:20:59 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:20:59 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:20:59 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:20:59 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:20:59 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:20:59 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:20:59 ubuntu-keyring util-linux 01:20:59 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:20:59 Need to get 63.7 MB of archives. 01:20:59 After this operation, 5203 kB of additional disk space will be used. 01:20:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 01:20:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:20:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:20:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:20:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:20:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:20:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:20:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:20:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:20:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:20:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:20:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:20:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:20:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:20:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:20:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:20:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:20:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:20:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:20:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:20:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:20:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:20:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:20:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:20:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:20:59 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:20:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:20:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:20:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:20:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:20:59 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:20:59 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:20:59 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:20:59 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:20:59 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:20:59 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:20:59 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:20:59 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:20:59 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:20:59 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:20:59 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:20:59 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:20:59 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:20:59 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:20:59 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:20:59 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:20:59 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:20:59 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:20:59 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:20:59 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:20:59 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:20:59 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:20:59 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:20:59 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:20:59 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:21:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:21:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:21:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:21:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:21:00 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:21:00 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:21:00 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:21:00 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:21:00 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:21:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:21:00 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:21:01 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:21:01 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:21:01 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 01:21:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:21:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:21:01 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:21:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:21:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:21:01 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:21:01 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:21:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:21:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:21:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:21:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:21:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:21:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:21:01 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 01:21:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:21:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:21:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:21:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:21:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:21:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:21:01 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:21:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:21:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:21:01 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:21:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:21:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:21:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:21:01 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:21:01 debconf: delaying package configuration, since apt-utils is not installed 01:21:01 Fetched 63.7 MB in 2s (31.6 MB/s) 01:21:01 (Reading database ... 13912 files and directories currently installed.) 01:21:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:21:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:21:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:21:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:21:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 01:21:02 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 01:21:02 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 01:21:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:03 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:03 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:04 (Reading database ... 13911 files and directories currently installed.) 01:21:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:21:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:21:04 (Reading database ... 13911 files and directories currently installed.) 01:21:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:21:04 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:21:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:05 (Reading database ... 13911 files and directories currently installed.) 01:21:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:21:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:21:06 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:21:06 (Reading database ... 13911 files and directories currently installed.) 01:21:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:21:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:21:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:21:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:21:06 Setting up base-files (10.1ubuntu2.10) ... 01:21:06 Installing new version of config file /etc/issue ... 01:21:06 Installing new version of config file /etc/issue.net ... 01:21:06 Installing new version of config file /etc/lsb-release ... 01:21:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:21:06 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 01:21:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:21:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:21:06 Removing obsolete conffile /etc/default/motd-news ... 01:21:07 (Reading database ... 13912 files and directories currently installed.) 01:21:07 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:21:07 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:21:07 Setting up bash (4.4.18-2ubuntu1.2) ... 01:21:07 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 01:21:07 (Reading database ... 13912 files and directories currently installed.) 01:21:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:21:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:21:07 (Reading database ... 13912 files and directories currently installed.) 01:21:07 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 01:21:07 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 01:21:07 Setting up tar (1.29b-2ubuntu0.1) ... 01:21:07 (Reading database ... 13912 files and directories currently installed.) 01:21:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:21:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:21:08 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:21:08 (Reading database ... 13912 files and directories currently installed.) 01:21:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:21:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:21:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:21:08 (Reading database ... 13912 files and directories currently installed.) 01:21:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:21:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:21:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:21:08 (Reading database ... 13912 files and directories currently installed.) 01:21:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:21:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:21:08 Setting up grep (3.1-2build1) ... 01:21:09 (Reading database ... 13912 files and directories currently installed.) 01:21:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:21:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:21:09 Setting up login (1:4.5-1ubuntu2) ... 01:21:09 (Reading database ... 13912 files and directories currently installed.) 01:21:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:21:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:21:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:21:09 (Reading database ... 13912 files and directories currently installed.) 01:21:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:21:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:21:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:21:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:21:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:21:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:21:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:21:11 (Reading database ... 13912 files and directories currently installed.) 01:21:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:21:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:21:12 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 01:21:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:21:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:21:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:21:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:21:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:21:12 (Reading database ... 13912 files and directories currently installed.) 01:21:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:21:12 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:21:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:21:13 (Reading database ... 13912 files and directories currently installed.) 01:21:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:21:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:21:13 (Reading database ... 13912 files and directories currently installed.) 01:21:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:21:13 (Reading database ... 13912 files and directories currently installed.) 01:21:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:21:13 (Reading database ... 13912 files and directories currently installed.) 01:21:13 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:21:14 (Reading database ... 13912 files and directories currently installed.) 01:21:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:21:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:21:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:21:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:21:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:21:14 (Reading database ... 13912 files and directories currently installed.) 01:21:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:21:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:21:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:21:14 (Reading database ... 13912 files and directories currently installed.) 01:21:14 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:14 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:21:15 (Reading database ... 13912 files and directories currently installed.) 01:21:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:21:15 (Reading database ... 13912 files and directories currently installed.) 01:21:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:15 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:21:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:21:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:21:16 (Reading database ... 13912 files and directories currently installed.) 01:21:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:21:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:21:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:21:17 (Reading database ... 13912 files and directories currently installed.) 01:21:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:21:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:21:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:21:17 (Reading database ... 13914 files and directories currently installed.) 01:21:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:21:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:21:17 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 01:21:17 Setting up debconf (1.5.66ubuntu1) ... 01:21:17 (Reading database ... 13914 files and directories currently installed.) 01:21:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:21:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:21:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:21:18 (Reading database ... 13914 files and directories currently installed.) 01:21:18 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:21:18 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:21:18 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:21:18 (Reading database ... 13914 files and directories currently installed.) 01:21:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:21:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:21:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:21:18 (Reading database ... 13914 files and directories currently installed.) 01:21:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:21:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:21:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 01:21:18 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:21:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:21:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:21:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:21:19 (Reading database ... 13914 files and directories currently installed.) 01:21:19 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:21:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:21:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:21:19 (Reading database ... 13914 files and directories currently installed.) 01:21:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:21:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:21:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:21:19 (Reading database ... 13914 files and directories currently installed.) 01:21:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:21:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:21:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:21:20 (Reading database ... 13914 files and directories currently installed.) 01:21:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:21:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:21:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:21:20 (Reading database ... 13914 files and directories currently installed.) 01:21:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:21:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:21:20 Setting up passwd (1:4.5-1ubuntu2) ... 01:21:20 (Reading database ... 13914 files and directories currently installed.) 01:21:20 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:21:20 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:21:20 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:21:21 (Reading database ... 13914 files and directories currently installed.) 01:21:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:21:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:21:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:21:21 (Reading database ... 13914 files and directories currently installed.) 01:21:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:21:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:21:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:21:21 (Reading database ... 13914 files and directories currently installed.) 01:21:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:21:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:21:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:21:21 (Reading database ... 13914 files and directories currently installed.) 01:21:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:21:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:21:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:21:22 (Reading database ... 13914 files and directories currently installed.) 01:21:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:21:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:21:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:21:22 (Reading database ... 13914 files and directories currently installed.) 01:21:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:21:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:21:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:21:22 (Reading database ... 13915 files and directories currently installed.) 01:21:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:21:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:21:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:21:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:21:22 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 01:21:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:21:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:21:23 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:21:23 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:21:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:21:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:21:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:21:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:21:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:21:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:21:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:21:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:21:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:21:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:21:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:21:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:21:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:21:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:21:24 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:21:24 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:21:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:21:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:21:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:21:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:21:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:21:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:21:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:21:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:21:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:21:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:21:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:21:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:21:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:27 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 01:21:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:21:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:21:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:21:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:21:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:21:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:21:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:21:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:21:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:21:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:21:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:21:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:21:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:21:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:21:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:21:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:21:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:21:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:21:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:21:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:21:32 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:21:32 01:21:32 Current default time zone: 'Etc/UTC' 01:21:32 Local time is now: Sat Jan 9 01:21:32 UTC 2021. 01:21:32 Universal Time is now: Sat Jan 9 01:21:32 UTC 2021. 01:21:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:21:32 01:21:32 Setting up systemd-sysv (237-3ubuntu10.43) ... 01:21:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:32 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 01:21:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:21:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:21:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:21:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:21:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:21:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:21:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:21:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:21:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:21:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:33 Setting up patch (2.7.6-2ubuntu1.1) ... 01:21:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:21:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:21:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:21:33 Installing new version of config file /etc/ssl/openssl.cnf ... 01:21:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:21:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:21:33 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:21:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:21:35 Updating certificates in /etc/ssl/certs... 01:21:36 22 added, 17 removed; done. 01:21:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:21:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:21:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:21:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:21:36 Setting up pkgbinarymangler (138.18.04.1) ... 01:21:37 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:21:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up perl (5.26.1-6ubuntu0.5) ... 01:21:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:21:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:21:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:21:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:21:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:21:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:21:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:21:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:21:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:21:37 Processing triggers for systemd (237-3ubuntu10.43) ... 01:21:37 Processing triggers for mime-support (3.60ubuntu1) ... 01:21:37 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:21:37 Updating certificates in /etc/ssl/certs... 01:21:38 0 added, 0 removed; done. 01:21:38 Running hooks in /etc/ca-certificates/update.d... 01:21:38 done. 01:21:39 Reading package lists... 01:21:39 Building dependency tree... 01:21:39 Reading state information... 01:21:39 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 01:21:39 The following NEW packages will be installed: 01:21:39 apt-transport-https 01:21:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:21:39 Need to get 1696 B of archives. 01:21:39 After this operation, 153 kB of additional disk space will be used. 01:21:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:21:39 debconf: delaying package configuration, since apt-utils is not installed 01:21:39 Fetched 1696 B in 0s (38.7 kB/s) 01:21:39 Selecting previously unselected package apt-transport-https. 01:21:39 (Reading database ... 13929 files and directories currently installed.) 01:21:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:21:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:21:39 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:21:39 Waiting for network to be ready... [Pipeline] } 01:21:44 $ docker stop --time=1 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 01:21:46 2021-01-09T01:21:43Z INFO Waiting for automatic snapd restart... 01:21:46 snapd 2.48.2 from Canonical* installed 01:21:46 "snapd" switched to the "latest/stable" channel 01:21:46 01:21:47 $ docker rm -f 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:21:49 01:21:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:21:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:21:50 core18 20201210 from Canonical* installed 01:21:50 "core18" switched to the "latest/stable" channel 01:21:50 01:21:50 latest: Pulling from edgex-devops/edgex-compose-arm64 01:21:50 29e5d40040c1: Pulling fs layer 01:21:50 1ce36da41761: Pulling fs layer 01:21:50 25b303627fd3: Pulling fs layer 01:21:50 29e5d40040c1: Verifying Checksum 01:21:50 29e5d40040c1: Download complete 01:21:51 1ce36da41761: Verifying Checksum 01:21:51 1ce36da41761: Download complete 01:21:51 29e5d40040c1: Pull complete 01:21:53 1ce36da41761: Pull complete 01:21:53 25b303627fd3: Download complete 01:21:53 snapcraft 4.4.4 from Canonical* installed 01:21:53 "snapcraft" switched to the "latest/stable" channel 01:21:53 01:21:56 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: 01:21:56 - README.md 01:21:56 - snapcraft.yaml.orig 01:21:56 01:21:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:22:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:22:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:22:03 25b303627fd3: Pull complete 01:22:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:22:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:22:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:22:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:22:03 prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container 01:22:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:22:04 Reading package lists... 01:22:05 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 01:22:07 $ docker top 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:08 + docker-compose build --help 01:22:08 + grep parallel 01:22:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:22:11 Reading package lists... 01:22:11 Building dependency tree... 01:22:11 Reading state information... 01:22:11 Suggested packages: 01:22:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:22:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:22:11 Recommended packages: 01:22:11 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:22:11 The following NEW packages will be installed: 01:22:11 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:22:11 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:22:11 pkg-config zip 01:22:11 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:22:11 Need to get 7655 kB of archives. 01:22:11 After this operation, 43.7 MB of additional disk space will be used. 01:22:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:22:11 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:22:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:22:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:22:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:22:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:22:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:22:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:22:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:22:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:22:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:22:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:22:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:22:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:22:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:22:12 debconf: delaying package configuration, since apt-utils is not installed 01:22:12 Fetched 7655 kB in 1s (10.5 MB/s) 01:22:12 --parallel Build images in parallel. [Pipeline] } 01:22:12 $ docker stop --time=1 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad 01:22:12 Selecting previously unselected package libglib2.0-0:amd64. 01:22:12 (Reading database ... 13933 files and directories currently installed.) 01:22:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:22:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:22:12 Selecting previously unselected package libpsl5:amd64. 01:22:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:22:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:22:12 Selecting previously unselected package libnghttp2-14:amd64. 01:22:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:22:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:22:13 Selecting previously unselected package librtmp1:amd64. 01:22:13 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:22:13 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:22:13 Selecting previously unselected package libcurl3-gnutls:amd64. 01:22:13 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:22:13 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:22:13 Selecting previously unselected package liberror-perl. 01:22:13 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:22:13 Unpacking liberror-perl (0.17025-1) ... 01:22:13 Selecting previously unselected package git-man. 01:22:13 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:22:13 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:22:13 Selecting previously unselected package git. 01:22:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:22:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:22:14 Selecting previously unselected package libnorm1:amd64. 01:22:14 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:22:14 $ docker rm -f 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad 01:22:14 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:22:14 Selecting previously unselected package libpgm-5.2-0:amd64. 01:22:14 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:22:14 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:22:14 Selecting previously unselected package libsodium23:amd64. 01:22:14 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:22:14 Unpacking libsodium23:amd64 (1.0.16-2) ... [Pipeline] // withDockerContainer 01:22:14 Selecting previously unselected package libzmq5:amd64. 01:22:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:22:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:22:14 Selecting previously unselected package libzmq3-dev:amd64. 01:22:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:22:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:15 Selecting previously unselected package pkg-config. 01:22:15 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:22:15 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:22:15 Selecting previously unselected package zip. 01:22:15 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:22:15 Unpacking zip (3.0-11build1) ... 01:22:15 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:22:15 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:22:15 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:22:15 Setting up liberror-perl (0.17025-1) ... 01:22:15 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:22:15 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:22:15 No schema files found: doing nothing. 01:22:15 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:22:15 Setting up zip (3.0-11build1) ... 01:22:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:22:15 . [Pipeline] withDockerContainer 01:22:15 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:22:15 Setting up libsodium23:amd64 (1.0.16-2) ... 01:22:15 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:22:15 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:22:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:22:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:22:15 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:22:15 prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container 01:22:15 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 01:22:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:22:17 $ docker top ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:18 + docker-compose -f ./docker-compose-build.yml build --parallel 01:22:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:22:22 git set to automatically installed. 01:22:22 git-man set to automatically installed. 01:22:22 libcurl3-gnutls set to automatically installed. 01:22:22 liberror-perl set to automatically installed. 01:22:22 libglib2.0-0 set to automatically installed. 01:22:22 libnghttp2-14 set to automatically installed. 01:22:22 libnorm1 set to automatically installed. 01:22:22 libpgm-5.2-0 set to automatically installed. 01:22:22 libpsl5 set to automatically installed. 01:22:22 librtmp1 set to automatically installed. 01:22:22 libsodium23 set to automatically installed. 01:22:22 libzmq3-dev set to automatically installed. 01:22:22 libzmq5 set to automatically installed. 01:22:22 pkg-config set to automatically installed. 01:22:22 zip set to automatically installed. 01:22:22 Building docker-core-command-go ... 01:22:22 Building docker-core-data-go ... 01:22:22 Building docker-core-metadata-go ... 01:22:22 Building docker-security-bootstrap-redis-go ... 01:22:22 Building docker-security-proxy-setup-go ... 01:22:22 Building docker-security-secretstore-setup-go ... 01:22:22 Building docker-support-notifications-go ... 01:22:22 Building docker-support-scheduler-go ... 01:22:22 Building docker-sys-mgmt-agent-go ... 01:22:22 Building docker-core-data-go 01:22:22 Building docker-security-bootstrap-redis-go 01:22:22 Building docker-support-notifications-go 01:22:22 Building docker-security-proxy-setup-go 01:22:22 Building docker-support-scheduler-go 01:22:23 snapd is not logged in, snap install commands will use sudo 01:22:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:22:30 snap "core18" has no updates available 01:22:31 Pulling config-common 01:22:32 Pulling go-build-helper 01:22:54 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:22:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:22:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:22:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 01:22:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:22:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:22:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:22:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 01:22:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:22:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:22:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:22:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:22:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:22:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:22:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 01:22:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 01:22:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 01:22:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 01:22:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:22:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 01:22:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 01:22:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:22:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:22:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 01:22:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 01:22:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 01:22:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 01:22:54 Fetched 23.7 MB in 0s (0 B/s) 01:22:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:22:54 Fetched 96.5 kB in 0s (0 B/s) 01:22:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:22:54 Fetched 279 kB in 0s (0 B/s) 01:22:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:22:54 Fetched 122 kB in 0s (0 B/s) 01:22:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:22:54 Fetched 77.8 kB in 0s (0 B/s) 01:22:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:22:54 Fetched 8848 B in 0s (0 B/s) 01:22:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:22:54 Fetched 47.8 kB in 0s (0 B/s) 01:22:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:22:54 Fetched 45.6 kB in 0s (0 B/s) 01:22:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:22:54 Fetched 15.0 kB in 0s (0 B/s) 01:22:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:22:54 Fetched 214 kB in 0s (0 B/s) 01:22:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:22:54 Fetched 155 kB in 0s (0 B/s) 01:22:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:22:54 Fetched 50.6 kB in 0s (0 B/s) 01:22:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:22:54 Fetched 14.8 kB in 0s (0 B/s) 01:22:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:22:54 Fetched 41.8 kB in 0s (0 B/s) 01:22:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:22:54 Fetched 499 kB in 0s (0 B/s) 01:22:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:22:54 Fetched 111 kB in 0s (0 B/s) 01:22:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:22:54 Fetched 240 kB in 0s (0 B/s) 01:22:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:22:54 Fetched 29.3 kB in 0s (0 B/s) 01:22:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:22:54 Fetched 85.5 kB in 0s (0 B/s) 01:22:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:22:54 Fetched 24.5 kB in 0s (0 B/s) 01:22:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:22:54 Fetched 49.2 kB in 0s (0 B/s) 01:22:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:22:54 Fetched 54.2 kB in 0s (0 B/s) 01:22:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:22:54 Fetched 30.8 kB in 0s (0 B/s) 01:22:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:22:54 Fetched 17.0 kB in 0s (0 B/s) 01:22:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:22:54 Fetched 85.9 kB in 0s (0 B/s) 01:22:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:22:54 Fetched 8720 B in 0s (0 B/s) 01:22:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:22:54 Fetched 137 kB in 0s (0 B/s) 01:22:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:22:54 Fetched 119 kB in 0s (0 B/s) 01:22:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:22:54 Fetched 109 kB in 0s (0 B/s) 01:22:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:22:54 Fetched 11.1 kB in 0s (0 B/s) 01:22:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:22:54 Fetched 645 kB in 0s (0 B/s) 01:22:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:22:54 Fetched 41.3 kB in 0s (0 B/s) 01:22:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:22:54 Fetched 17.9 kB in 0s (0 B/s) 01:22:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:22:54 Fetched 368 kB in 0s (0 B/s) 01:22:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:22:54 Fetched 187 kB in 0s (0 B/s) 01:22:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:22:54 Fetched 175 kB in 0s (0 B/s) 01:22:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:22:59 Fetched 206 kB in 0s (0 B/s) 01:22:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:22:59 Fetched 1301 kB in 0s (0 B/s) 01:22:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:22:59 Fetched 36.2 kB in 0s (0 B/s) 01:22:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:22:59 Fetched 159 kB in 0s (0 B/s) 01:22:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:22:59 Fetched 107 kB in 0s (0 B/s) 01:22:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:22:59 Fetched 48.7 kB in 0s (0 B/s) 01:22:59 Pulling static-packages 01:22:59 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:22:59 Skipping pull go-build-helper (already ran) 01:22:59 Skipping pull static-packages (already ran) 01:22:59 Building go-build-helper 01:23:03 Building static-packages 01:23:05 Staging go-build-helper 01:23:06 Staging static-packages 01:23:07 Pulling go115 01:23:08 'edgex-go' has dependencies that need to be staged: go115 01:23:08 Skipping pull go115 (already ran) 01:23:08 Building go115 01:23:08 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:08 Dload Upload Total Spent Left Speed 01:23:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 15347 0 0 96522 0 0:20:55 --:--:-- 0:20:55 95918 27 115M 27 31.7M 0 0 27.4M 0 0:00:04 0:00:01 0:00:03 27.4M 64 115M 64 74.1M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M 01:23:12 go1.15.2.linux-amd64.tar.gz: OK 01:23:16 Staging go115 01:23:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:23:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:23:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:23:21 Fetched 0 B in 0s (0 B/s) 01:23:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:23:21 Fetched 224 kB in 0s (0 B/s) 01:23:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:23:21 Fetched 157 kB in 0s (0 B/s) 01:23:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:23:21 Fetched 221 kB in 0s (0 B/s) 01:23:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:23:21 Fetched 143 kB in 0s (0 B/s) 01:23:21 Pulling edgex-go 01:23:22 Pulling version 01:23:23 Building config-common 01:23:25 Skipping build go-build-helper (already ran) 01:23:25 Skipping build static-packages (already ran) 01:23:25 Skipping build go115 (already ran) 01:23:25 Building edgex-go 01:23:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:23:27 go: downloading github.com/gorilla/mux v1.8.0 01:23:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 01:23:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:23:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 01:23:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 01:23:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:23:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 01:23:27 go: downloading github.com/google/uuid v1.1.4 01:23:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:23:27 go: downloading github.com/pkg/errors v0.8.1 01:23:27 go: downloading github.com/imdario/mergo v0.3.11 01:23:27 go: downloading github.com/go-kit/kit v0.8.0 01:23:27 go: downloading github.com/pebbe/zmq4 v1.2.2 01:23:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 01:23:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:23:27 go: downloading gopkg.in/yaml.v2 v2.4.0 01:23:27 go: downloading github.com/x448/float16 v0.8.4 01:23:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:23:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:23:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 01:23:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:23:27 go: downloading github.com/BurntSushi/toml v0.3.1 01:23:27 go: downloading github.com/pelletier/go-toml v1.2.0 01:23:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:23:27 go: downloading github.com/hashicorp/consul/api v1.1.0 01:23:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:23:27 go: downloading github.com/go-playground/universal-translator v0.17.0 01:23:27 go: downloading github.com/leodido/go-urn v1.2.0 01:23:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:23:27 go: downloading github.com/mitchellh/copystructure v1.0.0 01:23:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:23:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:23:27 go: downloading github.com/hashicorp/serf v0.8.2 01:23:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:23:28 go: downloading github.com/go-playground/locales v0.13.0 01:23:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:23:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:23:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:23:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:23:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:23:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:23:30 ---> 3eacc1085f9f 01:23:30 Step 3/24 : WORKDIR /edgex-go 01:23:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:23:30 ---> 3eacc1085f9f 01:23:30 Step 3/23 : WORKDIR /edgex-go 01:23:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:23:30 ---> 3eacc1085f9f 01:23:30 Step 3/21 : WORKDIR /edgex-go 01:23:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:23:30 ---> 3eacc1085f9f 01:23:30 Step 3/22 : WORKDIR /edgex-go 01:23:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:23:30 ---> 3eacc1085f9f 01:23:30 Step 3/21 : WORKDIR /edgex-go 01:23:30 ---> Running in ab255521701e 01:23:30 ---> Running in 93be0ff1b5f1 01:23:30 ---> Running in 481a7ed6e229 01:23:30 ---> Running in e02a7b500ced 01:23:30 ---> Running in 5fcd7beae418 01:23:30 Removing intermediate container 93be0ff1b5f1 01:23:30 ---> 5b12ff98538d 01:23:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:30 ---> Running in a6e6f14b9850 01:23:30 Removing intermediate container 5fcd7beae418 01:23:30 ---> b639c36bc1d1 01:23:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:30 Removing intermediate container 481a7ed6e229 01:23:30 ---> 69ed5dcfced0 01:23:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:30 Removing intermediate container ab255521701e 01:23:30 ---> 14453a742b85 01:23:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:30 Removing intermediate container e02a7b500ced 01:23:30 ---> dabedd5a3db1 01:23:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:30 ---> Running in e0d492c78131 01:23:30 ---> Running in 6ba6f3a21f34 01:23:30 ---> Running in 2908b15cf42c 01:23:30 ---> Running in af17a45b3ca1 01:23:33 Removing intermediate container a6e6f14b9850 01:23:33 ---> 253faea5601e 01:23:33 Step 5/21 : RUN apk add --update --no-cache make git 01:23:33 ---> Running in fc01f2a46811 01:23:33 Removing intermediate container 6ba6f3a21f34 01:23:33 ---> 8e8b6ed9ca82 01:23:33 Step 5/21 : RUN apk add --update --no-cache make git 01:23:33 Removing intermediate container e0d492c78131 01:23:33 ---> a29db209e49f 01:23:33 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 01:23:33 ---> Running in 73ca57a7d828 01:23:33 ---> Running in 94728b9b9d15 01:23:33 Removing intermediate container af17a45b3ca1 01:23:33 ---> 99c8f3ac3538 01:23:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:23:33 Removing intermediate container 2908b15cf42c 01:23:33 ---> 75f01768529c 01:23:33 Step 5/22 : RUN apk add --update --no-cache make git 01:23:33 ---> Running in bc78a2ae83b4 01:23:34 ---> Running in cbc7f2fa1906 01:23:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:36 OK: 217 MiB in 51 packages 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:37 OK: 217 MiB in 51 packages 01:23:37 OK: 217 MiB in 51 packages 01:23:37 OK: 217 MiB in 51 packages 01:23:38 OK: 217 MiB in 51 packages 01:23:38 Removing intermediate container fc01f2a46811 01:23:38 ---> 54f891a55f4b 01:23:38 Step 6/21 : COPY go.mod . 01:23:39 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 01:23:39 Removing intermediate container 94728b9b9d15 01:23:39 ---> 84a1f3681c49 01:23:39 Step 6/24 : COPY go.mod . 01:23:39 Removing intermediate container 73ca57a7d828 01:23:39 ---> 7ea8c4aa3302 01:23:39 Step 6/21 : COPY go.mod . 01:23:39 ---> e69ad13f1f43 01:23:39 Step 7/21 : RUN go mod download 01:23:39 ---> Running in 96184ec827e9 01:23:39 Removing intermediate container cbc7f2fa1906 01:23:39 ---> 7bcdaea94728 01:23:39 Step 6/22 : COPY go.mod . 01:23:39 Removing intermediate container bc78a2ae83b4 01:23:39 ---> f7ad42003372 01:23:39 Step 6/23 : COPY go.mod . 01:23:40 ---> 757986434db5 01:23:40 Step 7/24 : RUN go mod download 01:23:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:23:40 ---> 6b60b007de26 01:23:40 Step 7/21 : RUN go mod download 01:23:40 ---> Running in 7e147d3870d3 01:23:41 ---> Running in d0c8c228f3e7 01:23:41 ---> 400ca1a5f0e0 01:23:41 Step 7/23 : RUN go mod download 01:23:41 ---> cc28a79ae4fe 01:23:41 Step 7/22 : RUN go mod download 01:23:41 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 01:23:41 ---> Running in 8366bf931462 01:23:41 ---> Running in 9eaa67e320c9 01:23:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:23:41 go: downloading github.com/stretchr/testify v1.6.1 01:23:41 go: downloading github.com/pmezard/go-difflib v1.0.0 01:23:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:23:41 go: downloading github.com/davecgh/go-spew v1.1.1 01:23:43 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 01:23:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:23:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:23:44 Removing intermediate container 96184ec827e9 01:23:44 ---> c62ef092f53b 01:23:44 Step 8/21 : COPY . . 01:23:44 Removing intermediate container 7e147d3870d3 01:23:44 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 01:23:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:23:45 ---> 24b966e66788 01:23:45 Step 8/24 : COPY . . 01:23:45 Removing intermediate container d0c8c228f3e7 01:23:45 ---> c6a14449523c 01:23:45 Step 8/21 : COPY . . 01:23:46 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 01:23:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:23:47 Removing intermediate container 8366bf931462 01:23:47 ---> 00e3bd10ea1f 01:23:47 Step 8/23 : COPY . . 01:23:47 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 01:23:47 Removing intermediate container 9eaa67e320c9 01:23:47 ---> df112beac068 01:23:47 Step 8/22 : COPY . . 01:23:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:23:49 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 01:23:51 Building version 01:23:53 Staging config-common 01:23:54 Skipping stage go-build-helper (already ran) 01:23:54 Skipping stage static-packages (already ran) 01:23:54 Skipping stage go115 (already ran) 01:23:54 Staging edgex-go 01:23:55 Staging version 01:23:56 Priming config-common 01:23:57 Priming go-build-helper 01:23:57 Priming static-packages 01:24:00 Priming go115 01:24:01 Priming edgex-go 01:24:02 Priming version 01:24:03 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] } 01:24:14 ---> 10fe897affdf 01:24:14 Step 9/24 : RUN make cmd/support-notifications/support-notifications 01:24:14 ---> bf5257b9c335 01:24:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:24:14 ---> b4cfb840fbdc 01:24:14 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 01:24:14 ---> 8b736c73f92f 01:24:14 Step 9/23 : RUN make cmd/core-data/core-data 01:24:14 ---> 1868446f1d22 01:24:14 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 01:24:14 ---> Running in e87dbd6b6cb4 01:24:14 ---> Running in 2c558f72f09e 01:24:14 ---> Running in b5996c6f6df5 01:24:14 ---> Running in 5fd9c88d50c4 01:24:14 ---> Running in 83e2baba6527 01:24:14 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 01:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:24:14 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 01:25:36 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 01:25:44 Removing intermediate container b5996c6f6df5 01:25:44 ---> b13dda1e6e8a 01:25:44 01:25:44 Step 10/22 : FROM alpine:3.12 01:25:44 3.12: Pulling from library/alpine 01:25:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:25:45 Status: Downloaded newer image for alpine:3.12 01:25:45 ---> afeebe901d6b 01:25:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:25:45 ---> Running in e88924b4229d 01:25:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:25:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:25:49 (1/5) Installing ca-certificates (20191127-r4) 01:25:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:25:49 (3/5) Installing libcurl (7.69.1-r3) 01:25:49 (4/5) Installing curl (7.69.1-r3) 01:25:49 (5/5) Installing dumb-init (1.2.2-r1) 01:25:49 Executing busybox-1.31.1-r19.trigger 01:25:49 Executing ca-certificates-20191127-r4.trigger 01:25:49 OK: 7 MiB in 19 packages 01:25:54 Removing intermediate container e87dbd6b6cb4 01:25:54 ---> cb4133204059 01:25:54 01:25:54 Step 10/21 : FROM alpine:3.12 01:25:54 ---> afeebe901d6b 01:25:54 Step 11/21 : RUN apk add --update --no-cache curl 01:25:54 Removing intermediate container e88924b4229d 01:25:54 ---> 9da32fa47a19 01:25:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 01:25:54 ---> Running in 2611097fc7a1 01:25:54 ---> Running in 4188fec02262 01:25:54 Removing intermediate container 5fd9c88d50c4 01:25:54 ---> 8a30338d70bc 01:25:54 01:25:54 Step 10/21 : FROM scratch 01:25:54 ---> 01:25:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:25:55 ---> Running in e5dd02c4a555 01:25:55 Removing intermediate container 4188fec02262 01:25:55 ---> 2e839915412e 01:25:55 Step 13/22 : WORKDIR / 01:25:56 Removing intermediate container 2c558f72f09e 01:25:56 ---> 4051a3cbffcd 01:25:56 01:25:56 Step 10/24 : FROM scratch 01:25:56 ---> 01:25:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:25:56 ---> Running in 217bd014c3d9 01:25:56 Removing intermediate container e5dd02c4a555 01:25:56 ---> 11e020028716 01:25:56 Step 12/21 : ENV APP_PORT=48085 01:25:56 ---> Running in 148b51475d62 01:25:56 ---> Running in 6d83090c5915 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:25:57 Removing intermediate container 217bd014c3d9 01:25:57 ---> 572542e6e5b2 01:25:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 01:25:57 Removing intermediate container 148b51475d62 01:25:57 ---> e21f30f7b859 01:25:57 Step 12/24 : ENV APP_PORT=48060 01:25:57 Removing intermediate container 6d83090c5915 01:25:57 ---> df7377e29827 01:25:57 Step 13/21 : EXPOSE $APP_PORT 01:25:57 ---> Running in ab0a66934cfd 01:25:57 (1/4) Installing ca-certificates (20191127-r4) 01:25:57 ---> Running in b29c13e22dc2 01:25:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:25:57 (3/4) Installing libcurl (7.69.1-r3) 01:25:57 (4/4) Installing curl (7.69.1-r3) 01:25:57 Executing busybox-1.31.1-r19.trigger 01:25:57 Executing ca-certificates-20191127-r4.trigger 01:25:58 OK: 7 MiB in 18 packages 01:25:58 ---> 505c77cf7d8b 01:25:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 01:25:58 Removing intermediate container ab0a66934cfd 01:25:58 ---> ebea7354dec1 01:25:58 Step 13/24 : EXPOSE $APP_PORT 01:25:58 Removing intermediate container b29c13e22dc2 01:25:58 ---> 2545698bce4c 01:25:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 01:25:58 ---> Running in 3274b196a2af 01:25:59 Removing intermediate container 3274b196a2af 01:25:59 ---> 65c6983eb715 01:25:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 01:26:00 ---> f0e47946c2b5 01:26:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:26:00 ---> 68240e6c5dd7 01:26:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 01:26:00 Removing intermediate container 2611097fc7a1 01:26:00 ---> 6374a61ed144 01:26:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:26:01 ---> 5b1de31a599c 01:26:01 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 01:26:01 ---> Running in 83760a8fdd21 01:26:02 ---> 890ef5766914 01:26:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 01:26:02 Removing intermediate container 83760a8fdd21 01:26:02 ---> 56c032eac950 01:26:02 Step 13/21 : WORKDIR /edgex 01:26:02 ---> Running in 7a2e65fb81f2 01:26:02 ---> 2c8e60fddb66 01:26:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:26:03 ---> 63243f8d9d56 01:26:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 01:26:03 Removing intermediate container 7a2e65fb81f2 01:26:03 ---> c91a0a6ce5cf 01:26:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:26:03 ---> 9aef47148119 01:26:03 Step 18/22 : RUN chmod +x entrypoint.sh 01:26:03 ---> Running in 780da536022a 01:26:03 ---> a0beb49bf1c2 01:26:03 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 01:26:04 ---> Running in bf60e22dad28 01:26:04 ---> f25e890c19ac 01:26:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:26:05 Removing intermediate container bf60e22dad28 01:26:05 ---> aeb77883b185 01:26:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:05 ---> a28e8381aab0 01:26:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 01:26:05 ---> Running in 1b4a668aa7db 01:26:06 ---> 5630fd5b5dfe 01:26:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:26:06 Removing intermediate container 1b4a668aa7db 01:26:06 ---> 41557517d3fa 01:26:06 Step 19/21 : LABEL arch=arm64 01:26:06 ---> Running in 5ed2562c5276 01:26:07 ---> 3ed1bba16cfe 01:26:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:26:07 Removing intermediate container 780da536022a 01:26:07 ---> 7d75cf47bac2 01:26:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 01:26:07 Removing intermediate container 5ed2562c5276 01:26:07 ---> 4d9cc266de1a 01:26:07 Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:26:07 ---> Running in 55ae2e54404e 01:26:08 ---> Running in 073e2792481d 01:26:08 ---> 4b1ef5fe2b25 01:26:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:26:08 ---> Running in eaa674ce092f 01:26:08 Removing intermediate container 55ae2e54404e 01:26:08 ---> 549595dcda74 01:26:08 Step 20/22 : LABEL arch=arm64 01:26:09 ---> 110958ac4e2e 01:26:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:26:09 Removing intermediate container 073e2792481d 01:26:09 ---> a75be0d7abd1 01:26:09 Step 21/21 : LABEL version=0.0.0 01:26:09 ---> Running in b5c61bd04088 01:26:09 ---> Running in 38d1f0e081d7 01:26:09 Removing intermediate container eaa674ce092f 01:26:09 ---> ffb7af35a79f 01:26:09 Step 18/21 : CMD ["--init=true"] 01:26:09 ---> Running in 37893dc7fe34 01:26:10 Removing intermediate container b5c61bd04088 01:26:10 ---> 644feb90db29 01:26:10 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:26:10 ---> 3d684097b362 01:26:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 01:26:10 Removing intermediate container 38d1f0e081d7 01:26:10 ---> 148f47e7ad6b 01:26:10 01:26:10 ---> Running in 8fd70794be5c 01:26:10 ---> Running in 11c367db0867 01:26:10 Removing intermediate container 37893dc7fe34 01:26:10 ---> 107098914ec4 01:26:10 Step 19/21 : LABEL arch=arm64 01:26:10 Successfully built 148f47e7ad6b 01:26:11 Successfully tagged docker-support-scheduler-go-arm64:latest 01:26:11  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 01:26:11 Removing intermediate container 8fd70794be5c 01:26:11 ---> 3f2926af482e 01:26:11 Step 22/22 : LABEL version=0.0.0 01:26:11 ---> Running in a185e9b42f46 01:26:11 Removing intermediate container 11c367db0867 01:26:11 ---> 1c41ad73761c 01:26:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:11 ---> Running in 6f79855953d5 01:26:11 ---> Running in c3ed85a1036b 01:26:12 Removing intermediate container a185e9b42f46 01:26:12 ---> 9f613e150acc 01:26:12 Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:26:13 Removing intermediate container 6f79855953d5 01:26:13 ---> acc3104cf4bd 01:26:13 01:26:13 Successfully built acc3104cf4bd 01:26:13 ---> Running in e83d682e06c7 01:26:13 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 01:26:13 Removing intermediate container c3ed85a1036b 01:26:13 ---> 552e616eb68c 01:26:13 Step 22/24 : LABEL arch=arm64 01:26:13  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 01:26:14 ---> Running in 1825f86c5362 01:26:14 Removing intermediate container 83e2baba6527 01:26:14 ---> 72ee79478bca 01:26:14 01:26:14 Step 10/23 : FROM alpine:3.12 01:26:14 ---> afeebe901d6b 01:26:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:26:14 Removing intermediate container e83d682e06c7 01:26:14 ---> 65c7b4e9c44c 01:26:14 Step 21/21 : LABEL version=0.0.0 01:26:14 ---> Running in 483177e523fd 01:26:14 ---> Running in fb74d8be0ca7 01:26:15 Removing intermediate container 1825f86c5362 01:26:15 ---> d8f884b83177 01:26:15 Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:26:15 Removing intermediate container 483177e523fd 01:26:15 ---> c74cdafab8f5 01:26:15 Step 12/23 : ENV APP_PORT=48080 01:26:15 ---> Running in e79113e23dae 01:26:16 Removing intermediate container fb74d8be0ca7 01:26:16 ---> 1e45fb6c54b7 01:26:16 01:26:16 ---> Running in 2c4943a1d774 01:26:16 Successfully built 1e45fb6c54b7 01:26:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:26:17 Building docker-core-metadata-go 01:26:17  Building docker-security-proxy-setup-go ... done Removing intermediate container e79113e23dae 01:26:17 ---> 442769b63f0f 01:26:17 Step 24/24 : LABEL version=0.0.0 01:26:17 Removing intermediate container 2c4943a1d774 01:26:17 ---> b4869f0d6c71 01:26:17 Step 13/23 : EXPOSE $APP_PORT 01:26:17 ---> Running in 2897b757f8f7 01:26:17 ---> Running in 5d2c3bcfe0f5 01:26:18 Removing intermediate container 2897b757f8f7 01:26:18 ---> f99fa2a33026 01:26:18 01:26:18 Removing intermediate container 5d2c3bcfe0f5 01:26:18 ---> 6eb69fc3801d 01:26:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:18 Successfully built f99fa2a33026 01:26:18 Successfully tagged docker-support-notifications-go-arm64:latest 01:26:18  Building docker-support-notifications-go ... done Building docker-core-command-go 01:26:18 ---> Running in 3cbae9e4b948 01:26:22 Removing intermediate container 3cbae9e4b948 01:26:22 ---> a033aee9e7b4 01:26:22 Step 15/23 : RUN apk add --update --no-cache zeromq 01:26:22 ---> Running in 67d60dd8b102 01:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:24 (1/5) Installing libgcc (9.3.0-r2) 01:26:24 (2/5) Installing libsodium (1.0.18-r0) 01:26:25 (3/5) Installing libstdc++ (9.3.0-r2) 01:26:25 (4/5) Installing libzmq (4.3.3-r0) 01:26:25 (5/5) Installing zeromq (4.3.3-r0) 01:26:25 Executing busybox-1.31.1-r19.trigger 01:26:25 OK: 8 MiB in 19 packages 01:26:30 Removing intermediate container 67d60dd8b102 01:26:30 ---> 538e35f11729 01:26:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 01:26:30 ---> fce5bdd5051e 01:26:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:26:32 ---> 9848013becf2 01:26:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:26:33 ---> 03274deae887 01:26:33 Step 19/23 : ENTRYPOINT ["/core-data"] 01:26:33 ---> Running in ce79019e4295 01:26:34 Removing intermediate container ce79019e4295 01:26:34 ---> 83d87cde433b 01:26:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:34 ---> Running in 7f514e7a2f66 01:26:35 Removing intermediate container 7f514e7a2f66 01:26:35 ---> 34ff73e94195 01:26:35 Step 21/23 : LABEL arch=arm64 01:26:36 ---> Running in f53767836f3c 01:26:37 Removing intermediate container f53767836f3c 01:26:37 ---> fe1bcabb43d3 01:26:37 Step 22/23 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:26:37 ---> Running in 83eff94a70db 01:26:38 Removing intermediate container 83eff94a70db 01:26:38 ---> b36905bb6ee2 01:26:38 Step 23/23 : LABEL version=0.0.0 01:26:38 ---> Running in 9c447f1e5626 01:26:39 Removing intermediate container 9c447f1e5626 01:26:39 ---> 7bd2309f5c41 01:26:39 01:26:40 Successfully built 7bd2309f5c41 01:26:40 Successfully tagged docker-core-data-go-arm64:latest 01:26:58  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:26:58 ---> 3eacc1085f9f 01:26:58 Step 3/26 : WORKDIR /edgex-go 01:26:58 ---> Using cache 01:26:58 ---> dabedd5a3db1 01:26:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:58 ---> Using cache 01:26:58 ---> 99c8f3ac3538 01:26:58 Step 5/26 : RUN apk add --update --no-cache make bash git 01:27:03 ---> Running in 1cd4ff033cde 01:27:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:27:04 ---> 3eacc1085f9f 01:27:04 Step 3/24 : WORKDIR /edgex-go 01:27:04 ---> Using cache 01:27:04 ---> dabedd5a3db1 01:27:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:04 ---> Using cache 01:27:04 ---> 99c8f3ac3538 01:27:04 Step 5/24 : RUN apk add --update --no-cache make git 01:27:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:27:05 ---> Running in dcb1e4b85da0 01:27:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:27:06 OK: 217 MiB in 51 packages 01:27:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:27:07 ---> 3eacc1085f9f 01:27:07 Step 3/22 : WORKDIR /edgex-go 01:27:07 ---> Using cache 01:27:07 ---> dabedd5a3db1 01:27:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:07 ---> Using cache 01:27:07 ---> 99c8f3ac3538 01:27:07 Step 5/22 : RUN apk add --update --no-cache make git 01:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:27:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:27:07 ---> 3eacc1085f9f 01:27:07 Step 3/22 : WORKDIR /edgex-go 01:27:07 ---> Using cache 01:27:07 ---> dabedd5a3db1 01:27:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:07 ---> Using cache 01:27:07 ---> 99c8f3ac3538 01:27:07 Step 5/22 : RUN apk add --update --no-cache make git 01:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:27:07 ---> Running in 76d7d3f54977 01:27:07 ---> Running in 3a0eb7799f03 01:27:08 OK: 217 MiB in 51 packages 01:27:08 Removing intermediate container 1cd4ff033cde 01:27:08 ---> 24a4adad2c54 01:27:08 Step 6/26 : COPY go.mod . 01:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:27:09 ---> b685b9e0cac2 01:27:09 Step 7/26 : RUN go mod download 01:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:27:10 ---> Running in 849d9ea056d7 01:27:10 Removing intermediate container dcb1e4b85da0 01:27:10 ---> 9949c019b7fb 01:27:10 Step 6/24 : COPY go.mod . 01:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:27:11 ---> 795373a82904 01:27:11 Step 7/24 : RUN go mod download 01:27:11 OK: 217 MiB in 51 packages 01:27:11 ---> Running in 91cfdd7c48d1 01:27:11 OK: 217 MiB in 51 packages 01:27:13 Removing intermediate container 76d7d3f54977 01:27:13 ---> 3388f17bdd3d 01:27:13 Step 6/22 : COPY go.mod . 01:27:13 Removing intermediate container 3a0eb7799f03 01:27:13 ---> ad77ec99981c 01:27:13 Step 6/22 : COPY go.mod . 01:27:13 Removing intermediate container 849d9ea056d7 01:27:13 ---> d71c83e9e7d7 01:27:13 Step 8/26 : COPY . . 01:27:14 ---> 9519834e6d7b 01:27:14 Step 7/22 : RUN go mod download 01:27:14 ---> dd992ae7473b 01:27:14 Step 7/22 : RUN go mod download 01:27:14 ---> Running in abe5d3527c99 01:27:15 ---> Running in b6c49dbaf7e7 01:27:15 Removing intermediate container 91cfdd7c48d1 01:27:15 ---> 32e74599354f 01:27:15 Step 8/24 : COPY . . 01:27:24 Removing intermediate container b6c49dbaf7e7 01:27:24 ---> af52003e42bb 01:27:24 Removing intermediate container abe5d3527c99 01:27:24 ---> d72a921c7de0 01:27:24 Step 8/22 : COPY . . 01:27:24 Step 8/22 : COPY . . 01:27:30 ---> 51cfc182cd5e 01:27:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:27:30 ---> Running in b62a39f03385 01:27:30 ---> 638d73076cb8 01:27:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:27:31 ---> Running in d47e081bdccd 01:27:31 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 01:27:33 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 01:27:48 ---> b852b0d0e0fe 01:27:48 Step 9/22 : RUN make cmd/core-command/core-command 01:27:48 ---> a12475c96ff4 01:27:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 01:27:48 ---> Running in 2e75b982791f 01:27:48 ---> Running in 67b1709b29fa 01:27:49 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 01:27:49 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 01:28:36 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 01:28:40 Removing intermediate container b62a39f03385 01:28:40 ---> b05f93efbdab 01:28:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:28:40 ---> Running in f6b6a8d075b2 01:28:42 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 01:28:43 Removing intermediate container d47e081bdccd 01:28:43 ---> 3230f6499627 01:28:43 01:28:43 Step 10/24 : FROM alpine:3.12 01:28:43 ---> afeebe901d6b 01:28:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:28:43 ---> Using cache 01:28:43 ---> 9da32fa47a19 01:28:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:28:43 ---> Running in 248ce59e1890 01:28:43 Removing intermediate container 248ce59e1890 01:28:43 ---> 1318c5460067 01:28:43 Step 13/24 : WORKDIR / 01:28:43 ---> Running in 4a80876dea75 01:28:44 Removing intermediate container 4a80876dea75 01:28:44 ---> a685b0a97d99 01:28:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:28:45 ---> 48ee096e1199 01:28:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:28:47 ---> 5cf80af61ec0 01:28:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:28:48 Removing intermediate container f6b6a8d075b2 01:28:48 ---> 172820b8c508 01:28:48 01:28:48 Step 11/26 : FROM docker:20.10.0 01:28:48 20.10.0: Pulling from library/docker 01:28:48 ---> ff5815e2e687 01:28:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:28:52 ---> bff826ceb483 01:28:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:28:54 ---> 41aa648e0506 01:28:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:28:55 ---> 1ae3b78a982e 01:28:55 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/ 01:28:55 ---> Running in 2346988310ad 01:29:01 Removing intermediate container 2346988310ad 01:29:01 ---> 39614c7fc928 01:29:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:29:01 ---> Running in efbab83e1d19 01:29:01 Removing intermediate container efbab83e1d19 01:29:01 ---> ea3418d9987a 01:29:01 Step 22/24 : LABEL arch=arm64 01:29:02 ---> Running in 05eccecb35f5 01:29:02 Removing intermediate container 2e75b982791f 01:29:02 ---> 1b105b57f365 01:29:02 01:29:02 Step 10/22 : FROM scratch 01:29:03 ---> 01:29:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:29:03 Removing intermediate container 05eccecb35f5 01:29:03 ---> 2320056bd6a9 01:29:03 Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:29:03 ---> Using cache 01:29:03 ---> 11e020028716 01:29:03 Step 12/22 : ENV APP_PORT=48082 01:29:03 ---> Running in b04ec34f0519 01:29:03 ---> Running in 7b9ce1192e4e 01:29:04 Removing intermediate container 7b9ce1192e4e 01:29:04 ---> 6db5e3bd828f 01:29:04 Step 24/24 : LABEL version=0.0.0 01:29:04 Removing intermediate container b04ec34f0519 01:29:04 ---> c3090cc7e918 01:29:04 Step 13/22 : EXPOSE $APP_PORT 01:29:04 ---> Running in f239f9b1942c 01:29:04 ---> Running in 076bf9ea1ebf 01:29:05 Removing intermediate container f239f9b1942c 01:29:05 ---> b8bf9ffe5283 01:29:05 01:29:05 Removing intermediate container 076bf9ea1ebf 01:29:05 ---> f6f72c51afc1 01:29:05 Step 14/22 : WORKDIR / 01:29:05 ---> Running in cda99215602e 01:29:05 Successfully built b8bf9ffe5283 01:29:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:29:06  Building docker-security-secretstore-setup-go ... done Removing intermediate container cda99215602e 01:29:06 ---> b9950d217a03 01:29:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 01:29:07 ---> a82e51bf47fc 01:29:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:29:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:29:08 Status: Downloaded newer image for docker:20.10.0 01:29:08 ---> eeaf43b92773 01:29:08 Step 12/26 : RUN apk add --no-cache bash 01:29:09 ---> Running in 4853bed97d70 01:29:09 ---> 917faba2cfee 01:29:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:29:11 ---> ba96fd31e5a0 01:29:11 Step 18/22 : ENTRYPOINT ["/core-command"] 01:29:11 ---> Running in e5b228a37001 01:29:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:11 (1/2) Installing readline (8.0.4-r0) 01:29:11 Removing intermediate container e5b228a37001 01:29:11 ---> 9f50d9367cc2 01:29:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:11 (2/2) Installing bash (5.0.17-r0) 01:29:11 Executing bash-5.0.17-r0.post-install 01:29:11 Executing busybox-1.31.1-r19.trigger 01:29:11 OK: 12 MiB in 22 packages 01:29:12 ---> Running in eb1f16453771 01:29:12 Removing intermediate container 67b1709b29fa 01:29:12 ---> 229ba2d3511d 01:29:12 01:29:12 Step 10/22 : FROM scratch 01:29:12 ---> 01:29:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:29:12 ---> Using cache 01:29:12 ---> 11e020028716 01:29:12 Step 12/22 : ENV APP_PORT=48081 01:29:12 Removing intermediate container eb1f16453771 01:29:12 ---> d04af8198e02 01:29:12 Step 20/22 : LABEL arch=arm64 01:29:12 ---> Running in 70b0f549bcc6 01:29:12 ---> Running in 6884c0ae6012 01:29:13 Removing intermediate container 70b0f549bcc6 01:29:13 ---> 35b0f5a76baf 01:29:13 Step 13/22 : EXPOSE $APP_PORT 01:29:13 Removing intermediate container 4853bed97d70 01:29:13 ---> 440c32688400 01:29:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:29:13 ---> Running in 03981bd4765c 01:29:13 Removing intermediate container 6884c0ae6012 01:29:13 ---> 28f00c0cab4c 01:29:13 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:29:13 ---> Running in 143012d5caa9 01:29:13 ---> Running in 35330c238c6d 01:29:14 Removing intermediate container 03981bd4765c 01:29:14 ---> ed2a0af306e3 01:29:14 Step 14/22 : WORKDIR / 01:29:14 Removing intermediate container 143012d5caa9 01:29:14 ---> 7c6ac76c855d 01:29:14 Step 14/26 : ENV APP_PORT=48090 01:29:14 ---> Running in fe298c412495 01:29:14 Removing intermediate container 35330c238c6d 01:29:14 ---> 98673b3c535f 01:29:14 Step 22/22 : LABEL version=0.0.0 01:29:14 ---> Running in bd67bb8a9e64 01:29:14 ---> Running in b45ba38f3faa 01:29:14 Removing intermediate container fe298c412495 01:29:14 ---> b2e883b3d80f 01:29:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 01:29:14 Removing intermediate container bd67bb8a9e64 01:29:14 ---> bad730d79939 01:29:14 Step 15/26 : EXPOSE $APP_PORT 01:29:14 Removing intermediate container b45ba38f3faa 01:29:14 ---> 130564a83b1a 01:29:14 01:29:15 ---> Running in 4301c6092ce0 01:29:15 Successfully built 130564a83b1a 01:29:15 Successfully tagged docker-core-command-go-arm64:latest 01:29:15  Building docker-core-command-go ... done  ---> 17e65afe7d60 01:29:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:29:15 Removing intermediate container 4301c6092ce0 01:29:15 ---> 3e604dfecf48 01:29:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:29:17 ---> 535a8242cc64 01:29:17 ---> 7c9005d113ec 01:29:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:29:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:29:17 ---> a7a2dc7a4ad6 01:29:17 ---> 226b7d047a6c 01:29:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:29:17 Step 18/22 : ENTRYPOINT ["/core-metadata"] 01:29:18 ---> Running in 28c9d85b0f8b 01:29:18 Removing intermediate container 28c9d85b0f8b 01:29:18 ---> 49b9e0f2cf81 01:29:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:18 ---> Running in ba4d8695a7c7 01:29:18 ---> 0a659442f9c7 01:29:18 Step 19/26 : RUN apk --no-cache add py3-pip 01:29:19 ---> Running in 67a68f02f266 01:29:19 Removing intermediate container ba4d8695a7c7 01:29:19 ---> 204ab4320433 01:29:19 Step 20/22 : LABEL arch=arm64 01:29:19 ---> Running in 213623350d95 01:29:19 Removing intermediate container 213623350d95 01:29:19 ---> 57ffab45f0f2 01:29:19 Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:29:20 ---> Running in 4988b1a1b696 01:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:20 Removing intermediate container 4988b1a1b696 01:29:20 ---> 056689cd7777 01:29:20 Step 22/22 : LABEL version=0.0.0 01:29:20 ---> Running in 94656eafe0ec 01:29:21 (1/33) Installing libbz2 (1.0.8-r1) 01:29:21 (2/33) Installing expat (2.2.9-r1) 01:29:21 (3/33) Installing libffi (3.3-r2) 01:29:21 (4/33) Installing gdbm (1.13-r1) 01:29:21 (5/33) Installing xz-libs (5.2.5-r0) 01:29:21 (6/33) Installing sqlite-libs (3.32.1-r0) 01:29:21 (7/33) Installing python3 (3.8.5-r0) 01:29:21 Removing intermediate container 94656eafe0ec 01:29:21 ---> b26e96afff5c 01:29:21 01:29:21 Successfully built b26e96afff5c 01:29:21 Successfully tagged docker-core-metadata-go-arm64:latest 01:29:22  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 01:29:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:29:22 (10/33) Installing py3-parsing (2.4.7-r0) 01:29:22 (11/33) Installing py3-six (1.15.0-r0) 01:29:22 (12/33) Installing py3-packaging (20.4-r0) 01:29:22 (13/33) Installing py3-setuptools (47.0.0-r0) 01:29:23 (14/33) Installing py3-chardet (3.0.4-r4) 01:29:23 (15/33) Installing py3-idna (2.9-r0) 01:29:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:29:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:29:23 (18/33) Installing py3-requests (2.23.0-r0) 01:29:23 (19/33) Installing py3-msgpack (1.0.0-r0) 01:29:23 (20/33) Installing py3-lockfile (0.12.2-r3) 01:29:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:29:23 (22/33) Installing py3-colorama (0.4.3-r0) 01:29:23 (23/33) Installing py3-distlib (0.3.0-r0) 01:29:23 (24/33) Installing py3-distro (1.5.0-r1) 01:29:23 (25/33) Installing py3-webencodings (0.5.1-r3) 01:29:23 (26/33) Installing py3-html5lib (1.0.1-r4) 01:29:23 (27/33) Installing py3-pytoml (0.1.21-r0) 01:29:23 (28/33) Installing py3-pep517 (0.8.2-r0) 01:29:23 (29/33) Installing py3-progress (1.5-r0) 01:29:23 (30/33) Installing py3-toml (0.10.1-r0) 01:29:23 (31/33) Installing py3-retrying (1.3.3-r0) 01:29:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:29:23 (33/33) Installing py3-pip (20.1.1-r0) 01:29:23 Executing busybox-1.31.1-r19.trigger 01:29:23 OK: 71 MiB in 55 packages 01:29:30 Removing intermediate container 67a68f02f266 01:29:30 ---> a233ee83a163 01:29:30 Step 20/26 : RUN pip install docker-compose==1.23.2 01:29:30 ---> Running in 0b60228b4372 01:29:34 Collecting docker-compose==1.23.2 01:29:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:29:35 Collecting PyYAML<4,>=3.10 01:29:35 Downloading PyYAML-3.13.tar.gz (270 kB) 01:29:39 Collecting texttable<0.10,>=0.9.0 01:29:39 Downloading texttable-0.9.1.tar.gz (11 kB) 01:29:40 Collecting dockerpty<0.5,>=0.4.1 01:29:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:29:42 Collecting docker<4.0,>=3.6.0 01:29:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:29:43 Collecting cached-property<2,>=1.2.0 01:29:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:29:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:29:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:29:45 Collecting jsonschema<3,>=2.5.1 01:29:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:29:45 Collecting websocket-client<1.0,>=0.32.0 01:29:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:29:45 Collecting docopt<0.7,>=0.6.1 01:29:45 Downloading docopt-0.6.2.tar.gz (25 kB) 01:29:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:29:47 Collecting docker-pycreds>=0.4.0 01:29:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:29:48 Collecting urllib3<1.25,>=1.21.1 01:29:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:29:48 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) 01:29:48 Collecting idna<2.8,>=2.5 01:29:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:29:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:29:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:29:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:29:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:29:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:29:49 Installing collected packages: PyYAML, texttable, dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, docker-compose 01:29:49 Running setup.py install for PyYAML: started 01:29:51 Running setup.py install for PyYAML: finished with status 'done' 01:29:51 Running setup.py install for texttable: started 01:29:53 Running setup.py install for texttable: finished with status 'done' 01:29:53 Running setup.py install for dockerpty: started 01:29:55 Running setup.py install for dockerpty: finished with status 'done' 01:29:55 Attempting uninstall: urllib3 01:29:55 Found existing installation: urllib3 1.25.9 01:29:55 Uninstalling urllib3-1.25.9: 01:29:55 Successfully uninstalled urllib3-1.25.9 01:29:56 Attempting uninstall: idna 01:29:56 Found existing installation: idna 2.9 01:29:56 Uninstalling idna-2.9: 01:29:56 Successfully uninstalled idna-2.9 01:29:56 Attempting uninstall: requests 01:29:56 Found existing installation: requests 2.23.0 01:29:56 Uninstalling requests-2.23.0: 01:29:56 Successfully uninstalled requests-2.23.0 01:29:58 Running setup.py install for docopt: started 01:30:00 Running setup.py install for docopt: finished with status 'done' 01:30:00 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 01:30:05 Removing intermediate container 0b60228b4372 01:30:05 ---> 26c6fa2de042 01:30:05 Step 21/26 : RUN apk --no-cache add curl 01:30:05 ---> Running in fb6e4f2eb568 01:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:30:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:30:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:30:06 (2/3) Installing libcurl (7.69.1-r3) 01:30:06 (3/3) Installing curl (7.69.1-r3) 01:30:06 Executing busybox-1.31.1-r19.trigger 01:30:06 OK: 71 MiB in 58 packages 01:30:08 Removing intermediate container fb6e4f2eb568 01:30:08 ---> 223c01f90c56 01:30:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:30:08 ---> Running in 77484c167634 01:30:08 Removing intermediate container 77484c167634 01:30:08 ---> 3203b54c8fa3 01:30:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:08 ---> Running in 5e710e988622 01:30:08 Removing intermediate container 5e710e988622 01:30:08 ---> 1a4ecbb35f9b 01:30:08 Step 24/26 : LABEL arch=arm64 01:30:09 ---> Running in 89b7dec51cbf 01:30:09 Removing intermediate container 89b7dec51cbf 01:30:09 ---> b25ab0040ca6 01:30:09 Step 25/26 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 01:30:09 ---> Running in f52cb59a229c 01:30:10 Removing intermediate container f52cb59a229c 01:30:10 ---> 240f49c8e0e3 01:30:10 Step 26/26 : LABEL version=0.0.0 01:30:10 ---> Running in 18ae5cd795bf 01:30:11 Removing intermediate container 18ae5cd795bf 01:30:11 ---> a14d1d3a6b6a 01:30:11 01:30:11 Successfully built a14d1d3a6b6a 01:30:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:30:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:30:11 $ docker stop --time=1 ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 01:30:13 $ docker rm -f ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 [Pipeline] // withDockerContainer [Pipeline] sh 01:30:14 + grep docker 01:30:14 + docker images 01:30:14 docker-sys-mgmt-agent-go-arm64 latest a14d1d3a6b6a 4 seconds ago 300MB 01:30:14 docker-core-metadata-go-arm64 latest b26e96afff5c 53 seconds ago 12.2MB 01:30:14 docker-core-command-go-arm64 latest 130564a83b1a About a minute ago 9.98MB 01:30:14 docker-security-secretstore-setup-go-arm64 latest b8bf9ffe5283 About a minute ago 23.4MB 01:30:14 docker-core-data-go-arm64 latest 7bd2309f5c41 3 minutes ago 21MB 01:30:14 docker-support-notifications-go-arm64 latest f99fa2a33026 3 minutes ago 11.4MB 01:30:14 docker-security-proxy-setup-go-arm64 latest 1e45fb6c54b7 3 minutes ago 23.3MB 01:30:14 docker-security-bootstrap-redis-go-arm64 latest acc3104cf4bd 4 minutes ago 15.1MB 01:30:14 docker-support-scheduler-go-arm64 latest 148f47e7ad6b 4 minutes ago 10MB 01:30:14 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:30:16 provisioning config files... 01:30:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8612008511641162751tmp [Pipeline] { [Pipeline] sh 01:30:17 + set +x 01:30:17 + curl -s https://codecov.io/bash 01:30:17 + bash -s -- 01:30:17 01:30:17 _____ _ 01:30:17 / ____| | | 01:30:17 | | ___ __| | ___ ___ _____ __ 01:30:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:30:17 | |___| (_) | (_| | __/ (_| (_) \ V / 01:30:17 \_____\___/ \__,_|\___|\___\___/ \_/ 01:30:17 Bash-20201231-23d4836 01:30:17 01:30:17 01:30:17 ==> git version 2.24.3 found 01:30:17 ==> 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 01:30:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:30:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:30:17 ==> Jenkins CI detected. 01:30:17 project root: . 01:30:17 --> token set from env 01:30:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:30:17 ==> Running gcov in . (disable via -X gcov) 01:30:17 ==> Python coveragepy not found 01:30:17 ==> Searching for coverage reports in: 01:30:17 + . 01:30:17 -> Found 1 reports 01:30:17 ==> Detecting git/mercurial file structure 01:30:17 ==> Reading reports 01:30:17 + ./coverage.out bytes=541590 01:30:17 ==> Appending adjustments 01:30:17 https://docs.codecov.io/docs/fixing-reports 01:30:22 + Found adjustments 01:30:22 ==> Gzipping contents 01:30:22 84K /tmp/codecov.7BWpXu.gz 01:30:22 ==> Uploading reports 01:30:22 url: https://codecov.io 01:30:22 query: branch=PR-3003&commit=d164d0f2684056e901c37f9eef647268f67e0073&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= 01:30:22 -> Pinging Codecov 01:30:22 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3003&commit=d164d0f2684056e901c37f9eef647268f67e0073&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= 01:30:22 -> Uploading to 01:30:22 https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/d164d0f2684056e901c37f9eef647268f67e0073/3fbd9a77-ff31-4e30-b8af-3a68542bfefa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T013021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=beae84e9679dfeed5db9df8e52035febdb6267e2b606a51297bf96e0ed9dcdef 01:30:22 % Total % Received % Xferd Average Speed Time Time Time Current 01:30:22 Dload Upload Total Spent Left Speed 01:30:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82297 0 0 100 82297 0 148k --:--:-- --:--:-- --:--:-- 148k 01:30:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d164d0f2684056e901c37f9eef647268f67e0073 [Pipeline] } 01:30:22 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 01:30:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:30:25 ---> package-listing.sh 01:30:25 ++ tr '[:upper:]' '[:lower:]' 01:30:25 ++ facter osfamily 01:30:25 + OS_FAMILY=redhat 01:30:25 + workspace=/w/workspace/edgex-go/5 01:30:25 + START_PACKAGES=/tmp/packages_start.txt 01:30:25 + END_PACKAGES=/tmp/packages_end.txt 01:30:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:30:25 + PACKAGES=/tmp/packages_start.txt 01:30:25 + '[' /w/workspace/edgex-go/5 ']' 01:30:25 + PACKAGES=/tmp/packages_end.txt 01:30:25 + case "${OS_FAMILY}" in 01:30:25 + rpm -qa 01:30:25 + sort 01:30:30 + '[' -f /tmp/packages_start.txt ']' 01:30:30 + '[' -f /tmp/packages_end.txt ']' 01:30:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:30:30 + '[' /w/workspace/edgex-go/5 ']' 01:30:30 + mkdir -p /w/workspace/edgex-go/5/archives/ 01:30:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 01:30:30 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:30:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:30:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:30:31 01:30:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:30:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:30:32 alpine: Pulling from edgex-lftools-log-publisher 01:30:32 df20fa9351a1: Pulling fs layer 01:30:32 36b3adc4ff6f: Pulling fs layer 01:30:32 8ad3a11d3b57: Pulling fs layer 01:30:32 46f8f816bc3b: Pulling fs layer 01:30:32 93b61091891f: Pulling fs layer 01:30:32 93b9cdb0e59b: Pulling fs layer 01:30:32 5e14af77c1be: Pulling fs layer 01:30:32 01666e4c0597: Pulling fs layer 01:30:32 aa168da1d23b: Pulling fs layer 01:30:32 93b61091891f: Waiting 01:30:32 93b9cdb0e59b: Waiting 01:30:32 5e14af77c1be: Waiting 01:30:32 01666e4c0597: Waiting 01:30:32 46f8f816bc3b: Waiting 01:30:32 aa168da1d23b: Waiting 01:30:32 36b3adc4ff6f: Verifying Checksum 01:30:32 36b3adc4ff6f: Download complete 01:30:32 df20fa9351a1: Verifying Checksum 01:30:32 df20fa9351a1: Download complete 01:30:32 93b61091891f: Verifying Checksum 01:30:32 93b61091891f: Download complete 01:30:32 93b9cdb0e59b: Verifying Checksum 01:30:32 93b9cdb0e59b: Download complete 01:30:32 5e14af77c1be: Verifying Checksum 01:30:32 5e14af77c1be: Download complete 01:30:32 8ad3a11d3b57: Verifying Checksum 01:30:32 01666e4c0597: Verifying Checksum 01:30:32 01666e4c0597: Download complete 01:30:32 46f8f816bc3b: Verifying Checksum 01:30:32 46f8f816bc3b: Download complete 01:30:33 df20fa9351a1: Pull complete 01:30:33 36b3adc4ff6f: Pull complete 01:30:35 aa168da1d23b: Verifying Checksum 01:30:35 aa168da1d23b: Download complete 01:30:36 8ad3a11d3b57: Pull complete 01:30:36 46f8f816bc3b: Pull complete 01:30:36 93b61091891f: Pull complete 01:30:36 93b9cdb0e59b: Pull complete 01:30:36 5e14af77c1be: Pull complete 01:30:36 01666e4c0597: Pull complete 01:30:49 aa168da1d23b: Pull complete 01:30:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:30:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:30:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:30:49 prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container 01:30:49 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:30:53 $ docker top 2a7a897f9fc26a97825fc79a5ecb90157f4d56f0b9b7cb177c82ab35dd98551f -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:53 + touch /tmp/pre-build-complete [Pipeline] sh 01:30:54 + mkdir -p /var/log/sa [Pipeline] sh 01:30:54 + ls /var/log/sa-host 01:30:54 + sadf -c /var/log/sa-host/sa09 01:30:54 file_magic: OK 01:30:54 HZ: Using current value: 100 01:30:54 file_header: OK 01:30:54 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 01:30:54 Statistics: 01:30:54 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... 01:30:54 File successfully converted to sysstat format version 12.2.1 01:30:54 + sadf -c /var/log/sa-host/sa23 01:30:54 file_magic: OK 01:30:54 HZ: Using current value: 100 01:30:54 file_header: OK 01:30:54 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 01:30:54 Statistics: 01:30:54 Hnuu...uuuununununu... 01:30:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:30:55 provisioning config files... 01:30:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1633757551774408844tmp [Pipeline] { [Pipeline] echo 01:30:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:30:55 ---> create-netrc.sh [Pipeline] } 01:30:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:30:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:30:56 ---> python-tools-install.sh [Pipeline] echo 01:30:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:30:56 ---> sudo-logs.sh 01:30:56 Archiving 'sudo' log.. [Pipeline] echo 01:30:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:30:56 ---> job-cost.sh 01:30:56 lf-activate-venv: SKIPPING 01:30:56 INFO: No Stack... 01:30:57 INFO: Retrieving Pricing Info for: v1-standard-2 01:30:58 INFO: Archiving Costs [Pipeline] echo 01:30:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:30:58 ---> logs-deploy.sh 01:30:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3003/5 01:30:58 INFO: archiving workspace using pattern(s): 01:31:00 Archives upload complete. 01:31:00 INFO: archiving logs to Nexus 01:31:01 ---> uname -a: 01:31:01 Linux prd-centos7-docker-4c-2g-19196.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:31:01 01:31:01 01:31:01 ---> lscpu: 01:31:01 Architecture: x86_64 01:31:01 CPU op-mode(s): 32-bit, 64-bit 01:31:01 Byte Order: Little Endian 01:31:01 Address sizes: 40 bits physical, 48 bits virtual 01:31:01 CPU(s): 4 01:31:01 On-line CPU(s) list: 0-3 01:31:01 Thread(s) per core: 1 01:31:01 Core(s) per socket: 1 01:31:01 Socket(s): 4 01:31:01 NUMA node(s): 1 01:31:01 Vendor ID: GenuineIntel 01:31:01 CPU family: 6 01:31:01 Model: 44 01:31:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:31:01 Stepping: 1 01:31:01 CPU MHz: 2933.436 01:31:01 BogoMIPS: 5866.87 01:31:01 Virtualization: VT-x 01:31:01 Hypervisor vendor: KVM 01:31:01 Virtualization type: full 01:31:01 L1d cache: 128 KiB 01:31:01 L1i cache: 128 KiB 01:31:01 L2 cache: 16 MiB 01:31:01 L3 cache: 64 MiB 01:31:01 NUMA node0 CPU(s): 0-3 01:31:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:31:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:31:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:31:01 Vulnerability Meltdown: Mitigation; PTI 01:31:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:31:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:31:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:31:01 Vulnerability Srbds: Not affected 01:31:01 Vulnerability Tsx async abort: Not affected 01:31:01 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 01:31:01 01:31:01 01:31:01 ---> nproc: 01:31:01 4 01:31:01 01:31:01 01:31:01 ---> df -h: 01:31:01 Filesystem Size Used Available Use% Mounted on 01:31:01 overlay 50.0G 12.0G 38.0G 24% / 01:31:01 tmpfs 64.0M 0 64.0M 0% /dev 01:31:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:31:01 shm 64.0M 0 64.0M 0% /dev/shm 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5@tmp 01:31:01 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5 01:31:01 01:31:01 01:31:01 ---> free -m: 01:31:01 total used free shared buff/cache available 01:31:01 Mem: 1837 704 134 0 998 1048 01:31:01 Swap: 1023 71 952 01:31:01 01:31:01 01:31:01 ---> ip addr: 01:31:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:31:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:31:01 inet 127.0.0.1/8 scope host lo 01:31:01 valid_lft forever preferred_lft forever 01:31:01 inet6 ::1/128 scope host 01:31:01 valid_lft forever preferred_lft forever 01:31:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:31:01 link/ether fa:16:3e:30:c9:d0 brd ff:ff:ff:ff:ff:ff 01:31:01 inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 01:31:01 valid_lft 85110sec preferred_lft 85110sec 01:31:01 inet6 fe80::f816:3eff:fe30:c9d0/64 scope link 01:31:01 valid_lft forever preferred_lft forever 01:31:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:31:01 link/ether 02:42:2b:ff:9f:96 brd ff:ff:ff:ff:ff:ff 01:31:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:31:01 valid_lft forever preferred_lft forever 01:31:01 inet6 fe80::42:2bff:feff:9f96/64 scope link 01:31:01 valid_lft forever preferred_lft forever 01:31:01 01:31:01 01:31:01 ---> sar -b -r -n DEV: 01:31:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) 01:31:01 01:31:01 01:09:19 LINUX RESTART (4 CPU) 01:31:01 01:31:01 01:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:31:01 01:11:01 156.92 50.33 106.58 0.00 8764.62 43203.77 0.00 01:31:01 01:12:01 316.75 137.89 178.86 0.00 5404.39 27053.36 0.00 01:31:01 01:13:01 189.51 77.42 112.09 0.00 2803.33 13195.38 0.00 01:31:01 01:14:02 181.66 58.44 123.21 0.00 9763.98 56385.90 0.00 01:31:01 01:15:02 2812.80 2459.16 353.63 0.00 174198.03 210195.07 0.00 01:31:01 01:16:01 1161.49 937.63 223.86 0.00 54427.70 71977.64 0.00 01:31:01 01:17:01 1475.01 1099.39 375.62 0.00 136125.65 159337.95 0.00 01:31:01 01:18:02 1174.92 881.80 293.12 0.00 50483.63 60982.52 0.00 01:31:01 01:19:01 26.82 10.36 16.46 0.00 2827.97 1394.02 0.00 01:31:01 01:20:01 0.80 0.63 0.17 0.00 16.92 2.05 0.00 01:31:01 01:21:01 0.32 0.03 0.28 0.00 0.27 3.23 0.00 01:31:01 01:22:01 0.25 0.02 0.23 0.00 0.13 2.58 0.00 01:31:01 01:23:01 0.22 0.02 0.20 0.00 0.13 1.65 0.00 01:31:01 01:24:01 0.30 0.02 0.28 0.00 0.13 2.98 0.00 01:31:01 01:25:01 3.15 2.28 0.87 0.00 62.20 16.35 0.00 01:31:01 01:26:01 0.30 0.02 0.28 0.00 0.13 3.43 0.00 01:31:01 01:27:01 0.45 0.20 0.25 0.00 3.73 2.56 0.00 01:31:01 01:28:01 0.30 0.05 0.25 0.00 0.80 2.98 0.00 01:31:01 01:29:01 1.27 1.05 0.22 0.00 9.59 3.26 0.00 01:31:01 01:30:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 01:31:01 Average: 374.94 285.53 89.41 0.00 22255.44 32215.72 0.00 01:31:01 01:31:01 01:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:31:01 01:11:01 73836 0 716088 38.06 2368 1089252 1539304 52.53 718464 873576 23556 01:31:01 01:12:01 128872 0 802540 42.65 1536 948596 1748660 59.68 625164 853356 61880 01:31:01 01:13:01 272048 0 780840 41.50 764 827892 1667572 56.91 617448 704972 61804 01:31:01 01:14:02 74780 0 725244 38.55 224 1081296 1253424 42.78 716288 827556 37548 01:31:01 01:15:02 66256 0 849032 45.12 44 966212 2323404 79.29 776688 809360 33148 01:31:01 01:16:01 404188 0 726784 38.63 44 750528 1391672 47.50 514716 714168 36 01:31:01 01:17:01 78620 0 932648 49.57 44 870232 2481896 84.70 694804 858896 1484 01:31:01 01:18:02 487960 0 670896 35.66 44 722644 1381072 47.13 487368 660592 4 01:31:01 01:19:01 439392 0 624356 33.18 44 817752 1193728 40.74 500204 702264 16 01:31:01 01:20:01 441180 0 622108 33.06 44 818212 1174320 40.08 499412 701956 12 01:31:01 01:21:01 441952 0 621332 33.02 44 818216 1173220 40.04 499172 701968 12 01:31:01 01:22:01 442040 0 621232 33.02 44 818228 1170136 39.93 498916 701928 8 01:31:01 01:23:01 442004 0 621260 33.02 44 818236 1170136 39.93 498924 701928 8 01:31:01 01:24:01 441800 0 621460 33.03 44 818240 1170136 39.93 498676 701932 8 01:31:01 01:25:01 440068 0 622148 33.07 44 819284 1170208 39.94 499488 702620 16 01:31:01 01:26:01 440280 0 621928 33.05 44 819292 1170160 39.94 499420 702628 12 01:31:01 01:27:01 440180 0 622020 33.06 44 819300 1170136 39.93 499420 702744 12 01:31:01 01:28:01 439300 0 622896 33.11 44 819304 1170352 39.94 499864 702764 20 01:31:01 01:29:01 439344 0 622840 33.10 44 819316 1170292 39.94 499668 703048 16 01:31:01 01:30:01 439144 0 623032 33.11 44 819324 1170292 39.94 500028 703056 20 01:31:01 Average: 343662 0 683534 36.33 280 854068 1393006 47.54 557207 736566 10981 01:31:01 01:31:01 01:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:31:01 01:11:01 eth0 1384.52 1349.17 7316.08 168.88 0.00 0.00 0.00 0.00 01:31:01 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:11:01 docker0 802.96 726.07 66.86 2665.91 0.00 0.00 0.00 0.00 01:31:01 01:12:01 veth4970736 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:12:01 eth0 244.66 180.56 860.87 27.48 0.00 0.00 0.00 0.00 01:31:01 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:12:01 docker0 160.70 210.46 11.80 829.81 0.00 0.00 0.00 0.00 01:31:01 01:13:01 veth4970736 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:13:01 eth0 43.17 29.23 23.83 76.99 0.00 0.00 0.00 0.00 01:31:01 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:14:02 vethe38491b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:14:02 eth0 224.09 182.60 1702.94 73.76 0.00 0.00 0.00 0.00 01:31:01 01:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:15:02 vethe38491b 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:15:02 eth0 59.10 44.13 164.88 11.06 0.00 0.00 0.00 0.00 01:31:01 01:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:15:02 docker0 33.35 38.61 2.14 147.95 0.00 0.00 0.00 0.00 01:31:01 01:16:01 vethe38491b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:16:01 eth0 35.60 19.14 140.49 8.68 0.00 0.00 0.00 0.00 01:31:01 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:16:01 docker0 5.74 12.11 0.32 78.30 0.00 0.00 0.00 0.00 01:31:01 01:17:01 vethe38491b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:17:01 veth872019e 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:17:01 veth36e0d60 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:31:01 01:17:01 eth0 229.99 141.12 1646.73 96.11 0.00 0.00 0.00 0.00 01:31:01 01:18:02 vethe38491b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:18:02 eth0 81.52 51.65 136.06 75.22 0.00 0.00 0.00 0.00 01:31:01 01:18:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:31:01 01:18:02 docker0 1035.91 1074.89 83.19 4221.26 0.00 0.00 0.00 0.00 01:31:01 01:19:01 eth0 7.69 4.38 6.96 3.02 0.00 0.00 0.00 0.00 01:31:01 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:19:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:20:01 eth0 0.65 0.38 0.35 0.26 0.00 0.00 0.00 0.00 01:31:01 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:21:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 01:31:01 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:22:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:31:01 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:31:01 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:24:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:31:01 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:25:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:31:01 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:26:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 01:31:01 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:27:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:31:01 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:28:01 eth0 1.03 0.42 0.32 0.17 0.00 0.00 0.00 0.00 01:31:01 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:29:01 eth0 1.07 0.37 0.32 0.20 0.00 0.00 0.00 0.00 01:31:01 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:30:01 eth0 0.97 0.38 0.39 0.27 0.00 0.00 0.00 0.00 01:31:01 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 Average: eth0 116.07 100.48 602.02 27.20 0.00 0.00 0.00 0.00 01:31:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 Average: docker0 51.93 53.89 4.17 211.63 0.00 0.00 0.00 0.00 01:31:01 01:31:01 01:31:01 ---> sar -P ALL: 01:31:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) 01:31:01 01:31:01 01:09:19 LINUX RESTART (4 CPU) 01:31:01 01:31:01 01:10:01 CPU %user %nice %system %iowait %steal %idle 01:31:01 01:11:01 all 16.39 0.00 8.32 2.48 0.11 72.69 01:31:01 01:11:01 0 19.92 0.00 10.51 1.66 0.14 67.76 01:31:01 01:11:01 1 16.36 0.00 7.39 3.24 0.10 72.90 01:31:01 01:11:01 2 17.27 0.00 8.85 4.30 0.10 69.48 01:31:01 01:11:01 3 12.05 0.00 6.56 0.72 0.10 80.56 01:31:01 01:12:01 all 14.98 0.00 8.40 5.99 0.10 70.53 01:31:01 01:12:01 0 15.42 0.00 9.44 6.96 0.14 68.04 01:31:01 01:12:01 1 14.46 0.00 7.82 3.92 0.07 73.74 01:31:01 01:12:01 2 15.77 0.00 8.19 7.80 0.09 68.15 01:31:01 01:12:01 3 14.27 0.00 8.13 5.27 0.12 72.21 01:31:01 01:13:01 all 62.89 0.00 15.73 5.56 0.11 15.72 01:31:01 01:13:01 0 62.78 0.00 16.71 5.97 0.09 14.46 01:31:01 01:13:01 1 63.14 0.00 15.14 5.45 0.11 16.16 01:31:01 01:13:01 2 63.16 0.00 15.36 4.73 0.11 16.65 01:31:01 01:13:01 3 62.50 0.00 15.68 6.09 0.12 15.61 01:31:01 01:14:02 all 25.92 0.00 12.78 3.19 0.25 57.86 01:31:01 01:14:02 0 24.54 0.00 13.08 3.58 0.21 58.59 01:31:01 01:14:02 1 27.02 0.00 12.57 3.64 0.28 56.50 01:31:01 01:14:02 2 26.34 0.00 12.54 2.98 0.24 57.90 01:31:01 01:14:02 3 25.79 0.00 12.94 2.57 0.28 58.43 01:31:01 01:15:02 all 22.32 0.00 31.71 20.06 0.80 25.10 01:31:01 01:15:02 0 22.08 0.00 31.22 20.66 0.85 25.19 01:31:01 01:15:02 1 23.17 0.00 30.88 19.14 0.81 26.01 01:31:01 01:15:02 2 21.38 0.00 31.71 20.93 0.74 25.25 01:31:01 01:15:02 3 22.66 0.00 33.03 19.53 0.82 23.95 01:31:01 01:16:01 all 53.71 0.00 19.79 13.19 0.34 12.97 01:31:01 01:16:01 0 53.27 0.00 19.82 12.72 0.32 13.86 01:31:01 01:16:01 1 51.98 0.00 20.50 11.75 0.40 15.38 01:31:01 01:16:01 2 54.29 0.00 19.42 13.66 0.29 12.35 01:31:01 01:16:01 3 55.30 0.00 19.43 14.61 0.34 10.32 01:31:01 01:17:01 all 33.87 0.00 29.69 16.68 0.40 19.36 01:31:01 01:17:01 0 33.90 0.00 28.84 16.90 0.44 19.91 01:31:01 01:17:01 1 33.03 0.00 30.76 19.95 0.42 15.84 01:31:01 01:17:01 2 34.69 0.00 29.87 16.20 0.37 18.88 01:31:01 01:17:01 3 33.84 0.00 29.29 13.68 0.37 22.82 01:31:01 01:18:02 all 36.88 0.00 19.77 22.32 0.19 20.85 01:31:01 01:18:02 0 37.23 0.00 19.37 22.87 0.21 20.32 01:31:01 01:18:02 1 37.19 0.00 20.76 19.41 0.16 22.48 01:31:01 01:18:02 2 36.49 0.00 19.54 22.45 0.23 21.29 01:31:01 01:18:02 3 36.59 0.00 19.39 24.57 0.18 19.27 01:31:01 01:19:01 all 0.83 0.00 0.95 0.40 0.04 97.78 01:31:01 01:19:01 0 1.19 0.00 0.98 0.19 0.05 97.59 01:31:01 01:19:01 1 0.59 0.00 1.09 0.37 0.02 97.93 01:31:01 01:19:01 2 0.78 0.00 0.80 0.36 0.02 98.05 01:31:01 01:19:01 3 0.76 0.00 0.92 0.68 0.07 97.57 01:31:01 01:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 01:31:01 01:20:01 0 0.28 0.00 0.02 0.00 0.00 99.70 01:31:01 01:20:01 1 0.02 0.00 0.00 0.02 0.00 99.97 01:31:01 01:20:01 2 0.27 0.00 0.08 0.00 0.02 99.63 01:31:01 01:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 01:31:01 01:21:01 all 0.14 0.00 0.15 0.00 0.00 99.71 01:31:01 01:21:01 0 0.08 0.00 0.20 0.00 0.00 99.72 01:31:01 01:21:01 1 0.20 0.00 0.10 0.00 0.00 99.70 01:31:01 01:21:01 2 0.20 0.00 0.13 0.00 0.00 99.67 01:31:01 01:21:01 3 0.08 0.00 0.15 0.00 0.00 99.77 01:31:01 01:31:01 01:21:01 CPU %user %nice %system %iowait %steal %idle 01:31:01 01:22:01 all 0.12 0.00 0.05 0.00 0.00 99.83 01:31:01 01:22:01 0 0.38 0.00 0.05 0.00 0.00 99.57 01:31:01 01:22:01 1 0.03 0.00 0.05 0.00 0.02 99.90 01:31:01 01:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 01:31:01 01:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:31:01 01:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:31:01 01:23:01 0 0.52 0.00 0.02 0.02 0.00 99.45 01:31:01 01:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:31:01 01:23:01 2 0.07 0.00 0.03 0.00 0.00 99.90 01:31:01 01:23:01 3 0.02 0.00 0.05 0.00 0.02 99.92 01:31:01 01:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 01:31:01 01:24:01 0 0.48 0.00 0.02 0.00 0.00 99.50 01:31:01 01:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:31:01 01:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:31:01 01:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:31:01 01:25:01 all 0.16 0.00 0.06 0.04 0.00 99.74 01:31:01 01:25:01 0 0.52 0.00 0.10 0.08 0.00 99.30 01:31:01 01:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:31:01 01:25:01 2 0.05 0.00 0.07 0.02 0.00 99.87 01:31:01 01:25:01 3 0.03 0.00 0.03 0.05 0.00 99.88 01:31:01 01:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:31:01 01:26:01 0 0.50 0.00 0.02 0.00 0.00 99.48 01:31:01 01:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 01:31:01 01:26:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:31:01 01:26:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:31:01 01:27:01 all 0.17 0.00 0.03 0.01 0.01 99.78 01:31:01 01:27:01 0 0.52 0.00 0.03 0.00 0.00 99.45 01:31:01 01:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:31:01 01:27:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:31:01 01:27:01 3 0.07 0.00 0.03 0.03 0.00 99.87 01:31:01 01:28:01 all 0.12 0.00 0.05 0.00 0.00 99.83 01:31:01 01:28:01 0 0.27 0.00 0.08 0.00 0.00 99.65 01:31:01 01:28:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:31:01 01:28:01 2 0.13 0.00 0.05 0.00 0.00 99.82 01:31:01 01:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:31:01 01:29:01 all 0.07 0.00 0.04 0.03 0.00 99.87 01:31:01 01:29:01 0 0.15 0.00 0.03 0.00 0.00 99.82 01:31:01 01:29:01 1 0.05 0.00 0.05 0.00 0.00 99.90 01:31:01 01:29:01 2 0.07 0.00 0.05 0.10 0.00 99.78 01:31:01 01:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:31:01 01:30:01 all 0.16 0.00 0.03 0.00 0.02 99.80 01:31:01 01:30:01 0 0.47 0.00 0.02 0.00 0.02 99.50 01:31:01 01:30:01 1 0.03 0.00 0.07 0.00 0.03 99.87 01:31:01 01:30:01 2 0.05 0.00 0.02 0.00 0.02 99.92 01:31:01 01:30:01 3 0.08 0.00 0.02 0.00 0.00 99.90 01:31:01 Average: all 13.01 0.00 7.11 4.33 0.11 75.43 01:31:01 Average: 0 13.28 0.00 7.26 4.41 0.12 74.94 01:31:01 Average: 1 12.93 0.00 7.11 4.19 0.12 75.65 01:31:01 Average: 2 13.11 0.00 7.09 4.51 0.11 75.19 01:31:01 Average: 3 12.73 0.00 7.00 4.20 0.12 75.95 01:31:01 01:31:01 01:31:01