Pull request #2964 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from d7e5fdcff3f56a6fd89f391359d39bc286b0f90e+bbb161aa59ef099937232867751a09afbb087fa9 (b7709e74a68a3c2c6668f7ad6fa0e05fb72c45fd) 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-16734 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) > git config core.sparsecheckout # timeout=10 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # 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 bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" First time build. Skipping changelog. > git rev-list --no-walk 5c10915f88235ea7635ac9a2477ccdd2e69170d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:34:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:34:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:34:12 ========================================================= 08:34:12 EdgeX Global Pipelines Version Info 08:34:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:34:14 ------------------- 08:34:14 stable info: 08:34:14 ------------------- 08:34:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:34:14 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:34:14 Message: update stable to v1.0.173 08:34:15 ------------------- 08:34:15 experimental info: 08:34:15 ------------------- 08:34:15 Commited By: **** collab-it+edgex@linuxfoundation.org 08:34:15 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:34:15 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:34:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:34:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:34:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:34:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:34:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:34:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2964 [Pipeline] echo 08:34:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2964 [Pipeline] echo 08:34:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2964 [Pipeline] echo 08:34:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [Pipeline] echo 08:34:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7e5fdc [Pipeline] echo 08:34:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:34:18 provisioning config files... 08:34:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3177172793169863553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:34:19 ---> docker-login.sh 08:34:19 nexus3.edgexfoundry.org:10001 08:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:19 Configure a credential helper to remove this warning. See 08:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:19 08:34:19 Login Succeeded 08:34:19 nexus3.edgexfoundry.org:10002 08:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:19 Configure a credential helper to remove this warning. See 08:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:19 08:34:19 Login Succeeded 08:34:19 nexus3.edgexfoundry.org:10003 08:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:19 Configure a credential helper to remove this warning. See 08:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:19 08:34:19 Login Succeeded 08:34:19 nexus3.edgexfoundry.org:10004 08:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:20 Configure a credential helper to remove this warning. See 08:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:20 08:34:20 Login Succeeded 08:34:20 docker.io 08:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:20 Configure a credential helper to remove this warning. See 08:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:20 08:34:20 Login Succeeded 08:34:20 ---> docker-login.sh ends [Pipeline] } 08:34:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:34:20 ++ 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 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/core-command/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo core-command,cmd/core-command/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/core-data/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo core-data,cmd/core-data/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/core-metadata/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo core-metadata,cmd/core-metadata/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/security-bootstrap-redis/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/security-proxy-setup/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/support-notifications/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo support-notifications,cmd/support-notifications/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/support-scheduler/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:34:20 + for file in '`ls cmd/**/Dockerfile`' 08:34:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:34:20 ++ cut -d/ -f2 08:34:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:34:20 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 08:34:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:34:21 08:34:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:34:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:34:22 latest: Pulling from edgex-devops/git-semver 08:34:22 31603596830f: Pulling fs layer 08:34:22 2a8b12db71e7: Pulling fs layer 08:34:22 6ca5941a6612: Pulling fs layer 08:34:22 ecc8261a40a4: Pulling fs layer 08:34:22 ecc8261a40a4: Waiting 08:34:22 2a8b12db71e7: Verifying Checksum 08:34:22 2a8b12db71e7: Download complete 08:34:22 31603596830f: Verifying Checksum 08:34:22 31603596830f: Download complete 08:34:22 ecc8261a40a4: Verifying Checksum 08:34:22 ecc8261a40a4: Download complete 08:34:22 6ca5941a6612: Verifying Checksum 08:34:22 6ca5941a6612: Download complete 08:34:22 31603596830f: Pull complete 08:34:23 2a8b12db71e7: Pull complete 08:34:23 6ca5941a6612: Pull complete 08:34:23 ecc8261a40a4: Pull complete 08:34:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:34:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:34:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:34:24 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:34:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:34:26 $ docker top 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:34:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:34:26 [ssh-agent] Looking for ssh-agent implementation... 08:34:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:34:27 $ docker exec 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent 08:34:27 SSH_AUTH_SOCK=/tmp/ssh-FB3RV7nIvVd7/agent.12 08:34:27 SSH_AGENT_PID=17 08:34:27 Running ssh-add (command line suppressed) 08:34:27 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5860744816878438235.key (/w/workspace/edgex-go/2@tmp/private_key_5860744816878438235.key) 08:34:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:34:27 + git tag --points-at HEAD [Pipeline] } 08:34:27 $ docker exec --env ******** --env ******** 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent -k 08:34:27 unset SSH_AUTH_SOCK; 08:34:27 unset SSH_AGENT_PID; 08:34:27 echo Agent pid 17 killed; 08:34:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:34:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:34:28 [ssh-agent] Looking for ssh-agent implementation... 08:34:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:34:28 $ docker exec 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent 08:34:28 SSH_AUTH_SOCK=/tmp/ssh-gJHHPO9H1kb5/agent.45 08:34:28 SSH_AGENT_PID=51 08:34:28 Running ssh-add (command line suppressed) 08:34:28 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3582399231575811803.key (/w/workspace/edgex-go/2@tmp/private_key_3582399231575811803.key) 08:34:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:34:29 + git semver init 08:34:29 # -> Open(): unable to determine branch for HEAD 08:34:29 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:34:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:34:29 # $SEMVER_REMOTE_NAME = origin 08:34:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:34:29 # $SEMVER_USER_NAME = edgex-jenkins 08:34:29 # $SEMVER_BRANCH = PR-2964 08:34:29 # $SEMVER_TEMP = /tmp/semver-442862844 08:34:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:34:47 # '/tmp/semver-442862844' -> '/w/workspace/edgex-go/2/.semver' 08:34:47 # -> Force: false 08:34:47 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:34:47 $ docker exec --env ******** --env ******** 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent -k 08:34:47 unset SSH_AUTH_SOCK; 08:34:47 unset SSH_AGENT_PID; 08:34:47 echo Agent pid 51 killed; 08:34:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:34:48 + git semver [Pipeline] } 08:34:48 $ docker stop --time=1 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d 08:34:49 $ docker rm -f 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d [Pipeline] // withDockerContainer [Pipeline] sh 08:34:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:34:51 Stashed 1 file(s) [Pipeline] echo 08:34:51 [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 08:34:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:34:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:34:52 + sudo service docker restart 08:34:52 + true 08:34:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:34:53 ========================================================= 08:34:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:34:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:53 + 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 . 08:34:56 Sending build context to Docker daemon 326.2MB 08:34:56 Step 1/7 : ARG BASE=golang:1.15-alpine 08:34:56 Step 2/7 : FROM ${BASE} 08:34:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:34:56 188c0c94c7c5: Pulling fs layer 08:34:56 0ef7d3d256c8: Pulling fs layer 08:34:56 de9db76c5a1d: Pulling fs layer 08:34:56 bca2f99d35d6: Pulling fs layer 08:34:56 93359f2a8cfa: Pulling fs layer 08:34:56 7c6f9722023f: Pulling fs layer 08:34:56 a35cf1a2eb13: Pulling fs layer 08:34:56 93359f2a8cfa: Waiting 08:34:56 7c6f9722023f: Waiting 08:34:56 a35cf1a2eb13: Waiting 08:34:56 bca2f99d35d6: Waiting 08:34:56 de9db76c5a1d: Download complete 08:34:56 0ef7d3d256c8: Verifying Checksum 08:34:56 0ef7d3d256c8: Download complete 08:34:56 93359f2a8cfa: Verifying Checksum 08:34:56 93359f2a8cfa: Download complete 08:34:56 7c6f9722023f: Verifying Checksum 08:34:56 7c6f9722023f: Download complete 08:34:57 188c0c94c7c5: Verifying Checksum 08:34:57 188c0c94c7c5: Download complete 08:34:58 188c0c94c7c5: Pull complete 08:34:59 a35cf1a2eb13: Verifying Checksum 08:34:59 a35cf1a2eb13: Download complete 08:34:59 0ef7d3d256c8: Pull complete 08:34:59 de9db76c5a1d: Pull complete 08:35:00 bca2f99d35d6: Verifying Checksum 08:35:00 bca2f99d35d6: Download complete 08:35:05 bca2f99d35d6: Pull complete 08:35:05 93359f2a8cfa: Pull complete 08:35:05 7c6f9722023f: Pull complete 08:35:06 Still waiting to schedule task 08:35:06 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16732’ 08:35:10 a35cf1a2eb13: Pull complete 08:35:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:35:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:35:10 ---> a62c8e92a672 08:35:10 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 08:35:10 ---> Running in a767761f16b8 08:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:12 (1/12) Installing libmagic (5.38-r0) 08:35:12 (2/12) Installing file (5.38-r0) 08:35:12 (3/12) Installing libc-dev (0.7.2-r3) 08:35:12 (4/12) Installing g++ (9.3.0-r2) 08:35:15 (5/12) Installing fortify-headers (1.1-r0) 08:35:15 (6/12) Installing patch (2.7.6-r6) 08:35:16 (7/12) Installing build-base (0.5-r2) 08:35:16 (8/12) Installing libsodium (1.0.18-r0) 08:35:16 (9/12) Installing pkgconf (1.7.2-r0) 08:35:16 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:16 (11/12) Installing libzmq (4.3.3-r0) 08:35:16 (12/12) Installing zeromq-dev (4.3.3-r0) 08:35:16 Executing busybox-1.31.1-r19.trigger 08:35:16 OK: 233 MiB in 51 packages 08:35:20 Removing intermediate container a767761f16b8 08:35:20 ---> c0fd8a597c65 08:35:20 Step 4/7 : WORKDIR /edgex-go 08:35:20 ---> Running in 7c4e705a5139 08:35:20 Removing intermediate container 7c4e705a5139 08:35:20 ---> 50974edf7754 08:35:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:35:21 latest: Pulling from library/docker 08:35:21 801bfaa63ef2: Pulling fs layer 08:35:21 4f7dc993c79e: Pulling fs layer 08:35:21 d39d95e4997f: Pulling fs layer 08:35:21 1cda4b703d87: Pulling fs layer 08:35:21 54e5375350ea: Pulling fs layer 08:35:21 f08cd1b3bb1b: Pulling fs layer 08:35:21 8e17d04e0c68: Pulling fs layer 08:35:21 54e5375350ea: Waiting 08:35:21 f08cd1b3bb1b: Waiting 08:35:21 8e17d04e0c68: Waiting 08:35:21 1cda4b703d87: Waiting 08:35:21 d39d95e4997f: Verifying Checksum 08:35:21 d39d95e4997f: Download complete 08:35:21 4f7dc993c79e: Download complete 08:35:21 801bfaa63ef2: Verifying Checksum 08:35:21 801bfaa63ef2: Download complete 08:35:22 54e5375350ea: Verifying Checksum 08:35:22 54e5375350ea: Download complete 08:35:22 f08cd1b3bb1b: Verifying Checksum 08:35:22 f08cd1b3bb1b: Download complete 08:35:22 801bfaa63ef2: Pull complete 08:35:22 8e17d04e0c68: Verifying Checksum 08:35:22 8e17d04e0c68: Download complete 08:35:22 4f7dc993c79e: Pull complete 08:35:22 d39d95e4997f: Pull complete 08:35:23 1cda4b703d87: Verifying Checksum 08:35:23 1cda4b703d87: Download complete 08:35:25 1cda4b703d87: Pull complete 08:35:25 54e5375350ea: Pull complete 08:35:25 f08cd1b3bb1b: Pull complete 08:35:26 8e17d04e0c68: Pull complete 08:35:26 Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 08:35:26 Status: Downloaded newer image for docker:latest 08:35:27 ---> c906ef3d76ad 08:35:27 Step 6/7 : COPY go.mod . 08:35:28 ---> b0fdaaaff6ec 08:35:28 Step 7/7 : RUN go mod download 08:35:28 ---> Running in b98d34455202 08:35:50 Removing intermediate container b98d34455202 08:35:50 ---> e61c0b6f7b28 08:35:50 Successfully built e61c0b6f7b28 08:35:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:35:50 + docker inspect -f . ci-base-image-x86_64 08:35:50 . [Pipeline] withDockerContainer 08:35:50 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:35:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:35:51 $ docker top fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:52 + go version 08:35:52 go version go1.15.5 linux/amd64 [Pipeline] } 08:35:52 $ docker stop --time=1 fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 08:35:53 $ docker rm -f fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:54 + docker inspect -f . ci-base-image-x86_64 08:35:54 . [Pipeline] withDockerContainer 08:35:54 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:35:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:35:55 $ docker top 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 -eo pid,comm [Pipeline] { [Pipeline] echo 08:35:55 ========================================================= 08:35:55 [edgeXBuildGoParallel] Running Tests and Build... 08:35:55 ========================================================= [Pipeline] sh 08:35:55 + make test 08:35:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:03 ? github.com/edgexfoundry/edgex-go [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements 08:36:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 74.1% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.9% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.306s coverage: 28.6% of statements 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 93.8% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.4% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 08:36:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:36:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 55.9% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.1% of statements 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:36:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:36:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 08:36:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 08:36:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:36:46 GO111MODULE=on go vet ./... 08:37:09 gofmt -l . 08:37:09 [ "`gofmt -l .`" = "" ] 08:37:09 ./bin/test-go-mod-tidy.sh 08:37:09 ./bin/test-attribution-txt.sh [Pipeline] sh 08:37:11 + ls -al . 08:37:11 total 636 08:37:11 drwxrwxr-x 10 1001 1001 4096 Dec 18 08:37 . 08:37:11 drwxr-xr-x 4 root root 28 Dec 18 08:35 .. 08:37:11 -rw-rw-r-- 1 1001 1001 11 Dec 18 08:34 .dockerignore 08:37:11 drwxrwxr-x 8 1001 1001 179 Dec 18 08:34 .git 08:37:11 drwxrwxr-x 3 1001 1001 125 Dec 18 08:34 .github 08:37:11 -rw-rw-r-- 1 1001 1001 824 Dec 18 08:34 .gitignore 08:37:11 drwx------ 3 1001 1001 47 Dec 18 08:34 .semver 08:37:11 -rw-rw-r-- 1 1001 1001 166 Dec 18 08:34 .sonarcloud.properties 08:37:11 -rw-rw-r-- 1 1001 1001 3804 Dec 18 08:34 CONTRIBUTING.md 08:37:11 -rw-rw-r-- 1 1001 1001 1035 Dec 18 08:34 Dockerfile.build 08:37:11 -rw-rw-r-- 1 1001 1001 863 Dec 18 08:34 Jenkinsfile 08:37:11 -rw-rw-r-- 1 1001 1001 10775 Dec 18 08:34 LICENSE 08:37:11 -rw-rw-r-- 1 1001 1001 5750 Dec 18 08:34 Makefile 08:37:11 -rw-rw-r-- 1 1001 1001 6511 Dec 18 08:34 README.md 08:37:11 -rw-rw-r-- 1 1001 1001 6744 Dec 18 08:34 SECURITY.md 08:37:11 -rw-rw-r-- 1 1001 1001 5 Dec 18 08:34 VERSION 08:37:11 -rw-rw-r-- 1 1001 1001 4131 Dec 18 08:34 ZMQWindows.md 08:37:11 drwxrwxr-x 2 1001 1001 117 Dec 18 08:34 bin 08:37:11 drwxrwxr-x 14 1001 1001 4096 Dec 18 08:34 cmd 08:37:11 -rw-r--r-- 1 root root 538111 Dec 18 08:36 coverage.out 08:37:11 -rw-r--r-- 1 root root 979 Dec 18 08:37 go.mod 08:37:11 -rw-r--r-- 1 root root 18631 Dec 18 08:37 go.sum 08:37:11 drwxrwxr-x 8 1001 1001 127 Dec 18 08:34 internal 08:37:11 drwxrwxr-x 4 1001 1001 26 Dec 18 08:34 openapi 08:37:11 drwxrwxr-x 4 1001 1001 71 Dec 18 08:34 snap 08:37:11 -rw-rw-r-- 1 1001 1001 168 Dec 18 08:34 version.go [Pipeline] sh 08:37:11 + '[' -e coverage.out ] 08:37:11 + chown 1001:1001 coverage.out [Pipeline] stash 08:37:12 Stashed 1 file(s) [Pipeline] sh 08:37:12 + make build 08:37:12 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 08:37:15 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 08:37:24 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 08:37:24 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 08:37:25 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 08:37:26 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 08:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:37:28 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 08:37:30 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 08:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:37:32 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 08:37:33 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] } 08:37:34 $ docker stop --time=1 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 08:37:36 $ docker rm -f 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:39 08:37:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:37:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:39 latest: Pulling from edgex-devops/edgex-compose 08:37:39 cbdbe7a5bc2a: Pulling fs layer 08:37:39 ca9280d653b3: Pulling fs layer 08:37:39 7e9c9ca2126c: Pulling fs layer 08:37:39 cbdbe7a5bc2a: Verifying Checksum 08:37:39 cbdbe7a5bc2a: Download complete 08:37:40 cbdbe7a5bc2a: Pull complete 08:37:40 ca9280d653b3: Verifying Checksum 08:37:40 ca9280d653b3: Download complete 08:37:41 ca9280d653b3: Pull complete 08:37:41 7e9c9ca2126c: Download complete 08:37:49 7e9c9ca2126c: Pull complete 08:37:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:37:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:37:50 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:37:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:37:51 $ docker top b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:51 + docker-compose build --help 08:37:51 + grep parallel 08:37:52 --parallel Build images in parallel. [Pipeline] } 08:37:52 $ docker stop --time=1 b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 08:37:53 $ docker rm -f b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:54 . [Pipeline] withDockerContainer 08:37:54 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:37:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:37:55 $ docker top 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:55 + docker-compose -f ./docker-compose-build.yml build --parallel 08:37:56 Building docker-core-command-go ... 08:37:56 Building docker-core-data-go ... 08:37:56 Building docker-core-metadata-go ... 08:37:56 Building docker-security-bootstrap-redis-go ... 08:37:56 Building docker-security-proxy-setup-go ... 08:37:56 Building docker-security-secretstore-setup-go ... 08:37:56 Building docker-support-notifications-go ... 08:37:56 Building docker-support-scheduler-go ... 08:37:56 Building docker-sys-mgmt-agent-go ... 08:37:56 Building docker-security-secretstore-setup-go 08:37:56 Building docker-sys-mgmt-agent-go 08:37:56 Building docker-core-metadata-go 08:37:56 Building docker-support-notifications-go 08:37:56 Building docker-security-bootstrap-redis-go 08:38:29 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:38:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:38:29 ---> e61c0b6f7b28 08:38:29 Step 3/27 : WORKDIR /edgex-go 08:38:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:38:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:38:29 ---> e61c0b6f7b28 08:38:29 Step 3/24 : WORKDIR /edgex-go 08:38:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:38:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:38:29 ---> e61c0b6f7b28 08:38:29 Step 3/22 : WORKDIR /edgex-go 08:38:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:38:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:38:29 ---> e61c0b6f7b28 08:38:29 Step 3/22 : WORKDIR /edgex-go 08:38:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:38:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:38:29 ---> e61c0b6f7b28 08:38:29 Step 3/24 : WORKDIR /edgex-go 08:38:29 ---> Running in 88a99d086ab1 08:38:29 ---> Running in f4fab83b6969 08:38:29 ---> Running in e72b5974d924 08:38:29 ---> Running in 8e68c9514bc0 08:38:29 ---> Running in be06bdc7bb24 08:38:29 Removing intermediate container 88a99d086ab1 08:38:29 ---> ceb4bd69527c 08:38:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:29 Removing intermediate container e72b5974d924 08:38:29 ---> c27bdb107970 08:38:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:29 Removing intermediate container 8e68c9514bc0 08:38:29 ---> 007303657615 08:38:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:29 Removing intermediate container be06bdc7bb24 08:38:29 ---> e226d5479bac 08:38:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:29 Removing intermediate container f4fab83b6969 08:38:29 ---> 11eb52e384e3 08:38:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:29 ---> Running in fcb14c30b9f4 08:38:29 ---> Running in 3a2040f304be 08:38:29 ---> Running in f9adc80839e3 08:38:29 ---> Running in 20f5a67badde 08:38:29 ---> Running in 536cd8477a7d 08:38:32 Removing intermediate container fcb14c30b9f4 08:38:32 ---> 468e2955863d 08:38:32 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:38:32 Removing intermediate container f9adc80839e3 08:38:32 ---> d8465e0666e9 08:38:32 Step 5/22 : RUN apk update && apk add make git 08:38:32 Removing intermediate container 536cd8477a7d 08:38:32 ---> 3cd5ef348aae 08:38:32 Step 5/27 : RUN apk update && apk add make bash git 08:38:32 Removing intermediate container 3a2040f304be 08:38:32 ---> b97bd516848b 08:38:32 Step 5/22 : RUN apk update && apk add make git 08:38:32 ---> Running in fe992b9b9717 08:38:32 ---> Running in 36646ce141b4 08:38:32 Removing intermediate container 20f5a67badde 08:38:32 ---> bd6991798adc 08:38:32 Step 5/24 : RUN apk update && apk add make git 08:38:32 ---> Running in 142a422753a3 08:38:32 ---> Running in eaef514f2e6e 08:38:32 ---> Running in 1f1c5b6f627b 08:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:38:34 OK: 12750 distinct packages available 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:38:34 OK: 12750 distinct packages available 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:38:34 OK: 12750 distinct packages available 08:38:34 OK: 233 MiB in 51 packages 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:38:34 OK: 12750 distinct packages available 08:38:34 OK: 233 MiB in 51 packages 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:38:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:38:34 OK: 12750 distinct packages available 08:38:34 OK: 233 MiB in 51 packages 08:38:35 OK: 233 MiB in 51 packages 08:38:35 OK: 233 MiB in 51 packages 08:38:35 Removing intermediate container fe992b9b9717 08:38:35 ---> 37cb5dd6ab58 08:38:35 Step 6/24 : COPY go.mod . 08:38:35 Removing intermediate container 36646ce141b4 08:38:35 ---> a61542e3c0a1 08:38:35 Step 6/22 : COPY go.mod . 08:38:36 Removing intermediate container 142a422753a3 08:38:36 ---> 4afb2c1cd1df 08:38:36 Step 6/27 : COPY go.mod . 08:38:36 ---> 4d83220663b8 08:38:36 Step 7/24 : RUN go mod download 08:38:36 ---> Running in ae73f0694cdf 08:38:36 Removing intermediate container eaef514f2e6e 08:38:36 ---> dac147d76888 08:38:36 Step 6/22 : COPY go.mod . 08:38:36 Removing intermediate container 1f1c5b6f627b 08:38:36 ---> 86c01dec3e53 08:38:36 Step 6/24 : COPY go.mod . 08:38:36 ---> a31c8442e03d 08:38:36 Step 7/22 : RUN go mod download 08:38:36 ---> aa5a37aec71d 08:38:36 Step 7/27 : RUN go mod download 08:38:36 ---> Running in ac005ed45c9c 08:38:36 ---> Running in 01da9ab42e72 08:38:36 ---> 93db128b949e 08:38:36 Step 7/22 : RUN go mod download 08:38:36 ---> fb2a3a694cb5 08:38:36 Step 7/24 : RUN go mod download 08:38:37 ---> Running in 9fc4b4cf5f90 08:38:37 ---> Running in 52fe5bc29621 08:38:38 Removing intermediate container ae73f0694cdf 08:38:38 ---> 34f366a4fdfd 08:38:38 Step 8/24 : COPY . . 08:38:39 Removing intermediate container ac005ed45c9c 08:38:39 ---> 6f114e36d56f 08:38:39 Step 8/22 : COPY . . 08:38:41 Removing intermediate container 01da9ab42e72 08:38:41 ---> 6cd0b1f2fc80 08:38:41 Step 8/27 : COPY . . 08:38:53 Removing intermediate container 9fc4b4cf5f90 08:38:53 ---> 3f98a57218f8 08:38:53 Step 8/24 : COPY . . 08:38:53 Removing intermediate container 52fe5bc29621 08:38:53 ---> 1267a10caa47 08:38:53 Step 8/22 : COPY . . 08:38:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16735 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws 08:38:55 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:39:00 using credential edgex-jenkins-ssh 08:39:00 Cloning the remote Git repository 08:39:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:39:01 > git init /w/workspace/edgex-go/2 # timeout=10 08:39:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:39:01 > git --version # timeout=10 08:39:01 > git --version # 'git version 2.17.1' 08:39:01 using GIT_SSH to set credentials SSH Credentials for GitHub 08:39:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:39:16 ---> 5656bab785a4 08:39:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:39:18 ---> Running in bab29e801436 08:39:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:39:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:39:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:39:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:39:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:39:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:39:22 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:39:23 Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:39:23 Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) 08:39:23 ---> 3209f11358b3 08:39:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:39:23 ---> 6c06df6092e1 08:39:23 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:39:22 > git config core.sparsecheckout # timeout=10 08:39:22 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 08:39:22 > git remote # timeout=10 08:39:22 > git config --get remote.origin.url # timeout=10 08:39:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:39:22 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 08:39:23 > git rev-parse HEAD^{commit} # timeout=10 08:39:23 > git config core.sparsecheckout # timeout=10 08:39:23 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 08:39:24 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 08:39:24 ---> Running in 5aad4e8eb001 08:39:24 ---> Running in 318bb35b93ab 08:39:25 ---> b70339241aaa 08:39:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:39:25 ---> 695775d72542 08:39:25 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:39:26 ---> Running in 67a249d7f57d 08:39:26 ---> Running in 760986730e25 08:39:26 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 08:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:39:27 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 08:39:27 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:39:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:39:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:39:30 + sudo service docker restart 08:39:30 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:39:32 provisioning config files... 08:39:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config333014013934100190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:39:32 ---> docker-login.sh 08:39:32 nexus3.edgexfoundry.org:10001 08:39:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:39:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:39:33 Configure a credential helper to remove this warning. See 08:39:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:39:33 08:39:33 Login Succeeded 08:39:33 nexus3.edgexfoundry.org:10002 08:39:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:39:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:39:34 Configure a credential helper to remove this warning. See 08:39:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:39:34 08:39:34 Login Succeeded 08:39:34 nexus3.edgexfoundry.org:10003 08:39:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:39:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:39:35 Configure a credential helper to remove this warning. See 08:39:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:39:35 08:39:35 Login Succeeded 08:39:35 nexus3.edgexfoundry.org:10004 08:39:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:39:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:39:35 Configure a credential helper to remove this warning. See 08:39:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:39:35 08:39:35 Login Succeeded 08:39:35 docker.io 08:39:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:39:36 Configure a credential helper to remove this warning. See 08:39:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:39:36 08:39:36 Login Succeeded 08:39:36 ---> docker-login.sh ends [Pipeline] } 08:39:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:39:36 ========================================================= 08:39:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:39:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:39:37 + 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 . 08:39:39 Sending build context to Docker daemon 165.4MB 08:39:39 Step 1/7 : ARG BASE=golang:1.15-alpine 08:39:39 Step 2/7 : FROM ${BASE} 08:39:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:39:39 5f621e34cdf4: Pulling fs layer 08:39:39 a4357932f1b6: Pulling fs layer 08:39:39 18c013af1878: Pulling fs layer 08:39:39 00ac8860ef70: Pulling fs layer 08:39:39 63d7cb157983: Pulling fs layer 08:39:39 b116817d02f9: Pulling fs layer 08:39:39 745a02a5169b: Pulling fs layer 08:39:39 00ac8860ef70: Waiting 08:39:39 63d7cb157983: Waiting 08:39:39 b116817d02f9: Waiting 08:39:39 a4357932f1b6: Verifying Checksum 08:39:39 a4357932f1b6: Download complete 08:39:39 18c013af1878: Download complete 08:39:39 63d7cb157983: Verifying Checksum 08:39:39 63d7cb157983: Download complete 08:39:39 5f621e34cdf4: Verifying Checksum 08:39:39 5f621e34cdf4: Download complete 08:39:39 b116817d02f9: Verifying Checksum 08:39:39 b116817d02f9: Download complete 08:39:40 5f621e34cdf4: Pull complete 08:39:40 a4357932f1b6: Pull complete 08:39:41 18c013af1878: Pull complete 08:39:42 745a02a5169b: Verifying Checksum 08:39:42 745a02a5169b: Download complete 08:39:43 00ac8860ef70: Download complete 08:39:53 00ac8860ef70: Pull complete 08:39:53 63d7cb157983: Pull complete 08:39:53 b116817d02f9: Pull complete 08:39:54 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 08:39:54 Removing intermediate container bab29e801436 08:39:54 ---> ea893f8daa0b 08:39:54 08:39:54 Step 10/24 : FROM scratch 08:39:54 ---> 08:39:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:39:55 ---> Running in 8734413f339c 08:39:56 Removing intermediate container 760986730e25 08:39:56 ---> 360ae7666561 08:39:56 08:39:56 Step 10/22 : FROM alpine:3.10 08:39:56 3.10: Pulling from library/alpine 08:39:56 Removing intermediate container 8734413f339c 08:39:56 ---> 4fad17fbdb3d 08:39:56 Step 12/24 : ENV APP_PORT=48060 08:39:56 ---> Running in 352aa2c161ad 08:39:56 Removing intermediate container 5aad4e8eb001 08:39:56 ---> f177373320dc 08:39:56 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:39:57 ---> Running in 7e8f1f2b3910 08:39:57 745a02a5169b: Pull complete 08:39:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:39:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:39:57 ---> b7e6874047d6 08:39:57 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 08:39:57 Removing intermediate container 352aa2c161ad 08:39:57 ---> bc64c73987b4 08:39:57 Step 13/24 : EXPOSE $APP_PORT 08:39:58 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:39:58 ---> Running in 9cac0cb873ce 08:39:58 Status: Downloaded newer image for alpine:3.10 08:39:58 ---> be4e4bea2c2e 08:39:58 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:39:59 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 08:39:59 ---> Running in 5bcb13c12c33 08:39:59 Removing intermediate container 67a249d7f57d 08:39:59 ---> fffbdddc0d32 08:39:59 08:39:59 Step 10/24 : FROM alpine:3.10 08:39:59 ---> be4e4bea2c2e 08:39:59 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:39:59 Removing intermediate container 9cac0cb873ce 08:39:59 ---> 53fe9786252c 08:39:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:39:59 ---> Running in a5b47fa6ac0a 08:40:00 ---> a310c218fe1d 08:40:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:40:00 ---> Running in 6c658a646ec5 08:40:00 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:40:00 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:40:00 OK: 10350 distinct packages available 08:40:01 (1/5) Installing ca-certificates (20191127-r2) 08:40:01 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:40:01 (3/5) Installing libcurl (7.66.0-r3) 08:40:01 (4/5) Installing curl (7.66.0-r3) 08:40:01 (5/5) Installing dumb-init (1.2.2-r1) 08:40:01 Executing busybox-1.30.1-r3.trigger 08:40:01 Executing ca-certificates-20191127-r2.trigger 08:40:01 OK: 7 MiB in 19 packages 08:40:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:40:01 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:40:01 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:40:01 OK: 10350 distinct packages available 08:40:02 (1/5) Installing ca-certificates (20191127-r2) 08:40:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:40:02 (3/5) Installing libcurl (7.66.0-r3) 08:40:02 (4/5) Installing curl (7.66.0-r3) 08:40:02 (5/5) Installing dumb-init (1.2.2-r1) 08:40:02 Executing busybox-1.30.1-r3.trigger 08:40:02 Executing ca-certificates-20191127-r2.trigger 08:40:02 OK: 7 MiB in 19 packages 08:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:03 (1/12) Installing libmagic (5.38-r0) 08:40:03 ---> 9c8e0203de39 08:40:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:40:03 (2/12) Installing file (5.38-r0) 08:40:03 (3/12) Installing libc-dev (0.7.2-r3) 08:40:03 (4/12) Installing g++ (9.3.0-r2) 08:40:03 Removing intermediate container 318bb35b93ab 08:40:03 ---> ab1ed28d605b 08:40:03 08:40:03 Step 10/22 : FROM scratch 08:40:03 ---> 08:40:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:40:04 Removing intermediate container 7e8f1f2b3910 08:40:04 ---> 9b674827fd3f 08:40:04 08:40:04 Step 11/27 : FROM docker:latest 08:40:04 ---> 0040bc98e531 08:40:04 Step 12/27 : RUN apk add --no-cache bash 08:40:04 ---> Running in d75966abf2ee 08:40:04 ---> Running in e95f95f2352f 08:40:05 ---> cd0b39a79936 08:40:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:40:05 Removing intermediate container 5bcb13c12c33 08:40:05 ---> d7e07ec6dd6b 08:40:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:40:05 Removing intermediate container d75966abf2ee 08:40:05 ---> 63fcd4641c2b 08:40:05 Step 12/22 : ENV APP_PORT=48081 08:40:05 ---> Running in 98941f091098 08:40:05 Removing intermediate container a5b47fa6ac0a 08:40:05 ---> 3ac92019dc85 08:40:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:40:05 ---> Running in 6f417b8ebffe 08:40:05 ---> c0d8c746b9b4 08:40:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:40:05 ---> Running in 7aa193421d3f 08:40:05 Removing intermediate container 98941f091098 08:40:05 ---> 8ff198548837 08:40:05 Step 13/22 : EXPOSE $APP_PORT 08:40:06 Removing intermediate container 6f417b8ebffe 08:40:06 ---> 6d5be04e78fd 08:40:06 Step 13/22 : WORKDIR / 08:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:06 ---> Running in 85a9c0cfd95c 08:40:06 Removing intermediate container 7aa193421d3f 08:40:06 ---> 0293d29ccc38 08:40:06 Step 13/24 : WORKDIR / 08:40:06 ---> Running in 6b54ea895339 08:40:06 (1/2) Installing readline (8.0.4-r0) 08:40:06 (2/2) Installing bash (5.0.17-r0) 08:40:06 Executing bash-5.0.17-r0.post-install 08:40:06 Executing busybox-1.31.1-r19.trigger 08:40:06 OK: 12 MiB in 22 packages 08:40:06 (5/12) Installing fortify-headers (1.1-r0) 08:40:06 (6/12) Installing patch (2.7.6-r6) 08:40:06 (7/12) Installing build-base (0.5-r2) 08:40:06 (8/12) Installing libsodium (1.0.18-r0) 08:40:06 (9/12) Installing pkgconf (1.7.2-r0) 08:40:06 (10/12) Installing libsodium-dev (1.0.18-r0) 08:40:06 (11/12) Installing libzmq (4.3.3-r0) 08:40:07 ---> Running in 8d451bd458ca 08:40:07 ---> 9a7e99c6e53d 08:40:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:40:07 Removing intermediate container 85a9c0cfd95c 08:40:07 ---> 05c57f2ef652 08:40:07 Step 14/22 : WORKDIR / 08:40:07 (12/12) Installing zeromq-dev (4.3.3-r0) 08:40:07 Executing busybox-1.31.1-r19.trigger 08:40:07 OK: 217 MiB in 51 packages 08:40:07 Removing intermediate container 6b54ea895339 08:40:07 ---> d2bcd3565807 08:40:07 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:40:07 ---> Running in 6481be7c41fa 08:40:07 Removing intermediate container 8d451bd458ca 08:40:07 ---> 5780b30129ef 08:40:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:40:07 ---> dfe180ed227d 08:40:07 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:40:07 ---> Running in 0e228f4e3b19 08:40:07 Removing intermediate container e95f95f2352f 08:40:07 ---> 0609c790b60d 08:40:07 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:40:07 ---> 8bdf0700212c 08:40:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:40:07 Removing intermediate container 6481be7c41fa 08:40:07 ---> bef3a9dd4f4f 08:40:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:40:08 ---> 116df3937104 08:40:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:40:08 ---> Running in 9fc755b73e25 08:40:08 Removing intermediate container 0e228f4e3b19 08:40:08 ---> dfc0b3da1694 08:40:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:08 ---> c06289c95a02 08:40:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:40:08 ---> Running in 14b7730591bd 08:40:08 ---> 70d5d0fa529c 08:40:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:40:08 ---> ff21208dd0d1 08:40:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:40:08 Removing intermediate container 14b7730591bd 08:40:08 ---> 235224b3ce0c 08:40:08 Step 22/24 : LABEL arch=x86_64 08:40:08 ---> Running in 474d90a3f705 08:40:08 ---> 7524c7e25726 08:40:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:40:09 ---> fd50e9f73e85 08:40:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:40:09 ---> 505a2045a440 08:40:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:40:10 Removing intermediate container 474d90a3f705 08:40:10 ---> 9d04b9be657e 08:40:10 Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:40:10 ---> c4977bfd4883 08:40:10 Step 18/22 : RUN chmod +x entrypoint.sh 08:40:10 ---> 4b455ef48441 08:40:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:40:10 ---> Running in cfcf2c28e4b9 08:40:10 ---> Running in 164d76f688a1 08:40:10 Removing intermediate container 9fc755b73e25 08:40:10 ---> b01d063a7360 08:40:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:40:10 ---> 00ab6585a4e3 08:40:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:40:10 ---> Running in ad1d20293cd0 08:40:10 ---> Running in 08d0edec8fe9 08:40:10 ---> cf99e9c59ecb 08:40:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:40:10 Removing intermediate container 164d76f688a1 08:40:10 ---> 199edee5ec06 08:40:10 Step 24/24 : LABEL version=0.0.0 08:40:10 ---> Running in cac0f4da4138 08:40:11 Removing intermediate container ad1d20293cd0 08:40:11 ---> 7b205e7e5c6f 08:40:11 Step 15/27 : ENV APP_PORT=48090 08:40:11 Removing intermediate container 08d0edec8fe9 08:40:11 ---> e7bfcbc41f98 08:40:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:11 ---> Running in f1ed3f5abf48 08:40:11 ---> Running in c4a18d0b6e3f 08:40:11 ---> 87b05f6babe2 08:40:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:40:11 Removing intermediate container cac0f4da4138 08:40:11 ---> 90126db0b8af 08:40:11 08:40:11 Removing intermediate container 6c658a646ec5 08:40:11 ---> d7225243baed 08:40:11 Step 4/7 : WORKDIR /edgex-go 08:40:11 ---> Running in a4a3d4774b50 08:40:11 ---> Running in f11599821a90 08:40:11 Successfully built 90126db0b8af 08:40:11 Removing intermediate container a4a3d4774b50 08:40:11 ---> 11248e01210e 08:40:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:40:11 Successfully tagged docker-support-notifications-go:latest 08:40:11 Removing intermediate container f1ed3f5abf48 08:40:11 ---> b768c58f42ee 08:40:11 Step 16/27 : EXPOSE $APP_PORT 08:40:11  Building docker-support-notifications-go ... done Building docker-core-command-go 08:40:11 Removing intermediate container c4a18d0b6e3f 08:40:11 ---> 31d8847f3337 08:40:11 Step 20/22 : LABEL arch=x86_64 08:40:12 ---> Running in 50149ebcb750 08:40:12 ---> Running in 89d7278fb97b 08:40:12 Removing intermediate container cfcf2c28e4b9 08:40:12 ---> 0b762dfbe7ca 08:40:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:40:12 ---> Running in 2335ed7f00b8 08:40:12 Removing intermediate container 50149ebcb750 08:40:12 ---> 72d2a07259c3 08:40:12 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:40:12 Removing intermediate container 89d7278fb97b 08:40:12 ---> 32e9f6215088 08:40:12 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:40:12 ---> Running in 135c2eac8865 08:40:12 Removing intermediate container 2335ed7f00b8 08:40:12 ---> 44e3c5b3c566 08:40:12 Step 20/22 : LABEL arch=x86_64 08:40:12 latest: Pulling from library/docker 08:40:12 a3cc7d3b244e: Pulling fs layer 08:40:12 02a3295e0d61: Pulling fs layer 08:40:12 0f4f2e6d8100: Pulling fs layer 08:40:12 065c9533d613: Pulling fs layer 08:40:12 9fce0df16b8b: Pulling fs layer 08:40:12 e3faa53604c1: Pulling fs layer 08:40:12 04b5adaa2053: Pulling fs layer 08:40:12 9fce0df16b8b: Waiting 08:40:12 e3faa53604c1: Waiting 08:40:12 04b5adaa2053: Waiting 08:40:12 065c9533d613: Waiting 08:40:12 0f4f2e6d8100: Download complete 08:40:12 02a3295e0d61: Verifying Checksum 08:40:12 02a3295e0d61: Download complete 08:40:12 a3cc7d3b244e: Download complete 08:40:13 9fce0df16b8b: Verifying Checksum 08:40:13 9fce0df16b8b: Download complete 08:40:13 e3faa53604c1: Download complete 08:40:13 04b5adaa2053: Verifying Checksum 08:40:13 04b5adaa2053: Download complete 08:40:13 ---> Running in 731032db0700 08:40:13 a3cc7d3b244e: Pull complete 08:40:14 02a3295e0d61: Pull complete 08:40:14 065c9533d613: Verifying Checksum 08:40:14 065c9533d613: Download complete 08:40:14 0f4f2e6d8100: Pull complete 08:40:15 ---> 97d6e3d46475 08:40:15 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:40:15 Removing intermediate container 135c2eac8865 08:40:15 ---> 164f09ddbab3 08:40:15 Step 22/22 : LABEL version=0.0.0 08:40:17 Removing intermediate container 731032db0700 08:40:17 ---> 2ac38eead579 08:40:17 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:40:17 Removing intermediate container f11599821a90 08:40:17 ---> efb0df8a9dcc 08:40:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:40:17 ---> Running in 5f49ccc72e00 08:40:17 ---> Running in 27a9411c9e77 08:40:17 ---> Running in 23be06049ab0 08:40:17 ---> 05f026447288 08:40:17 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:40:19 065c9533d613: Pull complete 08:40:19 9fce0df16b8b: Pull complete 08:40:19 Removing intermediate container 27a9411c9e77 08:40:19 ---> c5e3d83e5f3b 08:40:19 Step 22/22 : LABEL version=0.0.0 08:40:19 Removing intermediate container 5f49ccc72e00 08:40:19 ---> 09d653f233f5 08:40:19 08:40:19 Removing intermediate container 23be06049ab0 08:40:19 ---> a83747f22642 08:40:19 Step 22/24 : LABEL arch=x86_64 08:40:19 e3faa53604c1: Pull complete 08:40:19 Successfully built 09d653f233f5 08:40:19 04b5adaa2053: Pull complete 08:40:19 Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 08:40:19 Status: Downloaded newer image for docker:latest 08:40:19 Successfully tagged docker-core-metadata-go:latest 08:40:19 Building docker-core-data-go 08:40:22  Building docker-core-metadata-go ... done  ---> 68064a8e983b 08:40:22 Step 20/27 : RUN apk --no-cache add py3-pip 08:40:22 ---> Running in 901dd23e20f0 08:40:23 ---> Running in 26d63f8601f1 08:40:23 ---> 7bc30d8a45b0 08:40:23 Step 6/7 : COPY go.mod . 08:40:23 ---> Running in f7523f73a080 08:40:23 ---> 22e1deec2212 08:40:23 Step 7/7 : RUN go mod download 08:40:23 ---> Running in 999c3d8807ef 08:40:26 Removing intermediate container 901dd23e20f0 08:40:26 ---> d29273164833 08:40:26 08:40:27 Removing intermediate container 26d63f8601f1 08:40:27 ---> 63c9908702e4 08:40:27 Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:40:27 Successfully built d29273164833 08:40:27 Successfully tagged docker-security-bootstrap-redis-go:latest 08:40:27 Building docker-security-proxy-setup-go 08:40:27  Building docker-security-bootstrap-redis-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:27 ---> e61c0b6f7b28 08:40:27 Step 3/22 : WORKDIR /edgex-go 08:40:27 ---> Using cache 08:40:27 ---> 11eb52e384e3 08:40:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:27 ---> Using cache 08:40:27 ---> 3cd5ef348aae 08:40:27 Step 5/22 : RUN apk update && apk add make git 08:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:28 (1/33) Installing libbz2 (1.0.8-r1) 08:40:28 (2/33) Installing expat (2.2.9-r1) 08:40:28 (3/33) Installing libffi (3.3-r2) 08:40:28 (4/33) Installing gdbm (1.13-r1) 08:40:29 (5/33) Installing xz-libs (5.2.5-r0) 08:40:29 (6/33) Installing sqlite-libs (3.32.1-r0) 08:40:29 ---> Running in 243396179eb7 08:40:29 ---> Running in d4bb95d2161c 08:40:29 (7/33) Installing python3 (3.8.5-r0) 08:40:37 Removing intermediate container d4bb95d2161c 08:40:37 ---> 775544239445 08:40:37 Step 24/24 : LABEL version=0.0.0 08:40:38 (8/33) Installing py3-appdirs (1.4.4-r1) 08:40:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:40:38 (10/33) Installing py3-parsing (2.4.7-r0) 08:40:38 (11/33) Installing py3-six (1.15.0-r0) 08:40:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:38 (12/33) Installing py3-packaging (20.4-r0) 08:40:38 (13/33) Installing py3-setuptools (47.0.0-r0) 08:40:38 ---> Running in ed04a9160d44 08:40:38 (14/33) Installing py3-chardet (3.0.4-r4) 08:40:38 (15/33) Installing py3-idna (2.9-r0) 08:40:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:40:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:40:38 (18/33) Installing py3-requests (2.23.0-r0) 08:40:38 (19/33) Installing py3-msgpack (1.0.0-r0) 08:40:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:39 (20/33) Installing py3-lockfile (0.12.2-r3) 08:40:39 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:40:39 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:40:39 OK: 12750 distinct packages available 08:40:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:40:39 OK: 233 MiB in 51 packages 08:40:39 (22/33) Installing py3-colorama (0.4.3-r0) 08:40:39 Removing intermediate container ed04a9160d44 08:40:39 ---> a9c4db13eccc 08:40:39 08:40:39 (23/33) Installing py3-distlib (0.3.0-r0) 08:40:39 (24/33) Installing py3-distro (1.5.0-r1) 08:40:39 (25/33) Installing py3-webencodings (0.5.1-r3) 08:40:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:40 ---> e61c0b6f7b28 08:40:40 Step 3/23 : WORKDIR /edgex-go 08:40:40 ---> Using cache 08:40:40 ---> 11eb52e384e3 08:40:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:40 ---> Using cache 08:40:40 ---> 3cd5ef348aae 08:40:40 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:40:40 (26/33) Installing py3-html5lib (1.0.1-r4) 08:40:41 (27/33) Installing py3-pytoml (0.1.21-r0) 08:40:41 (28/33) Installing py3-pep517 (0.8.2-r0) 08:40:41 (29/33) Installing py3-progress (1.5-r0) 08:40:41 (30/33) Installing py3-toml (0.10.1-r0) 08:40:42 (31/33) Installing py3-retrying (1.3.3-r0) 08:40:42 ---> Running in d1c9b675e8df 08:40:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:40:42 (33/33) Installing py3-pip (20.1.1-r0) 08:40:42 Successfully built a9c4db13eccc 08:40:42 Successfully tagged docker-security-secretstore-setup-go:latest 08:40:42 Building docker-support-scheduler-go 08:40:42  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger 08:40:42 OK: 71 MiB in 55 packages 08:40:42 Removing intermediate container 243396179eb7 08:40:42 ---> ef05fd1e88ec 08:40:42 Step 6/22 : COPY go.mod . 08:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:40:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:40:45 OK: 12750 distinct packages available 08:40:45 OK: 233 MiB in 51 packages 08:40:47 ---> f48f9f1e070d 08:40:47 Step 7/22 : RUN go mod download 08:40:47 ---> Running in a5911168c7eb 08:40:49 Removing intermediate container d1c9b675e8df 08:40:49 ---> 022190b452b0 08:40:49 Step 6/23 : COPY go.mod . 08:40:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:40:50 ---> e61c0b6f7b28 08:40:50 Step 3/21 : WORKDIR /edgex-go 08:40:50 Removing intermediate container 999c3d8807ef 08:40:50 ---> 3c22d92b392b 08:40:50 Successfully built 3c22d92b392b 08:40:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:40:50 ---> Using cache 08:40:50 ---> 11eb52e384e3 08:40:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:50 ---> Using cache 08:40:50 ---> 3cd5ef348aae 08:40:50 Step 5/21 : RUN apk update && apk add make git 08:40:50 ---> Using cache 08:40:50 ---> ef05fd1e88ec 08:40:50 Step 6/21 : COPY go.mod . 08:40:50 ---> Using cache 08:40:50 ---> f48f9f1e070d 08:40:50 Step 7/21 : RUN go mod download 08:40:51 + docker inspect -f . ci-base-image-arm64 08:40:51 . [Pipeline] withDockerContainer 08:40:51 prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container 08:40:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:51 ---> e49e92b6cda6 08:40:51 Step 7/23 : RUN go mod download 08:40:52 $ docker top 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:53 ---> Running in b1b90ada9a60 08:40:53 ---> Running in affaf9c55833 08:40:53 + go version 08:40:53 go version go1.15.5 linux/arm64 [Pipeline] } 08:40:53 $ docker stop --time=1 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f 08:40:55 $ docker rm -f 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f 08:40:55 Removing intermediate container a5911168c7eb 08:40:55 ---> 1ebeb6a0adeb 08:40:55 Step 8/22 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:40:56 + docker inspect -f . ci-base-image-arm64 08:40:56 . [Pipeline] withDockerContainer 08:40:57 prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container 08:40:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:58 $ docker top 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 -eo pid,comm [Pipeline] { [Pipeline] echo 08:40:58 ========================================================= 08:40:58 [edgeXBuildGoParallel] Running Tests and Build... 08:40:58 ========================================================= [Pipeline] sh 08:40:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:40:59 ---> e61c0b6f7b28 08:40:59 Step 3/21 : WORKDIR /edgex-go 08:40:59 ---> Using cache 08:40:59 ---> 11eb52e384e3 08:40:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:59 ---> Using cache 08:40:59 ---> 3cd5ef348aae 08:40:59 Step 5/21 : RUN apk update && apk add make git 08:40:59 ---> Using cache 08:40:59 ---> ef05fd1e88ec 08:40:59 Step 6/21 : COPY go.mod . 08:40:59 ---> Using cache 08:40:59 ---> f48f9f1e070d 08:40:59 Step 7/21 : RUN go mod download 08:40:59 ---> Using cache 08:40:59 ---> 1ebeb6a0adeb 08:40:59 Step 8/21 : COPY . . 08:40:59 + make test 08:40:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:41:09 Removing intermediate container affaf9c55833 08:41:09 ---> e58bbcb5f4f4 08:41:09 Step 8/23 : COPY . . 08:41:11 Removing intermediate container b1b90ada9a60 08:41:11 ---> 813592504071 08:41:11 Step 8/21 : COPY . . 08:41:12 Removing intermediate container f7523f73a080 08:41:12 ---> 46779d496eb9 08:41:12 Step 21/27 : RUN pip install docker-compose==1.23.2 08:41:20 ---> Running in 339c4351fb10 08:41:21 ? github.com/edgexfoundry/edgex-go [no test files] 08:41:38 ---> 92d9f7798d0b 08:41:38 Step 9/22 : RUN make cmd/core-command/core-command 08:41:38 ---> fbce17947ff1 08:41:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:41:38 Collecting docker-compose==1.23.2 08:41:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:41:39 ---> Running in 547b855d2f80 08:41:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:41:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:41:40 ---> Running in b053b4b02e25 08:41:40 Collecting websocket-client<1.0,>=0.32.0 08:41:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:41:41 Collecting cached-property<2,>=1.2.0 08:41:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:41:41 Collecting jsonschema<3,>=2.5.1 08:41:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:41:42 Collecting PyYAML<4,>=3.10 08:41:42 Downloading PyYAML-3.13.tar.gz (270 kB) 08:41: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 08:41:42 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 08:41:43 ---> 78746e01d6c0 08:41:43 Step 9/23 : RUN make cmd/core-data/core-data 08:41:43 ---> e7b370fcf9e4 08:41:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:41:44 ---> Running in 83f6f7378d47 08:41:44 ---> Running in 61b8153d6db1 08:41:45 Collecting texttable<0.10,>=0.9.0 08:41:45 Downloading texttable-0.9.1.tar.gz (11 kB) 08:41: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 08:41:46 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 08:41:46 Collecting docker<4.0,>=3.6.0 08:41:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:41:46 Collecting dockerpty<0.5,>=0.4.1 08:41:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:41:46 Collecting docopt<0.7,>=0.6.1 08:41:46 Downloading docopt-0.6.2.tar.gz (25 kB) 08:41:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:41:47 Collecting idna<2.8,>=2.5 08:41:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:41:47 Collecting urllib3<1.25,>=1.21.1 08:41:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:41:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:41:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:41:48 Collecting docker-pycreds>=0.4.0 08:41:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:41:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:41:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:41:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:41:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:41:48 Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, jsonschema, PyYAML, texttable, docker-pycreds, docker, dockerpty, docopt, docker-compose 08:41:48 Attempting uninstall: idna 08:41:48 Found existing installation: idna 2.9 08:41:48 Uninstalling idna-2.9: 08:41:48 Successfully uninstalled idna-2.9 08:41:48 Attempting uninstall: urllib3 08:41:48 Found existing installation: urllib3 1.25.9 08:41:48 Uninstalling urllib3-1.25.9: 08:41:49 Successfully uninstalled urllib3-1.25.9 08:41:50 Attempting uninstall: requests 08:41:50 Found existing installation: requests 2.23.0 08:41:50 Uninstalling requests-2.23.0: 08:41:50 Successfully uninstalled requests-2.23.0 08:41:51 Running setup.py install for PyYAML: started 08:41:52 Running setup.py install for PyYAML: finished with status 'done' 08:41:52 Running setup.py install for texttable: started 08:41:53 Running setup.py install for texttable: finished with status 'done' 08:41:54 Running setup.py install for dockerpty: started 08:41:55 Running setup.py install for dockerpty: finished with status 'done' 08:41:55 Running setup.py install for docopt: started 08:41:55 Running setup.py install for docopt: finished with status 'done' 08:41:59 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 08:42:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:42:03 Removing intermediate container 339c4351fb10 08:42:03 ---> b03a4dfd4c4e 08:42:03 Step 22/27 : RUN apk --no-cache add curl 08:42:03 ---> Running in 0968336cb1ca 08:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:42:04 (2/3) Installing libcurl (7.69.1-r3) 08:42:04 (3/3) Installing curl (7.69.1-r3) 08:42:04 Executing busybox-1.31.1-r19.trigger 08:42:04 OK: 72 MiB in 58 packages 08:42:06 Removing intermediate container 0968336cb1ca 08:42:06 ---> 6dec4819c4e4 08:42:06 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:42:06 ---> Running in e31c7cfb4347 08:42:07 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 08:42:07 Removing intermediate container e31c7cfb4347 08:42:07 ---> 499a04f568f7 08:42:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:07 ---> Running in c687ff978f11 08:42:07 Removing intermediate container c687ff978f11 08:42:07 ---> 854b9700775c 08:42:07 Step 25/27 : LABEL arch=x86_64 08:42:07 ---> Running in e9d73c7b8bb0 08:42:07 Removing intermediate container e9d73c7b8bb0 08:42:07 ---> 8bb70259ef66 08:42:07 Step 26/27 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:42:08 ---> Running in bfc302f52c1f 08:42:08 Removing intermediate container bfc302f52c1f 08:42:08 ---> 1c555aff4b3b 08:42:08 Step 27/27 : LABEL version=0.0.0 08:42:08 ---> Running in cc55675c774a 08:42:08 Removing intermediate container cc55675c774a 08:42:08 ---> c112ea542fb9 08:42:08 08:42:09 Successfully built c112ea542fb9 08:42:09 Successfully tagged docker-sys-mgmt-agent-go:latest 08:42:15  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 547b855d2f80 08:42:15 ---> dc2c127de45e 08:42:15 08:42:15 Step 10/22 : FROM scratch 08:42:15 ---> 08:42:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:42:15 Removing intermediate container b053b4b02e25 08:42:15 ---> 4870a579bbb5 08:42:15 08:42:15 Step 10/21 : FROM scratch 08:42:15 ---> 08:42:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:42:15 ---> Using cache 08:42:15 ---> 63fcd4641c2b 08:42:15 Step 12/21 : ENV APP_PORT=48085 08:42:15 ---> Using cache 08:42:15 ---> 63fcd4641c2b 08:42:15 Step 12/22 : ENV APP_PORT=48082 08:42:15 ---> Running in c9b6bef723f5 08:42:15 ---> Running in c8b7f9e0beed 08:42:15 Removing intermediate container c9b6bef723f5 08:42:15 ---> 0d4ad62f3461 08:42:15 Step 13/22 : EXPOSE $APP_PORT 08:42:15 Removing intermediate container c8b7f9e0beed 08:42:15 ---> 7ced661c0f52 08:42:15 Step 13/21 : EXPOSE $APP_PORT 08:42:16 ---> Running in c19d84d3aeac 08:42:16 ---> Running in cad190e86bfd 08:42:16 Removing intermediate container 83f6f7378d47 08:42:16 ---> 759b3e54c2d7 08:42:16 08:42:16 Step 10/21 : FROM alpine 08:42:16 latest: Pulling from library/alpine 08:42:17 Removing intermediate container c19d84d3aeac 08:42:17 ---> f91abed6f46e 08:42:17 Step 14/22 : WORKDIR / 08:42:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:42:17 Removing intermediate container cad190e86bfd 08:42:17 ---> 4d7096c6dd83 08:42:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:42:17 Status: Downloaded newer image for alpine:latest 08:42:17 ---> 389fef711851 08:42:17 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:42:17 ---> Running in 87196f5f26d1 08:42:17 ---> Running in b87ddf80d23d 08:42:17 ---> 9725b540fdad 08:42:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:42:17 Removing intermediate container 87196f5f26d1 08:42:17 ---> 6378dc2b4ce9 08:42:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:42:18 ---> 5df6c7c9a8e3 08:42:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:42:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:19 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:42:19 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:42:19 OK: 12745 distinct packages available 08:42:19 (1/4) Installing ca-certificates (20191127-r4) 08:42:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:42:19 (3/4) Installing libcurl (7.69.1-r3) 08:42:19 (4/4) Installing curl (7.69.1-r3) 08:42:19 Executing busybox-1.31.1-r19.trigger 08:42:19 Executing ca-certificates-20191127-r4.trigger 08:42:19 OK: 7 MiB in 18 packages 08:42:19 ---> 6b157a3628c4 08:42:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:42:22 ---> 5cb9ecb25193 08:42:22 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:42:22 ---> Running in 313d6203d73d 08:42:22 ---> 24d751416a69 08:42:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:42:22 Removing intermediate container 61b8153d6db1 08:42:22 ---> 9e3b2f2811d6 08:42:22 08:42:22 Step 10/23 : FROM alpine 08:42:22 ---> 389fef711851 08:42:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:42:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:42:23 ---> Running in 75865e2677f6 08:42:23 Removing intermediate container 313d6203d73d 08:42:23 ---> fbdc359618a5 08:42:23 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:23 ---> 4bea6be7ecaf 08:42:23 Step 18/22 : ENTRYPOINT ["/core-command"] 08:42:23 ---> Running in 3327ea790d16 08:42:23 Removing intermediate container b87ddf80d23d 08:42:23 ---> 2a6d6a03e105 08:42:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:42:23 Removing intermediate container 75865e2677f6 08:42:23 ---> 2b9ce8ed1690 08:42:23 Step 12/23 : ENV APP_PORT=48080 08:42:23 ---> Running in d808f290d3b2 08:42:23 ---> Running in 0a29f928390f 08:42:23 ---> Running in f0433cb351ba 08:42:23 Removing intermediate container 3327ea790d16 08:42:23 ---> d6f922e65aab 08:42:23 Step 19/21 : LABEL arch=x86_64 08:42:23 ---> Running in cb5c86deabd4 08:42:23 Removing intermediate container d808f290d3b2 08:42:23 ---> 345c27e10c2f 08:42:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:24 Removing intermediate container 0a29f928390f 08:42:24 ---> d98256d1005a 08:42:24 Step 13/21 : WORKDIR /edgex 08:42:24 Removing intermediate container f0433cb351ba 08:42:24 ---> e9e94c288163 08:42:24 Step 13/23 : EXPOSE $APP_PORT 08:42:24 ---> Running in 54a5e4c79e3b 08:42:24 ---> Running in ff716ed5c301 08:42:24 ---> Running in 2e09b0382173 08:42:24 Removing intermediate container cb5c86deabd4 08:42:24 ---> ce555bd19949 08:42:24 Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:42:24 Removing intermediate container 54a5e4c79e3b 08:42:24 ---> 19d27dc16682 08:42:24 Step 20/22 : LABEL arch=x86_64 08:42:24 Removing intermediate container ff716ed5c301 08:42:24 ---> ffece7ee905e 08:42:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:42:24 ---> Running in 3d7dcafd14b5 08:42:24 ---> Running in e6f8f8dd4f60 08:42:24 Removing intermediate container 2e09b0382173 08:42:24 ---> 192a0c1bdfbb 08:42:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:24 ---> Running in 0c5482101747 08:42:24 Removing intermediate container 3d7dcafd14b5 08:42:24 ---> 0d2cde9fc065 08:42:24 Step 21/21 : LABEL version=0.0.0 08:42:24 Removing intermediate container e6f8f8dd4f60 08:42:24 ---> 92a716d7e7fc 08:42:24 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:42:25 ---> 33234b379c47 08:42:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:42:25 ---> Running in 409ed2e20724 08:42:25 ---> Running in fa2548dd891d 08:42:25 Removing intermediate container 409ed2e20724 08:42:25 ---> 831efbc41364 08:42:25 Step 22/22 : LABEL version=0.0.0 08:42:25 Removing intermediate container fa2548dd891d 08:42:25 ---> ff6444ba0d04 08:42:25 08:42:25 ---> Running in 24ecc178bd04 08:42:25 ---> 56628bb9030a 08:42:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:42:25 Successfully built ff6444ba0d04 08:42:25 Successfully tagged docker-support-scheduler-go:latest 08:42:25  Building docker-support-scheduler-go ... done Removing intermediate container 24ecc178bd04 08:42:25 ---> 4686d6df75a7 08:42:25 08:42:26 Successfully built 4686d6df75a7 08:42:26 ---> 7a473b4ff61f 08:42:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:42:26 Successfully tagged docker-core-command-go:latest 08:42:26  Building docker-core-command-go ... done  ---> Running in 7391cabc1d0a 08:42:26 Removing intermediate container 0c5482101747 08:42:26 ---> ffcf59a2a267 08:42:26 Step 15/23 : RUN apk --no-cache add zeromq 08:42:27 ---> Running in eed1ce85f8d7 08:42:27 Removing intermediate container 7391cabc1d0a 08:42:27 ---> 394fb1f11a66 08:42:27 Step 18/21 : CMD ["--init=true"] 08:42:27 ---> Running in 69c981dda761 08:42:27 Removing intermediate container 69c981dda761 08:42:27 ---> ccf803304432 08:42:27 Step 19/21 : LABEL arch=x86_64 08:42:27 ---> Running in dcc037445156 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:27 Removing intermediate container dcc037445156 08:42:27 ---> 2acc5910cfab 08:42:27 Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:42:27 ---> Running in f7bf7b189da2 08:42:27 Removing intermediate container f7bf7b189da2 08:42:27 ---> f28e3b735653 08:42:27 Step 21/21 : LABEL version=0.0.0 08:42:27 ---> Running in 583fe25e5205 08:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:28 Removing intermediate container 583fe25e5205 08:42:28 ---> 15c7f6fe2743 08:42:28 08:42:28 Successfully built 15c7f6fe2743 08:42:28 Successfully tagged docker-security-proxy-setup-go:latest 08:42:28  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 08:42:28 (2/5) Installing libsodium (1.0.18-r0) 08:42:28 (3/5) Installing libstdc++ (9.3.0-r2) 08:42:29 (4/5) Installing libzmq (4.3.3-r0) 08:42:29 (5/5) Installing zeromq (4.3.3-r0) 08:42:29 Executing busybox-1.31.1-r19.trigger 08:42:29 OK: 8 MiB in 19 packages 08:42:29 Removing intermediate container eed1ce85f8d7 08:42:29 ---> 1d8163549f39 08:42:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:42:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements 08:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:42:29 ---> 8c484fb47521 08:42:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:42:30 ---> ab73095445cf 08:42:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:42:30 ---> 10111231732c 08:42:30 Step 19/23 : ENTRYPOINT ["/core-data"] 08:42:30 ---> Running in 107e8c947024 08:42:31 Removing intermediate container 107e8c947024 08:42:31 ---> 75dd9b528704 08:42:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:31 ---> Running in 0ad7579c424d 08:42:31 Removing intermediate container 0ad7579c424d 08:42:31 ---> 33d2963a85de 08:42:31 Step 21/23 : LABEL arch=x86_64 08:42:31 ---> Running in 6c3b6e9a8e59 08:42:31 Removing intermediate container 6c3b6e9a8e59 08:42:31 ---> 994f81188648 08:42:31 Step 22/23 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:42:31 ---> Running in 661e35930a3d 08:42:31 Removing intermediate container 661e35930a3d 08:42:31 ---> cab77319b605 08:42:31 Step 23/23 : LABEL version=0.0.0 08:42:31 ---> Running in b1f04dd26bec 08:42:32 Removing intermediate container b1f04dd26bec 08:42:32 ---> 964162133775 08:42:32 08:42:32 Successfully built 964162133775 08:42:32 Successfully tagged docker-core-data-go:latest 08:42:32  Building docker-core-data-go ... done  [Pipeline] } 08:42:32 $ docker stop --time=1 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 08:42:34 $ docker rm -f 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 [Pipeline] // withDockerContainer [Pipeline] sh 08:42:35 + docker images 08:42:35 + grep docker 08:42:35 docker-core-data-go latest 964162133775 3 seconds ago 22.2MB 08:42:35 docker-security-proxy-setup-go latest 15c7f6fe2743 6 seconds ago 24.6MB 08:42:35 docker-core-command-go latest 4686d6df75a7 9 seconds ago 10.6MB 08:42:35 docker-support-scheduler-go latest ff6444ba0d04 9 seconds ago 10.8MB 08:42:35 docker-sys-mgmt-agent-go latest c112ea542fb9 26 seconds ago 313MB 08:42:35 docker-security-secretstore-setup-go latest a9c4db13eccc About a minute ago 24.7MB 08:42:35 docker-security-bootstrap-redis-go latest d29273164833 2 minutes ago 15.8MB 08:42:35 docker-core-metadata-go latest 09d653f233f5 2 minutes ago 13MB 08:42:35 docker-support-notifications-go latest 90126db0b8af 2 minutes ago 12.1MB 08:42:35 docker latest 0040bc98e531 20 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 08:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.529s coverage: 27.1% of statements 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 73.3% of statements 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:42:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.675s coverage: 82.9% of statements 08:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements 08:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements 08:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements 08:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:42:50 Still waiting to schedule task 08:42:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.951s coverage: 93.8% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.163s coverage: 0.1% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 08:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 08:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.177s coverage: 84.2% of statements 08:42:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.4% of statements 08:42:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.651s coverage: 63.5% of statements 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 08:42:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 08:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements 08:43:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.830s coverage: 55.9% of statements 08:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:43:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements 08:43:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:43:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:43:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.564s coverage: 84.0% of statements 08:43:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 08:43:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:43:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:43:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 08:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:43:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:43:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:43:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 08:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 08:43:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:43:20 GO111MODULE=on go vet ./... 08:43:41 Running on prd-ubuntu18.04-docker-8c-8g-16736 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws 08:43:41 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:43:43 using credential edgex-jenkins-ssh 08:43:43 Cloning the remote Git repository 08:43:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:43:43 > git init /w/workspace/edgex-go/2 # timeout=10 08:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:44 > git --version # timeout=10 08:43:44 > git --version # 'git version 2.17.1' 08:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:49 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:43:49 Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:43:49 Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) 08:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:43:49 > git config core.sparsecheckout # timeout=10 08:43:49 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 08:43:49 > git remote # timeout=10 08:43:49 > git config --get remote.origin.url # timeout=10 08:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:49 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 08:43:49 > git rev-parse HEAD^{commit} # timeout=10 08:43:49 > git config core.sparsecheckout # timeout=10 08:43:49 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 08:43:53 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:55 + echo snap-build.sh 08:43:55 snap-build.sh 08:43:55 + SNAP_BASE_DIR=. 08:43:55 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:43:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:43:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:43:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:43:55 + cd /w/workspace/edgex-go/2 08:43:55 + sudo apt-get remove -qy --purge lxd lxd-client 08:43:55 Reading package lists... 08:43:55 Building dependency tree... 08:43:55 Reading state information... 08:43:55 The following packages were automatically installed and are no longer required: 08:43:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:43:55 uidmap xdelta3 08:43:55 Use 'sudo apt autoremove' to remove them. 08:43:55 The following packages will be REMOVED: 08:43:55 lxd* lxd-client* 08:43:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:43:55 After this operation, 31.7 MB disk space will be freed. 08:43:57 (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.) 08:43:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:58 Removing lxd dnsmasq configuration 08:43:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:43:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:43:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:43:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 08:43:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:44:00 Processing triggers for systemd (237-3ubuntu10.42) ... 08:44:00 Processing triggers for ureadahead (0.100.0-21) ... 08:44:02 + sudo snap remove --purge lxd 08:44:02 snap "lxd" is not installed 08:44:02 + sudo groupadd --force --system lxd 08:44:02 ++ whoami 08:44:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:44:02 + newgrp - lxd 08:44:02 + sudo snap install lxd 08:44:10 2020-12-18T08:44:07Z INFO Waiting for automatic snapd restart... 08:44:25 lxd 4.9 from Canonical* installed 08:44:25 + sudo lxd init --auto 08:44:28 gofmt -l . 08:44:28 [ "`gofmt -l .`" = "" ] 08:44:28 ./bin/test-go-mod-tidy.sh 08:44:28 ./bin/test-attribution-txt.sh [Pipeline] sh 08:44:30 + ls -al . 08:44:30 total 664 08:44:30 drwxrwxr-x 9 1001 1001 4096 Dec 18 08:44 . 08:44:30 drwxr-xr-x 4 root root 4096 Dec 18 08:40 .. 08:44:30 -rw-rw-r-- 1 1001 1001 11 Dec 18 08:39 .dockerignore 08:44:30 drwxrwxr-x 8 1001 1001 4096 Dec 18 08:39 .git 08:44:30 drwxrwxr-x 3 1001 1001 4096 Dec 18 08:39 .github 08:44:30 -rw-rw-r-- 1 1001 1001 824 Dec 18 08:39 .gitignore 08:44:30 -rw-rw-r-- 1 1001 1001 166 Dec 18 08:39 .sonarcloud.properties 08:44:30 -rw-rw-r-- 1 1001 1001 3804 Dec 18 08:39 CONTRIBUTING.md 08:44:30 -rw-rw-r-- 1 1001 1001 1035 Dec 18 08:39 Dockerfile.build 08:44:30 -rw-rw-r-- 1 1001 1001 863 Dec 18 08:39 Jenkinsfile 08:44:30 -rw-rw-r-- 1 1001 1001 10775 Dec 18 08:39 LICENSE 08:44:30 -rw-rw-r-- 1 1001 1001 5750 Dec 18 08:39 Makefile 08:44:30 -rw-rw-r-- 1 1001 1001 6511 Dec 18 08:39 README.md 08:44:30 -rw-rw-r-- 1 1001 1001 6744 Dec 18 08:39 SECURITY.md 08:44:30 -rw-rw-r-- 1 1001 1001 5 Dec 18 08:34 VERSION 08:44:30 -rw-rw-r-- 1 1001 1001 4131 Dec 18 08:39 ZMQWindows.md 08:44:30 drwxrwxr-x 2 1001 1001 4096 Dec 18 08:39 bin 08:44:30 drwxrwxr-x 14 1001 1001 4096 Dec 18 08:39 cmd 08:44:30 -rw-r--r-- 1 root root 538111 Dec 18 08:43 coverage.out 08:44:30 -rw-r--r-- 1 root root 979 Dec 18 08:44 go.mod 08:44:30 -rw-r--r-- 1 root root 18631 Dec 18 08:44 go.sum 08:44:30 drwxrwxr-x 8 1001 1001 4096 Dec 18 08:39 internal 08:44:30 drwxrwxr-x 4 1001 1001 4096 Dec 18 08:39 openapi 08:44:30 drwxrwxr-x 4 1001 1001 4096 Dec 18 08:39 snap 08:44:30 -rw-rw-r-- 1 1001 1001 168 Dec 18 08:39 version.go [Pipeline] sh 08:44:30 + '[' -e coverage.out ] 08:44:30 + chown 1001:1001 coverage.out [Pipeline] stash 08:44:31 Warning: overwriting stash ‘coverage-report’ 08:44:32 Stashed 1 file(s) [Pipeline] sh 08:44:32 + make build 08:44:32 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 08:44:33 + sudo snap install --classic snapcraft 08:44:40 snapcraft 4.4.4 from Canonical* installed 08:44:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:44:40 + patch --verbose -p1 08:44:40 Hmm... Looks like a unified diff to me... 08:44:40 The text leading up to this was: 08:44:40 -------------------------- 08:44:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:44:40 |From: Tony Espy 08:44:40 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:44:40 |Subject: [PATCH] optimize snap build for pipeline CI check 08:44:40 | 08:44:40 |This patch is used by the EdgeX CI pipeline builds to 08:44:40 |optimize the snap CI check run for pull requests. When 08:44:40 |applied, it essentially strips out everything (apps and 08:44:40 |parts) from the snapcraft.yaml file except those required 08:44:40 |to build edgex-go, as the whole idea of the CI check is to 08:44:40 |catch changes to edgex-go that break the snap build. 08:44:40 | 08:44:40 |In general, anyone updating snapcraft.yaml will also need 08:44:40 |to update this patch file, otherwise it may fail to apply, 08:44:40 |resulting in a failed snap build CI check in the associated 08:44:40 |pull request. 08:44:40 | 08:44:40 |Note - in addition to applying this patch, the pipeline also 08:44:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:44:40 |need to build the finally binary .snap file (and it won't 08:44:40 |work with the patch applied). This further reduces the build 08:44:40 |time. 08:44:40 |--- 08:44:40 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:44:40 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:44:40 | 08:44:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:44:40 |index 1e537489..faf42425 100644 08:44:40 |--- a/snap/snapcraft.yaml 08:44:40 |+++ b/snap/snapcraft.yaml 08:44:40 -------------------------- 08:44:40 patching file snap/snapcraft.yaml 08:44:40 Using Plan A... 08:44:40 Hunk #1 succeeded at 73. 08:44:40 Hunk #2 succeeded at 202. 08:44:40 Hunk #3 succeeded at 214. 08:44:40 Hunk #4 succeeded at 222. 08:44:40 Hunk #5 succeeded at 229. 08:44:40 Hunk #6 succeeded at 256. 08:44:40 Hunk #7 succeeded at 290. 08:44:40 Hunk #8 succeeded at 341. 08:44:40 Hmm... Ignoring the trailing garbage. 08:44:40 done 08:44:40 + sudo snapcraft prime --use-lxd 08:44:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:44:41 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: 08:44:41 - README.md 08:44:41 08:44:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:44:42 Launching a container. 08:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:44:54 Waiting for container to be ready 08:44:54 To start your first instance, try: lxc launch ubuntu:18.04 08:44:54 08:44:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:44:57 Waiting for network to be ready... 08:44:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 08:44:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 08:44:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 08:44:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 08:44:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 08:44:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 08:44:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 08:44:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 08:44:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 08:44:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 08:44:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 08:44:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:44:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 08:44:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 08:44:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 08:44:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 08:45:01 Fetched 23.5 MB in 4s (5800 kB/s) 08:45:02 Reading package lists... 08:45:02 Reading package lists... 08:45:02 Building dependency tree... 08:45:02 Reading state information... 08:45:02 The following additional packages will be installed: 08:45:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:45:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:45:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:45:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:45:02 Suggested packages: 08:45:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:45:02 Recommended packages: 08:45:02 gnupg libsasl2-modules 08:45:02 The following NEW packages will be installed: 08:45:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:45:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:45:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:45:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:45:02 The following packages will be upgraded: 08:45:02 gpg gpg-agent gpgconf libudev1 08:45:03 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 08:45:03 Need to get 3531 kB of archives. 08:45:03 After this operation, 13.3 MB of additional disk space will be used. 08:45:03 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 08:45:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:45:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 08:45:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:45:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:45:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 08:45:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 08:45:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:45:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:45:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:45:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:45:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:45:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:45:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:45:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:45:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:45:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:45:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:45:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:45:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:45:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:45:04 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:45:04 debconf: delaying package configuration, since apt-utils is not installed 08:45:04 Fetched 3531 kB in 1s (3058 kB/s) 08:45:04 (Reading database ... 12511 files and directories currently installed.) 08:45:04 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 08:45:04 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:45:04 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 08:45:04 Selecting previously unselected package udev. 08:45:04 (Reading database ... 12511 files and directories currently installed.) 08:45:04 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 08:45:04 Unpacking udev (237-3ubuntu10.43) ... 08:45:04 Selecting previously unselected package libfuse2:amd64. 08:45:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:45:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:45:05 Selecting previously unselected package fuse. 08:45:05 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:45:05 Unpacking fuse (2.9.7-1ubuntu1) ... 08:45:05 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:45:05 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:45: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 08:45:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:45:05 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:45:05 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:45:05 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:45:05 Selecting previously unselected package libksba8:amd64. 08:45:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:45:05 Unpacking libksba8:amd64 (1.3.5-2) ... 08:45:05 Selecting previously unselected package libroken18-heimdal:amd64. 08:45:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:45:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:45:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:45:06 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libwind0-heimdal:amd64. 08:45:06 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:45:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:45:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:45:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:45:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:06 Selecting previously unselected package libsasl2-modules-db:amd64. 08:45:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 08:45:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:45:06 Selecting previously unselected package libsasl2-2:amd64. 08:45:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 08:45:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:45:06 Selecting previously unselected package libldap-common. 08:45:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:45:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:45:06 Selecting previously unselected package libldap-2.4-2:amd64. 08:45:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:45:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:45:06 Selecting previously unselected package dirmngr. 08:45:07 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:45:07 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:45:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:45:07 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:45:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:45:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:45:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:45:07 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:45:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:07 Setting up libksba8:amd64 (1.3.5-2) ... 08:45:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:07 Setting up udev (237-3ubuntu10.43) ... 08:45:07 invoke-rc.d: policy-rc.d denied execution of start. 08:45:07 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 08:45:08 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Processing triggers for systemd (237-3ubuntu10) ... 08:45:08 Setting up fuse (2.9.7-1ubuntu1) ... 08:45:08 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:45:08 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:08 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:45:08 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:45:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:45:08 settings in the [Install] section, and DefaultInstance for template units). 08:45:08 This means they are not meant to be enabled using systemctl. 08:45:08 Possible reasons for having this kind of units are: 08:45:08 1) A unit may be statically enabled by being symlinked from another unit's 08:45:08 .wants/ or .requires/ directory. 08:45:08 2) A unit's purpose may be to act as a helper for some other unit which has 08:45:08 a requirement dependency on it. 08:45:08 3) A unit may be started when needed via activation (socket, path, timer, 08:45:08 D-Bus, udev, scripted systemctl call, ...). 08:45:08 4) In case of template units, the unit is meant to be enabled with some 08:45:08 instance name specified. 08:45:09 Reading package lists... 08:45:09 Building dependency tree... 08:45:09 Reading state information... 08:45:09 The following additional packages will be installed: 08:45:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:45:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:45:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:45:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:45:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:45:09 Suggested packages: 08:45:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:45:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:45:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:45:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:45:09 systemd-container policykit-1 08:45:09 Recommended packages: 08:45:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:45:09 The following NEW packages will be installed: 08:45:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:45:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:45:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:45:09 multiarch-support openssh-client python3 python3-minimal python3.6 08:45:09 python3.6-minimal snapd squashfs-tools sudo 08:45:09 The following packages will be upgraded: 08:45:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:45:09 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 08:45:09 Need to get 35.2 MB of archives. 08:45:09 After this operation, 141 MB of additional disk space will be used. 08:45:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:45:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:45:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:45:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 08:45:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:45:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:45:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:45:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:45:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:45:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:45:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:45:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:45:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:45:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:45:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:45:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:45:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:45:10 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 08:45:10 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:45:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:45:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:45:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:45:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:45:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:45:10 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:45:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 08:45:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:45:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:45:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:45:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:45:12 debconf: delaying package configuration, since apt-utils is not installed 08:45:12 Fetched 35.2 MB in 2s (16.2 MB/s) 08:45:12 (Reading database ... 12757 files and directories currently installed.) 08:45:12 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 08:45:12 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:45:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 08:45:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:45:12 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 08:45:12 (Reading database ... 12757 files and directories currently installed.) 08:45:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:45:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:45:13 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:45:13 (Reading database ... 12757 files and directories currently installed.) 08:45:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:45:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:45:13 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 08:45:13 Setting up apt (1.6.12ubuntu0.2) ... 08:45:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:45:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:45:14 (Reading database ... 12764 files and directories currently installed.) 08:45:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:45:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:45:14 Selecting previously unselected package libpython3.6-minimal:amd64. 08:45:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:45:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:45:14 Selecting previously unselected package libexpat1:amd64. 08:45:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:45:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:14 Selecting previously unselected package python3.6-minimal. 08:45:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:45:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:45:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:45:14 Checking for services that may need to be restarted...done. 08:45:15 Checking for services that may need to be restarted...done. 08:45:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:45:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:45:15 Selecting previously unselected package python3-minimal. 08:45:15 (Reading database ... 13012 files and directories currently installed.) 08:45:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:45:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:45:15 Selecting previously unselected package mime-support. 08:45:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:45:15 Unpacking mime-support (3.60ubuntu1) ... 08:45:15 Selecting previously unselected package libmpdec2:amd64. 08:45:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:45:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:45:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:45:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:45:16 Selecting previously unselected package python3.6. 08:45:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:45:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:45:16 Selecting previously unselected package libpython3-stdlib:amd64. 08:45:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:45:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:16 Setting up python3-minimal (3.6.7-1~18.04) ... 08:45:16 Selecting previously unselected package python3. 08:45:16 (Reading database ... 13442 files and directories currently installed.) 08:45:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:45:16 Unpacking python3 (3.6.7-1~18.04) ... 08:45:17 Selecting previously unselected package multiarch-support. 08:45:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:45:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:45:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:45:17 Selecting previously unselected package liblzo2-2:amd64. 08:45:17 (Reading database ... 13479 files and directories currently installed.) 08:45:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:45:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:45:17 Selecting previously unselected package libbsd0:amd64. 08:45:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:45:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:17 Selecting previously unselected package sudo. 08:45:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 08:45:17 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 08:45:17 Selecting previously unselected package apparmor. 08:45:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:45:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:45:17 Selecting previously unselected package libedit2:amd64. 08:45:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:45:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:45:17 Selecting previously unselected package libkrb5support0:amd64. 08:45:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:45:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:17 Selecting previously unselected package libk5crypto3:amd64. 08:45:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:45:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:18 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 08:45:18 Selecting previously unselected package libkeyutils1:amd64. 08:45:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:45:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:18 Selecting previously unselected package libkrb5-3:amd64. 08:45:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:45:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:45:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:45:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:18 Selecting previously unselected package libssl1.0.0:amd64. 08:45:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:45:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:45:18 Selecting previously unselected package openssh-client. 08:45:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:45:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:18 Selecting previously unselected package squashfs-tools. 08:45:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:45:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:18 Selecting previously unselected package snapd. 08:45:18 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:45:18 Unpacking snapd (2.48+18.04) ... 08:45:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:45:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:45:21 Setting up mime-support (3.60ubuntu1) ... 08:45:21 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 08:45:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:22 Setting up systemd (237-3ubuntu10.43) ... 08:45:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:45:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:45:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:45:23 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:45:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:45:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:23 Setting up python3 (3.6.7-1~18.04) ... 08:45:23 running python rtupdate hooks for python3.6... 08:45:23 running python post-rtupdate hooks for python3.6... 08:45:23 Setting up apparmor (2.12-4ubuntu5.1) ... 08:45:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:45:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:25 Setting up snapd (2.48+18.04) ... 08:45:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:45:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:45:27 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:45:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:45:27 /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' 08:45:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:27 Processing triggers for systemd (237-3ubuntu10.43) ... 08:45:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:45:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:45:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:29 Reading package lists... 08:45:29 Reading package lists... 08:45:29 Building dependency tree... 08:45:29 Reading state information... 08:45:30 Calculating upgrade... 08:45:30 The following packages will be upgraded: 08:45:30 advancecomp base-files bash binutils binutils-common 08:45:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:45:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:45:30 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 08:45:30 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 08:45:30 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 08:45:30 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 08:45:30 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 08:45:30 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:45:30 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:45:30 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:45:30 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:45:30 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:45:30 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:45:30 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:45:30 Need to get 63.5 MB of archives. 08:45:30 After this operation, 5191 kB of additional disk space will be used. 08:45:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:45:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 08:45:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:45:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:45:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:45:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:45:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:45:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:45:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:45:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:45:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:45:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:45:31 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:45:31 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:45:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:45:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:45:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:45:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:45:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:45:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:45:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:45:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 08:45:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:45:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:45:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:45:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:45:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:45:31 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:45:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:45:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:45:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:45:31 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:45:31 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:45:31 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:45:31 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:45:31 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:45:31 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:45:31 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] 08:45:31 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:45:31 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:45:31 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:45:31 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:45:31 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 08:45:31 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:45:31 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:45:31 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:45:31 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:45:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:45:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:45:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:45:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:45:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:45:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:45:31 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:45:31 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:45:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:45:31 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:45:31 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:45:31 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:45:31 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:45:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:45:31 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:45:31 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:45:31 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:45:31 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:45:31 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:45:31 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:45:31 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:45:31 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:45:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:45:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:45:31 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:45:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 08:45:31 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:45:31 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:45:31 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:45:31 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:45:31 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 08:45:31 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:45:31 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:45:31 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] 08:45:31 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:45:32 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:45:32 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:45:32 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:45:32 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:45:32 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:45:32 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:45:32 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:45:33 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:45:33 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:45:33 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:45:33 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:45:33 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:45:33 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:45:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:45:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:45:33 debconf: delaying package configuration, since apt-utils is not installed 08:45:33 Fetched 63.5 MB in 3s (19.7 MB/s) 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:45:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 08:45:34 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 08:45:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:36 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:36 (Reading database ... 13911 files and directories currently installed.) 08:45:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:45:36 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:45:36 (Reading database ... 13911 files and directories currently installed.) 08:45:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:37 (Reading database ... 13911 files and directories currently installed.) 08:45:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:45:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:45:37 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 08:45:37 (Reading database ... 13911 files and directories currently installed.) 08:45:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:45:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:45:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:45:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:45:38 Setting up base-files (10.1ubuntu2.10) ... 08:45:38 Installing new version of config file /etc/issue ... 08:45:38 Installing new version of config file /etc/issue.net ... 08:45:38 Installing new version of config file /etc/lsb-release ... 08:45:38 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:45:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:45:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:45:38 Removing obsolete conffile /etc/default/motd-news ... 08:45:38 (Reading database ... 13912 files and directories currently installed.) 08:45:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:45:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:45:39 Setting up bash (4.4.18-2ubuntu1.2) ... 08:45:39 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 08:45:39 (Reading database ... 13912 files and directories currently installed.) 08:45:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:45:39 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:45:39 (Reading database ... 13912 files and directories currently installed.) 08:45:39 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 08:45:39 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 08:45:39 Setting up tar (1.29b-2ubuntu0.1) ... 08:45:39 (Reading database ... 13912 files and directories currently installed.) 08:45:39 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:45:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:45:40 (Reading database ... 13912 files and directories currently installed.) 08:45:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:40 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:40 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 08:45:40 (Reading database ... 13912 files and directories currently installed.) 08:45:40 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:40 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:45:40 (Reading database ... 13912 files and directories currently installed.) 08:45:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:45:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:45:40 Setting up grep (3.1-2build1) ... 08:45:41 (Reading database ... 13912 files and directories currently installed.) 08:45:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:41 Setting up login (1:4.5-1ubuntu2) ... 08:45:41 (Reading database ... 13912 files and directories currently installed.) 08:45:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:45:41 (Reading database ... 13912 files and directories currently installed.) 08:45:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:45:43 (Reading database ... 13912 files and directories currently installed.) 08:45:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:45:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:45:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:45:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] } 08:45:44 $ docker stop --time=1 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 08:45:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:46 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:46 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:47 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:45:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:45:47 $ docker rm -f 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 08:45:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:45:47 (Reading database ... 13912 files and directories currently installed.) 08:45:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:45:48 (Reading database ... 13912 files and directories currently installed.) 08:45:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:45:48 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:48 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:45:48 (Reading database ... 13914 files and directories currently installed.) 08:45:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 08:45:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:45:48 Setting up debconf (1.5.66ubuntu1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 08:45:49 (Reading database ... 13914 files and directories currently installed.) 08:45:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:49 (Reading database ... 13914 files and directories currently installed.) 08:45:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:49 08:45:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:45:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:49 (Reading database ... 13914 files and directories currently installed.) 08:45:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:50 (Reading database ... 13914 files and directories currently installed.) 08:45:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 08:45:50 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:45:50 latest: Pulling from edgex-devops/edgex-compose-arm64 08:45:50 29e5d40040c1: Pulling fs layer 08:45:50 1ce36da41761: Pulling fs layer 08:45:50 25b303627fd3: Pulling fs layer 08:45:50 29e5d40040c1: Verifying Checksum 08:45:50 29e5d40040c1: Download complete 08:45:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:50 (Reading database ... 13914 files and directories currently installed.) 08:45:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:45:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:45:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:45:50 (Reading database ... 13914 files and directories currently installed.) 08:45:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:45:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:51 1ce36da41761: Verifying Checksum 08:45:51 1ce36da41761: Download complete 08:45:51 29e5d40040c1: Pull complete 08:45:51 (Reading database ... 13914 files and directories currently installed.) 08:45:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:51 (Reading database ... 13914 files and directories currently installed.) 08:45:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:45:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:45:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:45:51 (Reading database ... 13914 files and directories currently installed.) 08:45:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:51 Setting up passwd (1:4.5-1ubuntu2) ... 08:45:52 (Reading database ... 13914 files and directories currently installed.) 08:45:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:45:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:45:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:45:52 (Reading database ... 13914 files and directories currently installed.) 08:45:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:45:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:45:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:45:52 (Reading database ... 13914 files and directories currently installed.) 08:45:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:45:52 1ce36da41761: Pull complete 08:45:52 25b303627fd3: Verifying Checksum 08:45:52 25b303627fd3: Download complete 08:45:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:45:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:45:52 (Reading database ... 13914 files and directories currently installed.) 08:45:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:45:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:45:52 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:45:52 (Reading database ... 13914 files and directories currently installed.) 08:45:52 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:45:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:45:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:45:53 (Reading database ... 13914 files and directories currently installed.) 08:45:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:45:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:45:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:45:53 (Reading database ... 13915 files and directories currently installed.) 08:45:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:45:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:45:54 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 08:45:54 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 08:45:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:45:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:45:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:45:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:45:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:45:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:45:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:45:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:45:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:45:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:45:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:45:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:45:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:45:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:45:55 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 08:45:55 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 08:45:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:45:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:45:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:45:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:45:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:45:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:45:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:45:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:45:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:45:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:45:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:45:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:45:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:01 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:46:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:46:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:46:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:46:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:46:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:46:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:46:02 25b303627fd3: Pull complete 08:46:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:46:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:46:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:46:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:46:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] withDockerContainer 08:46:02 prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container 08:46:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:46:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:46:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:46:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:46:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:46:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:46:03 Setting up tzdata (2020d-0ubuntu0.18.04) ... 08:46:03 08:46:03 Current default time zone: 'Etc/UTC' 08:46:03 Local time is now: Fri Dec 18 08:46:03 UTC 2020. 08:46:03 Universal Time is now: Fri Dec 18 08:46:03 UTC 2020. 08:46:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:46:03 08:46:03 Setting up systemd-sysv (237-3ubuntu10.43) ... 08:46:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:03 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 08:46:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:46:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:46:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:46:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:46:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:46:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:46:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:46:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:46:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:46:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:04 Setting up patch (2.7.6-2ubuntu1.1) ... 08:46:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:46:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:46:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:46:04 Installing new version of config file /etc/ssl/openssl.cnf ... 08:46:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:46:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:46:04 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 08:46:06 $ docker top c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:06 Updating certificates in /etc/ssl/certs... 08:46:06 + grep parallel 08:46:07 + docker-compose build --help 08:46:07 22 added, 17 removed; done. 08:46:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:46:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:46:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:46:07 Setting up pkgbinarymangler (138.18.04.1) ... 08:46:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:46:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up perl (5.26.1-6ubuntu0.5) ... 08:46:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:46:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:46:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:46:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:46:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:46:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:46:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:46:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:46:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:08 Processing triggers for systemd (237-3ubuntu10.43) ... 08:46:08 Processing triggers for mime-support (3.60ubuntu1) ... 08:46:08 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 08:46:08 Updating certificates in /etc/ssl/certs... 08:46:08 0 added, 0 removed; done. 08:46:08 Running hooks in /etc/ca-certificates/update.d... 08:46:08 done. 08:46:09 Reading package lists... 08:46:09 Building dependency tree... 08:46:09 Reading state information... 08:46:09 The following NEW packages will be installed: 08:46:09 apt-transport-https 08:46:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:46:10 Need to get 1696 B of archives. 08:46:10 After this operation, 153 kB of additional disk space will be used. 08:46:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:46:10 debconf: delaying package configuration, since apt-utils is not installed 08:46:10 Fetched 1696 B in 0s (8481 B/s) 08:46:10 Selecting previously unselected package apt-transport-https. 08:46:10 (Reading database ... 13929 files and directories currently installed.) 08:46:10 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:46:10 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:46:10 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:46:10 --parallel Build images in parallel. [Pipeline] } 08:46:10 $ docker stop --time=1 c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e 08:46:10 Waiting for network to be ready... 08:46:12 $ docker rm -f c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:46:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:46:13 . [Pipeline] withDockerContainer 08:46:13 prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container 08:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:46:14 $ docker top 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:15 + docker-compose -f ./docker-compose-build.yml build --parallel 08:46:17 2020-12-18T08:46:13Z INFO Waiting for automatic snapd restart... 08:46:17 snapd 2.48.1 from Canonical* installed 08:46:17 "snapd" switched to the "latest/stable" channel 08:46:17 08:46:19 Building docker-core-command-go ... 08:46:19 Building docker-core-data-go ... 08:46:19 Building docker-core-metadata-go ... 08:46:19 Building docker-security-bootstrap-redis-go ... 08:46:19 Building docker-security-proxy-setup-go ... 08:46:19 Building docker-security-secretstore-setup-go ... 08:46:19 Building docker-support-notifications-go ... 08:46:19 Building docker-support-scheduler-go ... 08:46:19 Building docker-sys-mgmt-agent-go ... 08:46:19 Building docker-sys-mgmt-agent-go 08:46:19 Building docker-support-notifications-go 08:46:19 Building docker-core-command-go 08:46:19 Building docker-security-secretstore-setup-go 08:46:19 Building docker-security-bootstrap-redis-go 08:46:21 core18 20201210 from Canonical* installed 08:46:21 "core18" switched to the "latest/stable" channel 08:46:21 08:46:23 snapcraft 4.4.4 from Canonical* installed 08:46:23 "snapcraft" switched to the "latest/stable" channel 08:46:23 08:46:28 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: 08:46:28 - README.md 08:46:28 08:46:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:46:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:46:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:46:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:46:35 Reading package lists... 08:46:35 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 08:46:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:42 Reading package lists... 08:46:42 Building dependency tree... 08:46:42 Reading state information... 08:46:42 Suggested packages: 08:46:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:46:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:46:42 Recommended packages: 08:46:42 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:46:42 The following NEW packages will be installed: 08:46:42 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:46:42 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:46:42 pkg-config zip 08:46:42 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:46:42 Need to get 7655 kB of archives. 08:46:42 After this operation, 43.7 MB of additional disk space will be used. 08:46:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:46:42 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:46:42 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:46:42 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:46:42 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:46:42 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:46:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:46:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:46:42 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:46:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:46:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:46:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:46:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:46:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:46:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:46:43 debconf: delaying package configuration, since apt-utils is not installed 08:46:43 Fetched 7655 kB in 1s (7014 kB/s) 08:46:43 Selecting previously unselected package libglib2.0-0:amd64. 08:46:43 (Reading database ... 13933 files and directories currently installed.) 08:46:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:46:43 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:46:43 Selecting previously unselected package libpsl5:amd64. 08:46:43 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:46:43 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:46:43 Selecting previously unselected package libnghttp2-14:amd64. 08:46:43 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:46:43 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:43 Selecting previously unselected package librtmp1:amd64. 08:46:43 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:46:43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:43 Selecting previously unselected package libcurl3-gnutls:amd64. 08:46:43 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:46:43 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:46:43 Selecting previously unselected package liberror-perl. 08:46:43 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:46:43 Unpacking liberror-perl (0.17025-1) ... 08:46:43 Selecting previously unselected package git-man. 08:46:43 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:46:43 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:46:43 Selecting previously unselected package git. 08:46:43 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:46:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:46:44 Selecting previously unselected package libnorm1:amd64. 08:46:44 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:46:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:45 Selecting previously unselected package libpgm-5.2-0:amd64. 08:46:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:46:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:45 Selecting previously unselected package libsodium23:amd64. 08:46:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:46:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:46:45 Selecting previously unselected package libzmq5:amd64. 08:46:45 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:45 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:45 Selecting previously unselected package libzmq3-dev:amd64. 08:46:45 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:45 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:45 Selecting previously unselected package pkg-config. 08:46:45 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:46:45 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:46:45 Selecting previously unselected package zip. 08:46:45 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:46:45 Unpacking zip (3.0-11build1) ... 08:46:45 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:45 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:46:45 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:45 Setting up liberror-perl (0.17025-1) ... 08:46:45 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:46:45 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:46:45 No schema files found: doing nothing. 08:46:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:45 Setting up zip (3.0-11build1) ... 08:46:45 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:45 Setting up libsodium23:amd64 (1.0.16-2) ... 08:46:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:46:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:46:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:46:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:52 git set to automatically installed. 08:46:52 git-man set to automatically installed. 08:46:52 libcurl3-gnutls set to automatically installed. 08:46:52 liberror-perl set to automatically installed. 08:46:52 libglib2.0-0 set to automatically installed. 08:46:52 libnghttp2-14 set to automatically installed. 08:46:52 libnorm1 set to automatically installed. 08:46:52 libpgm-5.2-0 set to automatically installed. 08:46:52 libpsl5 set to automatically installed. 08:46:52 librtmp1 set to automatically installed. 08:46:52 libsodium23 set to automatically installed. 08:46:52 libzmq3-dev set to automatically installed. 08:46:52 libzmq5 set to automatically installed. 08:46:52 pkg-config set to automatically installed. 08:46:52 zip set to automatically installed. 08:46:56 snapd is not logged in, snap install commands will use sudo 08:47:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:47:02 snap "core18" has no updates available 08:47:03 Pulling config-common 08:47:04 Pulling go-build-helper 08:47:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:47:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:47:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 08:47:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 08:47:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 08:47:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 08:47:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 08:47:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 08:47:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 08:47:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 08:47:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:47:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:47:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:47:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:47:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:47:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:47:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:47:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:47:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:47:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 08:47:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 08:47:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 08:47:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:47:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 08:47:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 08:47:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 08:47:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 08:47:26 Fetched 23.5 MB in 0s (0 B/s) 08:47:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:47:26 Fetched 96.5 kB in 0s (0 B/s) 08:47:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:47:26 Fetched 279 kB in 0s (0 B/s) 08:47:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:47:26 Fetched 122 kB in 0s (0 B/s) 08:47:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:47:26 Fetched 77.8 kB in 0s (0 B/s) 08:47:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:47:26 Fetched 8848 B in 0s (0 B/s) 08:47:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:47:26 Fetched 47.8 kB in 0s (0 B/s) 08:47:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:47:26 Fetched 45.6 kB in 0s (0 B/s) 08:47:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 08:47:26 Fetched 14.8 kB in 0s (0 B/s) 08:47:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:47:26 Fetched 214 kB in 0s (0 B/s) 08:47:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:47:26 Fetched 155 kB in 0s (0 B/s) 08:47:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:47:26 Fetched 50.6 kB in 0s (0 B/s) 08:47:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:47:26 Fetched 14.8 kB in 0s (0 B/s) 08:47:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:47:26 Fetched 41.8 kB in 0s (0 B/s) 08:47:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:47:26 Fetched 499 kB in 0s (0 B/s) 08:47:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:47:26 Fetched 111 kB in 0s (0 B/s) 08:47:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:47:26 Fetched 240 kB in 0s (0 B/s) 08:47:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:47:26 Fetched 29.3 kB in 0s (0 B/s) 08:47:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:47:26 Fetched 85.5 kB in 0s (0 B/s) 08:47:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:47:26 Fetched 24.5 kB in 0s (0 B/s) 08:47:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 08:47:26 Fetched 49.2 kB in 0s (0 B/s) 08:47:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:47:26 Fetched 54.2 kB in 0s (0 B/s) 08:47:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:47:26 Fetched 30.8 kB in 0s (0 B/s) 08:47:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:47:26 Fetched 17.0 kB in 0s (0 B/s) 08:47:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:47:26 Fetched 85.9 kB in 0s (0 B/s) 08:47:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:47:26 Fetched 8720 B in 0s (0 B/s) 08:47:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:47:26 Fetched 137 kB in 0s (0 B/s) 08:47:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:47:26 Fetched 119 kB in 0s (0 B/s) 08:47:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:47:26 Fetched 109 kB in 0s (0 B/s) 08:47:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:47:26 Fetched 11.1 kB in 0s (0 B/s) 08:47:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:47:26 Fetched 645 kB in 0s (0 B/s) 08:47:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:47:26 Fetched 41.3 kB in 0s (0 B/s) 08:47:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:47:26 Fetched 17.9 kB in 0s (0 B/s) 08:47:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:47:26 Fetched 368 kB in 0s (0 B/s) 08:47:26 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 08:47:26 Fetched 187 kB in 0s (0 B/s) 08:47:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:47:26 Fetched 175 kB in 0s (0 B/s) 08:47:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:47:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:47:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:27 ---> 3c22d92b392b 08:47:27 Step 3/24 : WORKDIR /edgex-go 08:47:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:47:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:27 ---> 3c22d92b392b 08:47:27 Step 3/24 : WORKDIR /edgex-go 08:47:27 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:47:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:47:27 ---> 3c22d92b392b 08:47:27 Step 3/27 : WORKDIR /edgex-go 08:47:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:47:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:27 ---> 3c22d92b392b 08:47:27 Step 3/22 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:47:27 08:47:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:27 ---> 3c22d92b392b 08:47:27 Step 3/22 : WORKDIR /edgex-go 08:47:29 ---> Running in c68dc0813cb9 08:47:29 ---> Running in b82af9578138 08:47:29 ---> Running in b0879033a8b0 08:47:29 ---> Running in 49be6f78f46c 08:47:29 ---> Running in d3ef783c5f48 08:47:29 Fetched 206 kB in 0s (0 B/s) 08:47:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:47:29 Fetched 1301 kB in 0s (0 B/s) 08:47:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:47:29 Fetched 36.2 kB in 0s (0 B/s) 08:47:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:47:29 Fetched 159 kB in 0s (0 B/s) 08:47:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:47:29 Fetched 107 kB in 0s (0 B/s) 08:47:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:47:29 Fetched 48.7 kB in 0s (0 B/s) 08:47:29 Pulling static-packages 08:47:30 Removing intermediate container 49be6f78f46c 08:47:30 ---> fa019e13b18f 08:47:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:30 Removing intermediate container c68dc0813cb9 08:47:30 ---> 22c7bc31fda8 08:47:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:30 Removing intermediate container b82af9578138 08:47:30 ---> 9a6b04f8b2c6 08:47:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:30 ---> Running in ad50fbba2ffd 08:47:30 Removing intermediate container d3ef783c5f48 08:47:30 ---> 31c80a10edd2 08:47:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:30 Removing intermediate container b0879033a8b0 08:47:30 ---> 87c062b59cb3 08:47:30 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:30 ---> Running in 71461703a380 08:47:30 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:47:30 Skipping pull go-build-helper (already ran) 08:47:30 Skipping pull static-packages (already ran) 08:47:30 Building go-build-helper 08:47:30 ---> Running in 083defda0d5c 08:47:30 ---> Running in 9c3743aa128f 08:47:30 ---> Running in a8d1b8d21f56 08:47:34 Removing intermediate container ad50fbba2ffd 08:47:34 ---> 3a4823b85073 08:47:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:47:34 ---> Running in bedb740dfd3b 08:47:34 Removing intermediate container 71461703a380 08:47:34 ---> 35313acf02db 08:47:34 Step 5/22 : RUN apk update && apk add make git 08:47:34 Removing intermediate container a8d1b8d21f56 08:47:34 ---> 4731ebf17754 08:47:34 Step 5/27 : RUN apk update && apk add make bash git 08:47:34 ---> Running in 3e6468b7f0bf 08:47:34 Building static-packages 08:47:34 Removing intermediate container 083defda0d5c 08:47:34 ---> 15d8e2805330 08:47:34 Step 5/22 : RUN apk update && apk add make git 08:47:34 ---> Running in 28f31a2d9993 08:47:34 Removing intermediate container 9c3743aa128f 08:47:34 ---> 38e0d7c34249 08:47:34 Step 5/24 : RUN apk update && apk add make git 08:47:35 ---> Running in a89a87964fd3 08:47:35 ---> Running in b3a77a20edc5 08:47:36 Staging go-build-helper 08:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:36 Staging static-packages 08:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:37 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:47:37 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:47:37 OK: 12620 distinct packages available 08:47:37 Pulling go115 08:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:47:38 OK: 12620 distinct packages available 08:47:38 OK: 217 MiB in 51 packages 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:47:38 OK: 12620 distinct packages available 08:47:38 'edgex-go' has dependencies that need to be staged: go115 08:47:38 Skipping pull go115 (already ran) 08:47:38 Building go115 08:47:38 % Total % Received % Xferd Average Speed Time Time Time Current 08:47:38 Dload Upload Total Spent Left Speed 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:47:38 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:47:38 OK: 12620 distinct packages available 08:47:38 OK: 217 MiB in 51 packages 08:47:39 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:47:39 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:47:39 OK: 12620 distinct packages available 08:47:39 OK: 217 MiB in 51 packages 08:47:40 OK: 217 MiB in 51 packages 08:47:40 OK: 217 MiB in 51 packages 08:47:41 Removing intermediate container bedb740dfd3b 08:47:41 ---> 621407a59952 08:47:41 Step 6/24 : COPY go.mod . 08:47:41 Removing intermediate container 3e6468b7f0bf 08:47:41 ---> 5ce447bfcac7 08:47:41 Step 6/22 : COPY go.mod . 08:47:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.6M 0 0 42.1M 0 0:00:02 --:--:-- 0:00:02 42.0M 64 115M 64 74.9M 0 0 47.2M 0 0:00:02 0:00:01 0:00:01 47.2M 100 115M 100 115M 0 0 45.1M 0 0:00:02 0:00:02 --:--:-- 45.1M 08:47:41 Removing intermediate container 28f31a2d9993 08:47:41 ---> 39687602ec46 08:47:41 Step 6/27 : COPY go.mod . 08:47:41 ---> 8c08dcf49485 08:47:41 Step 7/24 : RUN go mod download 08:47:41 go1.15.2.linux-amd64.tar.gz: OK 08:47:42 Removing intermediate container a89a87964fd3 08:47:42 ---> c4ef81fdb778 08:47:42 Step 6/22 : COPY go.mod . 08:47:42 Removing intermediate container b3a77a20edc5 08:47:42 ---> 3969b9c4a90a 08:47:42 Step 6/24 : COPY go.mod . 08:47:42 ---> Running in 47492a0ea71d 08:47:42 ---> 128e1cfaaf0a 08:47:42 Step 7/22 : RUN go mod download 08:47:42 ---> Running in 9d6be457080c 08:47:42 ---> 3d30fbfca503 08:47:42 Step 7/27 : RUN go mod download 08:47:43 ---> Running in 2f7aabfcd948 08:47:43 ---> f62bca5d77ff 08:47:43 Step 7/22 : RUN go mod download 08:47:43 ---> 14432ad6105c 08:47:43 Step 7/24 : RUN go mod download 08:47:43 ---> Running in 4058188ce552 08:47:43 ---> Running in 237727bbc6f7 08:47:46 Staging go115 08:47:47 Removing intermediate container 47492a0ea71d 08:47:47 ---> e970725fff15 08:47:47 Removing intermediate container 9d6be457080c 08:47:47 ---> 80f56c616f0c 08:47:47 Step 8/24 : COPY . .Step 8/22 : COPY . . 08:47:47 08:47:47 Removing intermediate container 2f7aabfcd948 08:47:47 ---> 5fda35077420 08:47:47 Step 8/27 : COPY . . 08:47:47 Removing intermediate container 4058188ce552 08:47:47 ---> 6bd653e22a8b 08:47:47 Step 8/22 : COPY . . 08:47:48 Removing intermediate container 237727bbc6f7 08:47:48 ---> 60427d9fc2f7 08:47:48 Step 8/24 : COPY . . 08:47:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:47:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:47:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:47:51 Fetched 88.7 kB in 0s (0 B/s) 08:47:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:47:51 Fetched 224 kB in 0s (0 B/s) 08:47:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:47:51 Fetched 157 kB in 0s (0 B/s) 08:47:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:47:51 Fetched 221 kB in 0s (0 B/s) 08:47:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:47:51 Fetched 143 kB in 0s (0 B/s) 08:47:51 Pulling edgex-go 08:47:52 Pulling version 08:47:53 Building config-common 08:47:55 Skipping build go-build-helper (already ran) 08:47:55 Skipping build static-packages (already ran) 08:47:55 Skipping build go115 (already ran) 08:47:55 Building edgex-go 08:47:55 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 08:47:56 go: downloading github.com/gorilla/mux v1.8.0 08:47:56 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 08:47:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 08:47:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 08:47:56 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 08:47:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:47:56 go: downloading github.com/google/uuid v1.1.2 08:47:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:47:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:47:56 go: downloading github.com/go-kit/kit v0.8.0 08:47:56 go: downloading github.com/pebbe/zmq4 v1.0.0 08:47:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:47:56 go: downloading github.com/imdario/mergo v0.3.11 08:47:56 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 08:47:56 go: downloading github.com/BurntSushi/toml v0.3.1 08:47:56 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 08:47:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:47:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:47:57 go: downloading github.com/pelletier/go-toml v1.2.0 08:47:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:47:57 go: downloading github.com/x448/float16 v0.8.4 08:47:57 go: downloading github.com/hashicorp/consul/api v1.1.0 08:47:57 go: downloading gopkg.in/yaml.v2 v2.4.0 08:47:57 go: downloading github.com/pkg/errors v0.8.1 08:47:57 go: downloading github.com/leodido/go-urn v1.2.0 08:47:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:47:57 go: downloading github.com/go-playground/universal-translator v0.17.0 08:47:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:47:57 go: downloading github.com/hashicorp/serf v0.8.2 08:47:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:47:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:47:57 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:47:57 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:47:57 go: downloading github.com/mitchellh/copystructure v1.0.0 08:47:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:47:57 go: downloading github.com/go-playground/locales v0.13.0 08:47:57 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:47:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:47:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:47:58 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:48:08 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 08:48: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 08:48:10 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 08:48:11 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 08:48:11 go: downloading github.com/stretchr/testify v1.5.1 08:48:11 go: downloading github.com/davecgh/go-spew v1.1.1 08:48:11 go: downloading github.com/pmezard/go-difflib v1.0.0 08:48:12 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 08:48:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:48:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:48:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:48:14 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 08:48:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:48:15 ---> 987af38a1cd9 08:48:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:48:15 ---> 30d3829c1613 08:48:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:48:15 ---> a41b429b7ae8 08:48:15 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:48:15 ---> 8d24bb740b2f 08:48:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:48:15 ---> 6ce9c0673a9b 08:48:15 Step 9/22 : RUN make cmd/core-command/core-command 08:48:15 ---> Running in c5b174b13860 08:48:15 ---> Running in 09f323a70f4e 08:48:15 ---> Running in 74d174adab81 08:48:15 ---> Running in 6ab6cd52115a 08:48:15 ---> Running in 1d5dd6577f83 08:48:15 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 08:48:15 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 08:48:15 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 08:48:15 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 08:48:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:48:16 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 08:48:16 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 08:48:17 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 08:48:19 Building version 08:48:22 Staging config-common 08:48:23 Skipping stage go-build-helper (already ran) 08:48:23 Skipping stage static-packages (already ran) 08:48:23 Skipping stage go115 (already ran) 08:48:23 Staging edgex-go 08:48:24 Staging version 08:48:25 Priming config-common 08:48:26 Priming go-build-helper 08:48:27 Priming static-packages 08:48:30 Priming go115 08:48:30 Priming edgex-go 08:48:32 Priming version 08:48:33 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] } 08:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:49:44 Removing intermediate container c5b174b13860 08:49:44 ---> 72b9f991a782 08:49:44 08:49:44 Step 10/22 : FROM alpine:3.10 08:49:44 3.10: Pulling from library/alpine 08:49:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:49:45 Status: Downloaded newer image for alpine:3.10 08:49:45 ---> 536a684cf733 08:49:45 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:49:46 Removing intermediate container 74d174adab81 08:49:46 ---> f86c60e026d2 08:49:46 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:49:46 ---> Running in 7b6c08ec1bd1 08:49:46 ---> Running in e85bcaeffe85 08:49:47 Removing intermediate container 09f323a70f4e 08:49:47 ---> 00ca332637af 08:49:47 08:49:47 Step 10/24 : FROM alpine:3.10 08:49:47 ---> 536a684cf733 08:49:47 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:49:47 ---> Running in 7f388e128e4f 08:49:48 Removing intermediate container 6ab6cd52115a 08:49:48 ---> 04376c44fd98 08:49:48 08:49:48 Step 10/24 : FROM scratch 08:49:48 ---> 08:49:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:49:48 Removing intermediate container 1d5dd6577f83 08:49:48 ---> ac0782cbaa51 08:49:48 08:49:48 Step 10/22 : FROM scratch 08:49:48 ---> 08:49:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:49:48 ---> Running in 74816fbd050c 08:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:49:48 ---> Running in 85e149397086 08:49:48 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 08:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:49:49 Removing intermediate container 74816fbd050c 08:49:49 ---> 366526f094f5 08:49:49 Step 12/24 : ENV APP_PORT=48060 08:49:49 ---> Running in e623071aa667 08:49:49 Removing intermediate container 85e149397086 08:49:49 ---> 53de5aed21c1 08:49:49 Step 12/22 : ENV APP_PORT=48082 08:49:49 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:49:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:49:49 OK: 10171 distinct packages available 08:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:49:49 ---> Running in 26aa22212034 08:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:49:50 Removing intermediate container e623071aa667 08:49:50 ---> 2fe6096840d6 08:49:50 Step 13/24 : EXPOSE $APP_PORT 08:49:50 (1/5) Installing ca-certificates (20191127-r2) 08:49:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:49:50 ---> Running in dbcd944a6c84 08:49:50 (3/5) Installing libcurl (7.66.0-r3) 08:49:50 Removing intermediate container 26aa22212034 08:49:50 ---> 6b507ed0b0a7 08:49:50 Step 13/22 : EXPOSE $APP_PORTv3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:49:50 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:49:50 OK: 10171 distinct packages available 08:49:50 08:49:50 (4/5) Installing curl (7.66.0-r3) 08:49:50 (5/5) Installing dumb-init (1.2.2-r1) 08:49:50 Executing busybox-1.30.1-r3.trigger 08:49:50 Executing ca-certificates-20191127-r2.trigger 08:49:50 ---> Running in 0c0816f3c6f2 08:49:50 OK: 7 MiB in 19 packages 08:49:50 (1/5) Installing ca-certificates (20191127-r2) 08:49:50 Removing intermediate container dbcd944a6c84 08:49:50 ---> 06035c6e96d9 08:49:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:49:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:49:51 (3/5) Installing libcurl (7.66.0-r3) 08:49:51 (4/5) Installing curl (7.66.0-r3) 08:49:51 (5/5) Installing dumb-init (1.2.2-r1) 08:49:51 Executing busybox-1.30.1-r3.trigger 08:49:51 Executing ca-certificates-20191127-r2.trigger 08:49:51 Removing intermediate container 0c0816f3c6f2 08:49:51 ---> 23849d83e89d 08:49:51 Step 14/22 : WORKDIR / 08:49:51 OK: 7 MiB in 19 packages 08:49:51 ---> Running in d0386db5715b 08:49:52 ---> 44eb99f693b1 08:49:52 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:49:53 Removing intermediate container d0386db5715b 08:49:53 ---> 8e23c949a9eb 08:49:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:49:53 Removing intermediate container 7b6c08ec1bd1 08:49:53 ---> 7ab37cede756 08:49:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:49:54 Removing intermediate container e85bcaeffe85 08:49:54 ---> 681dc0da93e5 08:49:54 08:49:54 Step 11/27 : FROM docker:latest 08:49:54 ---> 0c09fb3ff9b5 08:49:54 Step 12/27 : RUN apk add --no-cache bash 08:49:54 ---> 39e1e2a733e7 08:49:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:49:54 ---> 3479f6effade 08:49:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:49:54 ---> Running in dfe7da859373 08:49:54 Removing intermediate container 7f388e128e4f 08:49:54 ---> 3a4be5760f6a 08:49:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:49:54 ---> Running in db8d4cb1606a 08:49:54 ---> Running in 36df0cca44c1 08:49:55 Removing intermediate container dfe7da859373 08:49:55 ---> 081b427b9b26 08:49:55 Step 13/22 : WORKDIR / 08:49:55 Removing intermediate container 36df0cca44c1 08:49:55 ---> 14c73e62874a 08:49:55 Step 13/24 : WORKDIR / 08:49:55 ---> Running in ab3e6315047b 08:49:55 ---> Running in 6f0b22669212 08:49:55 ---> 54495837dced 08:49:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:49:55 ---> 0e317e814d09 08:49:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:56 Removing intermediate container ab3e6315047b 08:49:56 ---> 8b07b46f61ff 08:49:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:56 Removing intermediate container 6f0b22669212 08:49:56 ---> 5ccd3af4129b 08:49:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:49:57 (1/2) Installing readline (8.0.4-r0) 08:49:57 (2/2) Installing bash (5.0.17-r0) 08:49:57 ---> f043cbdf6d97 08:49:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:49:57 Executing bash-5.0.17-r0.post-install 08:49:57 Executing busybox-1.31.1-r19.trigger 08:49:57 OK: 12 MiB in 22 packages 08:49:57 ---> fa17950edc6f 08:49:57 Step 18/22 : ENTRYPOINT ["/core-command"] 08:49:57 ---> Running in e7e6d54acfba 08:49:57 ---> 64d33f2a79f4 08:49:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:49:57 ---> 1aa680cbeae4 08:49:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:49:57 Removing intermediate container e7e6d54acfba 08:49:57 ---> 4f28900433ee 08:49:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:58 ---> Running in 880bfaa2a34d 08:49:58 ---> 63d7e2392a1c 08:49:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:49:59 Removing intermediate container db8d4cb1606a 08:49:59 ---> f9716ffad8af 08:49:59 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:49:59 ---> 8ed13c50dc97 08:49:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:49:59 Removing intermediate container 880bfaa2a34d 08:49:59 ---> 95d4f6daba1e 08:49:59 Step 20/22 : LABEL arch=arm64 08:49:59 ---> Running in f1b49883602d 08:49:59 ---> e712c6631da1 08:49:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:49:59 ---> Running in a66cd178de99 08:49:59 ---> ad3723b63f77 08:49:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:49:59 ---> b10f7b1e772f 08:49:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:49:59 ---> Running in b7ff005dc0d6 08:50:00 Removing intermediate container a66cd178de99 08:50:00 ---> 663f5e12c5ff 08:50:00 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:50:00 ---> 281367df0f25 08:50:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:50:00 ---> Running in 51242bca967f 08:50:00 Removing intermediate container b7ff005dc0d6 08:50:00 ---> 366fed257a98 08:50:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:01 ---> Running in 05540cf07114 08:50:01 Removing intermediate container 51242bca967f 08:50:01 ---> 2f582f075d62 08:50:01 Step 22/22 : LABEL version=0.0.0 08:50:01 ---> Running in a0ecf8464f4e 08:50:01 ---> e772208088d9 08:50:01 Step 18/22 : RUN chmod +x entrypoint.sh 08:50:01 Removing intermediate container 05540cf07114 08:50:01 ---> 54a8ca774603 08:50:01 Step 22/24 : LABEL arch=arm64 08:50:01 ---> 00867e5cff30 08:50:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:50:02 ---> Running in ac76efa4f29b 08:50:02 ---> Running in 3352ba9d0167 08:50:02 Removing intermediate container a0ecf8464f4e 08:50:02 ---> dc6388a9425b 08:50:02 08:50:02 Removing intermediate container f1b49883602d 08:50:02 ---> 87531cba48be 08:50:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:50:02 Successfully built dc6388a9425b 08:50:02 ---> Running in 3f5bcc41e19a 08:50:02 Removing intermediate container ac76efa4f29b 08:50:02 ---> bd3faf8a94f1 08:50:02 Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:50:02 Successfully tagged docker-core-command-go-arm64:latest 08:50:02 Building docker-core-data-go 08:50:03  Building docker-core-command-go ... done  ---> Running in f6d3e3aea1ed 08:50:03 ---> 0ad7423b96ef 08:50:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:50:03 Removing intermediate container f6d3e3aea1ed 08:50:03 ---> 78398ed0644d 08:50:03 Step 24/24 : LABEL version=0.0.0 08:50:03 Removing intermediate container 3f5bcc41e19a 08:50:03 ---> 1750e834adc8 08:50:03 Step 15/27 : ENV APP_PORT=48090 08:50:04 ---> Running in 1b49cda20cae 08:50:04 ---> Running in 9e3d84338717 08:50:05 Removing intermediate container 1b49cda20cae 08:50:05 ---> 773a03717e2e 08:50:05 Step 16/27 : EXPOSE $APP_PORT 08:50:05 ---> edd4481fb04b 08:50:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:50:05 Removing intermediate container 9e3d84338717 08:50:05 ---> e942312daa6c 08:50:05 08:50:06 ---> Running in 12ce1d0ef2fa 08:50:06 Removing intermediate container 3352ba9d0167 08:50:06 ---> 19f7d6d76592 08:50:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:50:06 Successfully built e942312daa6c 08:50:06 Successfully tagged docker-support-notifications-go-arm64:latest 08:50:06  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 08:50:06 ---> Running in 9d6f1cfde639 08:50:06 ---> Running in 53857a282d38 08:50:07 Removing intermediate container 12ce1d0ef2fa 08:50:07 ---> 450f8d211ee0 08:50:07 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:50:07 Removing intermediate container 53857a282d38 08:50:07 ---> 080d855e317f 08:50:07 Step 20/22 : LABEL arch=arm64 08:50:07 ---> Running in 5ef2f9ac674c 08:50:09 ---> 933fc177a631 08:50:09 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:50:10 Removing intermediate container 5ef2f9ac674c 08:50:10 ---> 7a0c9b22ede2 08:50:10 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:50:10 ---> 1b928b108760 08:50:10 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:50:11 ---> Running in a161a119e6ae 08:50:11 Removing intermediate container 9d6f1cfde639 08:50:11 ---> 839e183efbea 08:50:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:50:11 ---> Running in 6843bef539c1 08:50:11 Removing intermediate container a161a119e6ae 08:50:11 ---> 3da31c862286 08:50:11 Step 22/22 : LABEL version=0.0.0 08:50:11 ---> 813ede3ea9df 08:50:11 Step 20/27 : RUN apk --no-cache add py3-pip 08:50:11 ---> Running in 9d7e750755b3 08:50:12 ---> Running in a575230a3d04 08:50:12 Removing intermediate container 6843bef539c1 08:50:12 ---> 71caf9480177 08:50:12 Step 22/24 : LABEL arch=arm64 08:50:13 ---> Running in 504e50973eaf 08:50:13 Removing intermediate container 9d7e750755b3 08:50:13 ---> f12d0b0efbb0 08:50:13 08:50:13 Successfully built f12d0b0efbb0 08:50:13 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 08:50:13 Building docker-security-proxy-setup-go 08:50:14  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 504e50973eaf 08:50:14 ---> b02a945e6f6d 08:50:14 Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:50:14 ---> Running in 99559ccfe087 08:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:14 Removing intermediate container 99559ccfe087 08:50:14 ---> ea9cb6d9a66c 08:50:14 Step 24/24 : LABEL version=0.0.0 08:50:15 (1/33) Installing libbz2 (1.0.8-r1) 08:50:15 (2/33) Installing expat (2.2.9-r1) 08:50:15 (3/33) Installing libffi (3.3-r2) 08:50:15 (4/33) Installing gdbm (1.13-r1) 08:50:15 (5/33) Installing xz-libs (5.2.5-r0) 08:50:15 (6/33) Installing sqlite-libs (3.32.1-r0) 08:50:15 (7/33) Installing python3 (3.8.5-r0) 08:50:15 ---> Running in e9c1019bb187 08:50:16 Removing intermediate container e9c1019bb187 08:50:16 ---> aa71d9dedce9 08:50:16 08:50:17 (8/33) Installing py3-appdirs (1.4.4-r1) 08:50:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:50:17 (10/33) Installing py3-parsing (2.4.7-r0) 08:50:17 (11/33) Installing py3-six (1.15.0-r0) 08:50:17 (12/33) Installing py3-packaging (20.4-r0) 08:50:17 (13/33) Installing py3-setuptools (47.0.0-r0) 08:50:17 Successfully built aa71d9dedce9 08:50:17 (14/33) Installing py3-chardet (3.0.4-r4) 08:50:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:50:17  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 08:50:17 (15/33) Installing py3-idna (2.9-r0) 08:50:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:50:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:50:17 (18/33) Installing py3-requests (2.23.0-r0) 08:50:17 (19/33) Installing py3-msgpack (1.0.0-r0) 08:50:17 (20/33) Installing py3-lockfile (0.12.2-r3) 08:50:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:50:17 (22/33) Installing py3-colorama (0.4.3-r0) 08:50:17 (23/33) Installing py3-distlib (0.3.0-r0) 08:50:17 (24/33) Installing py3-distro (1.5.0-r1) 08:50:17 (25/33) Installing py3-webencodings (0.5.1-r3) 08:50:17 (26/33) Installing py3-html5lib (1.0.1-r4) 08:50:17 (27/33) Installing py3-pytoml (0.1.21-r0) 08:50:17 (28/33) Installing py3-pep517 (0.8.2-r0) 08:50:17 (29/33) Installing py3-progress (1.5-r0) 08:50:17 (30/33) Installing py3-toml (0.10.1-r0) 08:50:17 (31/33) Installing py3-retrying (1.3.3-r0) 08:50:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:50:17 (33/33) Installing py3-pip (20.1.1-r0) 08:50:18 Executing busybox-1.31.1-r19.trigger 08:50:18 OK: 71 MiB in 55 packages 08:50:28 Removing intermediate container a575230a3d04 08:50:28 ---> e7bf1b195107 08:50:28 Step 21/27 : RUN pip install docker-compose==1.23.2 08:50:28 ---> Running in 40ee49d5576b 08:50:33 Collecting docker-compose==1.23.2 08:50:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:50:34 Collecting websocket-client<1.0,>=0.32.0 08:50:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:50:34 Collecting dockerpty<0.5,>=0.4.1 08:50:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:50:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:50:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:50:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:50:38 Collecting docker<4.0,>=3.6.0 08:50:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:50:39 Collecting docopt<0.7,>=0.6.1 08:50:39 Downloading docopt-0.6.2.tar.gz (25 kB) 08:50:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:50:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:50:40 ---> 3c22d92b392b 08:50:40 Step 3/23 : WORKDIR /edgex-go 08:50:40 ---> Using cache 08:50:40 ---> 87c062b59cb3 08:50:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:40 ---> Using cache 08:50:40 ---> 4731ebf17754 08:50:40 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:50:42 Collecting cached-property<2,>=1.2.0 08:50:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:50:43 ---> Running in 6253d6f72d84 08:50:43 Collecting PyYAML<4,>=3.10 08:50:43 Downloading PyYAML-3.13.tar.gz (270 kB) 08:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:47 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:50:47 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:50:47 OK: 12620 distinct packages available 08:50:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:50:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:50:47 ---> 3c22d92b392b 08:50:47 Step 3/21 : WORKDIR /edgex-go 08:50:47 ---> Using cache 08:50:47 ---> 87c062b59cb3 08:50:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:47 ---> Using cache 08:50:47 ---> 4731ebf17754 08:50:47 Step 5/21 : RUN apk update && apk add make git 08:50:47 OK: 217 MiB in 51 packages 08:50:48 Collecting texttable<0.10,>=0.9.0 08:50:48 Downloading texttable-0.9.1.tar.gz (11 kB) 08:50:50 ---> Running in f8fd117c302d 08:50:51 Collecting jsonschema<3,>=2.5.1 08:50:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:50: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) 08:50:51 Removing intermediate container 6253d6f72d84 08:50:51 ---> a7b3cdb0d61f 08:50:51 Step 6/23 : COPY go.mod . 08:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:52 Collecting urllib3<1.25,>=1.21.1 08:50:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:50:52 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) 08:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:53 Collecting idna<2.8,>=2.5 08:50:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:50:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:50:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:50:53 ---> 3c22d92b392b 08:50:53 Step 3/21 : WORKDIR /edgex-go 08:50:53 ---> Using cache 08:50:53 ---> 87c062b59cb3 08:50:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:53 ---> Using cache 08:50:53 ---> 4731ebf17754 08:50:53 Step 5/21 : RUN apk update && apk add make git 08:50:53 Collecting docker-pycreds>=0.4.0 08:50:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:50:53 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:50:53 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:50:53 OK: 12620 distinct packages available 08:50:53 ---> a64d1c612bc6 08:50:53 Step 7/23 : RUN go mod download 08:50:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:50:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:50:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:50:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:50:54 ---> Running in b6b22dd817a6 08:50:54 OK: 217 MiB in 51 packages 08:50:54 ---> Running in 1d21c0317b1e 08:50:55 Installing collected packages: websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, PyYAML, texttable, jsonschema, docker-compose 08:50:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:50:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:50:55 ---> 3c22d92b392b 08:50:55 Step 3/22 : WORKDIR /edgex-go 08:50:55 ---> Using cache 08:50:55 ---> 87c062b59cb3 08:50:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:55 ---> Using cache 08:50:55 ---> 4731ebf17754 08:50:55 Step 5/22 : RUN apk update && apk add make git 08:50:55 ---> Running in 503cf3b5ba39 08:50:55 Running setup.py install for dockerpty: started 08:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:57 Removing intermediate container f8fd117c302d 08:50:57 ---> 7fbbe3a7ecbb 08:50:57 Step 6/21 : COPY go.mod . 08:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:58 ---> fd41dd2427c9 08:50:58 Step 7/21 : RUN go mod download 08:50:58 Running setup.py install for dockerpty: finished with status 'done' 08:50:58 Attempting uninstall: urllib3 08:50:58 Found existing installation: urllib3 1.25.9 08:50:58 Uninstalling urllib3-1.25.9: 08:50:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:50:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:50:58 OK: 12620 distinct packages available 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:59 ---> Running in 45cc401efb9b 08:50:59 Successfully uninstalled urllib3-1.25.9 08:51:00 OK: 217 MiB in 51 packages 08:51:00 Attempting uninstall: idna 08:51:00 Found existing installation: idna 2.9 08:51:00 Uninstalling idna-2.9: 08:51:00 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:51:00 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:51:00 OK: 12620 distinct packages available 08:51:00 Successfully uninstalled idna-2.9 08:51:00 Removing intermediate container 1d21c0317b1e 08:51:00 ---> b84b81e53abb 08:51:00 Step 8/23 : COPY . . 08:51:00 Attempting uninstall: requests 08:51:00 Found existing installation: requests 2.23.0 08:51:00 Uninstalling requests-2.23.0: 08:51:01 OK: 217 MiB in 51 packages 08:51:01 Successfully uninstalled requests-2.23.0 08:51:02 Removing intermediate container b6b22dd817a6 08:51:02 ---> 1f6b81210c2b 08:51:02 Step 6/21 : COPY go.mod . 08:51:02 Running setup.py install for docopt: started 08:51:03 ---> 53412407abd4 08:51:03 Step 7/21 : RUN go mod download 08:51:03 Removing intermediate container 503cf3b5ba39 08:51:03 ---> e074c8adca52 08:51:03 Step 6/22 : COPY go.mod . 08:51:04 ---> Running in 3e0ffe2c62cb 08:51:04 Removing intermediate container 45cc401efb9b 08:51:04 ---> ef13adf8dd9b 08:51:04 Step 8/21 : COPY . . 08:51:04 Running setup.py install for docopt: finished with status 'done' 08:51:04 Running setup.py install for PyYAML: started 08:51:05 ---> 627452799a11 08:51:05 Step 7/22 : RUN go mod download 08:51:06 ---> Running in 6688faf865db 08:51:07 Running setup.py install for PyYAML: finished with status 'done' 08:51:07 Running setup.py install for texttable: started 08:51:09 Removing intermediate container 3e0ffe2c62cb 08:51:09 ---> 674d31a60d70 08:51:09 Step 8/21 : COPY . . 08:51:10 Running setup.py install for texttable: finished with status 'done' 08:51:11 Removing intermediate container 6688faf865db 08:51:11 ---> beb828d8c3ef 08:51:11 Step 8/22 : COPY . . 08:51:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 08:51:21 ---> 1ff41cf861ba 08:51:21 Step 9/23 : RUN make cmd/core-data/core-data 08:51:21 Removing intermediate container 40ee49d5576b 08:51:21 ---> 4874af1c6d18 08:51:21 Step 22/27 : RUN apk --no-cache add curl 08:51:24 ---> Running in d2009067e7c0 08:51:24 ---> Running in 9d23e5cde8bf 08:51:25 ---> 1cefccc326b6 08:51:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:26 ---> Running in 7c42793237a2 08:51:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:51:27 (2/3) Installing libcurl (7.69.1-r3) 08:51:27 (3/3) Installing curl (7.69.1-r3) 08:51:27 Executing busybox-1.31.1-r19.trigger 08:51:27 OK: 71 MiB in 58 packages 08:51:29 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 08:51:29 ---> d71b6cb7f7fa 08:51:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:51:29 ---> Running in c007e94dfe3d 08:51:30 Removing intermediate container 9d23e5cde8bf 08:51:30 ---> 63ee1fb3b667 08:51:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:51:30 ---> Running in 7edde9eb3de0 08:51:31 Removing intermediate container 7edde9eb3de0 08:51:31 ---> d5e086d3b34d 08:51:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:31 ---> 0b235808657c 08:51:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:51:31 ---> Running in e549f96963ed 08:51:31 ---> Running in 68755b39a630 08:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:51:32 Removing intermediate container e549f96963ed 08:51:32 ---> fa9181029ee8 08:51:32 Step 25/27 : LABEL arch=arm64 08:51:32 ---> Running in 2ba31d15008b 08:51:33 Removing intermediate container 2ba31d15008b 08:51:33 ---> 6d71b791de01 08:51:33 Step 26/27 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:51:33 ---> Running in e5f54c2c2962 08:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:51:34 Removing intermediate container e5f54c2c2962 08:51:34 ---> 218016b185a7 08:51:34 Step 27/27 : LABEL version=0.0.0 08:51:34 ---> Running in 982214222adc 08:51:35 Removing intermediate container 982214222adc 08:51:35 ---> a5e847c48f7c 08:51:35 08:51:35 Successfully built a5e847c48f7c 08:51:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:52:43  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:52:49 Removing intermediate container 7c42793237a2 08:52:49 ---> 9f72d7459027 08:52:49 08:52:49 Step 10/21 : FROM scratch 08:52:49 ---> 08:52:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:52:49 ---> Using cache 08:52:49 ---> 53de5aed21c1 08:52:49 Step 12/21 : ENV APP_PORT=48085 08:52:49 ---> Running in c0618775967b 08:52:50 Removing intermediate container c007e94dfe3d 08:52:50 ---> cd973f174ec9 08:52:50 08:52:50 Step 10/21 : FROM alpine 08:52:50 Removing intermediate container c0618775967b 08:52:50 ---> 315bf12e7cf0 08:52:50 Step 13/21 : EXPOSE $APP_PORT 08:52:50 latest: Pulling from library/alpine 08:52:50 ---> Running in 6aa1f9b55c93 08:52:51 Removing intermediate container 6aa1f9b55c93 08:52:51 ---> a3802281c716 08:52:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:52:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:52:51 Status: Downloaded newer image for alpine:latest 08:52:51 ---> afeebe901d6b 08:52:51 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:52:52 ---> Running in 41e94bfbe65e 08:52:52 ---> 81a354e9ef5a 08:52:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:54 ---> 195cb390832d 08:52:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:55 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:52:55 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:52:55 OK: 12615 distinct packages available 08:52:55 ---> 4115d1808cc4 08:52:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:52:55 ---> Running in 497b4e3193b9 08:52:56 (1/4) Installing ca-certificates (20191127-r4) 08:52:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:52:56 (3/4) Installing libcurl (7.69.1-r3) 08:52:56 (4/4) Installing curl (7.69.1-r3) 08:52:56 Executing busybox-1.31.1-r19.trigger 08:52:56 Executing ca-certificates-20191127-r4.trigger 08:52:56 OK: 7 MiB in 18 packages 08:52:56 Removing intermediate container 497b4e3193b9 08:52:56 ---> 8fe6d3438cd1 08:52:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:56 ---> Running in 7c6754ae4137 08:52:57 Removing intermediate container 7c6754ae4137 08:52:57 ---> 055b33d8ec54 08:52:57 Step 19/21 : LABEL arch=arm64 08:52:57 ---> Running in 474b45d3ed37 08:52:58 Removing intermediate container 474b45d3ed37 08:52:58 ---> 732638a1d22f 08:52:58 Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:52:58 Removing intermediate container 41e94bfbe65e 08:52:58 ---> 02c3a128269b 08:52:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:52:58 ---> Running in 2165f61792aa 08:52:59 ---> Running in 17e9ce178327 08:52:59 Removing intermediate container 2165f61792aa 08:52:59 ---> 33b17a2366cd 08:52:59 Step 21/21 : LABEL version=0.0.0 08:52:59 ---> Running in 8f1e1f43688e 08:52:59 Removing intermediate container 17e9ce178327 08:52:59 ---> 281fe81c49da 08:52:59 Step 13/21 : WORKDIR /edgex 08:53:00 ---> Running in 5146b6ab2334 08:53:00 Removing intermediate container 8f1e1f43688e 08:53:00 ---> 0d1a14667b21 08:53:00 08:53:00 Removing intermediate container 5146b6ab2334 08:53:00 ---> 9de65c680fdb 08:53:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:53:01 Successfully built 0d1a14667b21 08:53:01 Successfully tagged docker-support-scheduler-go-arm64:latest 08:53:02  Building docker-support-scheduler-go ... done  ---> 8d83ba617c27 08:53:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:53:04 ---> f291c3fdde20 08:53:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:53:06 ---> e48ea5116039 08:53:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:53:06 ---> Running in 21cda1ce3258 08:53:06 Removing intermediate container 68755b39a630 08:53:06 ---> 97ccaba188a7 08:53:06 08:53:06 Step 10/22 : FROM scratch 08:53:06 ---> 08:53:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:53:06 ---> Using cache 08:53:06 ---> 53de5aed21c1 08:53:06 Step 12/22 : ENV APP_PORT=48081 08:53:06 Removing intermediate container 21cda1ce3258 08:53:06 ---> Running in 7fde540a5f9e 08:53:06 ---> cae4603b778d 08:53:06 Step 18/21 : CMD ["--init=true"] 08:53:06 ---> Running in 24c1e5b8042f 08:53:07 Removing intermediate container 7fde540a5f9e 08:53:07 ---> 9e036a9f45bd 08:53:07 Step 13/22 : EXPOSE $APP_PORT 08:53:07 ---> Running in f54b22b451eb 08:53:07 Removing intermediate container 24c1e5b8042f 08:53:07 ---> b35201e518fd 08:53:07 Step 19/21 : LABEL arch=arm64 08:53:07 ---> Running in 439f5e51282f 08:53:07 Removing intermediate container f54b22b451eb 08:53:07 ---> 4e59a21ae0cc 08:53:07 Step 14/22 : WORKDIR / 08:53:08 ---> Running in 2aba0a3c9851 08:53:08 Removing intermediate container 439f5e51282f 08:53:08 ---> a534a329868d 08:53:08 Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:53:08 ---> Running in f81d5d658971 08:53:08 Removing intermediate container 2aba0a3c9851 08:53:08 ---> 2ece946ed9c0 08:53:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:53:09 Removing intermediate container f81d5d658971 08:53:09 ---> 285a4daa4a71 08:53:09 Step 21/21 : LABEL version=0.0.0 08:53:09 ---> 08cc374969fa 08:53:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:53:09 ---> Running in 4ca3efa52119 08:53:10 Removing intermediate container d2009067e7c0 08:53:10 ---> 76996f4ff9d2 08:53:10 08:53:10 Step 10/23 : FROM alpine 08:53:10 ---> afeebe901d6b 08:53:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:53:10 Removing intermediate container 4ca3efa52119 08:53:10 ---> 9f89b74072c3 08:53:10 08:53:10 ---> Running in 9db79239957f 08:53:11 Successfully built 9f89b74072c3 08:53:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:53:11  Building docker-security-proxy-setup-go ... done Removing intermediate container 9db79239957f 08:53:11 ---> be951535198f 08:53:11 Step 12/23 : ENV APP_PORT=48080 08:53:11 ---> e81a31a78cb6 08:53:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:53:11 ---> Running in 0d568c06c6fe 08:53:11 Removing intermediate container 0d568c06c6fe 08:53:11 ---> 8d2b24102add 08:53:11 Step 13/23 : EXPOSE $APP_PORT 08:53:12 ---> ba1c680f6fe0 08:53:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:53:12 ---> Running in f83d90f6cda3 08:53:12 ---> Running in 6c33021f7f0f 08:53:12 Removing intermediate container f83d90f6cda3 08:53:12 ---> e1dc92dda1e0 08:53:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:12 Removing intermediate container 6c33021f7f0f 08:53:12 ---> b5dca9b6e756 08:53:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:12 ---> Running in 3714657fa27b 08:53:12 ---> Running in cd7fc59bb2de 08:53:13 Removing intermediate container 3714657fa27b 08:53:13 ---> 5584d90cfebf 08:53:13 Step 20/22 : LABEL arch=arm64 08:53:13 ---> Running in ee3449562261 08:53:13 Removing intermediate container ee3449562261 08:53:13 ---> a4aaf0ebd57e 08:53:13 Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:53:14 ---> Running in a2ed95756a7a 08:53:14 Removing intermediate container a2ed95756a7a 08:53:14 ---> db887f8e1f55 08:53:14 Step 22/22 : LABEL version=0.0.0 08:53:15 ---> Running in 9f7812efa419 08:53:15 Removing intermediate container cd7fc59bb2de 08:53:15 ---> 55d19bb4ee88 08:53:15 Step 15/23 : RUN apk --no-cache add zeromq 08:53:15 ---> Running in d4ce7258b38c 08:53:15 Removing intermediate container 9f7812efa419 08:53:15 ---> a2c7762bb8c9 08:53:15 08:53:15 Successfully built a2c7762bb8c9 08:53:15 Successfully tagged docker-core-metadata-go-arm64:latest 08:53:16  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:17 (1/5) Installing libgcc (9.3.0-r2) 08:53:18 (2/5) Installing libsodium (1.0.18-r0) 08:53:18 (3/5) Installing libstdc++ (9.3.0-r2) 08:53:18 (4/5) Installing libzmq (4.3.3-r0) 08:53:18 (5/5) Installing zeromq (4.3.3-r0) 08:53:18 Executing busybox-1.31.1-r19.trigger 08:53:18 OK: 8 MiB in 19 packages 08:53:19 Removing intermediate container d4ce7258b38c 08:53:19 ---> cbed047eb9ce 08:53:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:53:20 ---> 1560f161bcad 08:53:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:53:21 ---> d45c95c80c46 08:53:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:53:22 ---> 218f66d04889 08:53:22 Step 19/23 : ENTRYPOINT ["/core-data"] 08:53:22 ---> Running in 43275d8a04e3 08:53:23 Removing intermediate container 43275d8a04e3 08:53:23 ---> c2f0e1ccdf0c 08:53:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:23 ---> Running in 56a9600c92e3 08:53:23 Removing intermediate container 56a9600c92e3 08:53:23 ---> f31f1479f855 08:53:23 Step 21/23 : LABEL arch=arm64 08:53:23 ---> Running in b9805b8a7101 08:53:24 Removing intermediate container b9805b8a7101 08:53:24 ---> f1b6ae297f15 08:53:24 Step 22/23 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e 08:53:24 ---> Running in 903823930d3d 08:53:24 Removing intermediate container 903823930d3d 08:53:24 ---> 75d4294629b1 08:53:24 Step 23/23 : LABEL version=0.0.0 08:53:24 ---> Running in 015065b5c139 08:53:25 Removing intermediate container 015065b5c139 08:53:25 ---> 025e04da36c6 08:53:25 08:53:25 Successfully built 025e04da36c6 08:53:25 Successfully tagged docker-core-data-go-arm64:latest 08:53:26  Building docker-core-data-go ... done  [Pipeline] } 08:53:26 $ docker stop --time=1 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 08:53:28 $ docker rm -f 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 [Pipeline] // withDockerContainer [Pipeline] sh 08:53:28 + docker images 08:53:28 + grep docker 08:53:29 docker-core-data-go-arm64 latest 025e04da36c6 3 seconds ago 21MB 08:53:29 docker-core-metadata-go-arm64 latest a2c7762bb8c9 13 seconds ago 12.2MB 08:53:29 docker-security-proxy-setup-go-arm64 latest 9f89b74072c3 18 seconds ago 23.4MB 08:53:29 docker-support-scheduler-go-arm64 latest 0d1a14667b21 29 seconds ago 10MB 08:53:29 docker-sys-mgmt-agent-go-arm64 latest a5e847c48f7c About a minute ago 300MB 08:53:29 docker-security-secretstore-setup-go-arm64 latest aa71d9dedce9 3 minutes ago 23.5MB 08:53:29 docker-security-bootstrap-redis-go-arm64 latest f12d0b0efbb0 3 minutes ago 15.2MB 08:53:29 docker-support-notifications-go-arm64 latest e942312daa6c 3 minutes ago 11.4MB 08:53:29 docker-core-command-go-arm64 latest dc6388a9425b 3 minutes ago 9.98MB 08:53:29 docker latest 0c09fb3ff9b5 2 days 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 08:53:32 provisioning config files... 08:53:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7595083705687817596tmp [Pipeline] { [Pipeline] sh 08:53:32 + set +x 08:53:32 + curl -s https://codecov.io/bash 08:53:32 + bash -s -- 08:53:33 08:53:33 _____ _ 08:53:33 / ____| | | 08:53:33 | | ___ __| | ___ ___ _____ __ 08:53:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:53:33 | |___| (_) | (_| | __/ (_| (_) \ V / 08:53:33 \_____\___/ \__,_|\___|\___\___/ \_/ 08:53:33 Bash-20201217-3d3df35 08:53:33 08:53:33 08:53:33 git version 2.24.3 found 08:53:33 curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:53:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:53:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 08:53:33 ==> Jenkins CI detected. 08:53:33 project root: . 08:53:33 --> token set from env 08:53:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:53:33 ==> Running gcov in . (disable via -X gcov) 08:53:33 ==> Python coveragepy not found 08:53:33 ==> Searching for coverage reports in: 08:53:33 + . 08:53:33 -> Found 1 reports 08:53:33 ==> Detecting git/mercurial file structure 08:53:33 ==> Reading reports 08:53:33 + ./coverage.out bytes=538111 08:53:33 ==> Appending adjustments 08:53:33 https://docs.codecov.io/docs/fixing-reports 08:53:36 + Found adjustments 08:53:36 ==> Gzipping contents 08:53:36 80K /tmp/codecov.GXwyXf.gz 08:53:36 ==> Uploading reports 08:53:36 url: https://codecov.io 08:53:36 query: branch=PR-2964&commit=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= 08:53:36 -> Pinging Codecov 08:53:36 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2964&commit=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= 08:53:36 -> Uploading to 08:53:36 https://storage.googleapis.com/codecov/v4/raw/2020-12-18/00271124DB129430A58F1EEE437C3FCB/d7e5fdcff3f56a6fd89f391359d39bc286b0f90e/9ba2a51b-10c8-46c6-93a5-a1b7bff8a61a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T085336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b6154a2a5db79a6a4a146016ecec5b03a6691c84871ce091d7b84b32e8c28afd 08:53:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:53:36 Dload Upload Total Spent Left Speed 08:53:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81891 0 0 100 81891 0 152k --:--:-- --:--:-- --:--:-- 152k 08:53:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [Pipeline] } 08:53:37 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 08:53:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:53:40 ---> package-listing.sh 08:53:40 ++ facter osfamily 08:53:40 ++ tr '[:upper:]' '[:lower:]' 08:53:40 + OS_FAMILY=redhat 08:53:40 + workspace=/w/workspace/edgex-go/2 08:53:40 + START_PACKAGES=/tmp/packages_start.txt 08:53:40 + END_PACKAGES=/tmp/packages_end.txt 08:53:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:53:40 + PACKAGES=/tmp/packages_start.txt 08:53:40 + '[' /w/workspace/edgex-go/2 ']' 08:53:40 + PACKAGES=/tmp/packages_end.txt 08:53:40 + case "${OS_FAMILY}" in 08:53:40 + rpm -qa 08:53:40 + sort 08:53:45 + '[' -f /tmp/packages_start.txt ']' 08:53:45 + '[' -f /tmp/packages_end.txt ']' 08:53:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:53:45 + '[' /w/workspace/edgex-go/2 ']' 08:53:45 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:53:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:53:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:53:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:53:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:46 08:53:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:53:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:46 alpine: Pulling from edgex-lftools-log-publisher 08:53:46 df20fa9351a1: Pulling fs layer 08:53:46 36b3adc4ff6f: Pulling fs layer 08:53:46 8ad3a11d3b57: Pulling fs layer 08:53:46 46f8f816bc3b: Pulling fs layer 08:53:46 93b61091891f: Pulling fs layer 08:53:46 93b9cdb0e59b: Pulling fs layer 08:53:46 5e14af77c1be: Pulling fs layer 08:53:46 01666e4c0597: Pulling fs layer 08:53:46 aa168da1d23b: Pulling fs layer 08:53:46 46f8f816bc3b: Waiting 08:53:46 93b9cdb0e59b: Waiting 08:53:46 5e14af77c1be: Waiting 08:53:46 01666e4c0597: Waiting 08:53:46 93b61091891f: Waiting 08:53:46 aa168da1d23b: Waiting 08:53:46 36b3adc4ff6f: Verifying Checksum 08:53:46 36b3adc4ff6f: Download complete 08:53:46 46f8f816bc3b: Verifying Checksum 08:53:46 46f8f816bc3b: Download complete 08:53:47 df20fa9351a1: Download complete 08:53:47 93b9cdb0e59b: Verifying Checksum 08:53:47 93b9cdb0e59b: Download complete 08:53:47 93b61091891f: Verifying Checksum 08:53:47 93b61091891f: Download complete 08:53:47 01666e4c0597: Verifying Checksum 08:53:47 01666e4c0597: Download complete 08:53:47 5e14af77c1be: Verifying Checksum 08:53:47 5e14af77c1be: Download complete 08:53:47 df20fa9351a1: Pull complete 08:53:47 36b3adc4ff6f: Pull complete 08:53:47 8ad3a11d3b57: Download complete 08:53:48 8ad3a11d3b57: Pull complete 08:53:48 46f8f816bc3b: Pull complete 08:53:49 aa168da1d23b: Download complete 08:53:50 93b61091891f: Pull complete 08:53:51 93b9cdb0e59b: Pull complete 08:53:51 5e14af77c1be: Pull complete 08:53:51 01666e4c0597: Pull complete 08:54:01 aa168da1d23b: Pull complete 08:54:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:54:01 prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container 08:54:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:54:04 $ docker top 3d447b48d1bcf93871564b7164d2f9cb0879db0cfa71fe823c239af799aa7b2e -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:05 + touch /tmp/pre-build-complete [Pipeline] sh 08:54:05 + mkdir -p /var/log/sa [Pipeline] sh 08:54:06 + ls /var/log/sa-host 08:54:06 + sadf -c /var/log/sa-host/sa18 08:54:06 file_magic: OK 08:54:06 HZ: Using current value: 100 08:54:06 file_header: OK 08:54:06 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 08:54:06 Statistics: 08:54:06 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... 08:54:06 File successfully converted to sysstat format version 12.2.1 08:54:06 + sadf -c /var/log/sa-host/sa23 08:54:06 file_magic: OK 08:54:06 HZ: Using current value: 100 08:54:06 file_header: OK 08:54:06 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 08:54:06 Statistics: 08:54:06 Hnuu...uuuununununu... 08:54:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:06 provisioning config files... 08:54:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config97103903958401319tmp [Pipeline] { [Pipeline] echo 08:54:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:54:06 ---> create-netrc.sh [Pipeline] } 08:54:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:54:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:54:07 ---> python-tools-install.sh [Pipeline] echo 08:54:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:54:07 ---> sudo-logs.sh 08:54:07 Archiving 'sudo' log.. [Pipeline] echo 08:54:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:54:07 ---> job-cost.sh 08:54:07 lf-activate-venv: SKIPPING 08:54:07 INFO: No Stack... 08:54:08 INFO: Retrieving Pricing Info for: v1-standard-2 08:54:09 INFO: Archiving Costs [Pipeline] echo 08:54:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:54:09 ---> logs-deploy.sh 08:54:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2964/2 08:54:09 INFO: archiving workspace using pattern(s): 08:54:11 Archives upload complete. 08:54:11 INFO: archiving logs to Nexus 08:54:12 ---> uname -a: 08:54:12 Linux prd-centos7-docker-4c-2g-16734.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:54:12 08:54:12 08:54:12 ---> lscpu: 08:54:12 Architecture: x86_64 08:54:12 CPU op-mode(s): 32-bit, 64-bit 08:54:12 Byte Order: Little Endian 08:54:12 Address sizes: 40 bits physical, 48 bits virtual 08:54:12 CPU(s): 4 08:54:12 On-line CPU(s) list: 0-3 08:54:12 Thread(s) per core: 1 08:54:12 Core(s) per socket: 1 08:54:12 Socket(s): 4 08:54:12 NUMA node(s): 1 08:54:12 Vendor ID: GenuineIntel 08:54:12 CPU family: 6 08:54:12 Model: 44 08:54:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:54:12 Stepping: 1 08:54:12 CPU MHz: 2933.438 08:54:12 BogoMIPS: 5866.87 08:54:12 Virtualization: VT-x 08:54:12 Hypervisor vendor: KVM 08:54:12 Virtualization type: full 08:54:12 L1d cache: 128 KiB 08:54:12 L1i cache: 128 KiB 08:54:12 L2 cache: 16 MiB 08:54:12 L3 cache: 64 MiB 08:54:12 NUMA node0 CPU(s): 0-3 08:54:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:54:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:54:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:54:12 Vulnerability Meltdown: Mitigation; PTI 08:54:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:54:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:54:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:54:12 Vulnerability Srbds: Not affected 08:54:12 Vulnerability Tsx async abort: Not affected 08:54:12 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 08:54:12 08:54:12 08:54:12 ---> nproc: 08:54:12 4 08:54:12 08:54:12 08:54:12 ---> df -h: 08:54:12 Filesystem Size Used Available Use% Mounted on 08:54:12 overlay 50.0G 12.9G 37.1G 26% / 08:54:12 tmpfs 64.0M 0 64.0M 0% /dev 08:54:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:54:12 shm 64.0M 0 64.0M 0% /dev/shm 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2 08:54:12 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2@tmp 08:54:12 08:54:12 08:54:12 ---> free -m: 08:54:12 total used free shared buff/cache available 08:54:12 Mem: 1837 707 122 0 1007 1045 08:54:12 Swap: 1023 84 939 08:54:12 08:54:12 08:54:12 ---> ip addr: 08:54:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:54:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:54:12 inet 127.0.0.1/8 scope host lo 08:54:12 valid_lft forever preferred_lft forever 08:54:12 inet6 ::1/128 scope host 08:54:12 valid_lft forever preferred_lft forever 08:54:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:54:12 link/ether fa:16:3e:63:de:50 brd ff:ff:ff:ff:ff:ff 08:54:12 inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 08:54:12 valid_lft 85159sec preferred_lft 85159sec 08:54:12 inet6 fe80::f816:3eff:fe63:de50/64 scope link 08:54:12 valid_lft forever preferred_lft forever 08:54:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:54:12 link/ether 02:42:83:e4:76:96 brd ff:ff:ff:ff:ff:ff 08:54:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:54:12 valid_lft forever preferred_lft forever 08:54:12 inet6 fe80::42:83ff:fee4:7696/64 scope link 08:54:12 valid_lft forever preferred_lft forever 08:54:12 08:54:12 08:54:12 ---> sar -b -r -n DEV: 08:54:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 08:54:12 08:54:12 08:33:19 LINUX RESTART (4 CPU) 08:54:12 08:54:12 08:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:54:12 08:35:01 147.89 48.21 99.68 0.00 8347.84 39416.39 0.00 08:54:12 08:36:02 333.73 153.48 180.24 0.00 6806.59 44557.44 0.00 08:54:12 08:37:01 210.22 101.89 108.33 0.00 3623.04 12151.71 0.00 08:54:12 08:38:03 169.09 54.38 114.71 0.00 8466.74 43915.94 0.00 08:54:12 08:39:02 2184.81 1826.92 357.90 0.00 164560.67 207787.90 0.00 08:54:12 08:40:01 1425.25 1167.30 257.95 0.00 69081.76 89563.50 0.00 08:54:12 08:41:03 2420.84 2059.14 361.70 0.00 125235.28 138787.68 0.00 08:54:12 08:42:02 1782.09 1489.00 293.09 0.00 104070.54 114673.91 0.00 08:54:12 08:43:01 188.17 40.83 147.34 0.00 5796.75 18826.30 0.00 08:54:12 08:44:01 1.55 0.40 1.15 0.00 15.19 12.16 0.00 08:54:12 08:45:01 0.85 0.63 0.22 0.00 23.98 2.15 0.00 08:54:12 08:46:01 0.28 0.02 0.27 0.00 0.13 3.16 0.00 08:54:12 08:47:01 0.30 0.02 0.28 0.00 0.13 2.76 0.00 08:54:12 08:48:01 0.30 0.02 0.28 0.00 0.27 3.13 0.00 08:54:12 08:49:01 1.73 1.52 0.22 0.00 54.75 2.85 0.00 08:54:12 08:50:01 0.78 0.02 0.77 0.00 0.13 13.29 0.00 08:54:12 08:51:01 0.30 0.02 0.28 0.00 0.27 2.65 0.00 08:54:12 08:52:01 0.17 0.00 0.17 0.00 0.00 1.78 0.00 08:54:12 08:53:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 08:54:12 08:54:02 153.63 85.32 68.30 0.00 8194.06 16845.73 0.00 08:54:12 Average: 451.01 351.42 99.59 0.00 25179.12 36314.53 0.00 08:54:12 08:54:12 08:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:54:12 08:35:01 71700 0 685120 36.41 2596 1122128 1531480 52.27 696176 899712 18480 08:54:12 08:36:02 146876 0 762748 40.54 936 970984 1628728 55.59 623260 837832 29936 08:54:12 08:37:01 317040 0 832000 44.22 352 732152 1757708 59.99 665204 616064 79516 08:54:12 08:38:03 72452 0 744460 39.57 228 1064404 1276928 43.58 702144 836224 94092 08:54:12 08:39:02 77868 0 840420 44.67 0 963256 2342260 79.94 748200 834616 81776 08:54:12 08:40:01 371212 0 748188 39.76 0 762144 1949380 66.53 563568 702000 8612 08:54:12 08:41:03 52436 0 794316 42.22 0 1034792 2143696 73.16 546272 1050136 70072 08:54:12 08:42:02 155864 0 1092480 58.06 0 633200 2984192 101.85 769356 686716 2548 08:54:12 08:43:01 369776 0 633388 33.66 0 878380 1203436 41.07 537228 724588 20 08:54:12 08:44:01 373372 0 629356 33.45 0 878816 1184440 40.42 535304 723632 12 08:54:12 08:45:01 374572 0 627440 33.35 0 879532 1172104 40.00 534780 723740 12 08:54:12 08:46:01 374564 0 627436 33.35 0 879544 1172104 40.00 534896 723744 8 08:54:12 08:47:01 374688 0 627308 33.34 0 879548 1172104 40.00 534900 723744 8 08:54:12 08:48:01 374776 0 627216 33.34 0 879552 1172104 40.00 534796 723748 8 08:54:12 08:49:01 372592 0 628456 33.40 0 880496 1172188 40.00 535372 724584 12 08:54:12 08:50:01 372936 0 628100 33.38 0 880508 1172104 40.00 535068 724592 12 08:54:12 08:51:01 373028 0 628008 33.38 0 880508 1172104 40.00 534944 724596 12 08:54:12 08:52:01 372888 0 628132 33.38 0 880524 1172152 40.00 535200 724604 16 08:54:12 08:53:01 373004 0 628004 33.38 0 880536 1172076 40.00 534836 724604 8 08:54:12 08:54:02 185316 0 700276 37.22 0 995952 1373980 46.89 540664 862900 26200 08:54:12 Average: 277848 0 705643 37.50 206 897848 1496263 51.06 587108 764619 20568 08:54:12 08:54:12 08:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:54:12 08:35:01 eth0 1469.04 1568.40 8147.82 183.65 0.00 0.00 0.00 0.00 08:54:12 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:35:01 docker0 811.88 645.87 66.92 2655.92 0.00 0.00 0.00 0.00 08:54:12 08:36:02 eth0 567.79 463.66 2092.38 52.15 0.00 0.00 0.00 0.00 08:54:12 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:36:02 vethe0790c9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:54:12 08:36:02 docker0 143.14 190.90 10.51 824.12 0.00 0.00 0.00 0.00 08:54:12 08:37:01 eth0 49.11 36.97 23.71 86.20 0.00 0.00 0.00 0.00 08:54:12 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:37:01 vethe0790c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:38:03 vethc92e424 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 08:54:12 08:38:03 eth0 196.41 158.46 1661.61 27.47 0.00 0.00 0.00 0.00 08:54:12 08:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:38:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:39:02 vethc92e424 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:54:12 08:39:02 eth0 69.48 50.69 168.62 61.51 0.00 0.00 0.00 0.00 08:54:12 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:39:02 docker0 22.36 32.63 1.27 148.65 0.00 0.00 0.00 0.00 08:54:12 08:40:01 vethc92e424 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:40:01 eth0 30.89 19.00 97.55 9.50 0.00 0.00 0.00 0.00 08:54:12 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:40:01 vethce385a6 4.72 5.80 0.32 33.72 0.00 0.00 0.00 0.00 08:54:12 08:41:03 vethc92e424 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:54:12 08:41:03 eth0 151.14 92.68 461.98 101.40 0.00 0.00 0.00 0.00 08:54:12 08:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:41:03 docker0 990.84 925.11 78.86 3978.52 0.00 0.00 0.00 0.00 08:54:12 08:42:02 vethd34eb4a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:54:12 08:42:02 vethc92e424 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:42:02 eth0 35.49 20.20 45.83 13.64 0.00 0.00 0.00 0.00 08:54:12 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:43:01 eth0 82.82 62.27 147.95 79.66 0.00 0.00 0.00 0.00 08:54:12 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:43:01 docker0 1057.96 997.16 84.03 4317.42 0.00 0.00 0.00 0.00 08:54:12 08:44:01 eth0 1.35 0.55 0.84 0.30 0.00 0.00 0.00 0.00 08:54:12 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:45:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:49:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:54:12 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:52:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 08:54:12 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:53:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:54:12 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:54:02 eth0 203.31 167.53 2157.37 21.64 0.00 0.00 0.00 0.00 08:54:12 08:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 08:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 Average: eth0 143.65 132.73 755.93 31.94 0.00 0.00 0.00 0.00 08:54:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:12 Average: docker0 52.05 49.06 4.13 212.40 0.00 0.00 0.00 0.00 08:54:12 08:54:12 08:54:12 ---> sar -P ALL: 08:54:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 08:54:12 08:54:12 08:33:19 LINUX RESTART (4 CPU) 08:54:12 08:54:12 08:34:01 CPU %user %nice %system %iowait %steal %idle 08:54:12 08:35:01 all 16.11 0.00 8.44 2.12 0.06 73.26 08:54:12 08:35:01 0 14.59 0.00 10.29 0.55 0.03 74.53 08:54:12 08:35:01 1 21.01 0.00 8.73 1.14 0.05 69.07 08:54:12 08:35:01 2 13.11 0.00 7.28 1.90 0.07 77.64 08:54:12 08:35:01 3 15.74 0.00 7.48 4.87 0.10 71.81 08:54:12 08:36:02 all 14.37 0.00 9.70 5.44 0.09 70.40 08:54:12 08:36:02 0 13.98 0.00 9.41 7.56 0.09 68.96 08:54:12 08:36:02 1 15.93 0.00 9.46 3.56 0.07 70.98 08:54:12 08:36:02 2 13.07 0.00 9.73 5.37 0.07 71.76 08:54:12 08:36:02 3 14.52 0.00 10.22 5.26 0.12 69.88 08:54:12 08:37:01 all 63.27 0.00 15.73 5.10 0.06 15.83 08:54:12 08:37:01 0 63.49 0.00 15.62 3.44 0.05 17.40 08:54:12 08:37:01 1 64.07 0.00 15.71 6.51 0.07 13.63 08:54:12 08:37:01 2 61.77 0.00 15.53 7.29 0.07 15.34 08:54:12 08:37:01 3 63.74 0.00 16.08 3.16 0.05 16.97 08:54:12 08:38:03 all 27.01 0.00 12.12 7.08 0.07 53.72 08:54:12 08:38:03 0 25.66 0.00 12.04 6.06 0.08 56.16 08:54:12 08:38:03 1 27.11 0.00 12.14 7.17 0.05 53.53 08:54:12 08:38:03 2 26.05 0.00 11.78 6.79 0.07 55.32 08:54:12 08:38:03 3 29.21 0.00 12.53 8.29 0.08 49.88 08:54:12 08:39:02 all 20.93 0.00 29.04 22.96 0.11 26.96 08:54:12 08:39:02 0 20.41 0.00 28.76 24.08 0.11 26.64 08:54:12 08:39:02 1 21.39 0.00 27.56 24.48 0.13 26.45 08:54:12 08:39:02 2 20.94 0.00 29.34 22.21 0.11 27.41 08:54:12 08:39:02 3 20.99 0.00 30.51 21.03 0.11 27.36 08:54:12 08:40:01 all 51.31 0.00 19.11 17.82 0.06 11.70 08:54:12 08:40:01 0 51.74 0.00 18.62 20.17 0.05 9.41 08:54:12 08:40:01 1 51.44 0.00 18.68 17.51 0.07 12.31 08:54:12 08:40:01 2 50.77 0.00 19.29 14.68 0.05 15.20 08:54:12 08:40:01 3 51.30 0.00 19.84 18.96 0.05 9.86 08:54:12 08:41:03 all 16.64 0.00 21.88 33.37 0.09 28.02 08:54:12 08:41:03 0 15.95 0.00 21.39 34.39 0.08 28.19 08:54:12 08:41:03 1 16.18 0.00 21.21 30.58 0.08 31.95 08:54:12 08:41:03 2 17.04 0.00 22.19 32.74 0.12 27.90 08:54:12 08:41:03 3 17.39 0.00 22.75 35.81 0.07 23.97 08:54:12 08:42:02 all 36.54 0.00 20.34 25.64 0.09 17.39 08:54:12 08:42:02 0 37.00 0.00 19.09 24.86 0.11 18.94 08:54:12 08:42:02 1 35.98 0.00 19.46 25.72 0.11 18.74 08:54:12 08:42:02 2 36.31 0.00 21.15 25.91 0.07 16.56 08:54:12 08:42:02 3 36.89 0.00 21.70 26.07 0.07 15.26 08:54:12 08:43:01 all 15.70 0.00 7.26 9.56 0.06 67.42 08:54:12 08:43:01 0 17.18 0.00 7.34 10.55 0.05 64.88 08:54:12 08:43:01 1 15.64 0.00 7.18 8.94 0.05 68.19 08:54:12 08:43:01 2 15.36 0.00 7.32 11.16 0.05 66.11 08:54:12 08:43:01 3 14.60 0.00 7.19 7.58 0.09 70.54 08:54:12 08:44:01 all 0.14 0.00 0.04 0.00 0.00 99.82 08:54:12 08:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:54:12 08:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:54:12 08:44:01 2 0.53 0.00 0.03 0.00 0.00 99.43 08:54:12 08:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:12 08:45:01 all 0.16 0.00 0.03 0.00 0.00 99.81 08:54:12 08:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:54:12 08:45:01 1 0.17 0.00 0.02 0.00 0.02 99.80 08:54:12 08:45:01 2 0.38 0.00 0.03 0.00 0.00 99.58 08:54:12 08:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:54:12 08:54:12 08:45:01 CPU %user %nice %system %iowait %steal %idle 08:54:12 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:12 08:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:12 08:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 08:54:12 08:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:54:12 08:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:54:12 08:47:01 all 0.14 0.00 0.03 0.00 0.00 99.82 08:54:12 08:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:12 08:47:01 1 0.45 0.00 0.03 0.00 0.00 99.52 08:54:12 08:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:54:12 08:47:01 3 0.05 0.00 0.07 0.00 0.02 99.87 08:54:12 08:48:01 all 0.13 0.00 0.02 0.00 0.00 99.85 08:54:12 08:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:54:12 08:48:01 1 0.43 0.00 0.02 0.00 0.02 99.53 08:54:12 08:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:54:12 08:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:54:12 08:49:01 all 0.17 0.00 0.07 0.02 0.00 99.74 08:54:12 08:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:12 08:49:01 1 0.53 0.00 0.10 0.08 0.00 99.28 08:54:12 08:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:54:12 08:49:01 3 0.08 0.00 0.08 0.00 0.00 99.83 08:54:12 08:50:01 all 0.15 0.00 0.03 0.00 0.00 99.83 08:54:12 08:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:54:12 08:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:54:12 08:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:54:12 08:50:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:54:12 08:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:54:12 08:51:01 0 0.05 0.00 0.03 0.02 0.02 99.88 08:54:12 08:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 08:54:12 08:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:54:12 08:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:12 08:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:54:12 08:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:54:12 08:52:01 1 0.27 0.00 0.02 0.00 0.00 99.72 08:54:12 08:52:01 2 0.28 0.00 0.02 0.00 0.00 99.70 08:54:12 08:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:54:12 08:53:01 all 0.07 0.00 0.03 0.00 0.00 99.90 08:54:12 08:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:12 08:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:54:12 08:53:01 2 0.20 0.00 0.02 0.00 0.00 99.78 08:54:12 08:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:54:12 08:54:02 all 6.15 0.00 4.67 4.40 0.03 84.75 08:54:12 08:54:02 0 5.91 0.00 4.30 3.67 0.03 86.09 08:54:12 08:54:02 1 5.84 0.00 4.64 3.52 0.02 85.99 08:54:12 08:54:02 2 6.68 0.00 5.22 7.71 0.05 80.34 08:54:12 08:54:02 3 6.17 0.00 4.51 2.70 0.03 86.58 08:54:12 Average: all 13.11 0.00 7.23 6.50 0.04 73.12 08:54:12 Average: 0 12.95 0.00 7.17 6.60 0.03 73.23 08:54:12 Average: 1 13.55 0.00 7.07 6.29 0.04 73.05 08:54:12 Average: 2 12.79 0.00 7.26 6.62 0.04 73.31 08:54:12 Average: 3 13.14 0.00 7.43 6.48 0.04 72.91 08:54:12 08:54:12 08:54:12