Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78+1cb94389de1e39608b319f278621c386c44601c6 (6fd331727a7b6f2a729846f6b15255797e7ee257) 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-16409 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 > 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/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 Merge succeeded, producing b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 Checking out Revision b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 (PR-2913) > git config core.sparsecheckout # timeout=10 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # 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 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # timeout=10 Commit message: "feat(security): Address PR feedbacks" > git rev-list --no-walk 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:17:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:17:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:17:22 ========================================================= 23:17:22 EdgeX Global Pipelines Version Info 23:17:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:17:24 ------------------- 23:17:24 stable info: 23:17:24 ------------------- 23:17:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:17:24 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:17:24 Message: update stable to v1.0.173 23:17:25 ------------------- 23:17:25 experimental info: 23:17:25 ------------------- 23:17:25 Commited By: **** collab-it+edgex@linuxfoundation.org 23:17:25 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:17:25 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:17:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:17:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:17:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:17:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:17:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:17:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b59ed0c [Pipeline] echo 23:17:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:17:28 provisioning config files... 23:17:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config6665394507912322453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:29 ---> docker-login.sh 23:17:29 nexus3.edgexfoundry.org:10001 23:17:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:29 Configure a credential helper to remove this warning. See 23:17:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:29 23:17:29 Login Succeeded 23:17:29 nexus3.edgexfoundry.org:10002 23:17:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:29 Configure a credential helper to remove this warning. See 23:17:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:29 23:17:29 Login Succeeded 23:17:29 nexus3.edgexfoundry.org:10003 23:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:30 Configure a credential helper to remove this warning. See 23:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:30 23:17:30 Login Succeeded 23:17:30 nexus3.edgexfoundry.org:10004 23:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:30 Configure a credential helper to remove this warning. See 23:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:30 23:17:30 Login Succeeded 23:17:30 docker.io 23:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:30 Configure a credential helper to remove this warning. See 23:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:30 23:17:30 Login Succeeded 23:17:30 ---> docker-login.sh ends [Pipeline] } 23:17:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:17:31 ++ 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 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/core-command/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo core-command,cmd/core-command/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/core-data/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo core-data,cmd/core-data/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/core-metadata/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo core-metadata,cmd/core-metadata/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/security-proxy-setup/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/support-notifications/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo support-notifications,cmd/support-notifications/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/support-scheduler/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:17:31 + for file in '`ls cmd/**/Dockerfile`' 23:17:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:17:31 ++ cut -d/ -f2 23:17:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:17:31 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 23:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:32 23:17:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:17:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:33 latest: Pulling from edgex-devops/git-semver 23:17:33 31603596830f: Pulling fs layer 23:17:33 2a8b12db71e7: Pulling fs layer 23:17:33 6ca5941a6612: Pulling fs layer 23:17:33 ecc8261a40a4: Pulling fs layer 23:17:33 ecc8261a40a4: Waiting 23:17:33 2a8b12db71e7: Verifying Checksum 23:17:33 2a8b12db71e7: Download complete 23:17:33 31603596830f: Verifying Checksum 23:17:33 31603596830f: Download complete 23:17:33 ecc8261a40a4: Verifying Checksum 23:17:33 ecc8261a40a4: Download complete 23:17:33 6ca5941a6612: Verifying Checksum 23:17:33 6ca5941a6612: Download complete 23:17:33 31603596830f: Pull complete 23:17:34 2a8b12db71e7: Pull complete 23:17:35 6ca5941a6612: Pull complete 23:17:35 ecc8261a40a4: Pull complete 23:17:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:17:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:17:35 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:17:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:17:37 $ docker top de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:17:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:38 [ssh-agent] Looking for ssh-agent implementation... 23:17:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:38 $ docker exec de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 ssh-agent 23:17:38 SSH_AUTH_SOCK=/tmp/ssh-a7x09ljLqQGX/agent.12 23:17:38 SSH_AGENT_PID=17 23:17:38 Running ssh-add (command line suppressed) 23:17:38 Identity added: /w/workspace/edgex-go/14@tmp/private_key_287127661591773220.key (/w/workspace/edgex-go/14@tmp/private_key_287127661591773220.key) 23:17:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:39 + git tag --points-at HEAD [Pipeline] } 23:17:39 $ docker exec --env ******** --env ******** de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 ssh-agent -k 23:17:39 unset SSH_AUTH_SOCK; 23:17:39 unset SSH_AGENT_PID; 23:17:39 echo Agent pid 17 killed; 23:17:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:17:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:39 [ssh-agent] Looking for ssh-agent implementation... 23:17:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:39 $ docker exec de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 ssh-agent 23:17:39 SSH_AUTH_SOCK=/tmp/ssh-d2oYINbUuUjc/agent.45 23:17:39 SSH_AGENT_PID=50 23:17:39 Running ssh-add (command line suppressed) 23:17:40 Identity added: /w/workspace/edgex-go/14@tmp/private_key_8869155099494614137.key (/w/workspace/edgex-go/14@tmp/private_key_8869155099494614137.key) 23:17:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:40 + git semver init 23:17:40 # -> Open(): unable to determine branch for HEAD 23:17:40 # $GIT_DIR = /w/workspace/edgex-go/14/.git 23:17:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 23:17:40 # $SEMVER_REMOTE_NAME = origin 23:17:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:17:40 # $SEMVER_USER_NAME = edgex-jenkins 23:17:40 # $SEMVER_BRANCH = PR-2913 23:17:40 # $SEMVER_TEMP = /tmp/semver-881776115 23:17:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:17:58 # '/tmp/semver-881776115' -> '/w/workspace/edgex-go/14/.semver' 23:17:58 # -> Force: false 23:17:58 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 23:17:58 $ docker exec --env ******** --env ******** de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 ssh-agent -k 23:17:58 unset SSH_AUTH_SOCK; 23:17:58 unset SSH_AGENT_PID; 23:17:58 echo Agent pid 50 killed; 23:17:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:17:59 + git semver [Pipeline] } 23:17:59 $ docker stop --time=1 de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 23:18:01 $ docker rm -f de918d7c5161ae41733a0bc8b34fd3c57a009be08c0877e41d362974edbb13c5 [Pipeline] // withDockerContainer [Pipeline] sh 23:18:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:18:02 Stashed 1 file(s) [Pipeline] echo 23:18:02 [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 23:18:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:18:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:18:04 + sudo service docker restart 23:18:04 + true 23:18:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:18:04 ========================================================= 23:18:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:18:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:18:05 + 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 . 23:18:09 Sending build context to Docker daemon 326.4MB 23:18:09 Step 1/7 : ARG BASE=golang:1.15-alpine 23:18:09 Step 2/7 : FROM ${BASE} 23:18:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:18:09 188c0c94c7c5: Pulling fs layer 23:18:09 0ef7d3d256c8: Pulling fs layer 23:18:09 de9db76c5a1d: Pulling fs layer 23:18:09 bca2f99d35d6: Pulling fs layer 23:18:09 93359f2a8cfa: Pulling fs layer 23:18:09 7c6f9722023f: Pulling fs layer 23:18:09 a35cf1a2eb13: Pulling fs layer 23:18:09 93359f2a8cfa: Waiting 23:18:09 a35cf1a2eb13: Waiting 23:18:09 7c6f9722023f: Waiting 23:18:09 bca2f99d35d6: Waiting 23:18:09 de9db76c5a1d: Verifying Checksum 23:18:09 de9db76c5a1d: Download complete 23:18:09 0ef7d3d256c8: Verifying Checksum 23:18:09 0ef7d3d256c8: Download complete 23:18:09 93359f2a8cfa: Verifying Checksum 23:18:09 93359f2a8cfa: Download complete 23:18:09 7c6f9722023f: Verifying Checksum 23:18:09 7c6f9722023f: Download complete 23:18:09 188c0c94c7c5: Verifying Checksum 23:18:09 188c0c94c7c5: Download complete 23:18:09 188c0c94c7c5: Pull complete 23:18:10 0ef7d3d256c8: Pull complete 23:18:10 de9db76c5a1d: Pull complete 23:18:12 a35cf1a2eb13: Verifying Checksum 23:18:12 a35cf1a2eb13: Download complete 23:18:12 bca2f99d35d6: Verifying Checksum 23:18:12 bca2f99d35d6: Download complete 23:18:17 Still waiting to schedule task 23:18:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:18:17 bca2f99d35d6: Pull complete 23:18:17 93359f2a8cfa: Pull complete 23:18:18 7c6f9722023f: Pull complete 23:18:22 a35cf1a2eb13: Pull complete 23:18:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:18:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:18:22 ---> a62c8e92a672 23:18:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:18:22 ---> Running in efdd61054158 23:18:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:18:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:18:24 (1/12) Installing libmagic (5.38-r0) 23:18:25 (2/12) Installing file (5.38-r0) 23:18:25 (3/12) Installing libc-dev (0.7.2-r3) 23:18:25 (4/12) Installing g++ (9.3.0-r2) 23:18:30 (5/12) Installing fortify-headers (1.1-r0) 23:18:30 (6/12) Installing patch (2.7.6-r6) 23:18:30 (7/12) Installing build-base (0.5-r2) 23:18:30 (8/12) Installing libsodium (1.0.18-r0) 23:18:30 (9/12) Installing pkgconf (1.7.2-r0) 23:18:30 (10/12) Installing libsodium-dev (1.0.18-r0) 23:18:30 (11/12) Installing libzmq (4.3.3-r0) 23:18:30 (12/12) Installing zeromq-dev (4.3.3-r0) 23:18:30 Executing busybox-1.31.1-r19.trigger 23:18:30 OK: 233 MiB in 51 packages 23:18:34 Removing intermediate container efdd61054158 23:18:34 ---> 4349f1f0ed59 23:18:34 Step 4/7 : WORKDIR /edgex-go 23:18:34 ---> Running in 473be528f199 23:18:34 Removing intermediate container 473be528f199 23:18:34 ---> 587a92436ba7 23:18:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:18:34 latest: Pulling from library/docker 23:18:34 05e7bc50f07f: Pulling fs layer 23:18:34 6db28d0fdbf6: Pulling fs layer 23:18:34 292df0bc6bf3: Pulling fs layer 23:18:34 a3104fdc50d0: Pulling fs layer 23:18:34 a8e67d69e12c: Pulling fs layer 23:18:34 1ede2b221ee4: Pulling fs layer 23:18:34 fc74c0d5b799: Pulling fs layer 23:18:34 a8e67d69e12c: Waiting 23:18:34 fc74c0d5b799: Waiting 23:18:34 1ede2b221ee4: Waiting 23:18:34 a3104fdc50d0: Waiting 23:18:34 292df0bc6bf3: Download complete 23:18:34 05e7bc50f07f: Verifying Checksum 23:18:34 05e7bc50f07f: Download complete 23:18:34 6db28d0fdbf6: Download complete 23:18:35 a8e67d69e12c: Verifying Checksum 23:18:35 a8e67d69e12c: Download complete 23:18:35 1ede2b221ee4: Verifying Checksum 23:18:35 1ede2b221ee4: Download complete 23:18:35 05e7bc50f07f: Pull complete 23:18:35 fc74c0d5b799: Verifying Checksum 23:18:35 fc74c0d5b799: Download complete 23:18:35 6db28d0fdbf6: Pull complete 23:18:35 292df0bc6bf3: Pull complete 23:18:36 a3104fdc50d0: Verifying Checksum 23:18:36 a3104fdc50d0: Download complete 23:18:38 a3104fdc50d0: Pull complete 23:18:38 a8e67d69e12c: Pull complete 23:18:38 1ede2b221ee4: Pull complete 23:18:39 fc74c0d5b799: Pull complete 23:18:39 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 23:18:39 Status: Downloaded newer image for docker:latest 23:18:40 ---> b77f4003a47b 23:18:40 Step 6/7 : COPY go.mod . 23:18:40 ---> 9b8b8e9fc384 23:18:40 Step 7/7 : RUN go mod download 23:18:40 ---> Running in 9fbd8e4ccc59 23:19:02 Removing intermediate container 9fbd8e4ccc59 23:19:02 ---> 7f0b08b90ee5 23:19:02 Successfully built 7f0b08b90ee5 23:19:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:19:03 + docker inspect -f . ci-base-image-x86_64 23:19:03 . [Pipeline] withDockerContainer 23:19:03 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:19:04 $ docker top c8e5efdbe187cbc306b72797d74d3f20827b145991354fb3d77be3f9c298830e -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:04 + go version 23:19:04 go version go1.15.5 linux/amd64 [Pipeline] } 23:19:04 $ docker stop --time=1 c8e5efdbe187cbc306b72797d74d3f20827b145991354fb3d77be3f9c298830e 23:19:06 $ docker rm -f c8e5efdbe187cbc306b72797d74d3f20827b145991354fb3d77be3f9c298830e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:19:06 + docker inspect -f . ci-base-image-x86_64 23:19:06 . [Pipeline] withDockerContainer 23:19:06 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:19:06 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:19:07 $ docker top 2910a374d38f4da9eee9e3c4477841cba99b7e32f9b7bbe7795cc26223e18d46 -eo pid,comm [Pipeline] { [Pipeline] echo 23:19:07 ========================================================= 23:19:07 [edgeXBuildGoParallel] Running Tests and Build... 23:19:07 ========================================================= [Pipeline] sh 23:19:08 + make test 23:19:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:19:18 ? github.com/edgexfoundry/edgex-go [no test files] 23:19:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:19:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:19:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:19:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:19:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:19:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:19:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:19:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:19:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:19:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:19:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:19:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:19:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements 23:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 70.5% of statements 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 83.7% of statements 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 23:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:19:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements 23:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:19:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 23:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.287s coverage: 93.8% of statements 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 23:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements 23:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements 23:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements 23:19:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 23:19:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:19:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 23:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements 23:19:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 23:19:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 23:19:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 23:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 23:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.663s coverage: 29.1% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:19:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 23:19:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 23:20:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:20:00 GO111MODULE=on go vet ./... 23:20:22 gofmt -l . 23:20:23 [ "`gofmt -l .`" = "" ] 23:20:23 ./bin/test-go-mod-tidy.sh 23:20:24 ./bin/test-attribution-txt.sh [Pipeline] sh 23:20:26 + ls -al . 23:20:26 total 632 23:20:26 drwxrwxr-x 10 1001 1001 4096 Dec 16 23:20 . 23:20:26 drwxr-xr-x 4 root root 30 Dec 16 23:19 .. 23:20:26 -rw-rw-r-- 1 1001 1001 11 Dec 16 23:17 .dockerignore 23:20:26 drwxrwxr-x 8 1001 1001 179 Dec 16 23:17 .git 23:20:26 drwxrwxr-x 3 1001 1001 125 Dec 16 23:17 .github 23:20:26 -rw-rw-r-- 1 1001 1001 824 Dec 16 23:17 .gitignore 23:20:26 drwx------ 3 1001 1001 47 Dec 16 23:17 .semver 23:20:26 -rw-rw-r-- 1 1001 1001 166 Dec 16 23:17 .sonarcloud.properties 23:20:26 -rw-rw-r-- 1 1001 1001 3804 Dec 16 23:17 CONTRIBUTING.md 23:20:26 -rw-rw-r-- 1 1001 1001 1035 Dec 16 23:17 Dockerfile.build 23:20:26 -rw-rw-r-- 1 1001 1001 863 Dec 16 23:17 Jenkinsfile 23:20:26 -rw-rw-r-- 1 1001 1001 10775 Dec 16 23:17 LICENSE 23:20:26 -rw-rw-r-- 1 1001 1001 5750 Dec 16 23:17 Makefile 23:20:26 -rw-rw-r-- 1 1001 1001 6596 Dec 16 23:17 README.md 23:20:26 -rw-rw-r-- 1 1001 1001 6744 Dec 16 23:17 SECURITY.md 23:20:26 -rw-rw-r-- 1 1001 1001 5 Dec 16 23:18 VERSION 23:20:26 -rw-rw-r-- 1 1001 1001 4131 Dec 16 23:17 ZMQWindows.md 23:20:26 drwxrwxr-x 2 1001 1001 117 Dec 16 23:17 bin 23:20:26 drwxrwxr-x 14 1001 1001 4096 Dec 16 23:17 cmd 23:20:26 -rw-r--r-- 1 root root 535934 Dec 16 23:19 coverage.out 23:20:26 -rw-r--r-- 1 root root 1041 Dec 16 23:20 go.mod 23:20:26 -rw-r--r-- 1 root root 18856 Dec 16 23:20 go.sum 23:20:26 drwxrwxr-x 8 1001 1001 127 Dec 16 23:17 internal 23:20:26 drwxrwxr-x 4 1001 1001 26 Dec 16 23:17 openapi 23:20:26 drwxrwxr-x 4 1001 1001 71 Dec 16 23:17 snap 23:20:26 -rw-rw-r-- 1 1001 1001 168 Dec 16 23:17 version.go [Pipeline] sh 23:20:26 + '[' -e coverage.out ] 23:20:26 + chown 1001:1001 coverage.out [Pipeline] stash 23:20:26 Stashed 1 file(s) [Pipeline] sh 23:20:27 + make build 23:20:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:20:32 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 23:20:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:20:41 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 23:20: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 23:20:43 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 23:20:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:20:45 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 23:20:47 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 23:20:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:20:49 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 23:20: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 [Pipeline] } 23:20:51 $ docker stop --time=1 2910a374d38f4da9eee9e3c4477841cba99b7e32f9b7bbe7795cc26223e18d46 23:20:53 $ docker rm -f 2910a374d38f4da9eee9e3c4477841cba99b7e32f9b7bbe7795cc26223e18d46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:20:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:20:56 23:20:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:20:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:20:57 latest: Pulling from edgex-devops/edgex-compose 23:20:57 cbdbe7a5bc2a: Pulling fs layer 23:20:57 ca9280d653b3: Pulling fs layer 23:20:57 7e9c9ca2126c: Pulling fs layer 23:20:57 cbdbe7a5bc2a: Verifying Checksum 23:20:57 cbdbe7a5bc2a: Download complete 23:20:57 cbdbe7a5bc2a: Pull complete 23:20:57 ca9280d653b3: Verifying Checksum 23:20:57 ca9280d653b3: Download complete 23:20:58 ca9280d653b3: Pull complete 23:20:59 7e9c9ca2126c: Download complete 23:21:07 7e9c9ca2126c: Pull complete 23:21:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:21:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:21:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:21:07 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:21:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:21:10 $ docker top 27d675ce553700f3cfd13fd69e2c22e25462d29d1794fa12ae76e4430d6261f0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:21:11 + docker-compose build --help 23:21:11 + grep parallel 23:21:12 --parallel Build images in parallel. [Pipeline] } 23:21:12 $ docker stop --time=1 27d675ce553700f3cfd13fd69e2c22e25462d29d1794fa12ae76e4430d6261f0 23:21:13 $ docker rm -f 27d675ce553700f3cfd13fd69e2c22e25462d29d1794fa12ae76e4430d6261f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:21:14 . [Pipeline] withDockerContainer 23:21:14 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:21:14 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:21:15 $ docker top fa36e1a8ea3b1c95b95fd3e75c8859b4eb9788cc47b2f2cb7ca55d0e0acf8243 -eo pid,comm [Pipeline] { [Pipeline] sh 23:21:15 + docker-compose -f ./docker-compose-build.yml build --parallel 23:21:16 Building docker-core-command-go ... 23:21:16 Building docker-core-data-go ... 23:21:16 Building docker-core-metadata-go ... 23:21:16 Building docker-security-bootstrap-redis-go ... 23:21:16 Building docker-security-proxy-setup-go ... 23:21:16 Building docker-security-secretstore-setup-go ... 23:21:16 Building docker-support-notifications-go ... 23:21:16 Building docker-support-scheduler-go ... 23:21:16 Building docker-sys-mgmt-agent-go ... 23:21:16 Building docker-core-metadata-go 23:21:16 Building docker-security-proxy-setup-go 23:21:16 Building docker-support-notifications-go 23:21:16 Building docker-support-scheduler-go 23:21:16 Building docker-sys-mgmt-agent-go 23:21:48 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:21:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:21:48 ---> 7f0b08b90ee5 23:21:48 Step 3/27 : WORKDIR /edgex-go 23:21:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:21:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:21:48 ---> 7f0b08b90ee5 23:21:48 Step 3/24 : WORKDIR /edgex-go 23:21:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:21:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:21:48 ---> 7f0b08b90ee5 23:21:48 Step 3/21 : WORKDIR /edgex-go 23:21:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:21:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:21:48 ---> 7f0b08b90ee5 23:21:48 Step 3/22 : WORKDIR /edgex-go 23:21:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:21:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:21:48 ---> 7f0b08b90ee5 23:21:48 Step 3/21 : WORKDIR /edgex-go 23:21:49 ---> Running in db9db52be87b 23:21:49 ---> Running in c84bd6bbb878 23:21:49 ---> Running in 3e33fcf2895f 23:21:49 ---> Running in cca5ee305e07 23:21:49 ---> Running in 43733b24017b 23:21:49 Removing intermediate container db9db52be87b 23:21:49 ---> dd64d3486e94 23:21:49 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:49 Removing intermediate container c84bd6bbb878 23:21:49 ---> 44edefc5d86a 23:21:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:49 Removing intermediate container 43733b24017b 23:21:49 ---> 140d1ff18aff 23:21:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:49 Removing intermediate container 3e33fcf2895f 23:21:49 ---> 5d965b7993ea 23:21:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:49 Removing intermediate container cca5ee305e07 23:21:49 ---> c4e2fc051a45 23:21:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:49 ---> Running in 254ddbb21ad8 23:21:49 ---> Running in ef0ad5a0c527 23:21:49 ---> Running in b5b569cff5a2 23:21:49 ---> Running in b72de53aa4b9 23:21:49 ---> Running in ce60be276b97 23:21:51 Removing intermediate container 254ddbb21ad8 23:21:51 ---> 4795402efd4b 23:21:51 Step 5/27 : RUN apk update && apk add make bash git 23:21:51 Removing intermediate container ef0ad5a0c527 23:21:51 ---> 26f25ef6695d 23:21:51 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:21:52 ---> Running in 06661fca980c 23:21:52 ---> Running in a72cafa66981 23:21:52 Removing intermediate container b72de53aa4b9 23:21:52 ---> 2d9561a01e13 23:21:52 Step 5/21 : RUN apk update && apk add make git 23:21:52 ---> Running in ddaaafb9cbba 23:21:52 Removing intermediate container ce60be276b97 23:21:52 ---> e2ccb8c8fa7f 23:21:52 Step 5/22 : RUN apk update && apk add make git 23:21:53 Removing intermediate container b5b569cff5a2 23:21:53 ---> 425cf6b34a0e 23:21:53 Step 5/21 : RUN apk update && apk add make git 23:21:53 ---> Running in f70731da611b 23:21:53 ---> Running in fe6e5bdce4a6 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:21:54 OK: 12750 distinct packages available 23:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:21:54 OK: 12750 distinct packages available 23:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:54 OK: 233 MiB in 51 packages 23:21:54 OK: 233 MiB in 51 packages 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:21:54 OK: 12750 distinct packages available 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:21:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:21:54 OK: 12750 distinct packages available 23:21:55 OK: 233 MiB in 51 packages 23:21:55 OK: 233 MiB in 51 packages 23:21:55 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:21:55 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:21:55 OK: 12750 distinct packages available 23:21:55 Removing intermediate container 06661fca980c 23:21:55 ---> 45d5d6d52c85 23:21:55 Step 6/27 : COPY go.mod . 23:21:55 Removing intermediate container a72cafa66981 23:21:55 ---> 5ae782c5d01b 23:21:55 Step 6/24 : COPY go.mod . 23:21:55 OK: 233 MiB in 51 packages 23:21:55 ---> 3733383d56e2 23:21:55 Step 7/27 : RUN go mod download 23:21:55 ---> Running in 0d3904086989 23:21:56 ---> b721c9d4f9fd 23:21:56 Step 7/24 : RUN go mod download 23:21:56 Removing intermediate container ddaaafb9cbba 23:21:56 ---> 29f33e3fd58e 23:21:56 Step 6/21 : COPY go.mod . 23:21:56 Removing intermediate container f70731da611b 23:21:56 ---> abd7a6d6ec2b 23:21:56 Step 6/22 : COPY go.mod . 23:21:56 ---> Running in f61b67792d22 23:21:56 ---> 8408f2e8db08 23:21:56 Step 7/21 : RUN go mod download 23:21:56 Removing intermediate container fe6e5bdce4a6 23:21:56 ---> c162a886d80a 23:21:56 Step 6/21 : COPY go.mod . 23:21:56 ---> 5915377463d3 23:21:56 Step 7/22 : RUN go mod download 23:21:56 ---> Running in c7474089acd1 23:21:57 ---> Running in 78755e5f6a63 23:21:57 ---> 0961b6382474 23:21:57 Step 7/21 : RUN go mod download 23:21:57 ---> Running in af21e78df0c3 23:21:58 Removing intermediate container 0d3904086989 23:21:58 ---> 2ac4d82d90bc 23:21:58 Step 8/27 : COPY . . 23:21:58 Removing intermediate container f61b67792d22 23:21:58 ---> 4300ce34b557 23:21:58 Step 8/24 : COPY . . 23:21:59 Removing intermediate container c7474089acd1 23:21:59 ---> fe32662d335d 23:21:59 Step 8/21 : COPY . . 23:22:07 Removing intermediate container 78755e5f6a63 23:22:07 ---> 01d4881c610a 23:22:07 Step 8/22 : COPY . . 23:22:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16410 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 23:22:07 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 23:22:08 Removing intermediate container af21e78df0c3 23:22:08 ---> 4e6f587c6a1d 23:22:08 Step 8/21 : COPY . . 23:22:13 using credential edgex-jenkins-ssh 23:22:13 Cloning the remote Git repository 23:22:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:22:13 > git init /w/workspace/edgex-go/14 # timeout=10 23:22:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:13 > git --version # timeout=10 23:22:13 > git --version # 'git version 2.17.1' 23:22:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:29 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:22:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:29 > git config core.sparsecheckout # timeout=10 23:22:29 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # timeout=10 23:22:30 Merge succeeded, producing b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:22:30 Checking out Revision b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 (PR-2913) 23:22:30 > git remote # timeout=10 23:22:30 > git config --get remote.origin.url # timeout=10 23:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:30 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 23:22:30 > git rev-parse HEAD^{commit} # timeout=10 23:22:30 > git config core.sparsecheckout # timeout=10 23:22:30 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # timeout=10 23:22:34 Commit message: "feat(security): Address PR feedbacks" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:22:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:22:37 + + truesudo 23:22:37 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:22:39 provisioning config files... 23:22:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config7024843752496268101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:40 ---> docker-login.sh 23:22:40 nexus3.edgexfoundry.org:10001 23:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:41 ---> 413d88fbc5f1 23:22:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:41 Configure a credential helper to remove this warning. See 23:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:41 23:22:41 Login Succeeded 23:22:41 nexus3.edgexfoundry.org:10002 23:22:41 ---> c3d4321938c9 23:22:41 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:42 Configure a credential helper to remove this warning. See 23:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:42 23:22:42 Login Succeeded 23:22:42 nexus3.edgexfoundry.org:10003 23:22:42 ---> Running in 3f7c0009f3ad 23:22:42 ---> Running in f42eb8592c40 23:22:42 ---> d3f410f90915 23:22:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:42 ---> 3eafbd767829 23:22:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:22:42 ---> fa69169e20b9 23:22:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:42 Configure a credential helper to remove this warning. See 23:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:42 23:22:42 Login Succeeded 23:22:42 nexus3.edgexfoundry.org:10004 23:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:43 Configure a credential helper to remove this warning. See 23:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:43 23:22:43 Login Succeeded 23:22:43 docker.io 23:22:43 ---> Running in adbdad4c2edc 23:22:43 ---> Running in 0be738efc965 23:22:43 ---> Running in 34470e7e24a1 23:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:43 Configure a credential helper to remove this warning. See 23:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:43 23:22:43 Login Succeeded 23:22:43 ---> docker-login.sh ends [Pipeline] } 23:22:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:22:44 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 23:22:44 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 23:22: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 23:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] echo 23:22:44 ========================================================= 23:22:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:22:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:22:44 + 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 . 23:22:47 Sending build context to Docker daemon 165.6MB 23:22:47 Step 1/7 : ARG BASE=golang:1.15-alpine 23:22:47 Step 2/7 : FROM ${BASE} 23:22:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:22:47 5f621e34cdf4: Pulling fs layer 23:22:47 a4357932f1b6: Pulling fs layer 23:22:47 18c013af1878: Pulling fs layer 23:22:47 00ac8860ef70: Pulling fs layer 23:22:47 63d7cb157983: Pulling fs layer 23:22:47 b116817d02f9: Pulling fs layer 23:22:47 745a02a5169b: Pulling fs layer 23:22:47 00ac8860ef70: Waiting 23:22:47 63d7cb157983: Waiting 23:22:47 b116817d02f9: Waiting 23:22:47 745a02a5169b: Waiting 23:22:47 18c013af1878: Download complete 23:22:47 a4357932f1b6: Verifying Checksum 23:22:47 a4357932f1b6: Download complete 23:22:47 63d7cb157983: Verifying Checksum 23:22:47 63d7cb157983: Download complete 23:22:47 b116817d02f9: Verifying Checksum 23:22:47 b116817d02f9: Download complete 23:22:47 5f621e34cdf4: Verifying Checksum 23:22:47 5f621e34cdf4: Download complete 23:22:48 5f621e34cdf4: Pull complete 23:22:48 a4357932f1b6: Pull complete 23:22:48 18c013af1878: Pull complete 23:22:50 745a02a5169b: Download complete 23:22:51 00ac8860ef70: Verifying Checksum 23:22:51 00ac8860ef70: Download complete 23:23:01 00ac8860ef70: Pull complete 23:23:01 63d7cb157983: Pull complete 23:23:01 b116817d02f9: Pull complete 23:23:05 745a02a5169b: Pull complete 23:23:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:23:05 ---> b7e6874047d6 23:23:05 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:23:08 ---> Running in 665507191ae0 23:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:23:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:23:11 (1/12) Installing libmagic (5.38-r0) 23:23:11 (2/12) Installing file (5.38-r0) 23:23:11 (3/12) Installing libc-dev (0.7.2-r3) 23:23:11 (4/12) Installing g++ (9.3.0-r2) 23:23:15 (5/12) Installing fortify-headers (1.1-r0) 23:23:15 (6/12) Installing patch (2.7.6-r6) 23:23:15 (7/12) Installing build-base (0.5-r2) 23:23:15 (8/12) Installing libsodium (1.0.18-r0) 23:23:15 (9/12) Installing pkgconf (1.7.2-r0) 23:23:15 (10/12) Installing libsodium-dev (1.0.18-r0) 23:23:15 (11/12) Installing libzmq (4.3.3-r0) 23:23:15 (12/12) Installing zeromq-dev (4.3.3-r0) 23:23:15 Executing busybox-1.31.1-r19.trigger 23:23:15 OK: 217 MiB in 51 packages 23:23:16 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 23:23:16 Removing intermediate container 3f7c0009f3ad 23:23:16 ---> 15df5c9c8336 23:23:16 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:23:16 ---> Running in 01d428a2a3f3 23:23:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:23:20 Removing intermediate container 665507191ae0 23:23:20 ---> 60d3d6ac2f53 23:23:20 Step 4/7 : WORKDIR /edgex-go 23:23:20 ---> Running in 7b6293f498ae 23:23:20 Removing intermediate container 7b6293f498ae 23:23:20 ---> 51001a10d308 23:23:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:23:20 latest: Pulling from library/docker 23:23:21 a3cc7d3b244e: Pulling fs layer 23:23:21 02a3295e0d61: Pulling fs layer 23:23:21 0f4f2e6d8100: Pulling fs layer 23:23:21 065c9533d613: Pulling fs layer 23:23:21 9fce0df16b8b: Pulling fs layer 23:23:21 e3faa53604c1: Pulling fs layer 23:23:21 04b5adaa2053: Pulling fs layer 23:23:21 065c9533d613: Waiting 23:23:21 9fce0df16b8b: Waiting 23:23:21 04b5adaa2053: Waiting 23:23:21 e3faa53604c1: Waiting 23:23:21 02a3295e0d61: Verifying Checksum 23:23:21 02a3295e0d61: Download complete 23:23:21 a3cc7d3b244e: Download complete 23:23:21 9fce0df16b8b: Verifying Checksum 23:23:21 9fce0df16b8b: Download complete 23:23:21 e3faa53604c1: Verifying Checksum 23:23:21 e3faa53604c1: Download complete 23:23:21 04b5adaa2053: Verifying Checksum 23:23:21 04b5adaa2053: Download complete 23:23:22 a3cc7d3b244e: Pull complete 23:23:22 0f4f2e6d8100: Verifying Checksum 23:23:22 0f4f2e6d8100: Download complete 23:23:22 02a3295e0d61: Pull complete 23:23:23 0f4f2e6d8100: Pull complete 23:23:23 065c9533d613: Download complete 23:23:24 Removing intermediate container adbdad4c2edc 23:23:24 ---> 2008a3045093 23:23:24 23:23:24 Step 10/21 : FROM scratch 23:23:24 ---> 23:23:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:23:24 Removing intermediate container f42eb8592c40 23:23:24 ---> c4fba92ea3a9 23:23:24 23:23:24 Step 10/24 : FROM scratch 23:23:24 ---> 23:23:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:23:24 Removing intermediate container 0be738efc965 23:23:24 ---> 2dd16ca70308 23:23:24 23:23:24 Step 10/21 : FROM alpine 23:23:24 latest: Pulling from library/alpine 23:23:24 Removing intermediate container 01d428a2a3f3 23:23:24 ---> 6e7250f69b0b 23:23:24 23:23:24 Step 11/27 : FROM docker:latest 23:23:24 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:23:24 ---> 0c995d0d3006 23:23:24 Step 12/27 : RUN apk add --no-cache bash 23:23:24 ---> Running in 1a43c8925922 23:23:24 ---> Running in 2d7e40e94a8e 23:23:24 Status: Downloaded newer image for alpine:latest 23:23:24 ---> b14afc6dfb98 23:23:24 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:23:24 ---> Running in f4b3fbf4d1fe 23:23:24 ---> Running in 61b922451882 23:23:24 Removing intermediate container 2d7e40e94a8e 23:23:24 ---> c5625ba7cbc6 23:23:24 Step 12/21 : ENV APP_PORT=48085 23:23:24 Removing intermediate container 1a43c8925922 23:23:24 ---> 67aa1437899d 23:23:24 Step 12/24 : ENV APP_PORT=48060 23:23:26 ---> Running in 6abbaebd3dd4 23:23:26 ---> Running in 1d7d6d4284c7 23:23:26 Removing intermediate container 34470e7e24a1 23:23:26 ---> 6b8b95779877 23:23:26 23:23:26 Step 10/22 : FROM scratch 23:23:26 ---> 23:23:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:23:26 Removing intermediate container 1d7d6d4284c7 23:23:26 ---> b94d14c7f50a 23:23:26 Step 13/24 : EXPOSE $APP_PORT 23:23:26 ---> Using cache 23:23:26 ---> c5625ba7cbc6 23:23:26 Step 12/22 : ENV APP_PORT=48081 23:23:27 Removing intermediate container 6abbaebd3dd4 23:23:27 ---> 283183ec639c 23:23:27 Step 13/21 : EXPOSE $APP_PORT 23:23:27 ---> Running in 8b1ada162b30 23:23:27 ---> Running in 83164e0a41ac 23:23:27 ---> Running in 7deb62d93f6c 23:23:27 Removing intermediate container 83164e0a41ac 23:23:27 ---> 9ce5fc6e2a4f 23:23:27 Step 13/22 : EXPOSE $APP_PORT 23:23:27 Removing intermediate container 7deb62d93f6c 23:23:27 ---> efb1573ac981 23:23:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:23:27 Removing intermediate container 8b1ada162b30 23:23:27 ---> 2936ada249e4 23:23:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:23:27 ---> Running in 68459d494f86 23:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:23:27 Removing intermediate container 68459d494f86 23:23:27 ---> 67ab3a44440d 23:23:27 Step 14/22 : WORKDIR / 23:23:27 (1/2) Installing readline (8.0.4-r0) 23:23:27 065c9533d613: Pull complete 23:23:27 9fce0df16b8b: Pull complete 23:23:27 e3faa53604c1: Pull complete 23:23:27 (2/2) Installing bash (5.0.17-r0) 23:23:27 ---> da61a800dc87 23:23:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:23:27 ---> Running in 2a9b3ac6749b 23:23:27 Executing bash-5.0.17-r0.post-install 23:23:27 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:23:27 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:23:27 OK: 12747 distinct packages available 23:23:27 Executing busybox-1.31.1-r19.trigger 23:23:27 ---> 519cb8ac1cb7 23:23:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:23:27 OK: 12 MiB in 22 packages 23:23:27 04b5adaa2053: Pull complete 23:23:27 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 23:23:27 Status: Downloaded newer image for docker:latest 23:23:28 (1/4) Installing ca-certificates (20191127-r4) 23:23:28 Removing intermediate container 2a9b3ac6749b 23:23:28 ---> f8e3e5bc58b4 23:23:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:23:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:23:28 (3/4) Installing libcurl (7.69.1-r3) 23:23:28 (4/4) Installing curl (7.69.1-r3) 23:23:28 Executing busybox-1.31.1-r19.trigger 23:23:28 Executing ca-certificates-20191127-r4.trigger 23:23:28 OK: 7 MiB in 18 packages 23:23:29 ---> 811bb5fafa4d 23:23:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:23:29 ---> 13b18991d398 23:23:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:23:29 ---> 57bbe2a08021 23:23:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:23:31 ---> c8d636af414a 23:23:31 Step 6/7 : COPY go.mod . 23:23:31 Removing intermediate container 61b922451882 23:23:31 ---> a112e9b1990e 23:23:31 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:23:31 ---> b1cd6a611bb1 23:23:31 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:23:31 ---> 2e4fd224274e 23:23:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:23:31 Removing intermediate container f4b3fbf4d1fe 23:23:31 ---> d792af1c2f56 23:23:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:23:31 ---> df48c0c4036e 23:23:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:23:31 ---> Running in ccb0eed7b945 23:23:31 ---> Running in 539f3dc74094 23:23:31 ---> Running in dd48b0366f35 23:23:31 ---> 14a1e0e6c98f 23:23:31 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:23:31 Removing intermediate container ccb0eed7b945 23:23:31 ---> 2fbdbeea84a3 23:23:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:23:31 ---> 6905f7b9961e 23:23:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:23:31 Removing intermediate container dd48b0366f35 23:23:31 ---> 3aa1b76988a4 23:23:31 Step 13/21 : WORKDIR /edgex 23:23:31 ---> Running in 25070ad8d643 23:23:31 ---> Running in 773ef3228ae4 23:23:32 ---> Running in d92f31178de8 23:23:32 ---> 5253b58afd0d 23:23:32 Step 7/7 : RUN go mod download 23:23:32 ---> Running in ba5292910683 23:23:32 Removing intermediate container 25070ad8d643 23:23:32 ---> 5a1f56637aee 23:23:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:23:32 Removing intermediate container 773ef3228ae4 23:23:32 ---> 644357507132 23:23:32 Step 19/21 : LABEL arch=x86_64 23:23:32 Removing intermediate container d92f31178de8 23:23:32 ---> d636de27a1ab 23:23:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:23:32 ---> Running in 2734af206a56 23:23:32 ---> Running in 301076d3304f 23:23:32 ---> c11bd3eae207 23:23:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:23:33 Removing intermediate container 2734af206a56 23:23:33 ---> c71ec3e1d0c6 23:23:33 Step 20/22 : LABEL arch=x86_64 23:23:33 ---> 030abf31c170 23:23:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:23:33 Removing intermediate container 539f3dc74094 23:23:33 ---> fb2fc14a035c 23:23:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:23:33 Removing intermediate container 301076d3304f 23:23:33 ---> 75b56edc3b17 23:23:33 Step 20/21 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:23:33 ---> Running in 0024b448b933 23:23:33 ---> Running in 17fde6ec4031 23:23:33 ---> Running in fed763ae37a0 23:23:33 ---> 2ebefd5b184d 23:23:33 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:23:33 ---> Running in 3a62088cbed6 23:23:33 Removing intermediate container 0024b448b933 23:23:33 ---> fd3d7a3a059f 23:23:33 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:23:33 Removing intermediate container 17fde6ec4031 23:23:33 ---> a684dcfabb4a 23:23:33 Step 15/27 : ENV APP_PORT=48090 23:23:33 ---> ef8c383b674d 23:23:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:23:33 Removing intermediate container fed763ae37a0 23:23:33 ---> 536f5e9d8678 23:23:33 Step 21/21 : LABEL version=0.0.0 23:23:34 ---> Running in d4d2043bf59f 23:23:34 ---> Running in fc616eb69180 23:23:34 ---> Running in 6da1fcd7328e 23:23:34 Removing intermediate container 3a62088cbed6 23:23:34 ---> 334f49f95849 23:23:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:23:34 ---> Running in aaa4edf36589 23:23:34 ---> be499a8ef6ea 23:23:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:23:34 Removing intermediate container fc616eb69180 23:23:34 ---> aaae769ff485 23:23:34 Step 16/27 : EXPOSE $APP_PORT 23:23:34 Removing intermediate container d4d2043bf59f 23:23:34 ---> ce636d0e5dfb 23:23:34 Step 22/22 : LABEL version=0.0.0 23:23:34 Removing intermediate container 6da1fcd7328e 23:23:34 ---> 8ac798df0e50 23:23:34 23:23:34 ---> Running in 820af58ab928 23:23:34 ---> Running in 50e0cf7d70ae 23:23:34 ---> Running in 36c29545c693 23:23:34 Removing intermediate container aaa4edf36589 23:23:34 ---> 46bd11fb92c5 23:23:34 Step 22/24 : LABEL arch=x86_64 23:23:34 Successfully built 8ac798df0e50 23:23:34 ---> Running in ace96404e44e 23:23:34 Successfully tagged docker-support-scheduler-go:latest 23:23:34  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 23:23:34 Removing intermediate container 50e0cf7d70ae 23:23:34 ---> 430613b2e572 23:23:34 Step 18/21 : CMD ["--init=true"] 23:23:34 Removing intermediate container 820af58ab928 23:23:34 ---> c854fde28a5f 23:23:34 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:23:34 Removing intermediate container 36c29545c693 23:23:34 ---> 11b6b0449ca7 23:23:34 23:23:35 ---> Running in 338ddccd4ea0 23:23:35 Successfully built 11b6b0449ca7 23:23:35 Successfully tagged docker-core-metadata-go:latest 23:23:35 Removing intermediate container ace96404e44e 23:23:35 ---> 5f153ef0d3c2 23:23:35 Step 23/24 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:23:35  Building docker-core-metadata-go ... done Building docker-core-command-go 23:23:35 ---> Running in c6a1ccea6b0f 23:23:35 Removing intermediate container 338ddccd4ea0 23:23:35 ---> dd95d78a2078 23:23:35 Step 19/21 : LABEL arch=x86_64 23:23:35 ---> ae600806740c 23:23:35 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:23:36 ---> Running in a97b41086977 23:23:37 Removing intermediate container c6a1ccea6b0f 23:23:37 ---> df7959a825e1 23:23:37 Step 24/24 : LABEL version=0.0.0 23:23:39 ---> e639b91f878f 23:23:39 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:23:42 Removing intermediate container a97b41086977 23:23:42 ---> dc2e5e993bf8 23:23:42 Step 20/21 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:23:42 ---> Running in 02f3eb7bea84 23:23:42 ---> Running in 49c9d91bc53f 23:23:42 ---> 6dd53001a9cc 23:23:42 Step 20/27 : RUN apk --no-cache add py3-pip 23:23:42 ---> Running in 49c08b5d3e75 23:23:42 Removing intermediate container 02f3eb7bea84 23:23:42 ---> 8df41633cf94 23:23:42 23:23:42 Removing intermediate container 49c9d91bc53f 23:23:42 ---> 34db94305aee 23:23:42 Step 21/21 : LABEL version=0.0.0 23:23:43 Successfully built 8df41633cf94 23:23:43 Successfully tagged docker-support-notifications-go:latest 23:23:43  Building docker-support-notifications-go ... done Building docker-core-data-go 23:23:47 ---> Running in c1e725155421 23:23:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:23:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:23:47 (1/33) Installing libbz2 (1.0.8-r1) 23:23:47 (2/33) Installing expat (2.2.9-r1) 23:23:47 (3/33) Installing libffi (3.3-r2) 23:23:47 (4/33) Installing gdbm (1.13-r1) 23:23:47 (5/33) Installing xz-libs (5.2.5-r0) 23:23:47 (6/33) Installing sqlite-libs (3.32.1-r0) 23:23:47 (7/33) Installing python3 (3.8.5-r0) 23:23:55 Removing intermediate container c1e725155421 23:23:55 ---> 98c7c20d2f4d 23:23:55 23:23:55 (8/33) Installing py3-appdirs (1.4.4-r1) 23:23:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:23:55 (10/33) Installing py3-parsing (2.4.7-r0) 23:23:55 (11/33) Installing py3-six (1.15.0-r0) 23:23:55 (12/33) Installing py3-packaging (20.4-r0) 23:23:55 (13/33) Installing py3-setuptools (47.0.0-r0) 23:23:55 (14/33) Installing py3-chardet (3.0.4-r4) 23:23:56 (15/33) Installing py3-idna (2.9-r0) 23:23:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:23:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:23:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:23:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:23:56 ---> 7f0b08b90ee5 23:23:56 Step 3/22 : WORKDIR /edgex-go 23:23:56 ---> Using cache 23:23:56 ---> c4e2fc051a45 23:23:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:23:56 ---> Using cache 23:23:56 ---> e2ccb8c8fa7f 23:23:56 Step 5/22 : RUN apk update && apk add make git 23:23:56 ---> Using cache 23:23:56 ---> abd7a6d6ec2b 23:23:56 Step 6/22 : COPY go.mod . 23:23:56 ---> Using cache 23:23:56 ---> 5915377463d3 23:23:56 Step 7/22 : RUN go mod download 23:23:56 ---> Using cache 23:23:56 ---> 01d4881c610a 23:23:56 Step 8/22 : COPY . . 23:23:56 ---> Using cache 23:23:56 ---> 3eafbd767829 23:23:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:23:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:23:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:23:57 ---> 7f0b08b90ee5 23:23:57 Step 3/22 : WORKDIR /edgex-go 23:23:57 ---> Using cache 23:23:57 ---> c4e2fc051a45 23:23:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:23:57 ---> Using cache 23:23:57 ---> e2ccb8c8fa7f 23:23:57 Step 5/22 : RUN apk update && apk add make git 23:23:57 ---> Using cache 23:23:57 ---> abd7a6d6ec2b 23:23:57 Step 6/22 : COPY go.mod . 23:23:57 ---> Using cache 23:23:57 ---> 5915377463d3 23:23:57 Step 7/22 : RUN go mod download 23:23:57 ---> Using cache 23:23:57 ---> 01d4881c610a 23:23:57 Step 8/22 : COPY . . 23:23:57 ---> Using cache 23:23:57 ---> 3eafbd767829 23:23:57 Step 9/22 : RUN make cmd/core-command/core-command 23:23:58 (18/33) Installing py3-requests (2.23.0-r0) 23:23:58 Successfully built 98c7c20d2f4d 23:23:58 (19/33) Installing py3-msgpack (1.0.0-r0) 23:23:59 Removing intermediate container ba5292910683 23:23:59 ---> eeeb15ec6a0b 23:23:59 Successfully built eeeb15ec6a0b 23:23:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:23:59 (20/33) Installing py3-lockfile (0.12.2-r3) 23:23:59 + docker inspect -f . ci-base-image-arm64 23:23:59 . [Pipeline] withDockerContainer 23:23:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:23:59 Successfully tagged docker-security-proxy-setup-go:latest 23:23:59 Building docker-security-secretstore-setup-go 23:23:59  Building docker-security-proxy-setup-go ... done (22/33) Installing py3-colorama (0.4.3-r0) 23:23:59 prd-ubuntu18.04-docker-arm64-4c-16g-16410 does not seem to be running inside a container 23:23:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:23:59 (23/33) Installing py3-distlib (0.3.0-r0) 23:23:59 ---> Running in 0f94cb12a417 23:23:59 ---> Running in bc3f27de7ba4 23:23:59 (24/33) Installing py3-distro (1.5.0-r1) 23:23:59 (25/33) Installing py3-webencodings (0.5.1-r3) 23:23:59 (26/33) Installing py3-html5lib (1.0.1-r4) 23:23:59 (27/33) Installing py3-pytoml (0.1.21-r0) 23:24:00 (28/33) Installing py3-pep517 (0.8.2-r0) 23:24:00 (29/33) Installing py3-progress (1.5-r0) 23:24:00 (30/33) Installing py3-toml (0.10.1-r0) 23:24:00 (31/33) Installing py3-retrying (1.3.3-r0) 23:24:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:24:00 (33/33) Installing py3-pip (20.1.1-r0) 23:24:01 $ docker top 5e479442036e4d918d789405f5b4bd6e574c5465ec8f73f92c148f0f57a4a1b0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:02 Executing busybox-1.31.1-r19.trigger 23:24:02 + go version 23:24:02 go version go1.15.5 linux/arm64 [Pipeline] } 23:24:02 $ docker stop --time=1 5e479442036e4d918d789405f5b4bd6e574c5465ec8f73f92c148f0f57a4a1b0 23:24:02 OK: 71 MiB in 55 packages 23:24:04 $ docker rm -f 5e479442036e4d918d789405f5b4bd6e574c5465ec8f73f92c148f0f57a4a1b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:24:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:24:05 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 23:24:05 + docker inspect -f . ci-base-image-arm64 23:24:05 . [Pipeline] withDockerContainer 23:24:05 prd-ubuntu18.04-docker-arm64-4c-16g-16410 does not seem to be running inside a container 23:24:05 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:24:07 $ docker top 87d8bc3957ec71130b5d301d90479b25e76e05e8a70e069240e418a54ad89191 -eo pid,comm [Pipeline] { [Pipeline] echo 23:24:07 ========================================================= 23:24:07 [edgeXBuildGoParallel] Running Tests and Build... 23:24:07 ========================================================= [Pipeline] sh 23:24:08 + make test 23:24:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:24:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:24:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:24:08 ---> 7f0b08b90ee5 23:24:08 Step 3/23 : WORKDIR /edgex-go 23:24:08 ---> Using cache 23:24:08 ---> c4e2fc051a45 23:24:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:08 ---> Using cache 23:24:08 ---> e2ccb8c8fa7f 23:24:08 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:24:08 ---> Running in c632ca42ca24 23:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:24:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:24:11 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:24:11 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:24:11 OK: 12750 distinct packages available 23:24:12 OK: 233 MiB in 51 packages 23:24:17 Removing intermediate container c632ca42ca24 23:24:17 ---> 5f42b3f9f48f 23:24:17 Step 6/23 : COPY go.mod . 23:24:17 ---> 8862053e56ce 23:24:17 Step 7/23 : RUN go mod download 23:24:19 ---> Running in 5425c4290c4e 23:24:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:24:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:24:23 ---> 7f0b08b90ee5 23:24:23 Step 3/24 : WORKDIR /edgex-go 23:24:23 ---> Using cache 23:24:23 ---> c4e2fc051a45 23:24:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:23 ---> Using cache 23:24:23 ---> e2ccb8c8fa7f 23:24:23 Step 5/24 : RUN apk update && apk add make git 23:24:23 ---> Using cache 23:24:23 ---> abd7a6d6ec2b 23:24:23 Step 6/24 : COPY go.mod . 23:24:23 ---> Using cache 23:24:23 ---> 5915377463d3 23:24:23 Step 7/24 : RUN go mod download 23:24:23 ---> Using cache 23:24:23 ---> 01d4881c610a 23:24:23 Step 8/24 : COPY . . 23:24:23 ---> Using cache 23:24:23 ---> 3eafbd767829 23:24:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:24:24 ---> Running in 2b374387e3a9 23:24:25 Removing intermediate container 5425c4290c4e 23:24:25 ---> e83dcbea4867 23:24:25 Step 8/23 : COPY . . 23:24:25 Removing intermediate container 49c08b5d3e75 23:24:25 ---> ff2887f621f1 23:24:25 Step 21/27 : RUN pip install docker-compose==1.23.2 23:24:25 ---> Running in 30c772fc1d10 23:24:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:24:30 ? github.com/edgexfoundry/edgex-go [no test files] 23:24:34 Collecting docker-compose==1.23.2 23:24:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:24:34 Collecting websocket-client<1.0,>=0.32.0 23:24:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:24:36 Removing intermediate container bc3f27de7ba4 23:24:36 ---> 68affb175453 23:24:36 23:24:36 Step 10/22 : FROM alpine:3.10 23:24:36 3.10: Pulling from library/alpine 23:24:36 Collecting PyYAML<4,>=3.10 23:24:36 Downloading PyYAML-3.13.tar.gz (270 kB) 23:24:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:24:41 Status: Downloaded newer image for alpine:3.10 23:24:41 ---> be4e4bea2c2e 23:24:41 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:24:42 Collecting docopt<0.7,>=0.6.1 23:24:42 Downloading docopt-0.6.2.tar.gz (25 kB) 23:24:44 ---> Running in 2f8c40d11ff0 23:24:44 Collecting cached-property<2,>=1.2.0 23:24:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:24:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:24:46 Collecting jsonschema<3,>=2.5.1 23:24:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:24:46 Removing intermediate container 0f94cb12a417 23:24:46 ---> 2a492d1dceca 23:24:46 23:24:46 Step 10/22 : FROM scratch 23:24:46 ---> 23:24:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:24:46 Collecting docker<4.0,>=3.6.0 23:24:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:24:46 Collecting dockerpty<0.5,>=0.4.1 23:24:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:24:47 ---> Using cache 23:24:47 ---> c5625ba7cbc6 23:24:47 Step 12/22 : ENV APP_PORT=48082 23:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 23:24:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 23:24:48 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:24:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:24:48 OK: 10350 distinct packages available 23:24:48 ---> Running in 1323e52b13c8 23:24:48 (1/5) Installing ca-certificates (20191127-r2) 23:24:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:24:48 (3/5) Installing libcurl (7.66.0-r3) 23:24:48 (4/5) Installing curl (7.66.0-r3) 23:24:48 (5/5) Installing dumb-init (1.2.2-r1) 23:24:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:24:48 Executing busybox-1.30.1-r3.trigger 23:24:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:24:48 Executing ca-certificates-20191127-r2.trigger 23:24:48 OK: 7 MiB in 19 packages 23:24:49 ---> e747c4905fc8 23:24:49 Step 9/23 : RUN make cmd/core-data/core-data 23:24:49 Collecting texttable<0.10,>=0.9.0 23:24:49 Downloading texttable-0.9.1.tar.gz (11 kB) 23:24:49 Removing intermediate container 1323e52b13c8 23:24:49 ---> 46edaf89ad2c 23:24:49 Step 13/22 : EXPOSE $APP_PORT 23:24:49 ---> Running in 0eb56d984d1c 23:24:49 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 23:24:49 ---> Running in a3149f405267 23:24:49 Removing intermediate container a3149f405267 23:24:49 ---> b83b352bec5b 23:24:49 Step 14/22 : WORKDIR / 23:24:50 Collecting docker-pycreds>=0.4.0 23:24:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:24:50 ---> Running in cfea34c28250 23:24:50 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 23:24:50 Removing intermediate container 2f8c40d11ff0 23:24:50 ---> a420f1c600a1 23:24:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:24:50 Collecting urllib3<1.25,>=1.21.1 23:24:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:24:50 ---> Running in 7c3074849e5a 23:24:50 Collecting idna<2.8,>=2.5 23:24:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:24:51 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) 23:24:51 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) 23:24:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:24:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:24:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:24:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:24:51 Removing intermediate container cfea34c28250 23:24:51 ---> 9ef5b8a2bbf2 23:24:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:24:51 Installing collected packages: websocket-client, PyYAML, docopt, cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, docker-compose 23:24:51 Removing intermediate container 7c3074849e5a 23:24:51 ---> 64fa8dd29260 23:24:51 Step 13/22 : WORKDIR / 23:24:51 Running setup.py install for PyYAML: started 23:24:51 ---> Running in f6eaf59445db 23:24:51 ---> 6f1660bea796 23:24:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:24:51 Removing intermediate container f6eaf59445db 23:24:51 ---> f1b1db84a561 23:24:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:24:52 Running setup.py install for PyYAML: finished with status 'done' 23:24:52 Running setup.py install for docopt: started 23:24:52 ---> 8d5a33d40ef3 23:24:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:24:52 ---> f9b5dc9dfc99 23:24:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:24:53 Running setup.py install for docopt: finished with status 'done' 23:24:53 Attempting uninstall: urllib3 23:24:53 Found existing installation: urllib3 1.25.9 23:24:53 Uninstalling urllib3-1.25.9: 23:24:53 Successfully uninstalled urllib3-1.25.9 23:24:53 ---> 8748f26a2950 23:24:53 Step 18/22 : ENTRYPOINT ["/core-command"] 23:24:54 Attempting uninstall: idna 23:24:54 Found existing installation: idna 2.9 23:24:54 Uninstalling idna-2.9: 23:24:54 Successfully uninstalled idna-2.9 23:24:55 ---> Running in 08fa480bbb7c 23:24:55 Attempting uninstall: requests 23:24:55 Found existing installation: requests 2.23.0 23:24:55 Uninstalling requests-2.23.0: 23:24:55 Successfully uninstalled requests-2.23.0 23:24:55 ---> 2dad0b37a2bc 23:24:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:24:56 Removing intermediate container 08fa480bbb7c 23:24:56 ---> ea28806fed5e 23:24:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:24:59 Running setup.py install for dockerpty: started 23:24:59 ---> Running in 794b835aec4a 23:24:59 Running setup.py install for dockerpty: finished with status 'done' 23:24:59 Running setup.py install for texttable: started 23:24:59 ---> b0909d477423 23:24:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:25:00 Removing intermediate container 2b374387e3a9 23:25:00 ---> fcaeac5ae7af 23:25:00 23:25:00 Step 10/24 : FROM alpine:3.10 23:25:00 ---> be4e4bea2c2e 23:25:00 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:25:00 ---> Using cache 23:25:00 ---> a420f1c600a1 23:25:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:25:00 Running setup.py install for texttable: finished with status 'done' 23:25:01 Removing intermediate container 794b835aec4a 23:25:01 ---> 8bb845792afb 23:25:01 Step 20/22 : LABEL arch=x86_64 23:25:01 ---> 0608d9639d59 23:25:01 Step 18/22 : RUN chmod +x entrypoint.sh 23:25:01 ---> Running in b3530560a287 23:25:01 ---> Running in ff6074a76732 23:25:01 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:25:02 ---> Running in a1c39156f0d1 23:25:02 Removing intermediate container b3530560a287 23:25:02 ---> 4fab680ba0e1 23:25:02 Step 13/24 : WORKDIR / 23:25:02 Removing intermediate container ff6074a76732 23:25:02 ---> 3a61c8a81539 23:25:02 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:25:02 ---> Running in 8ddb93345382 23:25:03 ---> Running in 42233d6233a7 23:25:04 Removing intermediate container 42233d6233a7 23:25:04 ---> 6dc3d706ad6c 23:25:04 Step 22/22 : LABEL version=0.0.0 23:25:04 Removing intermediate container 8ddb93345382 23:25:04 ---> 8596bc1f960b 23:25:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:25:05 ---> Running in e87c5ea38ca4 23:25:07 ---> 04cbba20b437 23:25:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:25:07 Removing intermediate container e87c5ea38ca4 23:25:07 ---> 0ea780378209 23:25:07 23:25:07 Removing intermediate container a1c39156f0d1 23:25:07 ---> ec37a3d9666d 23:25:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:25:07 Successfully built 0ea780378209 23:25:07 Successfully tagged docker-core-command-go:latest 23:25:07  Building docker-core-command-go ... done  ---> Running in b8c4327cd08b 23:25:07 Removing intermediate container 30c772fc1d10 23:25:07 ---> a64a5dff50ae 23:25:07 Step 22/27 : RUN apk --no-cache add curl 23:25:07 ---> ec6f1a6e1a8f 23:25:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:25:07 ---> Running in 5b2b91c59fee 23:25:07 Removing intermediate container b8c4327cd08b 23:25:07 ---> 30bdd174ec57 23:25:07 Step 20/22 : LABEL arch=x86_64 23:25:08 ---> f5326ed59b93 23:25:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:25:08 ---> Running in 002f04a86639 23:25:08 Removing intermediate container 002f04a86639 23:25:08 ---> 7df6ac58f893 23:25:08 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:25:08 ---> Running in b3fc27057bb0 23:25:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:09 ---> 3acf46a767f7 23:25:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:25:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:25:09 (2/3) Installing libcurl (7.69.1-r3) 23:25:09 (3/3) Installing curl (7.69.1-r3) 23:25:09 Removing intermediate container b3fc27057bb0 23:25:09 ---> 79bad1dd9872 23:25:09 Step 22/22 : LABEL version=0.0.0 23:25:09 Executing busybox-1.31.1-r19.trigger 23:25:09 OK: 72 MiB in 58 packages 23:25:09 ---> Running in b45f237b25e8 23:25:09 Removing intermediate container b45f237b25e8 23:25:09 ---> 172f6f80ebfc 23:25:09 23:25:09 Successfully built 172f6f80ebfc 23:25:09 ---> 10258947e82e 23:25:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:25:09 Successfully tagged docker-security-bootstrap-redis-go:latest 23:25:10  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5b2b91c59fee 23:25:10 ---> 102dbdf9b8b5 23:25:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:25:10 ---> Running in a92edafa708f 23:25:10 ---> 1dfcbda31683 23:25:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:25:10 ---> Running in e48709716381 23:25:10 Removing intermediate container a92edafa708f 23:25:10 ---> a50453062934 23:25:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:25:10 ---> Running in cb391121f4dc 23:25:10 Removing intermediate container cb391121f4dc 23:25:10 ---> 51f75f666e67 23:25:10 Step 25/27 : LABEL arch=x86_64 23:25:11 ---> Running in e176a5540e08 23:25:12 Removing intermediate container e176a5540e08 23:25:12 ---> 3f6115444d78 23:25:12 Step 26/27 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:25:12 ---> Running in b66c5f6065d7 23:25:12 Removing intermediate container b66c5f6065d7 23:25:12 ---> 682dcbe53540 23:25:12 Step 27/27 : LABEL version=0.0.0 23:25:12 ---> Running in 2b03432fd47d 23:25:12 Removing intermediate container e48709716381 23:25:12 ---> 5c2243081b4a 23:25:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:25:14 ---> Running in 9743d6e598ca 23:25:14 Removing intermediate container 2b03432fd47d 23:25:14 ---> 71326633651f 23:25:14 23:25:14 Successfully built 71326633651f 23:25:14 Successfully tagged docker-sys-mgmt-agent-go:latest 23:25:14  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9743d6e598ca 23:25:14 ---> 54ac56ef2044 23:25:14 Step 22/24 : LABEL arch=x86_64 23:25:14 ---> Running in 6d1477d9271a 23:25:15 Removing intermediate container 6d1477d9271a 23:25:15 ---> 962244776982 23:25:15 Step 23/24 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:25:15 ---> Running in 12f6113c0e11 23:25:15 Removing intermediate container 12f6113c0e11 23:25:15 ---> 0bd7391860b6 23:25:15 Step 24/24 : LABEL version=0.0.0 23:25:15 ---> Running in ace7b7d3f0ac 23:25:16 Removing intermediate container ace7b7d3f0ac 23:25:16 ---> a0c45f315b03 23:25:16 23:25:16 Successfully built a0c45f315b03 23:25:16 Successfully tagged docker-security-secretstore-setup-go:latest 23:25:17  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0eb56d984d1c 23:25:17 ---> a66458af90d7 23:25:17 23:25:17 Step 10/23 : FROM alpine 23:25:17 ---> b14afc6dfb98 23:25:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:25:17 ---> Running in ecaaea16713c 23:25:17 Removing intermediate container ecaaea16713c 23:25:17 ---> b77ece332878 23:25:17 Step 12/23 : ENV APP_PORT=48080 23:25:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:25:17 ---> Running in e9b9e6867829 23:25:17 Removing intermediate container e9b9e6867829 23:25:17 ---> 7d47a024b6d4 23:25:17 Step 13/23 : EXPOSE $APP_PORT 23:25:17 ---> Running in 8fa5dee10865 23:25:18 Removing intermediate container 8fa5dee10865 23:25:18 ---> ac0deeec784e 23:25:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:25:18 ---> Running in abef0c87f1a8 23:25:19 Removing intermediate container abef0c87f1a8 23:25:19 ---> 8ac461e54ab5 23:25:19 Step 15/23 : RUN apk --no-cache add zeromq 23:25:19 ---> Running in 9808d9762a5a 23:25:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:21 (1/5) Installing libgcc (9.3.0-r2) 23:25:21 (2/5) Installing libsodium (1.0.18-r0) 23:25:21 (3/5) Installing libstdc++ (9.3.0-r2) 23:25:21 (4/5) Installing libzmq (4.3.3-r0) 23:25:21 (5/5) Installing zeromq (4.3.3-r0) 23:25:21 Executing busybox-1.31.1-r19.trigger 23:25:21 OK: 8 MiB in 19 packages 23:25:22 Removing intermediate container 9808d9762a5a 23:25:22 ---> 57bf6277257c 23:25:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:25:22 ---> f278027a642f 23:25:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:25:23 ---> d90ef8c78ee4 23:25:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:25:23 ---> 4dea938f9057 23:25:23 Step 19/23 : ENTRYPOINT ["/core-data"] 23:25:23 ---> Running in f847f82f56ae 23:25:23 Removing intermediate container f847f82f56ae 23:25:23 ---> 9be1eb79482f 23:25:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:25:23 ---> Running in 25f4cee0426b 23:25:24 Removing intermediate container 25f4cee0426b 23:25:24 ---> 05d68df12f9a 23:25:24 Step 21/23 : LABEL arch=x86_64 23:25:24 ---> Running in 9c645c92ceaa 23:25:24 Removing intermediate container 9c645c92ceaa 23:25:24 ---> 864b539d2f8c 23:25:24 Step 22/23 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:25:24 ---> Running in 0cdd4fdf6675 23:25:24 Removing intermediate container 0cdd4fdf6675 23:25:24 ---> 77dedf913efd 23:25:24 Step 23/23 : LABEL version=0.0.0 23:25:24 ---> Running in c1b85547cba9 23:25:24 Removing intermediate container c1b85547cba9 23:25:24 ---> 754d8197fa28 23:25:24 23:25:25 Successfully built 754d8197fa28 23:25:25 Successfully tagged docker-core-data-go:latest 23:25:25  Building docker-core-data-go ... done  [Pipeline] } 23:25:25 $ docker stop --time=1 fa36e1a8ea3b1c95b95fd3e75c8859b4eb9788cc47b2f2cb7ca55d0e0acf8243 23:25:27 $ docker rm -f fa36e1a8ea3b1c95b95fd3e75c8859b4eb9788cc47b2f2cb7ca55d0e0acf8243 [Pipeline] // withDockerContainer [Pipeline] sh 23:25:27 + docker images 23:25:27 + grep docker 23:25:27 docker-core-data-go latest 754d8197fa28 3 seconds ago 23.7MB 23:25:27 docker-security-secretstore-setup-go latest a0c45f315b03 12 seconds ago 24.7MB 23:25:27 docker-sys-mgmt-agent-go latest 71326633651f 13 seconds ago 313MB 23:25:27 docker-security-bootstrap-redis-go latest 172f6f80ebfc 18 seconds ago 15.8MB 23:25:27 docker-core-command-go latest 0ea780378209 22 seconds ago 12.2MB 23:25:27 docker-security-proxy-setup-go latest 98c7c20d2f4d About a minute ago 24.6MB 23:25:27 docker-support-notifications-go latest 8df41633cf94 About a minute ago 13.6MB 23:25:27 docker-core-metadata-go latest 11b6b0449ca7 About a minute ago 14.5MB 23:25:27 docker-support-scheduler-go latest 8ac798df0e50 About a minute ago 12.3MB 23:25:27 docker latest 0c995d0d3006 25 hours 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 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:25:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:25:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:25:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:25:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:25:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:25:43 Still waiting to schedule task 23:25:43 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements 23:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.467s coverage: 27.1% of statements 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.549s coverage: 71.3% of statements 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.616s coverage: 83.7% of statements 23:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:25:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:25:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:25:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:25:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements 23:25:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:26:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 23:26:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.059s coverage: 93.8% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.1% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.096s coverage: 100.0% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 23:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.154s coverage: 84.2% of statements 23:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 23:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:26:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 63.5% of statements 23:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:26:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 23:26:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 23:26:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 55.9% of statements 23:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:26:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 37.0% of statements 23:26:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:26:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:26:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.645s coverage: 84.0% of statements 23:26:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements 23:26:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.1% of statements 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:26:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:26:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:26:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 23:26:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.841s coverage: 29.1% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:26:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:26:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 23:26:32 Running on prd-ubuntu18.04-docker-8c-8g-16411 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 23:26:32 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 23:26:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 23:26:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 23:26:35 using credential edgex-jenkins-ssh 23:26:35 Cloning the remote Git repository 23:26:35 GO111MODULE=on go vet ./... 23:26:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:26:35 > git init /w/workspace/edgex-go/14 # timeout=10 23:26:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:26:35 > git --version # timeout=10 23:26:35 > git --version # 'git version 2.17.1' 23:26:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:42 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:26:42 Merge succeeded, producing b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:26:42 Checking out Revision b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 (PR-2913) 23:26:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:26:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:26:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:26:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:26:42 > git config core.sparsecheckout # timeout=10 23:26:42 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # timeout=10 23:26:42 > git remote # timeout=10 23:26:42 > git config --get remote.origin.url # timeout=10 23:26:42 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:42 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 23:26:42 > git rev-parse HEAD^{commit} # timeout=10 23:26:42 > git config core.sparsecheckout # timeout=10 23:26:42 > git checkout -f b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 # timeout=10 23:26:46 Commit message: "feat(security): Address PR feedbacks" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:26:47 + echo snap-build.sh 23:26:47 snap-build.sh 23:26:47 + SNAP_BASE_DIR=. 23:26:47 + '[' '!' -z /w/workspace/edgex-go/14 ']' 23:26:47 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 23:26:47 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 23:26:47 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 23:26:47 + cd /w/workspace/edgex-go/14 23:26:47 + sudo apt-get remove -qy --purge lxd lxd-client 23:26:47 Reading package lists... 23:26:47 Building dependency tree... 23:26:47 Reading state information... 23:26:47 The following packages were automatically installed and are no longer required: 23:26:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:26:47 uidmap xdelta3 23:26:47 Use 'sudo apt autoremove' to remove them. 23:26:47 The following packages will be REMOVED: 23:26:47 lxd* lxd-client* 23:26:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:26:48 After this operation, 31.7 MB disk space will be freed. 23:26:49 (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.) 23:26:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:26:50 Removing lxd dnsmasq configuration 23:26:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:26:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:26:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:26:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 23:26:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:26:54 Processing triggers for systemd (237-3ubuntu10.42) ... 23:26:54 Processing triggers for ureadahead (0.100.0-21) ... 23:26:56 + sudo snap remove --purge lxd 23:26:56 snap "lxd" is not installed 23:26:56 + sudo groupadd --force --system lxd 23:26:56 ++ whoami 23:26:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:26:56 + newgrp - lxd 23:26:56 + sudo snap install lxd 23:27:06 2020-12-16T23:27:03Z INFO Waiting for automatic snapd restart... 23:27:24 lxd 4.9 from Canonical* installed 23:27:24 + sudo lxd init --auto 23:27:32 + sudo snap install --classic snapcraft 23:27:37 snapcraft 4.4.4 from Canonical* installed 23:27:37 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:27:37 + patch --verbose -p1 23:27:37 Hmm... Looks like a unified diff to me... 23:27:37 The text leading up to this was: 23:27:37 -------------------------- 23:27:37 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:27:37 |From: Tony Espy 23:27:37 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:27:37 |Subject: [PATCH] optimize snap build for pipeline CI check 23:27:37 | 23:27:37 |This patch is used by the EdgeX CI pipeline builds to 23:27:37 |optimize the snap CI check run for pull requests. When 23:27:37 |applied, it essentially strips out everything (apps and 23:27:37 |parts) from the snapcraft.yaml file except those required 23:27:37 |to build edgex-go, as the whole idea of the CI check is to 23:27:37 |catch changes to edgex-go that break the snap build. 23:27:37 | 23:27:37 |In general, anyone updating snapcraft.yaml will also need 23:27:37 |to update this patch file, otherwise it may fail to apply, 23:27:37 |resulting in a failed snap build CI check in the associated 23:27:37 |pull request. 23:27:37 | 23:27:37 |Note - in addition to applying this patch, the pipeline also 23:27:37 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:27:37 |need to build the finally binary .snap file (and it won't 23:27:37 |work with the patch applied). This further reduces the build 23:27:37 |time. 23:27:37 |--- 23:27:37 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:27:37 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:27:37 | 23:27:37 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:27:37 |index 1e537489..faf42425 100644 23:27:37 |--- a/snap/snapcraft.yaml 23:27:37 |+++ b/snap/snapcraft.yaml 23:27:37 -------------------------- 23:27:37 patching file snap/snapcraft.yaml 23:27:37 Using Plan A... 23:27:37 Hunk #1 succeeded at 73. 23:27:37 Hunk #2 succeeded at 202. 23:27:37 Hunk #3 succeeded at 214. 23:27:37 Hunk #4 succeeded at 222. 23:27:37 Hunk #5 succeeded at 229. 23:27:37 Hunk #6 succeeded at 256. 23:27:37 Hunk #7 succeeded at 290. 23:27:37 Hunk #8 succeeded at 341. 23:27:37 Hmm... Ignoring the trailing garbage. 23:27:37 done 23:27:37 + sudo snapcraft prime --use-lxd 23:27:39 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:27:39 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: 23:27:39 - README.md 23:27:39 23:27:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:27:40 Launching a container. 23:27:43 gofmt -l . 23:27:43 [ "`gofmt -l .`" = "" ] 23:27:44 ./bin/test-go-mod-tidy.sh 23:27:45 ./bin/test-attribution-txt.sh [Pipeline] sh 23:27:50 + ls -al . 23:27:50 total 660 23:27:50 drwxrwxr-x 9 1001 1001 4096 Dec 16 23:27 . 23:27:50 drwxr-xr-x 4 root root 4096 Dec 16 23:24 .. 23:27:50 -rw-rw-r-- 1 1001 1001 11 Dec 16 23:22 .dockerignore 23:27:50 drwxrwxr-x 8 1001 1001 4096 Dec 16 23:22 .git 23:27:50 drwxrwxr-x 3 1001 1001 4096 Dec 16 23:22 .github 23:27:50 -rw-rw-r-- 1 1001 1001 824 Dec 16 23:22 .gitignore 23:27:50 -rw-rw-r-- 1 1001 1001 166 Dec 16 23:22 .sonarcloud.properties 23:27:50 -rw-rw-r-- 1 1001 1001 3804 Dec 16 23:22 CONTRIBUTING.md 23:27:50 -rw-rw-r-- 1 1001 1001 1035 Dec 16 23:22 Dockerfile.build 23:27:50 -rw-rw-r-- 1 1001 1001 863 Dec 16 23:22 Jenkinsfile 23:27:50 -rw-rw-r-- 1 1001 1001 10775 Dec 16 23:22 LICENSE 23:27:50 -rw-rw-r-- 1 1001 1001 5750 Dec 16 23:22 Makefile 23:27:50 -rw-rw-r-- 1 1001 1001 6596 Dec 16 23:22 README.md 23:27:50 -rw-rw-r-- 1 1001 1001 6744 Dec 16 23:22 SECURITY.md 23:27:50 -rw-rw-r-- 1 1001 1001 5 Dec 16 23:18 VERSION 23:27:50 -rw-rw-r-- 1 1001 1001 4131 Dec 16 23:22 ZMQWindows.md 23:27:50 drwxrwxr-x 2 1001 1001 4096 Dec 16 23:22 bin 23:27:50 drwxrwxr-x 14 1001 1001 4096 Dec 16 23:22 cmd 23:27:50 -rw-r--r-- 1 root root 535934 Dec 16 23:26 coverage.out 23:27:50 -rw-r--r-- 1 root root 1041 Dec 16 23:27 go.mod 23:27:50 -rw-r--r-- 1 root root 18856 Dec 16 23:27 go.sum 23:27:50 drwxrwxr-x 8 1001 1001 4096 Dec 16 23:22 internal 23:27:50 drwxrwxr-x 4 1001 1001 4096 Dec 16 23:22 openapi 23:27:50 drwxrwxr-x 4 1001 1001 4096 Dec 16 23:22 snap 23:27:50 -rw-rw-r-- 1 1001 1001 168 Dec 16 23:22 version.go [Pipeline] sh 23:27:50 + '[' -e coverage.out ] 23:27:50 + chown 1001:1001 coverage.out [Pipeline] stash 23:27:50 Warning: overwriting stash ‘coverage-report’ 23:27:52 Stashed 1 file(s) [Pipeline] sh 23:27:52 + make build 23:27:52 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 23:27:55 Waiting for container to be ready 23:27:55 To start your first instance, try: lxc launch ubuntu:18.04 23:27:55 23:27:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:27:58 Waiting for network to be ready... 23:27:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:27:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:27:58 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:27:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:27:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:27:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:27:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:27:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:27:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:27:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:27:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:27:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:27:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:27:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:27:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:27:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:27:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:27:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:28:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:28:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:28:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:28:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:28:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:28:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:28:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:28:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:28:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:28:04 Fetched 23.5 MB in 5s (4333 kB/s) 23:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:28:05 Reading package lists... 23:28:05 Reading package lists... 23:28:06 Building dependency tree... 23:28:06 Reading state information... 23:28:06 The following additional packages will be installed: 23:28:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:28:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:28:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:28:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:28:06 Suggested packages: 23:28:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:28:06 Recommended packages: 23:28:06 gnupg libsasl2-modules 23:28:06 The following NEW packages will be installed: 23:28:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:28:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:28:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:28:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:28:06 The following packages will be upgraded: 23:28:06 gpg gpg-agent gpgconf libudev1 23:28:06 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 23:28:06 Need to get 3531 kB of archives. 23:28:06 After this operation, 13.3 MB of additional disk space will be used. 23:28:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:28:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:28:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:28:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 23:28:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 23:28:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:28:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:28:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:28:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:28:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:28:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:28:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:28:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:28:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:28:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:28:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:28:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:28:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:28:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:28:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:28:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:28:07 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:28:07 debconf: delaying package configuration, since apt-utils is not installed 23:28:07 Fetched 3531 kB in 1s (3090 kB/s) 23:28:07 (Reading database ... 12511 files and directories currently installed.) 23:28:07 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:28:07 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:28:08 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:28:08 Selecting previously unselected package udev. 23:28:08 (Reading database ... 12511 files and directories currently installed.) 23:28:08 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:28:08 Unpacking udev (237-3ubuntu10.43) ... 23:28:08 Selecting previously unselected package libfuse2:amd64. 23:28:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:28:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:28:08 Selecting previously unselected package fuse. 23:28:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:28:08 Unpacking fuse (2.9.7-1ubuntu1) ... 23:28:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:28:08 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:28:08 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:28:08 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:28:08 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:28:08 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:28:09 Selecting previously unselected package libksba8:amd64. 23:28:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:28:09 Unpacking libksba8:amd64 (1.3.5-2) ... 23:28:09 Selecting previously unselected package libroken18-heimdal:amd64. 23:28:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:28:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:28:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:28:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libwind0-heimdal:amd64. 23:28:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:28:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:09 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:28:09 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:28:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:28:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:28:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:10 Selecting previously unselected package libsasl2-modules-db:amd64. 23:28:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:28:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:28:10 Selecting previously unselected package libsasl2-2:amd64. 23:28:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:28:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:28:10 Selecting previously unselected package libldap-common. 23:28:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:28:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:28:10 Selecting previously unselected package libldap-2.4-2:amd64. 23:28:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:28:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:28:10 Selecting previously unselected package dirmngr. 23:28:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:28:10 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:28:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:28:10 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:28:10 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:28:10 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:28:10 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:28:10 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:28:10 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:10 Setting up libksba8:amd64 (1.3.5-2) ... 23:28:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:28:11 Setting up udev (237-3ubuntu10.43) ... 23:28:11 invoke-rc.d: policy-rc.d denied execution of start. 23:28:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Processing triggers for systemd (237-3ubuntu10) ... 23:28:11 Setting up fuse (2.9.7-1ubuntu1) ... 23:28:11 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:28:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:28:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:28:12 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:28:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:28:13 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:28:13 settings in the [Install] section, and DefaultInstance for template units). 23:28:13 This means they are not meant to be enabled using systemctl. 23:28:13 Possible reasons for having this kind of units are: 23:28:13 1) A unit may be statically enabled by being symlinked from another unit's 23:28:13 .wants/ or .requires/ directory. 23:28:13 2) A unit's purpose may be to act as a helper for some other unit which has 23:28:13 a requirement dependency on it. 23:28:13 3) A unit may be started when needed via activation (socket, path, timer, 23:28:13 D-Bus, udev, scripted systemctl call, ...). 23:28:13 4) In case of template units, the unit is meant to be enabled with some 23:28:13 instance name specified. 23:28:13 Reading package lists... 23:28:13 Building dependency tree... 23:28:13 Reading state information... 23:28:13 The following additional packages will be installed: 23:28:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:28:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:28:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:28:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:28:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:28:13 Suggested packages: 23:28:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:28:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:28:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:28:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:28:13 systemd-container policykit-1 23:28:13 Recommended packages: 23:28:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:28:13 The following NEW packages will be installed: 23:28:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:28:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:28:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:28:13 multiarch-support openssh-client python3 python3-minimal python3.6 23:28:13 python3.6-minimal snapd squashfs-tools sudo 23:28:13 The following packages will be upgraded: 23:28:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:28:13 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 23:28:13 Need to get 35.2 MB of archives. 23:28:13 After this operation, 141 MB of additional disk space will be used. 23:28:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:28:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:28:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:28:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:28:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:28:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:28:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:28:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:28:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:28:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:28:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:28:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:28:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:28:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:28:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:28:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:28:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:28:14 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:28:14 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:28:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:28:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:28:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:28:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:28:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:28:14 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:28:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:28:15 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:28:15 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:28:15 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:28:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:28:16 debconf: delaying package configuration, since apt-utils is not installed 23:28:16 Fetched 35.2 MB in 2s (15.2 MB/s) 23:28:16 (Reading database ... 12757 files and directories currently installed.) 23:28:16 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:28:16 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:28:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:28:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:28:17 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:28:17 (Reading database ... 12757 files and directories currently installed.) 23:28:17 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:28:17 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:28:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:28:18 (Reading database ... 12757 files and directories currently installed.) 23:28:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:28:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:28:18 Setting up apt (1.6.12ubuntu0.2) ... 23:28:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:28:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:28:19 (Reading database ... 12764 files and directories currently installed.) 23:28:19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:28:19 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:28:19 Selecting previously unselected package libpython3.6-minimal:amd64. 23:28:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:28:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:28:19 Selecting previously unselected package libexpat1:amd64. 23:28:19 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:28:19 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:28:20 Selecting previously unselected package python3.6-minimal. 23:28:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:28:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:28:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:28:20 Checking for services that may need to be restarted...done. 23:28:20 Checking for services that may need to be restarted...done. 23:28:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:28:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:28:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:28:21 Selecting previously unselected package python3-minimal. 23:28:21 (Reading database ... 13012 files and directories currently installed.) 23:28:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:28:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:28:21 Selecting previously unselected package mime-support. 23:28:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:28:21 Unpacking mime-support (3.60ubuntu1) ... 23:28:21 Selecting previously unselected package libmpdec2:amd64. 23:28:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:28:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:28:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:28:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:28:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:28:22 Selecting previously unselected package python3.6. 23:28:22 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:28:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:28:22 Selecting previously unselected package libpython3-stdlib:amd64. 23:28:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:28:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:28:22 Setting up python3-minimal (3.6.7-1~18.04) ... 23:28:22 Selecting previously unselected package python3. 23:28:22 (Reading database ... 13442 files and directories currently installed.) 23:28:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:28:22 Unpacking python3 (3.6.7-1~18.04) ... 23:28:22 Selecting previously unselected package multiarch-support. 23:28:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:28:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:28:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:28:23 Selecting previously unselected package liblzo2-2:amd64. 23:28:23 (Reading database ... 13479 files and directories currently installed.) 23:28:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:28:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:28:23 Selecting previously unselected package libbsd0:amd64. 23:28:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:28:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:28:23 Selecting previously unselected package sudo. 23:28:23 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:28:23 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:28:23 Selecting previously unselected package apparmor. 23:28:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:28:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:28:23 Selecting previously unselected package libedit2:amd64. 23:28:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:28:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:28:23 Selecting previously unselected package libkrb5support0:amd64. 23:28:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:28:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:28:23 Selecting previously unselected package libk5crypto3:amd64. 23:28:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:28:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:28:23 Selecting previously unselected package libkeyutils1:amd64. 23:28:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:28:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:28:24 Selecting previously unselected package libkrb5-3:amd64. 23:28:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:28:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:28:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:28:24 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:28:24 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:28:24 Selecting previously unselected package libssl1.0.0:amd64. 23:28:24 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:28:24 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:28:24 Selecting previously unselected package openssh-client. 23:28:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:28:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:28:24 Selecting previously unselected package squashfs-tools. 23:28:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:28:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:28:24 Selecting previously unselected package snapd. 23:28:24 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:28:24 Unpacking snapd (2.48+18.04) ... 23:28:27 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 23:28:27 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:28:27 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:28:27 Setting up mime-support (3.60ubuntu1) ... 23:28:27 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:28:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:28:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:28:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:28:28 Setting up systemd (237-3ubuntu10.43) ... 23:28:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:28:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:28:29 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:28:29 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:28:29 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:28:29 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:28:29 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:28:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:28:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:28:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:28:29 Setting up python3 (3.6.7-1~18.04) ... 23:28:30 running python rtupdate hooks for python3.6... 23:28:30 running python post-rtupdate hooks for python3.6... 23:28:30 Setting up apparmor (2.12-4ubuntu5.1) ... 23:28:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:28:32 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:28:32 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:28:32 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:28:32 Setting up snapd (2.48+18.04) ... 23:28:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:28:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:28:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:28:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:28:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:28:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:28:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:28:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:28:34 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:28:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:28:35 /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' 23:28:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:28:35 Processing triggers for systemd (237-3ubuntu10.43) ... 23:28:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:28:36 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 23:28:36 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:28:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:28:37 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 23:28:38 Reading package lists... 23:28:39 Reading package lists... 23:28:39 Building dependency tree... 23:28:39 Reading state information... 23:28:39 Calculating upgrade... 23:28:39 The following packages will be upgraded: 23:28:39 advancecomp base-files bash binutils binutils-common 23:28:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:28:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:28:39 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:28:39 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:28:39 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:28:39 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:28:39 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:28:39 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 23:28:39 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 23:28:39 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 23:28:39 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 23:28:39 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 23:28:39 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:28:39 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:28:39 Need to get 63.5 MB of archives. 23:28:39 After this operation, 5191 kB of additional disk space will be used. 23:28:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:28:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 23:28:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:28:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:28:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:28:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:28:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:28:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:28:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:28:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:28:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:28:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:28:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:28:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:28:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:28:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:28:40 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:28:40 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:28:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:28:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:28:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:28:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:28:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:28:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:28:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:28:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:28:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:28:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:28:40 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:28:40 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:28:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:28:41 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:28:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:28:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:28:41 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:28:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:28:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:28:41 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:28:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:28:41 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:28:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:28:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:28:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:28:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:28:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:28:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:28:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:28:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:28:41 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:28:41 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:28:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:28:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:28:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:28:41 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:28:41 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:28:41 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:28:41 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:28:41 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:28:41 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:28:41 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:28:41 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:28:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:28:41 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:28:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:28:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:28:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:28:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:28:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:28:41 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:28:41 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:28:41 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:28:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:28:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:28:41 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:28:41 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:28:41 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:28:41 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:28:41 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:28:41 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:28:41 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:28:41 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:28:41 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:28:41 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:28:41 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:28:41 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:28:41 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:28:41 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:28:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:28:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:28:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:28:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:28:43 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:28:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:28:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:28:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:28:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:28:43 debconf: delaying package configuration, since apt-utils is not installed 23:28:43 Fetched 63.5 MB in 3s (18.5 MB/s) 23:28:43 (Reading database ... 13912 files and directories currently installed.) 23:28:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:28:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:28:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:28:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:28:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 23:28:44 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 23:28:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:45 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 23:28:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:28:46 (Reading database ... 13911 files and directories currently installed.) 23:28:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:28:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:28:46 (Reading database ... 13911 files and directories currently installed.) 23:28:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:28:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:28:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:28:46 (Reading database ... 13911 files and directories currently installed.) 23:28:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:28:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:28:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:28:48 (Reading database ... 13911 files and directories currently installed.) 23:28:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:28:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:28:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:28:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:28:48 Setting up base-files (10.1ubuntu2.10) ... 23:28:48 Installing new version of config file /etc/issue ... 23:28:48 Installing new version of config file /etc/issue.net ... 23:28:48 Installing new version of config file /etc/lsb-release ... 23:28:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:28:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:28:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:28:49 Removing obsolete conffile /etc/default/motd-news ... 23:28:49 (Reading database ... 13912 files and directories currently installed.) 23:28:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:28:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:28:49 Setting up bash (4.4.18-2ubuntu1.2) ... 23:28:49 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 23:28:49 (Reading database ... 13912 files and directories currently installed.) 23:28:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:28:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:28:49 (Reading database ... 13912 files and directories currently installed.) 23:28:49 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:28:49 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:28:49 Setting up tar (1.29b-2ubuntu0.1) ... 23:28:50 (Reading database ... 13912 files and directories currently installed.) 23:28:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:28:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:28:50 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 23:28:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:28:50 (Reading database ... 13912 files and directories currently installed.) 23:28:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:28:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:28:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:28:50 (Reading database ... 13912 files and directories currently installed.) 23:28:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:28:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:28:51 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:28:51 (Reading database ... 13912 files and directories currently installed.) 23:28:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:28:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:28:51 Setting up grep (3.1-2build1) ... 23:28:51 (Reading database ... 13912 files and directories currently installed.) 23:28:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:28:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:28:51 Setting up login (1:4.5-1ubuntu2) ... 23:28:51 (Reading database ... 13912 files and directories currently installed.) 23:28:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:28:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:28:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:28:51 (Reading database ... 13912 files and directories currently installed.) 23:28:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:28:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:28:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:28:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:28:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:28:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:28:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:28:53 (Reading database ... 13912 files and directories currently installed.) 23:28:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:28:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:28:54 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 23:28:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:28:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:28:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:28:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:28:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:28:54 (Reading database ... 13912 files and directories currently installed.) 23:28:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:28:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:28:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:28:55 (Reading database ... 13912 files and directories currently installed.) 23:28:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:28:55 (Reading database ... 13912 files and directories currently installed.) 23:28:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:28:55 (Reading database ... 13912 files and directories currently installed.) 23:28:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:56 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:28:56 (Reading database ... 13912 files and directories currently installed.) 23:28:56 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:28:56 (Reading database ... 13912 files and directories currently installed.) 23:28:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:28:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:28:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:28:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:28:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:28:56 (Reading database ... 13912 files and directories currently installed.) 23:28:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:28:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:28:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:28:57 (Reading database ... 13912 files and directories currently installed.) 23:28:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:57 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:28:57 (Reading database ... 13912 files and directories currently installed.) 23:28:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:28:57 (Reading database ... 13912 files and directories currently installed.) 23:28:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:28:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:28:57 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 23:28:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:28:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:28:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:28:59 (Reading database ... 13912 files and directories currently installed.) 23:28:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:28:59 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:28:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:28:59 (Reading database ... 13912 files and directories currently installed.) 23:28:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:28:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:28:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:28:59 (Reading database ... 13914 files and directories currently installed.) 23:28:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:28:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:29:00 Setting up debconf (1.5.66ubuntu1) ... 23:29:00 (Reading database ... 13914 files and directories currently installed.) 23:29:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:29:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:29:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:29:00 (Reading database ... 13914 files and directories currently installed.) 23:29:00 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:29:00 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:29:00 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:29:01 (Reading database ... 13914 files and directories currently installed.) 23:29:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:29:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:29:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:29:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:29:01 (Reading database ... 13914 files and directories currently installed.) 23:29:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:29:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:29:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:29:01 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:29:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:29:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:29:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:29:02 (Reading database ... 13914 files and directories currently installed.) 23:29:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:29:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:29:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:29:02 (Reading database ... 13914 files and directories currently installed.) 23:29:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:29:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:29:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:29:03 (Reading database ... 13914 files and directories currently installed.) 23:29:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:29:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:29:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:29:03 (Reading database ... 13914 files and directories currently installed.) 23:29:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:29:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:29:04 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:29:04 (Reading database ... 13914 files and directories currently installed.) 23:29:04 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:29:04 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:29:04 Setting up passwd (1:4.5-1ubuntu2) ... [Pipeline] } 23:29:04 $ docker stop --time=1 87d8bc3957ec71130b5d301d90479b25e76e05e8a70e069240e418a54ad89191 23:29:04 (Reading database ... 13914 files and directories currently installed.) 23:29:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:29:04 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:29:04 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:29:05 (Reading database ... 13914 files and directories currently installed.) 23:29:05 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:29:05 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:29:05 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:29:05 (Reading database ... 13914 files and directories currently installed.) 23:29:05 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:29:05 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:29:05 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:29:05 (Reading database ... 13914 files and directories currently installed.) 23:29:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:29:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:29:06 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:29:06 (Reading database ... 13914 files and directories currently installed.) 23:29:06 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:29:06 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:29:06 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:29:06 (Reading database ... 13914 files and directories currently installed.) 23:29:06 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:29:06 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:29:06 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:29:06 (Reading database ... 13915 files and directories currently installed.) 23:29:06 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:29:06 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:29:06 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:29:06 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:29:07 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:29:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:29:07 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:29:07 $ docker rm -f 87d8bc3957ec71130b5d301d90479b25e76e05e8a70e069240e418a54ad89191 23:29:07 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:29:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:29:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:29:07 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:29:07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:29:07 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:29:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:29:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:29:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:29:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:29:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:29:08 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:29:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [Pipeline] // withDockerContainer 23:29:08 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:29:08 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 23:29:08 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:29:08 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:29:09 23:29:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:29:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:29:09 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:29:09 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:29:09 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:29:09 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:29:09 latest: Pulling from edgex-devops/edgex-compose-arm64 23:29:09 29e5d40040c1: Pulling fs layer 23:29:09 1ce36da41761: Pulling fs layer 23:29:09 25b303627fd3: Pulling fs layer 23:29:09 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:29:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:29:10 29e5d40040c1: Verifying Checksum 23:29:10 29e5d40040c1: Download complete 23:29:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:29:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:29:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:29:10 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:29:10 29e5d40040c1: Pull complete 23:29:10 1ce36da41761: Verifying Checksum 23:29:10 1ce36da41761: Download complete 23:29:10 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:29:10 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:29:10 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:11 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:11 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:11 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:11 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:12 1ce36da41761: Pull complete 23:29:12 25b303627fd3: Verifying Checksum 23:29:12 25b303627fd3: Download complete 23:29:12 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:29:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:29:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:29:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:29:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:29:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:29:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:29:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:29:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:29:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:29:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:29:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:29:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:29:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:29:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:29:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:29:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:29:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:29:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:29:17 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:29:17 23:29:17 Current default time zone: 'Etc/UTC' 23:29:17 Local time is now: Wed Dec 16 23:29:17 UTC 2020. 23:29:17 Universal Time is now: Wed Dec 16 23:29:17 UTC 2020. 23:29:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:29:17 23:29:17 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:29:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:17 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 23:29:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:29:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:29:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:29:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:29:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:29:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:29:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:29:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:29:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:29:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:18 Setting up patch (2.7.6-2ubuntu1.1) ... 23:29:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:29:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:29:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:29:18 Installing new version of config file /etc/ssl/openssl.cnf ... 23:29:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:29:18 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:29:18 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:29:20 Updating certificates in /etc/ssl/certs... 23:29:22 22 added, 17 removed; done. 23:29:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:29:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:29:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:29:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:29:22 Setting up pkgbinarymangler (138.18.04.1) ... 23:29:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:29:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up perl (5.26.1-6ubuntu0.5) ... 23:29:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:29:22 25b303627fd3: Pull complete 23:29:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:29:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:29:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:29:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:29:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:29:22 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:29:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:29:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:29:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:29:22 prd-ubuntu18.04-docker-arm64-4c-16g-16410 does not seem to be running inside a container 23:29:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:29:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:29:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:29:22 Processing triggers for systemd (237-3ubuntu10.43) ... 23:29:22 Processing triggers for mime-support (3.60ubuntu1) ... 23:29:22 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:29:22 Updating certificates in /etc/ssl/certs... 23:29:23 0 added, 0 removed; done. 23:29:23 Running hooks in /etc/ca-certificates/update.d... 23:29:23 done. 23:29:24 Reading package lists... 23:29:24 Building dependency tree... 23:29:24 Reading state information... 23:29:24 The following NEW packages will be installed: 23:29:24 apt-transport-https 23:29:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:29:25 Need to get 1696 B of archives. 23:29:25 After this operation, 153 kB of additional disk space will be used. 23:29:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:29:25 debconf: delaying package configuration, since apt-utils is not installed 23:29:25 Fetched 1696 B in 0s (8171 B/s) 23:29:25 Selecting previously unselected package apt-transport-https. 23:29:25 (Reading database ... 13929 files and directories currently installed.) 23:29:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:29:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:29:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:29:25 $ docker top 3bccd6d38617006a2d6c319aa411ba5c8f1c2946efbf8446307fa53b951f9c85 -eo pid,comm 23:29:26 Waiting for network to be ready... [Pipeline] { [Pipeline] sh 23:29:26 + docker-compose build+ --helpgrep 23:29:26 parallel 23:29:30 --parallel Build images in parallel. [Pipeline] } 23:29:30 $ docker stop --time=1 3bccd6d38617006a2d6c319aa411ba5c8f1c2946efbf8446307fa53b951f9c85 23:29:32 $ docker rm -f 3bccd6d38617006a2d6c319aa411ba5c8f1c2946efbf8446307fa53b951f9c85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:29:33 . [Pipeline] withDockerContainer 23:29:33 prd-ubuntu18.04-docker-arm64-4c-16g-16410 does not seem to be running inside a container 23:29:33 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:29:34 2020-12-16T23:29:30Z INFO Waiting for automatic snapd restart... 23:29:34 snapd 2.48.1 from Canonical* installed 23:29:35 $ docker top 1fb53b81cfe5f79cbdaf1d719258d2697a8b7dabe53b8d2af88ecd3798d69c98 -eo pid,comm 23:29:35 "snapd" switched to the "latest/stable" channel 23:29:35 [Pipeline] { [Pipeline] sh 23:29:36 + docker-compose -f ./docker-compose-build.yml build --parallel 23:29:39 Building docker-core-command-go ... 23:29:39 Building docker-core-data-go ... 23:29:39 Building docker-core-metadata-go ... 23:29:39 Building docker-security-bootstrap-redis-go ... 23:29:39 Building docker-security-proxy-setup-go ... 23:29:39 Building docker-security-secretstore-setup-go ... 23:29:39 Building docker-support-notifications-go ... 23:29:39 Building docker-support-scheduler-go ... 23:29:39 Building docker-sys-mgmt-agent-go ... 23:29:39 Building docker-core-data-go 23:29:39 Building docker-security-bootstrap-redis-go 23:29:39 Building docker-sys-mgmt-agent-go 23:29:39 Building docker-security-secretstore-setup-go 23:29:39 Building docker-security-proxy-setup-go 23:29:40 core18 20200929 from Canonical* installed 23:29:40 "core18" switched to the "latest/stable" channel 23:29:40 23:29:47 snapcraft 4.4.4 from Canonical* installed 23:29:47 "snapcraft" switched to the "latest/stable" channel 23:29:47 23:29:51 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: 23:29:51 - README.md 23:29:51 23:29:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:29:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:29:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:29:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:29:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:30:00 Reading package lists... 23:30:01 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 23:30:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:30:07 Reading package lists... 23:30:07 Building dependency tree... 23:30:07 Reading state information... 23:30:07 Suggested packages: 23:30:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:30:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:30:07 Recommended packages: 23:30:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:30:07 The following NEW packages will be installed: 23:30:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:30:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:30:07 pkg-config zip 23:30:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:30:07 Need to get 7655 kB of archives. 23:30:07 After this operation, 43.7 MB of additional disk space will be used. 23:30:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:30:07 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:30:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:30:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:30:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:30:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:30:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:30:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:30:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:30:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:30:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:30:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:30:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:30:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:30:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:30:09 debconf: delaying package configuration, since apt-utils is not installed 23:30:09 Fetched 7655 kB in 1s (6974 kB/s) 23:30:09 Selecting previously unselected package libglib2.0-0:amd64. 23:30:09 (Reading database ... 13933 files and directories currently installed.) 23:30:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:30:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:30:09 Selecting previously unselected package libpsl5:amd64. 23:30:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:30:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:30:09 Selecting previously unselected package libnghttp2-14:amd64. 23:30:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:30:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:30:09 Selecting previously unselected package librtmp1:amd64. 23:30:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:30:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:30:09 Selecting previously unselected package libcurl3-gnutls:amd64. 23:30:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:30:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:30:09 Selecting previously unselected package liberror-perl. 23:30:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:30:09 Unpacking liberror-perl (0.17025-1) ... 23:30:09 Selecting previously unselected package git-man. 23:30:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:30:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:30:10 Selecting previously unselected package git. 23:30:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:30:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:30:11 Selecting previously unselected package libnorm1:amd64. 23:30:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:30:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:30:11 Selecting previously unselected package libpgm-5.2-0:amd64. 23:30:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:30:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:30:11 Selecting previously unselected package libsodium23:amd64. 23:30:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:30:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:30:11 Selecting previously unselected package libzmq5:amd64. 23:30:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:30:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:30:11 Selecting previously unselected package libzmq3-dev:amd64. 23:30:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:30:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:30:11 Selecting previously unselected package pkg-config. 23:30:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:30:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:30:11 Selecting previously unselected package zip. 23:30:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:30:11 Unpacking zip (3.0-11build1) ... 23:30:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:30:12 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:30:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:30:12 Setting up liberror-perl (0.17025-1) ... 23:30:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:30:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:30:12 No schema files found: doing nothing. 23:30:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:30:12 Setting up zip (3.0-11build1) ... 23:30:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:30:12 Setting up libsodium23:amd64 (1.0.16-2) ... 23:30:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:30:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:30:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:30:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:30:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:30:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:30:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:30:19 git set to automatically installed. 23:30:19 git-man set to automatically installed. 23:30:19 libcurl3-gnutls set to automatically installed. 23:30:19 liberror-perl set to automatically installed. 23:30:19 libglib2.0-0 set to automatically installed. 23:30:19 libnghttp2-14 set to automatically installed. 23:30:19 libnorm1 set to automatically installed. 23:30:19 libpgm-5.2-0 set to automatically installed. 23:30:19 libpsl5 set to automatically installed. 23:30:19 librtmp1 set to automatically installed. 23:30:19 libsodium23 set to automatically installed. 23:30:19 libzmq3-dev set to automatically installed. 23:30:19 libzmq5 set to automatically installed. 23:30:19 pkg-config set to automatically installed. 23:30:19 zip set to automatically installed. 23:30:21 snapd is not logged in, snap install commands will use sudo 23:30:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:30:34 core18 20201210 from Canonical* refreshed 23:30:34 Pulling config-common 23:30:36 Pulling go-build-helper 23:31:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:31:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:31:01 ---> eeeb15ec6a0b 23:31:01 Step 3/24 : WORKDIR /edgex-go 23:31:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:31:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:31:01 ---> eeeb15ec6a0b 23:31:01 Step 3/21 : WORKDIR /edgex-go 23:31:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:31:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:31:01 ---> eeeb15ec6a0b 23:31:01 Step 3/22 : WORKDIR /edgex-go 23:31:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:31:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:31:01 ---> eeeb15ec6a0b 23:31:01 Step 3/23 : WORKDIR /edgex-go 23:31:01 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:31:01 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:31:01 ---> eeeb15ec6a0b 23:31:01 Step 3/27 : WORKDIR /edgex-go 23:31:01 ---> Running in 60f1fcda0dd5 23:31:01 ---> Running in c0e452b0f6ad 23:31:01 ---> Running in d6c8bf20139f 23:31:01 ---> Running in d63802dc635c 23:31:01 ---> Running in 0663aa17b907 23:31:01 Removing intermediate container d63802dc635c 23:31:01 ---> 13339a570ee5 23:31:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:01 Removing intermediate container d6c8bf20139f 23:31:01 ---> 4041a724df2b 23:31:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:01 Removing intermediate container c0e452b0f6ad 23:31:01 ---> 188d2e968b22 23:31:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:01 Removing intermediate container 60f1fcda0dd5 23:31:01 ---> 74b8aa65c6cd 23:31:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:01 Removing intermediate container 0663aa17b907 23:31:01 ---> 9e6fbfdc0f31 23:31:01 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:01 ---> Running in 43e7d19fa51b 23:31:01 ---> Running in e206bca019d5 23:31:01 ---> Running in da9b06936b74 23:31:01 ---> Running in 486d2131a36e 23:31:01 ---> Running in b98787ca21c7 23:31:01 Removing intermediate container 43e7d19fa51b 23:31:01 ---> 62f6495268c0 23:31:01 Step 5/21 : RUN apk update && apk add make git 23:31:01 ---> Running in 3a1d5fc15ab7 23:31:01 Removing intermediate container da9b06936b74 23:31:01 ---> 9edaf55535d6 23:31:01 Step 5/22 : RUN apk update && apk add make git 23:31:01 Removing intermediate container e206bca019d5 23:31:01 ---> fa47b75c69be 23:31:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:31:01 ---> Running in bc4dfa728bfa 23:31:01 ---> Running in a1242f081bfd 23:31:01 Removing intermediate container b98787ca21c7 23:31:01 ---> eb27a90bb1e5 23:31:01 Step 5/27 : RUN apk update && apk add make bash git 23:31:01 Removing intermediate container 486d2131a36e 23:31:01 ---> 8cb205a832f1 23:31:01 Step 5/24 : RUN apk update && apk add make git 23:31:01 ---> Running in aa89b6924c8d 23:31:01 ---> Running in 9aa982b86526 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:31:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:31:01 OK: 12620 distinct packages available 23:31:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:31:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:31:01 OK: 12620 distinct packages available 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:31:02 OK: 12620 distinct packages available 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:31:02 OK: 12620 distinct packages available 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:31:02 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:31:02 OK: 12620 distinct packages available 23:31:02 OK: 217 MiB in 51 packages 23:31:02 OK: 217 MiB in 51 packages 23:31:02 OK: 217 MiB in 51 packages 23:31:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:31:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:31:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:31:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:31:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:31:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:31:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:31:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:31:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:31:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:31:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:31:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:31:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:31:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:31:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:31:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:31:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:31:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:31:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:31:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:31:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:31:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:31:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:31:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:31:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:31:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:31:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:31:03 Fetched 23.5 MB in 6s (3884 kB/s) 23:31:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:31:03 Fetched 96.5 kB in 0s (0 B/s) 23:31:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:31:03 Fetched 279 kB in 0s (0 B/s) 23:31:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:31:03 Fetched 122 kB in 0s (0 B/s) 23:31:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:31:03 Fetched 77.8 kB in 0s (0 B/s) 23:31:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:31:03 Fetched 8848 B in 0s (0 B/s) 23:31:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:31:03 Fetched 47.8 kB in 0s (0 B/s) 23:31:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:31:03 Fetched 45.6 kB in 0s (0 B/s) 23:31:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 23:31:03 Fetched 14.8 kB in 0s (0 B/s) 23:31:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:31:03 Fetched 214 kB in 0s (0 B/s) 23:31:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:31:03 Fetched 155 kB in 0s (0 B/s) 23:31:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:31:03 Fetched 50.6 kB in 0s (0 B/s) 23:31:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:31:03 Fetched 14.8 kB in 0s (0 B/s) 23:31:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:31:03 Fetched 41.8 kB in 0s (0 B/s) 23:31:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:31:03 Fetched 499 kB in 0s (0 B/s) 23:31:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:31:03 Fetched 111 kB in 0s (0 B/s) 23:31:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:31:03 Fetched 240 kB in 0s (0 B/s) 23:31:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:31:03 Fetched 29.3 kB in 0s (0 B/s) 23:31:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:31:03 Fetched 85.5 kB in 0s (0 B/s) 23:31:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:31:03 Fetched 24.5 kB in 0s (0 B/s) 23:31:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 23:31:03 Fetched 49.2 kB in 0s (0 B/s) 23:31:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:31:03 Fetched 54.2 kB in 0s (0 B/s) 23:31:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:31:03 Fetched 30.8 kB in 0s (0 B/s) 23:31:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:31:03 Fetched 17.0 kB in 0s (0 B/s) 23:31:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:31:03 Fetched 85.9 kB in 0s (0 B/s) 23:31:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:31:03 Fetched 8720 B in 0s (0 B/s) 23:31:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:31:03 Fetched 137 kB in 0s (0 B/s) 23:31:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:31:03 Fetched 119 kB in 0s (0 B/s) 23:31:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:31:03 Fetched 109 kB in 0s (0 B/s) 23:31:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:31:03 Fetched 11.1 kB in 0s (0 B/s) 23:31:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:31:03 Fetched 645 kB in 0s (0 B/s) 23:31:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:31:03 Fetched 41.3 kB in 0s (0 B/s) 23:31:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:31:03 Fetched 17.9 kB in 0s (0 B/s) 23:31:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:31:03 Fetched 368 kB in 0s (0 B/s) 23:31:03 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 23:31:03 Fetched 187 kB in 0s (0 B/s) 23:31:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:31:03 Fetched 175 kB in 0s (0 B/s) 23:31:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:31:03 OK: 217 MiB in 51 packages 23:31:03 OK: 217 MiB in 51 packages 23:31:04 Removing intermediate container 3a1d5fc15ab7 23:31:04 ---> 59fe536e1d96 23:31:04 Step 6/21 : COPY go.mod . 23:31:04 Removing intermediate container bc4dfa728bfa 23:31:04 ---> 4590f1c7850a 23:31:04 Step 6/22 : COPY go.mod . 23:31:05 Removing intermediate container aa89b6924c8d 23:31:05 ---> 72a8190abe78 23:31:05 Step 6/27 : COPY go.mod . 23:31:05 Removing intermediate container a1242f081bfd 23:31:05 ---> 480f02df292b 23:31:05 Step 6/23 : COPY go.mod . 23:31:05 Removing intermediate container 9aa982b86526 23:31:05 ---> 4124340cf69c 23:31:05 Step 6/24 : COPY go.mod . 23:31:05 ---> e91db56433e9 23:31:05 Step 7/21 : RUN go mod download 23:31:05 ---> 7cf8554ae94e 23:31:05 Step 7/22 : RUN go mod download 23:31:05 ---> Running in d1cc62d1f556 23:31:06 ---> Running in 8000732eee90 23:31:06 ---> a8c9a9eab2cb 23:31:06 Step 7/27 : RUN go mod download 23:31:06 Fetched 206 kB in 0s (0 B/s) 23:31:06 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:31:06 Fetched 1301 kB in 0s (0 B/s) 23:31:06 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:31:06 Fetched 36.2 kB in 0s (0 B/s) 23:31:06 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:31:06 Fetched 159 kB in 0s (0 B/s) 23:31:06 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:31:06 Fetched 107 kB in 0s (0 B/s) 23:31:06 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:31:06 Fetched 48.7 kB in 0s (0 B/s) 23:31:06 Pulling static-packages 23:31:06 ---> 8a9d5a33e9ce 23:31:06 Step 7/23 : RUN go mod download 23:31:06 ---> Running in 1e097212cd71 23:31:06 ---> e9e5bd4c6261 23:31:06 Step 7/24 : RUN go mod download 23:31:06 ---> Running in ad4687dc434a 23:31:07 ---> Running in 8270d0de660c 23:31:07 'go115' has dependencies that need to be staged: static-packages go-build-helper 23:31:07 Skipping pull go-build-helper (already ran) 23:31:07 Skipping pull static-packages (already ran) 23:31:07 Building go-build-helper 23:31:10 Removing intermediate container d1cc62d1f556 23:31:10 ---> 7f158c71c0e1 23:31:10 Step 8/21 : COPY . . 23:31:10 Removing intermediate container 8000732eee90 23:31:10 ---> ed9c19d6824c 23:31:10 Step 8/22 : COPY . . 23:31:11 Removing intermediate container 1e097212cd71 23:31:11 ---> cf4b6efadf71 23:31:11 Step 8/27 : COPY . . 23:31:12 Removing intermediate container ad4687dc434a 23:31:12 ---> 37b863421c11 23:31:12 Step 8/23 : COPY . . 23:31:12 Building static-packages 23:31:12 Removing intermediate container 8270d0de660c 23:31:12 ---> bfadbc8ad107 23:31:12 Step 8/24 : COPY . . 23:31:15 Staging go-build-helper 23:31:16 Staging static-packages 23:31:18 Pulling go115 23:31:19 'edgex-go' has dependencies that need to be staged: go115 23:31:19 Skipping pull go115 (already ran) 23:31:19 Building go115 23:31:19 % Total % Received % Xferd Average Speed Time Time Time Current 23:31:19 Dload Upload Total Spent Left Speed 23:31:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.7M 0 0 16.9M 0 0:00:06 --:--:-- 0:00:06 16.8M 38 115M 38 44.4M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 72 115M 72 83.7M 0 0 32.1M 0 0:00:03 0:00:02 0:00:01 32.0M 100 115M 100 115M 0 0 33.4M 0 0:00:03 0:00:03 --:--:-- 33.4M 23:31:23 go1.15.2.linux-amd64.tar.gz: OK 23:31:30 Staging go115 23:31:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:31:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:31:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:31:36 Fetched 0 B in 0s (0 B/s) 23:31:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:31:36 Fetched 224 kB in 0s (0 B/s) 23:31:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:31:36 Fetched 157 kB in 0s (0 B/s) 23:31:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:31:36 Fetched 221 kB in 0s (0 B/s) 23:31:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:31:36 Fetched 143 kB in 0s (0 B/s) 23:31:36 Pulling edgex-go 23:31:38 Pulling version 23:31:39 ---> 8e1aec0e239d 23:31:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:31:39 ---> 6f27ff88a974 23:31:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:31:39 ---> 75890c5f1566 23:31:39 Step 9/23 : RUN make cmd/core-data/core-data 23:31:39 ---> 604d4e05222c 23:31:39 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:31:39 ---> 616aae05fd4f 23:31:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:31:39 ---> Running in ca9378251524 23:31:39 ---> Running in 4a5642baff07 23:31:39 ---> Running in f3dc2673efdb 23:31:39 ---> Running in 26ec4be0244d 23:31:39 ---> Running in 5825be10218b 23:31:39 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 23:31:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:31:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:31:39 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 23:31:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:31:40 Building config-common 23:31:43 Skipping build go-build-helper (already ran) 23:31:43 Skipping build static-packages (already ran) 23:31:43 Skipping build go115 (already ran) 23:31:43 Building edgex-go 23:31:45 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 23:31:45 go: downloading github.com/gorilla/mux v1.8.0 23:31:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 23:31:45 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 23:31:45 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:31:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 23:31:45 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 23:31:45 go: downloading github.com/imdario/mergo v0.3.11 23:31:45 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:31:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:31:46 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 23:31:46 go: downloading github.com/BurntSushi/toml v0.3.1 23:31:46 go: downloading github.com/x448/float16 v0.8.4 23:31:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:31:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 23:31:46 go: downloading github.com/go-kit/kit v0.8.0 23:31:46 go: downloading github.com/pebbe/zmq4 v1.0.0 23:31:46 go: downloading gopkg.in/yaml.v2 v2.4.0 23:31:46 go: downloading github.com/pelletier/go-toml v1.2.0 23:31:46 go: downloading github.com/google/uuid v1.1.2 23:31:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:31:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:31:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:31:46 go: downloading github.com/pkg/errors v0.8.1 23:31:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:31:46 go: downloading github.com/hashicorp/consul/api v1.1.0 23:31:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:31:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:31:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:31:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:31:46 go: downloading github.com/mitchellh/copystructure v1.0.0 23:31:46 go: downloading github.com/leodido/go-urn v1.2.0 23:31:46 go: downloading github.com/go-playground/universal-translator v0.17.0 23:31:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:31:46 go: downloading github.com/hashicorp/serf v0.8.2 23:31:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:31:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:31:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:31:47 go: downloading github.com/go-playground/locales v0.13.0 23:31:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:31:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:31:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:31:58 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 23:32:04 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 23:32:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:32:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:32:07 go: downloading github.com/stretchr/testify v1.5.1 23:32:07 go: downloading github.com/davecgh/go-spew v1.1.1 23:32:07 go: downloading github.com/pmezard/go-difflib v1.0.0 23:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:32:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:32:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:32:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:32:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:32:11 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:32: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 23:32:15 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 23:32:18 Building version 23:32:23 Staging config-common 23:32:23 Skipping stage go-build-helper (already ran) 23:32:23 Skipping stage static-packages (already ran) 23:32:23 Skipping stage go115 (already ran) 23:32:23 Staging edgex-go 23:32:25 Staging version 23:32:26 Priming config-common 23:32:28 Priming go-build-helper 23:32:29 Priming static-packages 23:32:32 Priming go115 23:32:33 Priming edgex-go 23:32:35 Priming version 23:32:36 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] } 23:33:01 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 23:33:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:33:08 Removing intermediate container 4a5642baff07 23:33:08 ---> df638a9e90f7 23:33:08 23:33:08 Step 10/22 : FROM alpine:3.10 23:33:08 3.10: Pulling from library/alpine 23:33:12 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:33:12 Status: Downloaded newer image for alpine:3.10 23:33:12 ---> 536a684cf733 23:33:12 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:33:12 Removing intermediate container 5825be10218b 23:33:12 ---> e112657b1ea9 23:33:12 23:33:12 Step 10/24 : FROM alpine:3.10 23:33:12 ---> 536a684cf733 23:33:12 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:33:12 ---> Running in e8e67fe9ca32 23:33:12 ---> Running in c135079d5e94 23:33:13 Removing intermediate container 26ec4be0244d 23:33:13 ---> 80945acd57af 23:33:13 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:33:14 ---> Running in d3029bc9dba1 23:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:33:15 Removing intermediate container ca9378251524 23:33:15 ---> cefbd606a522 23:33:15 23:33:15 Step 10/21 : FROM alpine 23:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:33:15 latest: Pulling from library/alpine 23:33:15 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:33:15 Status: Downloaded newer image for alpine:latest 23:33:15 ---> dd36a01c3f31 23:33:15 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:33:15 ---> Running in f8999a0ede89 23:33:16 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:33:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:33:16 OK: 10171 distinct packages available 23:33:16 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:33:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:33:16 OK: 10171 distinct packages available 23:33:16 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 23:33:17 (1/5) Installing ca-certificates (20191127-r2) 23:33:17 (1/5) Installing ca-certificates (20191127-r2) 23:33:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:33:17 (3/5) Installing libcurl (7.66.0-r3) 23:33:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:33:17 (4/5) Installing curl (7.66.0-r3) 23:33:17 (3/5) Installing libcurl (7.66.0-r3) 23:33:17 (5/5) Installing dumb-init (1.2.2-r1) 23:33:17 (4/5) Installing curl (7.66.0-r3) 23:33:17 Executing busybox-1.30.1-r3.trigger 23:33:17 Executing ca-certificates-20191127-r2.trigger 23:33:17 (5/5) Installing dumb-init (1.2.2-r1) 23:33:17 Executing busybox-1.30.1-r3.trigger 23:33:17 Executing ca-certificates-20191127-r2.trigger 23:33:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:33:17 OK: 7 MiB in 19 packages 23:33:17 OK: 7 MiB in 19 packages 23:33:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:33:19 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:33:19 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:33:19 OK: 12617 distinct packages available 23:33:20 (1/4) Installing ca-certificates (20191127-r4) 23:33:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:33:20 (3/4) Installing libcurl (7.69.1-r3) 23:33:20 (4/4) Installing curl (7.69.1-r3) 23:33:20 Executing busybox-1.31.1-r19.trigger 23:33:20 Executing ca-certificates-20191127-r4.trigger 23:33:20 OK: 7 MiB in 18 packages 23:33:20 Removing intermediate container e8e67fe9ca32 23:33:20 ---> d940291fc4b5 23:33:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:33:21 Removing intermediate container c135079d5e94 23:33:21 ---> cbab70fd1000 23:33:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:33:21 ---> Running in 9927846d5bf0 23:33:21 ---> Running in 68ffb678eaa9 23:33:22 Removing intermediate container 9927846d5bf0 23:33:22 ---> bc3e449796a2 23:33:22 Step 13/22 : WORKDIR / 23:33:22 ---> Running in ea44e651db4f 23:33:23 Removing intermediate container 68ffb678eaa9 23:33:23 ---> ed3f05f57b65 23:33:23 Step 13/24 : WORKDIR / 23:33:23 ---> Running in 172250d65bff 23:33:23 Removing intermediate container d3029bc9dba1 23:33:23 ---> eb0d4a12e9a1 23:33:23 23:33:23 Step 11/27 : FROM docker:latest 23:33:23 ---> 0c09fb3ff9b5 23:33:23 Step 12/27 : RUN apk add --no-cache bash 23:33:23 Removing intermediate container ea44e651db4f 23:33:23 ---> 114568286920 23:33:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:33:23 ---> Running in 53367f5337da 23:33:24 Removing intermediate container f8999a0ede89 23:33:24 ---> 03388ffb13e6 23:33:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:33:24 Removing intermediate container 172250d65bff 23:33:24 ---> 294628bbb9a8 23:33: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 23:33:24 ---> Running in d67f42d9fd8e 23:33:25 ---> f18069931f47 23:33:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:33:25 Removing intermediate container d67f42d9fd8e 23:33:25 ---> 7c47a3391f9b 23:33:25 Step 13/21 : WORKDIR /edgex 23:33:25 ---> Running in 04db3f9db438 23:33:25 ---> 07ba2e54b378 23:33:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:33:26 Removing intermediate container 04db3f9db438 23:33:26 ---> c930cb32cefa 23:33:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:33:26 (1/2) Installing readline (8.0.4-r0) 23:33:26 (2/2) Installing bash (5.0.17-r0) 23:33:26 Executing bash-5.0.17-r0.post-install 23:33:27 Executing busybox-1.31.1-r19.trigger 23:33:27 OK: 12 MiB in 22 packages 23:33:27 ---> dcc082bc6d40 23:33:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:33:27 ---> 8ab6f7dab277 23:33:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:33:28 ---> 7540b2ca9edc 23:33:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:33:28 Removing intermediate container 53367f5337da 23:33:28 ---> 479af91831b2 23:33:28 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:33:28 ---> 123d18f76fed 23:33:28 ---> f0c91f94c441 23:33:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:33:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:33:29 ---> Running in f62a7d5efc0e 23:33:30 ---> f9f078024424 23:33:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:33:30 ---> a835ab8424a4 23:33:30 Step 18/22 : RUN chmod +x entrypoint.sh 23:33:30 ---> Running in bd411a2b642c 23:33:30 ---> 0a10a865643b 23:33:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:33:32 ---> e77f206347bb 23:33:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:33:32 ---> Running in 2bc206ed6811 23:33:33 Removing intermediate container f62a7d5efc0e 23:33:33 ---> d0052edb8d58 23:33:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:33:33 ---> 772f9553eb6d 23:33:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:33:33 ---> Running in fbea8deea626 23:33:33 Removing intermediate container 2bc206ed6811 23:33:33 ---> 2beeaaa526b7 23:33:33 Step 18/21 : CMD ["--init=true"] 23:33:34 ---> Running in 7b444f38f740 23:33:34 Removing intermediate container fbea8deea626 23:33:34 ---> cc9629361e62 23:33:34 Step 15/27 : ENV APP_PORT=48090 23:33:35 ---> Running in 2a10e8baff3e 23:33:35 Removing intermediate container bd411a2b642c 23:33:35 ---> 217cc4ad0d39 23:33:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:33:35 ---> a4e410c6b372 23:33:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:33:35 Removing intermediate container 7b444f38f740 23:33:35 ---> 1a60ab346fbf 23:33:35 Step 19/21 : LABEL arch=arm64 23:33:35 ---> Running in 6628b249f9b9 23:33:35 ---> Running in 7341c639f49b 23:33:35 ---> Running in efbff6db0ada 23:33:35 Removing intermediate container 2a10e8baff3e 23:33:35 ---> f9ab1594d67d 23:33:35 Step 16/27 : EXPOSE $APP_PORT 23:33:36 ---> Running in 1adbf6a2bf5c 23:33:36 Removing intermediate container 6628b249f9b9 23:33:36 ---> 979448d72c2c 23:33:36 Step 20/22 : LABEL arch=arm64 23:33:36 Removing intermediate container efbff6db0ada 23:33:36 ---> 118e11b90857 23:33:36 Step 20/21 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:33:36 ---> Running in 42173806a314 23:33:36 ---> Running in c7e5a1971e46 23:33:36 Removing intermediate container 1adbf6a2bf5c 23:33:36 ---> a91e54fdb5a4 23:33:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:33:37 Removing intermediate container 42173806a314 23:33:37 ---> 2caae39d4e78 23:33:37 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:33:37 Removing intermediate container c7e5a1971e46 23:33:37 ---> 833400ae09d7 23:33:37 Step 21/21 : LABEL version=0.0.0 23:33:37 ---> Running in e81c31a34f69 23:33:37 ---> Running in df4b864b0cbf 23:33:38 ---> b52960a79366 23:33:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:33:38 Removing intermediate container e81c31a34f69 23:33:38 ---> e775388dea55 23:33:38 Step 22/22 : LABEL version=0.0.0 23:33:38 ---> Running in 032d1dbedee7 23:33:38 Removing intermediate container df4b864b0cbf 23:33:38 ---> 2c54f29cfdc6 23:33:38 23:33:38 Removing intermediate container 7341c639f49b 23:33:38 ---> 9b635a14b98d 23:33:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:33:39 ---> Running in c2b52c7ac7e3 23:33:39 Removing intermediate container 032d1dbedee7 23:33:39 ---> 6a4e77ea0de7 23:33:39 23:33:39 Successfully built 2c54f29cfdc6 23:33:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:33:39 Building docker-core-metadata-go 23:33:39  Building docker-security-proxy-setup-go ... done  ---> 9cc5ef5ffd64 23:33:39 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:33:39 Successfully built 6a4e77ea0de7 23:33:40 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:33:40  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 23:33:40 Removing intermediate container c2b52c7ac7e3 23:33:40 ---> 3c7637e4e542 23:33:40 Step 22/24 : LABEL arch=arm64 23:33:40 ---> Running in 1b210082415a 23:33:41 ---> 66650c09e5e9 23:33:41 Step 20/27 : RUN apk --no-cache add py3-pip 23:33:41 Removing intermediate container 1b210082415a 23:33:41 ---> da4e30f8095c 23:33:41 Step 23/24 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:33:41 ---> Running in a13a45141110 23:33:41 ---> Running in 6760def7da29 23:33:42 Removing intermediate container 6760def7da29 23:33:42 ---> a6b054365d08 23:33:42 Step 24/24 : LABEL version=0.0.0 23:33:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:33:42 ---> Running in 745de2cdb0dd 23:33:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:33:43 (1/33) Installing libbz2 (1.0.8-r1) 23:33:43 (2/33) Installing expat (2.2.9-r1) 23:33:43 (3/33) Installing libffi (3.3-r2) 23:33:43 (4/33) Installing gdbm (1.13-r1) 23:33:43 (5/33) Installing xz-libs (5.2.5-r0) 23:33:43 (6/33) Installing sqlite-libs (3.32.1-r0) 23:33:43 (7/33) Installing python3 (3.8.5-r0) 23:33:44 Removing intermediate container 745de2cdb0dd 23:33:44 ---> cf3fe096bdfb 23:33:44 23:33:45 Successfully built cf3fe096bdfb 23:33:45 (8/33) Installing py3-appdirs (1.4.4-r1) 23:33:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:33:45 (10/33) Installing py3-parsing (2.4.7-r0) 23:33:45 (11/33) Installing py3-six (1.15.0-r0) 23:33:45 (12/33) Installing py3-packaging (20.4-r0) 23:33:45 (13/33) Installing py3-setuptools (47.0.0-r0) 23:33:45 (14/33) Installing py3-chardet (3.0.4-r4) 23:33:45 (15/33) Installing py3-idna (2.9-r0) 23:33:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:33:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:33:46 (18/33) Installing py3-requests (2.23.0-r0) 23:33:46 (19/33) Installing py3-msgpack (1.0.0-r0) 23:33:46 (20/33) Installing py3-lockfile (0.12.2-r3) 23:33:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:33:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:33:46 (22/33) Installing py3-colorama (0.4.3-r0) 23:33:46 Building docker-support-notifications-go 23:33:46  Building docker-security-secretstore-setup-go ... done (23/33) Installing py3-distlib (0.3.0-r0) 23:33:46 (24/33) Installing py3-distro (1.5.0-r1) 23:33:46 (25/33) Installing py3-webencodings (0.5.1-r3) 23:33:46 (26/33) Installing py3-html5lib (1.0.1-r4) 23:33:46 (27/33) Installing py3-pytoml (0.1.21-r0) 23:33:46 (28/33) Installing py3-pep517 (0.8.2-r0) 23:33:46 (29/33) Installing py3-progress (1.5-r0) 23:33:46 (30/33) Installing py3-toml (0.10.1-r0) 23:33:46 (31/33) Installing py3-retrying (1.3.3-r0) 23:33:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:33:46 (33/33) Installing py3-pip (20.1.1-r0) 23:33:46 Removing intermediate container f3dc2673efdb 23:33:46 ---> 012b89f16ab5 23:33:46 23:33:46 Step 10/23 : FROM alpine 23:33:46 ---> dd36a01c3f31 23:33:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:33:46 Executing busybox-1.31.1-r19.trigger 23:33:46 OK: 71 MiB in 55 packages 23:33:46 ---> Running in ac9881c6f73f 23:33:47 Removing intermediate container ac9881c6f73f 23:33:47 ---> 20bd0561bab6 23:33:47 Step 12/23 : ENV APP_PORT=48080 23:33:47 ---> Running in 0b308411a17c 23:33:48 Removing intermediate container 0b308411a17c 23:33:48 ---> 8da0d7334288 23:33:48 Step 13/23 : EXPOSE $APP_PORT 23:33:49 ---> Running in 3b7028bf1949 23:33:50 Removing intermediate container 3b7028bf1949 23:33:50 ---> 2a9b3cb00039 23:33:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:51 ---> Running in d617a88ad99d 23:33:53 Removing intermediate container a13a45141110 23:33:53 ---> a908830e627c 23:33:53 Step 21/27 : RUN pip install docker-compose==1.23.2 23:33:53 ---> Running in 5589fd5baafc 23:33:55 Removing intermediate container d617a88ad99d 23:33:55 ---> 400f5750a854 23:33:55 Step 15/23 : RUN apk --no-cache add zeromq 23:33:55 ---> Running in b230142aba20 23:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:33:58 (1/5) Installing libgcc (9.3.0-r2) 23:33:58 (2/5) Installing libsodium (1.0.18-r0) 23:33:58 (3/5) Installing libstdc++ (9.3.0-r2) 23:33:58 (4/5) Installing libzmq (4.3.3-r0) 23:33:58 (5/5) Installing zeromq (4.3.3-r0) 23:33:58 Executing busybox-1.31.1-r19.trigger 23:33:58 OK: 8 MiB in 19 packages 23:33:59 Collecting docker-compose==1.23.2 23:33:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:34:01 Collecting docopt<0.7,>=0.6.1 23:34:01 Downloading docopt-0.6.2.tar.gz (25 kB) 23:34:02 Removing intermediate container b230142aba20 23:34:02 ---> acf1950b6482 23:34:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:34:03 ---> 2b94f1666bf4 23:34:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:34:03 Collecting PyYAML<4,>=3.10 23:34:03 Downloading PyYAML-3.13.tar.gz (270 kB) 23:34:05 ---> 48df5fd1e336 23:34:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:34:06 ---> f795c258fdfe 23:34:06 Step 19/23 : ENTRYPOINT ["/core-data"] 23:34:07 ---> Running in f7f8d7b81a36 23:34:08 Removing intermediate container f7f8d7b81a36 23:34:08 ---> b95cbdfccbc0 23:34:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:34:08 Collecting websocket-client<1.0,>=0.32.0 23:34:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:34:08 ---> Running in 1b2b22ee30dd 23:34:09 Collecting docker<4.0,>=3.6.0 23:34:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:34:09 Removing intermediate container 1b2b22ee30dd 23:34:09 ---> 16a5ae813310 23:34:09 Step 21/23 : LABEL arch=arm64 23:34:10 ---> Running in 743aff35ff76 23:34:11 Removing intermediate container 743aff35ff76 23:34:11 ---> 32d4bada20ae 23:34:11 Step 22/23 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:34:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:34:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:34:11 ---> Running in 6b932d1c8576 23:34:11 Collecting texttable<0.10,>=0.9.0 23:34:11 Downloading texttable-0.9.1.tar.gz (11 kB) 23:34:12 Removing intermediate container 6b932d1c8576 23:34:12 ---> 97c32e19a76f 23:34:12 Step 23/23 : LABEL version=0.0.0 23:34:12 ---> Running in bf44cbb47f1b 23:34:13 Removing intermediate container bf44cbb47f1b 23:34:13 ---> a9ed5346fa5d 23:34:13 23:34:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:34:14 Collecting cached-property<2,>=1.2.0 23:34:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:34:14 Successfully built a9ed5346fa5d 23:34:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:34:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:34:14 ---> eeeb15ec6a0b 23:34:14 Step 3/21 : WORKDIR /edgex-go 23:34:14 ---> Using cache 23:34:14 ---> 9e6fbfdc0f31 23:34:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:14 ---> Using cache 23:34:14 ---> eb27a90bb1e5 23:34:14 Step 5/21 : RUN apk update && apk add make git 23:34:14 Successfully tagged docker-core-data-go-arm64:latest 23:34:14  Building docker-core-data-go ... done Building docker-core-command-go 23:34:14 Collecting jsonschema<3,>=2.5.1 23:34:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:34:15 ---> Running in 39f52b9094ad 23:34:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:34:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:34:15 ---> eeeb15ec6a0b 23:34:15 Step 3/22 : WORKDIR /edgex-go 23:34:15 ---> Using cache 23:34:15 ---> 9e6fbfdc0f31 23:34:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:15 ---> Using cache 23:34:15 ---> eb27a90bb1e5 23:34:15 Step 5/22 : RUN apk update && apk add make git 23:34:15 ---> Running in 4bd6489c7917 23:34:15 Collecting dockerpty<0.5,>=0.4.1 23:34:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:18 Collecting docker-pycreds>=0.4.0 23:34:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:34:18 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) 23:34:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:34:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:34:19 OK: 12620 distinct packages available 23:34:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:34:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:34:19 OK: 12620 distinct packages available 23:34:19 Collecting urllib3<1.25,>=1.21.1 23:34:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:34:19 OK: 217 MiB in 51 packages 23:34:19 OK: 217 MiB in 51 packages 23:34:19 Collecting idna<2.8,>=2.5 23:34:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:34:19 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) 23:34:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:34:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:34:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:34:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:34:22 Installing collected packages: docopt, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, jsonschema, dockerpty, docker-compose 23:34:22 Running setup.py install for docopt: started 23:34:23 Running setup.py install for docopt: finished with status 'done' 23:34:23 Running setup.py install for PyYAML: started 23:34:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:34:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:34:23 ---> eeeb15ec6a0b 23:34:23 Step 3/24 : WORKDIR /edgex-go 23:34:23 ---> Using cache 23:34:23 ---> 9e6fbfdc0f31 23:34:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:23 ---> Using cache 23:34:23 ---> eb27a90bb1e5 23:34:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:34:24 ---> Running in f80aaa84fe37 23:34:24 Removing intermediate container 4bd6489c7917 23:34:24 ---> 0ff507aab33a 23:34:24 Step 6/22 : COPY go.mod . 23:34:24 Removing intermediate container 39f52b9094ad 23:34:24 ---> bc34b7cae36e 23:34:24 Step 6/21 : COPY go.mod . 23:34:25 ---> f1ef3d09e40f 23:34:25 Step 7/22 : RUN go mod download 23:34:25 ---> 6dfd99f4b05a 23:34:25 Step 7/21 : RUN go mod download 23:34:25 ---> Running in 40175c825e25 23:34:26 ---> Running in 0561181765aa 23:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:26 Running setup.py install for PyYAML: finished with status 'done' 23:34:26 Attempting uninstall: urllib3 23:34:26 Found existing installation: urllib3 1.25.9 23:34:26 Uninstalling urllib3-1.25.9: 23:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:27 Successfully uninstalled urllib3-1.25.9 23:34:27 Attempting uninstall: idna 23:34:27 Found existing installation: idna 2.9 23:34:27 Uninstalling idna-2.9: 23:34:28 Successfully uninstalled idna-2.9 23:34:28 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:34:28 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:34:28 OK: 12620 distinct packages available 23:34:28 Attempting uninstall: requests 23:34:28 Found existing installation: requests 2.23.0 23:34:28 Uninstalling requests-2.23.0: 23:34:28 OK: 217 MiB in 51 packages 23:34:28 Successfully uninstalled requests-2.23.0 23:34:31 Running setup.py install for texttable: started 23:34:31 Removing intermediate container 40175c825e25 23:34:31 ---> fa489a7dd65c 23:34:31 Step 8/22 : COPY . . 23:34:32 Removing intermediate container 0561181765aa 23:34:32 ---> 6c1088637e05 23:34:32 Step 8/21 : COPY . . 23:34:32 Removing intermediate container f80aaa84fe37 23:34:32 ---> 46db754e1fd1 23:34:32 Step 6/24 : COPY go.mod . 23:34:33 Running setup.py install for texttable: finished with status 'done' 23:34:33 Running setup.py install for dockerpty: started 23:34:35 ---> 1cbd5c2ebcee 23:34:35 Step 7/24 : RUN go mod download 23:34:36 ---> Running in 7788c1b9d184 23:34:36 Running setup.py install for dockerpty: finished with status 'done' 23:34:37 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 23:34:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:34:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:34:39 ---> eeeb15ec6a0b 23:34:39 Step 3/22 : WORKDIR /edgex-go 23:34:39 ---> Using cache 23:34:39 ---> 9e6fbfdc0f31 23:34:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:34:39 ---> Using cache 23:34:39 ---> eb27a90bb1e5 23:34:39 Step 5/22 : RUN apk update && apk add make git 23:34:39 ---> Using cache 23:34:39 ---> bc34b7cae36e 23:34:39 Step 6/22 : COPY go.mod . 23:34:39 ---> Using cache 23:34:39 ---> 6dfd99f4b05a 23:34:39 Step 7/22 : RUN go mod download 23:34:39 ---> Using cache 23:34:39 ---> 6c1088637e05 23:34:39 Step 8/22 : COPY . . 23:34:43 Removing intermediate container 7788c1b9d184 23:34:43 ---> 629d210c8e8f 23:34:43 Step 8/24 : COPY . . 23:34:46 Removing intermediate container 5589fd5baafc 23:34:46 ---> 150e56718664 23:34:46 Step 22/27 : RUN apk --no-cache add curl 23:34:47 ---> Running in 7a967d581b0c 23:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:34:50 (2/3) Installing libcurl (7.69.1-r3) 23:34:50 (3/3) Installing curl (7.69.1-r3) 23:34:50 Executing busybox-1.31.1-r19.trigger 23:34:50 OK: 71 MiB in 58 packages 23:34:54 Removing intermediate container 7a967d581b0c 23:34:54 ---> 24581a3444bb 23:34:54 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:34:54 ---> 8d8f50508577 23:34:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:34:54 ---> Running in f7d3d2647c2f 23:34:54 ---> Running in ea5373899a8d 23:34:55 ---> b771638e9ce8 23:34:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:34:56 Removing intermediate container f7d3d2647c2f 23:34:56 ---> 4c5e282fccab 23:34:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:34:56 ---> Running in 4b4e4486b5f8 23:34:57 ---> Running in 0c0ddfa2b435 23:34:59 Removing intermediate container 0c0ddfa2b435 23:34:59 ---> f17de051b728 23:34:59 Step 25/27 : LABEL arch=arm64 23:34:59 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 23:34:59 ---> Running in 637c708c7b34 23:35:01 Removing intermediate container 637c708c7b34 23:35:01 ---> ba135e73dfe1 23:35:01 Step 26/27 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:35:01 ---> Running in 4737a684538e 23:35:02 ---> b5f6ea6d7ac3 23:35:02 Step 9/22 : RUN make cmd/core-command/core-command 23:35:02 Removing intermediate container 4737a684538e 23:35:02 ---> c19470847de0 23:35:02 Step 27/27 : LABEL version=0.0.0 23:35:02 ---> Running in 275e4639375f 23:35:02 ---> Running in 6f9a1bc24c00 23:35:04 Removing intermediate container 275e4639375f 23:35:04 ---> e389dd360015 23:35:04 23:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:35:06 Successfully built e389dd360015 23:35:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:35:07  Building docker-sys-mgmt-agent-go ... done  ---> eb35e2bf75fb 23:35:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:35:07 ---> Running in 85a771bead69 23:35:09 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 23:36:46 Removing intermediate container 4b4e4486b5f8 23:36:46 ---> 6b94e8312a5c 23:36:46 23:36:46 Step 10/21 : FROM scratch 23:36:46 ---> 23:36:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:36:46 ---> Running in 08f1e95ef6b5 23:36:46 Removing intermediate container 08f1e95ef6b5 23:36:46 ---> a0d5e36b789a 23:36:46 Step 12/21 : ENV APP_PORT=48085 23:36:46 ---> Running in a735c2e5e880 23:36:46 Removing intermediate container a735c2e5e880 23:36:46 ---> 1d4ee1c669c2 23:36:46 Step 13/21 : EXPOSE $APP_PORT 23:36:46 ---> Running in 1ec94092e5e7 23:36:46 Removing intermediate container 1ec94092e5e7 23:36:46 ---> a9cab4afeedd 23:36:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:36:46 ---> a6a523f8f8ef 23:36:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:36:46 Removing intermediate container 6f9a1bc24c00 23:36:46 ---> 768181f8a066 23:36:46 23:36:46 Step 10/22 : FROM scratch 23:36:46 ---> 23:36:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:36:46 ---> d0c15a08b727 23:36:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:36:46 ---> Using cache 23:36:46 ---> a0d5e36b789a 23:36:46 Step 12/22 : ENV APP_PORT=48082 23:36:46 ---> Running in d13f6e64d465 23:36:46 ---> 9592ded1805f 23:36:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:36:46 Removing intermediate container d13f6e64d465 23:36:46 ---> e971e3320bde 23:36:46 Step 13/22 : EXPOSE $APP_PORT 23:36:46 ---> Running in 6bfbe9a45c86 23:36:46 ---> Running in 3c57a3007c60 23:36:46 Removing intermediate container 6bfbe9a45c86 23:36:46 ---> c9547afb80ca 23:36:46 Step 14/22 : WORKDIR / 23:36:46 Removing intermediate container 85a771bead69 23:36:46 ---> 94726ec83026 23:36:46 23:36:46 Step 10/24 : FROM scratch 23:36:46 ---> 23:36:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:36:46 ---> Running in eea7f0c2756c 23:36:46 ---> Running in d5aaebdc1b68 23:36:46 Removing intermediate container 3c57a3007c60 23:36:46 ---> e3d208644e4f 23:36:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:46 ---> Running in 8a84cf1fa632 23:36:46 Removing intermediate container eea7f0c2756c 23:36:46 ---> 7f865f78e351 23:36:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:36:46 Removing intermediate container d5aaebdc1b68 23:36:46 ---> 910e6ac37273 23:36:46 Step 12/24 : ENV APP_PORT=48060 23:36:46 Removing intermediate container ea5373899a8d 23:36:46 ---> 5bc2f1193767 23:36:46 23:36:46 Step 10/22 : FROM scratch 23:36:46 ---> 23:36:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:36:46 ---> Using cache 23:36:46 ---> a0d5e36b789a 23:36:46 Step 12/22 : ENV APP_PORT=48081 23:36:46 ---> Running in 19c54711c655 23:36:46 Removing intermediate container 8a84cf1fa632 23:36:46 ---> d7c17e3461b7 23:36:46 Step 19/21 : LABEL arch=arm64 23:36:46 ---> Running in d2c5d48a9aad 23:36:46 ---> 7570d30eec09 23:36:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:36:46 ---> Running in be0cdbc3bf82 23:36:46 Removing intermediate container 19c54711c655 23:36:46 ---> 4456e2d06030 23:36:46 Step 13/24 : EXPOSE $APP_PORT 23:36:46 ---> Running in ac14187eb0ca 23:36:46 Removing intermediate container d2c5d48a9aad 23:36:46 ---> 21b7dbb0d7c3 23:36:46 Step 13/22 : EXPOSE $APP_PORT 23:36:46 ---> Running in d7abfd546a4f 23:36:46 Removing intermediate container be0cdbc3bf82 23:36:46 ---> f810d50ccd9f 23:36:46 Step 20/21 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:36:46 Removing intermediate container ac14187eb0ca 23:36:46 ---> 1342bc90cd13 23:36:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:36:46 ---> Running in 6ace69440109 23:36:46 ---> 13dae8cef4d9 23:36:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:36:46 Removing intermediate container d7abfd546a4f 23:36:46 ---> c3f29e2e95fd 23:36:46 Step 14/22 : WORKDIR / 23:36:46 ---> Running in b240b309caaa 23:36:46 Removing intermediate container 6ace69440109 23:36:46 ---> 13bc760217a6 23:36:46 Step 21/21 : LABEL version=0.0.0 23:36:46 ---> a2d0f6fdf1ef 23:36:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:36:46 ---> Running in e4a4e3623864 23:36:46 ---> e736d39b6b3e 23:36:46 Step 18/22 : ENTRYPOINT ["/core-command"] 23:36:46 Removing intermediate container b240b309caaa 23:36:46 ---> 4e118a26cf65 23:36:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:36:46 ---> Running in b25cd349fad8 23:36:46 Removing intermediate container e4a4e3623864 23:36:46 ---> 144a7fe24289 23:36:46 23:36:46 ---> d95eec5d675e 23:36:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:36:46 Successfully built 144a7fe24289 23:36:46 Successfully tagged docker-support-scheduler-go-arm64:latest 23:36:46  Building docker-support-scheduler-go ... done  ---> 92f35cd47549 23:36:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:36:46 Removing intermediate container b25cd349fad8 23:36:46 ---> 9826831de317 23:36:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:47 ---> Running in 64d981710571 23:36:47 Removing intermediate container 64d981710571 23:36:47 ---> 35cd975a861c 23:36:47 Step 20/22 : LABEL arch=arm64 23:36:48 ---> ba4f917ce8cb 23:36:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:36:48 ---> Running in 76915770ecb2 23:36:48 ---> 6aaabff23fc8 23:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:36:49 Removing intermediate container 76915770ecb2 23:36:49 ---> 6069d8ac7b60 23:36:49 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:36:49 ---> 1ca2bee93f44 23:36:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:36:49 ---> Running in fa74f82d3be4 23:36:49 ---> d06aa5706954 23:36:49 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:36:49 ---> Running in ee41ac46c0d6 23:36:50 Removing intermediate container fa74f82d3be4 23:36:50 ---> 3974e9fd05c9 23:36:50 Step 22/22 : LABEL version=0.0.0 23:36:50 ---> Running in de61176c144e 23:36:50 ---> 39cbdc9a25a5 23:36:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:36:50 Removing intermediate container ee41ac46c0d6 23:36:50 ---> 3d24ec57f957 23:36:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:50 ---> Running in 510ed15e9cad 23:36:51 Removing intermediate container de61176c144e 23:36:51 ---> 8dcf6851a966 23:36:51 23:36:51 Successfully built 8dcf6851a966 23:36:51 Successfully tagged docker-core-command-go-arm64:latest 23:36:51  Building docker-core-command-go ... done  ---> 2f7ef70daaf2 23:36:51 Removing intermediate container 510ed15e9cad 23:36:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:36:51 ---> c8af58a86171 23:36:51 Step 20/22 : LABEL arch=arm64 23:36:52 ---> Running in 458a783ae0af 23:36:52 ---> Running in f5907ef2ea46 23:36:52 Removing intermediate container f5907ef2ea46 23:36:52 Removing intermediate container 458a783ae0af 23:36:52 ---> 32e91f24e40b 23:36:52 Step 21/22 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:36:52 ---> 08919076af7a 23:36:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:52 ---> Running in 26bbb28537b7 23:36:52 ---> Running in 54c07b084d57 23:36:53 Removing intermediate container 54c07b084d57 23:36:53 ---> bc635ae10a75 23:36:53 Step 22/24 : LABEL arch=arm64 23:36:53 Removing intermediate container 26bbb28537b7 23:36:53 ---> 56fafacd386a 23:36:53 Step 22/22 : LABEL version=0.0.0 23:36:53 ---> Running in c8741503bcb7 23:36:53 ---> Running in 14b8437c836b 23:36:54 Removing intermediate container c8741503bcb7 23:36:54 ---> 5b9f0410e01a 23:36:54 23:36:54 Removing intermediate container 14b8437c836b 23:36:54 ---> 9a317cdf3a6a 23:36:54 Step 23/24 : LABEL git_sha=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 23:36:54 Successfully built 5b9f0410e01a 23:36:54 ---> Running in 9b5579047469 23:36:54 Successfully tagged docker-core-metadata-go-arm64:latest 23:36:55  Building docker-core-metadata-go ... done Removing intermediate container 9b5579047469 23:36:55 ---> db6fbc740ce0 23:36:55 Step 24/24 : LABEL version=0.0.0 23:36:55 ---> Running in b5cd842bff78 23:36:55 Removing intermediate container b5cd842bff78 23:36:55 ---> 007911463157 23:36:55 23:36:56 Successfully built 007911463157 23:36:56 Successfully tagged docker-support-notifications-go-arm64:latest 23:36:56  Building docker-support-notifications-go ... done  [Pipeline] } 23:36:56 $ docker stop --time=1 1fb53b81cfe5f79cbdaf1d719258d2697a8b7dabe53b8d2af88ecd3798d69c98 23:36:58 $ docker rm -f 1fb53b81cfe5f79cbdaf1d719258d2697a8b7dabe53b8d2af88ecd3798d69c98 [Pipeline] // withDockerContainer [Pipeline] sh 23:36:59 + grep docker 23:36:59 + docker images 23:36:59 docker-support-notifications-go-arm64 latest 007911463157 4 seconds ago 12.9MB 23:36:59 docker-core-metadata-go-arm64 latest 5b9f0410e01a 6 seconds ago 13.6MB 23:36:59 docker-core-command-go-arm64 latest 8dcf6851a966 9 seconds ago 11.4MB 23:36:59 docker-support-scheduler-go-arm64 latest 144a7fe24289 14 seconds ago 11.5MB 23:36:59 docker-sys-mgmt-agent-go-arm64 latest e389dd360015 About a minute ago 300MB 23:36:59 docker-core-data-go-arm64 latest a9ed5346fa5d 2 minutes ago 22.3MB 23:36:59 docker-security-secretstore-setup-go-arm64 latest cf3fe096bdfb 3 minutes ago 23.5MB 23:36:59 docker-security-bootstrap-redis-go-arm64 latest 6a4e77ea0de7 3 minutes ago 15.2MB 23:36:59 docker-security-proxy-setup-go-arm64 latest 2c54f29cfdc6 3 minutes ago 23.4MB 23:36:59 docker latest 0c09fb3ff9b5 26 hours 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 23:37:01 provisioning config files... 23:37:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config3883308029580930103tmp [Pipeline] { [Pipeline] sh 23:37:01 + set +x 23:37:01 + curl -s https://codecov.io/bash 23:37:01 + bash -s -- 23:37:02 23:37:02 _____ _ 23:37:02 / ____| | | 23:37:02 | | ___ __| | ___ ___ _____ __ 23:37:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:37:02 | |___| (_) | (_| | __/ (_| (_) \ V / 23:37:02 \_____\___/ \__,_|\___|\___\___/ \_/ 23:37:02 Bash-20201130-cc6d3fe 23:37:02 23:37:02 23:37:02 ==> Jenkins CI detected. 23:37:02 project root: . 23:37:02 --> token set from env 23:37:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:37:02 ==> Running gcov in . (disable via -X gcov) 23:37:02 ==> Python coveragepy not found 23:37:02 ==> Searching for coverage reports in: 23:37:02 + . 23:37:02 -> Found 1 reports 23:37:02 ==> Detecting git/mercurial file structure 23:37:02 ==> Reading reports 23:37:02 + ./coverage.out bytes=535934 23:37:02 ==> Appending adjustments 23:37:02 https://docs.codecov.io/docs/fixing-reports 23:37:05 + Found adjustments 23:37:05 ==> Gzipping contents 23:37:05 84K /tmp/codecov.S7oJbr.gz 23:37:05 ==> Uploading reports 23:37:05 url: https://codecov.io 23:37:05 query: branch=PR-2913&commit=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 23:37:05 -> Pinging Codecov 23:37:05 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2913&commit=b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 23:37:05 -> Uploading to 23:37:05 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78/b251b86a-f163-4e8b-bd0c-7558e4850ebd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T233705Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d197b6de28e9a24895f5ce67bb010d8adf541d80bdf230dbeaeadb266495f91 23:37:05 % Total % Received % Xferd Average Speed Time Time Time Current 23:37:05 Dload Upload Total Spent Left Speed 23:37:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83750 0 0 100 83750 0 160k --:--:-- --:--:-- --:--:-- 160k 23:37:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b59ed0c72fea1d65d60b0d61a28f2f0cde80dc78 [Pipeline] } 23:37:06 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 23:37:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:37:09 ---> package-listing.sh 23:37:09 ++ facter osfamily 23:37:09 ++ tr '[:upper:]' '[:lower:]' 23:37:09 + OS_FAMILY=redhat 23:37:09 + workspace=/w/workspace/edgex-go/14 23:37:09 + START_PACKAGES=/tmp/packages_start.txt 23:37:09 + END_PACKAGES=/tmp/packages_end.txt 23:37:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:37:09 + PACKAGES=/tmp/packages_start.txt 23:37:09 + '[' /w/workspace/edgex-go/14 ']' 23:37:09 + PACKAGES=/tmp/packages_end.txt 23:37:09 + case "${OS_FAMILY}" in 23:37:09 + rpm -qa 23:37:09 + sort 23:37:14 + '[' -f /tmp/packages_start.txt ']' 23:37:14 + '[' -f /tmp/packages_end.txt ']' 23:37:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:37:14 + '[' /w/workspace/edgex-go/14 ']' 23:37:14 + mkdir -p /w/workspace/edgex-go/14/archives/ 23:37:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 23:37:14 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:37:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:37:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:15 23:37:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:37:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:15 alpine: Pulling from edgex-lftools-log-publisher 23:37:15 df20fa9351a1: Pulling fs layer 23:37:15 36b3adc4ff6f: Pulling fs layer 23:37:15 8ad3a11d3b57: Pulling fs layer 23:37:15 46f8f816bc3b: Pulling fs layer 23:37:15 93b61091891f: Pulling fs layer 23:37:15 93b9cdb0e59b: Pulling fs layer 23:37:15 5e14af77c1be: Pulling fs layer 23:37:15 01666e4c0597: Pulling fs layer 23:37:15 aa168da1d23b: Pulling fs layer 23:37:15 93b9cdb0e59b: Waiting 23:37:15 46f8f816bc3b: Waiting 23:37:15 5e14af77c1be: Waiting 23:37:15 93b61091891f: Waiting 23:37:15 aa168da1d23b: Waiting 23:37:15 36b3adc4ff6f: Download complete 23:37:15 46f8f816bc3b: Verifying Checksum 23:37:15 46f8f816bc3b: Download complete 23:37:15 df20fa9351a1: Verifying Checksum 23:37:15 df20fa9351a1: Download complete 23:37:15 93b9cdb0e59b: Verifying Checksum 23:37:15 93b9cdb0e59b: Download complete 23:37:15 5e14af77c1be: Download complete 23:37:15 93b61091891f: Verifying Checksum 23:37:15 93b61091891f: Download complete 23:37:15 01666e4c0597: Verifying Checksum 23:37:15 01666e4c0597: Download complete 23:37:16 df20fa9351a1: Pull complete 23:37:16 8ad3a11d3b57: Verifying Checksum 23:37:16 8ad3a11d3b57: Download complete 23:37:16 36b3adc4ff6f: Pull complete 23:37:16 8ad3a11d3b57: Pull complete 23:37:17 46f8f816bc3b: Pull complete 23:37:17 93b61091891f: Pull complete 23:37:18 aa168da1d23b: Verifying Checksum 23:37:18 aa168da1d23b: Download complete 23:37:19 93b9cdb0e59b: Pull complete 23:37:19 5e14af77c1be: Pull complete 23:37:20 01666e4c0597: Pull complete 23:37:30 aa168da1d23b: Pull complete 23:37:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:37:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:37:30 prd-centos7-docker-4c-2g-16409 does not seem to be running inside a container 23:37:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:37:35 $ docker top 22742956c61af127297a0a1485ccb2cbfcd66d50bbc02e132a58beb025961c5a -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:36 + touch /tmp/pre-build-complete [Pipeline] sh 23:37:36 + mkdir -p /var/log/sa [Pipeline] sh 23:37:37 + ls /var/log/sa-host 23:37:37 + sadf -c /var/log/sa-host/sa16 23:37:37 file_magic: OK 23:37:37 HZ: Using current value: 100 23:37:37 file_header: OK 23:37:37 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 23:37:37 Statistics: 23:37:37 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... 23:37:37 File successfully converted to sysstat format version 12.2.1 23:37:37 + sadf -c /var/log/sa-host/sa23 23:37:37 file_magic: OK 23:37:37 HZ: Using current value: 100 23:37:37 file_header: OK 23:37:37 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 23:37:37 Statistics: 23:37:37 Hnuu...uuuununununu... 23:37:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:37:37 provisioning config files... 23:37:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config7978687703920193712tmp [Pipeline] { [Pipeline] echo 23:37:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:37:38 ---> create-netrc.sh [Pipeline] } 23:37:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:37:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:37:38 ---> python-tools-install.sh [Pipeline] echo 23:37:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:37:38 ---> sudo-logs.sh 23:37:38 Archiving 'sudo' log.. [Pipeline] echo 23:37:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:37:39 ---> job-cost.sh 23:37:39 lf-activate-venv: SKIPPING 23:37:39 INFO: No Stack... 23:37:40 INFO: Retrieving Pricing Info for: v1-standard-2 23:37:40 INFO: Archiving Costs [Pipeline] echo 23:37:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:37:41 ---> logs-deploy.sh 23:37:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/14 23:37:41 INFO: archiving workspace using pattern(s): 23:37:42 Archives upload complete. 23:37:42 INFO: archiving logs to Nexus 23:37:43 ---> uname -a: 23:37:43 Linux prd-centos7-docker-4c-2g-16409.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:37:43 23:37:43 23:37:43 ---> lscpu: 23:37:43 Architecture: x86_64 23:37:43 CPU op-mode(s): 32-bit, 64-bit 23:37:43 Byte Order: Little Endian 23:37:43 Address sizes: 40 bits physical, 48 bits virtual 23:37:43 CPU(s): 4 23:37:43 On-line CPU(s) list: 0-3 23:37:43 Thread(s) per core: 1 23:37:43 Core(s) per socket: 1 23:37:43 Socket(s): 4 23:37:43 NUMA node(s): 1 23:37:43 Vendor ID: GenuineIntel 23:37:43 CPU family: 6 23:37:43 Model: 44 23:37:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:37:43 Stepping: 1 23:37:43 CPU MHz: 2933.442 23:37:43 BogoMIPS: 5866.88 23:37:43 Virtualization: VT-x 23:37:43 Hypervisor vendor: KVM 23:37:43 Virtualization type: full 23:37:43 L1d cache: 128 KiB 23:37:43 L1i cache: 128 KiB 23:37:43 L2 cache: 16 MiB 23:37:43 L3 cache: 64 MiB 23:37:43 NUMA node0 CPU(s): 0-3 23:37:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:37:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:37:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:37:43 Vulnerability Meltdown: Mitigation; PTI 23:37:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:37:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:37:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:37:43 Vulnerability Srbds: Not affected 23:37:43 Vulnerability Tsx async abort: Not affected 23:37:43 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 23:37:43 23:37:43 23:37:43 ---> nproc: 23:37:43 4 23:37:43 23:37:43 23:37:43 ---> df -h: 23:37:43 Filesystem Size Used Available Use% Mounted on 23:37:43 overlay 50.0G 11.8G 38.2G 24% / 23:37:43 tmpfs 64.0M 0 64.0M 0% /dev 23:37:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:37:43 shm 64.0M 0 64.0M 0% /dev/shm 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14@tmp 23:37:43 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14 23:37:43 23:37:43 23:37:43 ---> free -m: 23:37:43 total used free shared buff/cache available 23:37:43 Mem: 1837 719 147 0 970 1031 23:37:43 Swap: 1023 59 964 23:37:43 23:37:43 23:37:43 ---> ip addr: 23:37:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:37:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:37:43 inet 127.0.0.1/8 scope host lo 23:37:43 valid_lft forever preferred_lft forever 23:37:43 inet6 ::1/128 scope host 23:37:43 valid_lft forever preferred_lft forever 23:37:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:37:43 link/ether fa:16:3e:d7:b5:1a brd ff:ff:ff:ff:ff:ff 23:37:43 inet 10.30.122.73/23 brd 10.30.123.255 scope global dynamic eth0 23:37:43 valid_lft 85136sec preferred_lft 85136sec 23:37:43 inet6 fe80::f816:3eff:fed7:b51a/64 scope link 23:37:43 valid_lft forever preferred_lft forever 23:37:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:37:43 link/ether 02:42:a9:ce:d5:43 brd ff:ff:ff:ff:ff:ff 23:37:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:37:43 valid_lft forever preferred_lft forever 23:37:43 inet6 fe80::42:a9ff:fece:d543/64 scope link 23:37:43 valid_lft forever preferred_lft forever 23:37:43 23:37:43 23:37:43 ---> sar -b -r -n DEV: 23:37:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 23:37:43 23:37:43 23:16:29 LINUX RESTART (4 CPU) 23:37:43 23:37:43 23:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:37:43 23:18:01 102.55 39.13 63.42 0.00 7569.59 19201.56 0.00 23:37:43 23:19:01 302.66 87.30 215.36 0.00 4807.98 64714.00 0.00 23:37:43 23:20:01 247.23 148.06 99.17 0.00 5923.59 10404.60 0.00 23:37:43 23:21:02 140.60 58.61 81.99 0.00 3388.26 19617.23 0.00 23:37:43 23:22:02 1195.51 899.65 295.86 0.00 107464.77 166352.32 0.00 23:37:43 23:23:01 2253.78 1965.37 288.41 0.00 131602.29 145781.29 0.00 23:37:43 23:24:02 1106.84 796.08 310.75 0.00 76400.26 110638.38 0.00 23:37:43 23:25:02 1831.78 1510.25 321.53 0.00 75558.92 86034.21 0.00 23:37:43 23:26:01 125.99 22.98 103.01 0.00 4147.17 10542.31 0.00 23:37:43 23:27:01 0.77 0.50 0.27 0.00 15.85 4.20 0.00 23:37:43 23:28:01 0.25 0.02 0.23 0.00 0.27 2.83 0.00 23:37:43 23:29:01 0.83 0.58 0.25 0.00 49.43 3.11 0.00 23:37:43 23:30:01 0.27 0.02 0.25 0.00 0.53 2.73 0.00 23:37:43 23:31:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 23:37:43 23:32:01 2.26 1.52 0.75 0.00 52.08 13.42 0.00 23:37:43 23:33:01 0.37 0.02 0.35 0.00 0.53 4.41 0.00 23:37:43 23:34:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 23:37:43 23:35:01 1.32 1.12 0.20 0.00 24.25 2.65 0.00 23:37:43 23:36:01 0.32 0.00 0.32 0.00 0.00 3.85 0.00 23:37:43 23:37:02 2.73 2.48 0.25 0.00 443.10 21.07 0.00 23:37:43 Average: 364.73 275.61 89.12 0.00 20844.52 31678.44 0.00 23:37:43 23:37:43 23:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:37:43 23:18:01 378376 0 592832 31.51 2620 907716 1091176 37.24 464856 838244 20 23:37:43 23:19:01 236720 0 731640 38.89 880 912304 1307844 44.63 567168 781704 8 23:37:43 23:20:01 408572 0 784040 41.67 352 688580 1676620 57.22 565244 627372 34864 23:37:43 23:21:02 76932 0 776788 41.28 336 1027488 1542776 52.65 673976 851508 73744 23:37:43 23:22:02 58764 0 789992 41.99 0 1032788 1924028 65.66 682540 922324 93832 23:37:43 23:23:01 105868 0 1252264 66.56 0 523412 3594808 122.68 842564 666716 35104 23:37:43 23:24:02 52456 0 728704 38.73 0 1100384 1908076 65.12 705780 895724 74216 23:37:43 23:25:02 191096 0 827920 44.00 0 862528 2016616 68.82 679916 756996 20 23:37:43 23:26:01 449788 0 648472 34.46 0 783284 1223492 41.76 497480 692284 8 23:37:43 23:27:01 458704 0 639104 33.97 0 783736 1157376 39.50 491624 691148 8 23:37:43 23:28:01 458932 0 638868 33.95 0 783744 1157328 39.50 491560 691164 12 23:37:43 23:29:01 457912 0 638388 33.93 0 785244 1157244 39.49 491276 692628 12 23:37:43 23:30:01 458008 0 638296 33.92 0 785240 1157244 39.49 491284 692656 8 23:37:43 23:31:01 458196 0 638088 33.91 0 785260 1157244 39.49 491284 692672 8 23:37:43 23:32:01 456648 0 638768 33.95 0 786128 1157244 39.49 491700 693240 8 23:37:43 23:33:01 456156 0 639268 33.98 0 786120 1157316 39.50 491792 693240 8 23:37:43 23:34:01 456532 0 638872 33.95 0 786140 1157244 39.49 491588 693256 8 23:37:43 23:35:01 455216 0 640180 34.02 0 786148 1157452 39.50 491804 693984 16 23:37:43 23:36:01 455012 0 640376 34.03 0 786156 1157500 39.50 492168 693984 20 23:37:43 23:37:02 435388 0 646784 34.38 0 799372 1170804 39.96 497216 707168 20 23:37:43 Average: 348264 0 708482 37.65 209 824589 1451472 49.54 554641 733401 15597 23:37:43 23:37:43 23:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:37:43 23:18:01 eth0 1931.23 1785.16 6341.82 216.00 0.00 0.00 0.00 0.00 23:37:43 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:18:01 docker0 1118.03 818.08 82.88 2672.20 0.00 0.00 0.00 0.00 23:37:43 23:19:01 eth0 770.09 615.88 4958.76 59.33 0.00 0.00 0.00 0.00 23:37:43 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:19:01 docker0 167.24 211.04 12.26 834.43 0.00 0.00 0.00 0.00 23:37:43 23:20:01 eth0 55.18 37.28 40.40 77.19 0.00 0.00 0.00 0.00 23:37:43 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:20:01 vethfc5631c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:21:02 eth0 197.16 133.88 1682.38 21.83 0.00 0.00 0.00 0.00 23:37:43 23:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:22:02 vethff90b81 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 23:37:43 23:22:02 eth0 97.80 68.59 180.51 74.44 0.00 0.00 0.00 0.00 23:37:43 23:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:22:02 docker0 18.84 34.16 1.06 146.32 0.00 0.00 0.00 0.00 23:37:43 23:23:01 vethff90b81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:23:01 vethf87e602 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:23:01 veth7236456 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:23:01 veth608c224 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:24:02 vethff90b81 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:24:02 vethe92dba9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:24:02 vethc3390c8 14.61 31.67 1.02 300.72 0.00 0.00 0.00 0.00 23:37:43 23:24:02 vethdffdefe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:25:02 vethff90b81 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:25:02 veth3c2c028 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 23:37:43 23:25:02 vethac2ec59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:25:02 eth0 3296.58 2787.51 14036.69 554.43 0.00 0.00 0.00 0.00 23:37:43 23:26:01 eth0 51.09 33.58 103.11 75.48 0.00 0.00 0.00 0.00 23:37:43 23:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:37:43 23:26:01 docker0 1368.30 1151.21 100.54 4270.83 0.00 0.00 0.00 0.00 23:37:43 23:27:01 eth0 1.25 0.52 0.69 0.21 0.00 0.00 0.00 0.00 23:37:43 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:28:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 23:37:43 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:29:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:43 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:30:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:31:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:37:43 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:43 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:33:01 eth0 0.28 0.27 0.14 0.08 0.00 0.00 0.00 0.00 23:37:43 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:43 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:35:01 eth0 1.08 0.33 0.34 0.17 0.00 0.00 0.00 0.00 23:37:43 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:36:01 eth0 2.48 0.58 0.68 0.40 0.00 0.00 0.00 0.00 23:37:43 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:37:02 eth0 3.61 1.98 3.21 1.10 0.00 0.00 0.00 0.00 23:37:43 23:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 23:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 Average: eth0 164.03 139.15 696.26 31.18 0.00 0.00 0.00 0.00 23:37:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:43 Average: docker0 67.34 56.66 4.95 210.19 0.00 0.00 0.00 0.00 23:37:43 23:37:43 23:37:43 ---> sar -P ALL: 23:37:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 23:37:43 23:37:43 23:16:29 LINUX RESTART (4 CPU) 23:37:43 23:37:43 23:17:01 CPU %user %nice %system %iowait %steal %idle 23:37:43 23:18:01 all 18.09 0.00 6.89 1.90 0.03 73.09 23:37:43 23:18:01 0 15.86 0.00 11.33 3.73 0.03 69.05 23:37:43 23:18:01 1 15.38 0.00 4.79 1.55 0.03 78.24 23:37:43 23:18:01 2 21.06 0.00 5.00 0.83 0.02 73.09 23:37:43 23:18:01 3 20.02 0.00 6.48 1.51 0.03 71.96 23:37:43 23:19:01 all 13.77 0.00 11.31 4.89 0.04 70.00 23:37:43 23:19:01 0 14.00 0.00 11.84 6.90 0.03 67.23 23:37:43 23:19:01 1 14.48 0.00 10.34 4.11 0.03 71.05 23:37:43 23:19:01 2 13.38 0.00 11.28 5.41 0.05 69.88 23:37:43 23:19:01 3 13.21 0.00 11.78 3.16 0.03 71.82 23:37:43 23:20:01 all 54.82 0.00 14.12 5.17 0.03 25.87 23:37:43 23:20:01 0 51.84 0.00 14.82 4.18 0.05 29.11 23:37:43 23:20:01 1 54.86 0.00 13.93 5.60 0.02 25.60 23:37:43 23:20:01 2 56.07 0.00 13.93 5.85 0.03 24.12 23:37:43 23:20:01 3 56.50 0.00 13.80 5.04 0.02 24.64 23:37:43 23:21:02 all 42.73 0.00 14.22 1.57 0.03 41.44 23:37:43 23:21:02 0 42.63 0.00 14.30 1.26 0.03 41.78 23:37:43 23:21:02 1 42.77 0.00 14.39 2.03 0.05 40.76 23:37:43 23:21:02 2 42.50 0.00 13.55 1.88 0.03 42.04 23:37:43 23:21:02 3 43.03 0.00 14.63 1.12 0.02 41.20 23:37:43 23:22:02 all 20.99 0.00 25.71 12.82 0.06 40.42 23:37:43 23:22:02 0 20.71 0.00 25.46 13.96 0.05 39.81 23:37:43 23:22:02 1 20.76 0.00 25.89 12.02 0.09 41.24 23:37:43 23:22:02 2 20.41 0.00 25.96 10.81 0.05 42.77 23:37:43 23:22:02 3 22.08 0.00 25.54 14.48 0.05 37.85 23:37:43 23:23:01 all 37.19 0.00 23.16 23.52 0.07 16.07 23:37:43 23:23:01 0 37.69 0.00 22.51 22.23 0.07 17.50 23:37:43 23:23:01 1 36.61 0.00 23.92 23.15 0.07 16.25 23:37:43 23:23:01 2 37.02 0.00 22.61 26.78 0.07 13.52 23:37:43 23:23:01 3 37.43 0.00 23.60 21.92 0.07 16.97 23:37:43 23:24:02 all 35.63 0.00 20.71 19.14 0.06 24.47 23:37:43 23:24:02 0 33.97 0.00 19.40 20.31 0.09 26.23 23:37:43 23:24:02 1 35.86 0.00 20.64 14.47 0.05 28.98 23:37:43 23:24:02 2 35.83 0.00 21.19 24.17 0.05 18.76 23:37:43 23:24:02 3 36.87 0.00 21.59 17.59 0.05 23.89 23:37:43 23:25:02 all 47.16 0.00 23.64 20.84 0.04 8.32 23:37:43 23:25:02 0 47.46 0.00 23.66 21.03 0.04 7.82 23:37:43 23:25:02 1 47.09 0.00 23.61 20.46 0.07 8.77 23:37:43 23:25:02 2 47.25 0.00 23.27 20.74 0.04 8.71 23:37:43 23:25:02 3 46.83 0.00 24.02 21.14 0.04 7.97 23:37:43 23:26:01 all 10.39 0.00 5.95 5.00 0.00 78.66 23:37:43 23:26:01 0 10.51 0.00 5.68 5.61 0.00 78.20 23:37:43 23:26:01 1 12.05 0.00 5.92 5.29 0.00 76.74 23:37:43 23:26:01 2 9.33 0.00 5.86 4.19 0.02 80.61 23:37:43 23:26:01 3 9.66 0.00 6.33 4.91 0.00 79.11 23:37:43 23:27:01 all 0.06 0.00 0.06 0.00 0.00 99.88 23:37:43 23:27:01 0 0.07 0.00 0.03 0.00 0.00 99.90 23:37:43 23:27:01 1 0.10 0.00 0.10 0.00 0.00 99.80 23:37:43 23:27:01 2 0.03 0.00 0.07 0.02 0.00 99.88 23:37:43 23:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:37:43 23:28:01 all 0.06 0.00 0.04 0.00 0.00 99.90 23:37:43 23:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:37:43 23:28:01 1 0.10 0.00 0.07 0.00 0.00 99.83 23:37:43 23:28:01 2 0.07 0.00 0.03 0.00 0.00 99.90 23:37:43 23:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:37:43 23:37:43 23:28:01 CPU %user %nice %system %iowait %steal %idle 23:37:43 23:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:37:43 23:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 23:37:43 23:29:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:37:43 23:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 23:37:43 23:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 23:37:43 23:30:01 all 0.15 0.00 0.04 0.00 0.01 99.80 23:37:43 23:30:01 0 0.05 0.00 0.03 0.00 0.02 99.90 23:37:43 23:30:01 1 0.52 0.00 0.05 0.00 0.02 99.42 23:37:43 23:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:37:43 23:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:37:43 23:31:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:37:43 23:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:37:43 23:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:37:43 23:31:01 2 0.02 0.00 0.05 0.00 0.00 99.93 23:37:43 23:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:37:43 23:32:01 all 0.16 0.00 0.06 0.02 0.00 99.76 23:37:43 23:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:37:43 23:32:01 1 0.53 0.00 0.05 0.00 0.00 99.42 23:37:43 23:32:01 2 0.07 0.00 0.07 0.00 0.00 99.87 23:37:43 23:32:01 3 0.02 0.00 0.10 0.07 0.00 99.82 23:37:43 23:33:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:37:43 23:33:01 0 0.07 0.00 0.02 0.00 0.00 99.92 23:37:43 23:33:01 1 0.50 0.00 0.03 0.00 0.00 99.47 23:37:43 23:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:37:43 23:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 23:37:43 23:34:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:37:43 23:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:37:43 23:34:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:37:43 23:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:37:43 23:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:37:43 23:35:01 all 0.17 0.00 0.04 0.03 0.00 99.76 23:37:43 23:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:37:43 23:35:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:37:43 23:35:01 2 0.08 0.00 0.07 0.13 0.00 99.72 23:37:43 23:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:37:43 23:36:01 all 0.16 0.00 0.02 0.00 0.00 99.82 23:37:43 23:36:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:37:43 23:36:01 1 0.53 0.00 0.02 0.00 0.00 99.45 23:37:43 23:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:37:43 23:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:37:43 23:37:02 all 0.30 0.00 0.12 0.09 0.00 99.48 23:37:43 23:37:02 0 0.17 0.00 0.22 0.27 0.00 99.35 23:37:43 23:37:02 1 0.43 0.00 0.12 0.03 0.00 99.42 23:37:43 23:37:02 2 0.52 0.00 0.10 0.05 0.00 99.33 23:37:43 23:37:02 3 0.08 0.00 0.07 0.02 0.00 99.83 23:37:43 Average: all 13.84 0.00 7.14 4.62 0.02 74.38 23:37:43 Average: 0 13.49 0.00 7.31 4.85 0.02 74.33 23:37:43 Average: 1 13.95 0.00 7.03 4.31 0.02 74.69 23:37:43 Average: 2 13.93 0.00 7.01 4.91 0.02 74.14 23:37:43 Average: 3 13.98 0.00 7.22 4.41 0.02 74.37 23:37:43 23:37:43 23:37:43